AddPnfData

AddPnfData
AddPnfData

This type specifies an PNF to be added to the NS instance and the PNF Profile to use for this PNF. It shall comply with the provisions defined in Table 6.5.3.14-1.

JSON Example
{
    "pnfId": "string",
    "pnfName": "string",
    "pnfdId": "string",
    "pnfProfileId": "string",
    "cpData": [
        {
            "cpInstanceId": "string",
            "cpdId": "string",
            "cpProtocolData": [
                {
                    "layerProtocol": "string",
                    "ipOverEthernet": {
                        "macAddress": "string",
                        "ipAddresses": [
                            {
                                "type": "string",
                                "fixedAddresses": [
                                    "string"
                                ],
                                "numDynamicAddresses": 0,
                                "addressRange": {
                                    "minAddress": "string",
                                    "maxAddress": "string"
                                },
                                "subnetId": "string"
                            }
                        ]
                    }
                }
            ]
        }
    ]
}
pnfId
Required

pnfId

string
pnfName
Required

Name of the PNF

pnfdId
Required

pnfdId

pnfProfileId
Required

pnfProfileId

cpData
Optional

Address assigned for the PNF external CP(s).