HealNsRequest

HealNsRequest
HealNsRequest

This type represents request parameters for the "Heal NS" operation. This operation supports the healing of an NS instance, either by healing the complete NS instance or by healing one of more of the VNF instances that are part of this NS. It shall comply with the provisions defined in Table 6.5.2.13-1. Either the parameter healNsData or the parameter healVnfData, but not both shall be provided.

JSON Example
{
    "healNsData": {
        "degreeHealing": "string",
        "actionsHealing": [
            "string"
        ],
        "healScript": "string",
        "additionalParamsforNs": {
            "lcmInterfaces": {
                "heal_start": [
                    {}
                ],
                "heal_end": [
                    {}
                ]
            }
        }
    },
    "healVnfData": [
        {
            "vnfInstanceId": "string",
            "cause": "string"
        }
    ]
}
healNsData
Optional

healNsData

array of HealVnfData
healVnfData
Optional

Provides the information needed to heal a VNF. See note.

Parameter To