TerminateNsRequest
TerminateNsRequest
This type represents a NS termination request. It shall comply with the provisions defined in Table 6.5.2.15-1.
JSON Example
{
"terminationTime": "string",
"additionalParamsforNs": {
"vnfLcmInterfaces": [
{
"vnfId": "string",
"lcmInterfaces": {
"terminate_start": [
{
"name": "string",
"type": "string",
"value": {}
}
]
}
}
]
}
}