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
}
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.