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": "vnfInstanceId",
    "stopType": null,
    "additionalParam": {
        "key": "additionalParam"
    },
    "gracefulStopTimeout": 0,
    "changeStateTo": null
}
string
vnfInstanceId
Required

An identifier with the intention of being globally unique.

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.

object
additionalParam
Optional

This type represents a list of key-value pairs. The order of the pairs in the list is not significant. In JSON, a set of key- value pairs is represented as an object. It shall comply with the provisions defined in clause 4 of IETF RFC 7159.

Property Of