OperateVnfData

OperateVnfData
OperateVnfData

This type represents a VNF instance for which the operational state needs to be changed and the requested new state. It shall comply with the provisions defined in Table 6.5.3.31-1.

JSON Example
{
    "vnfInstanceId": "string",
    "changeStateTo": "string",
    "stopType": "string",
    "gracefulStopTimeout": 0
}
vnfInstanceId
Required

vnfInstanceId

changeStateTo
Required

changeStateTo

stopType
Optional

stopType

integer
gracefulStopTimeout
Optional

The time interval (in seconds) to wait for the VNF to be taken out of service during graceful stop, before stopping the VNF.

additionalParam
Optional

additionalParam

Property Of