Hi Sanjay,
Can you try this, it will work
Request:
POST /nfvo/v1/nf-instances
Content-Type: application/json
Authorization: Bearer {access_token}
{
"nfInstanceId": "12345",
"nfInstanceName": "MyNFVFunction",
"vnfdId": "67890",
"flavourId": "flavour1",
"vnfConfigurableData": {
"cpu": "4",
"memory": "8GB"
}
}
Response:
HTTP/1.1 201 Created
Content-Type: application/json
{
"nfInstanceId": "12345",
"nfInstanceName": "MyNFVFunction",
"nfInstanceStatus": "INSTANTIATED",
"vnfdId": "67890",
"flavourId": "flavour1"
}
I hope this will help you......
------------------------------
Ricky James
TO BE VERIFIED
------------------------------
Original Message:
Sent: Aug 30, 2024 10:15
From: Sanjay Vyas
Subject: TMF Network Function API
Is anyone aware of the TMF API version that supports Network Functions with real example?
#OpenDigitalArchitecture
#General
------------------------------
Sanjay Vyas
Verizon Communications
------------------------------