HealNsData
This type represents the information used to heal a NS. It shall comply with the provisions defined in Table 6.5.3.43-1.
{
"degreeHealing": "string",
"actionsHealing": [
"string"
],
"healScript": "string",
"additionalParamsforNs": {
"lcmInterfaces": {
"heal_start": [
{}
],
"heal_end": [
{}
]
}
}
}
Indicates the degree of healing. Possible values include: - HEAL_RESTORE: Complete the healing of the NS restoring the state of the NS before the failure occurred. Equivalent to Recreate - HEAL_QOS: Complete the healing of the NS based on the newest QoS values - HEAL_RESET: Complete the healing of the NS resetting to the original instantiation state of the NS Equivalent to Restart - PARTIAL_HEALING.
Used to specify dedicated healing actions in a particular order (e.g. as a script). The actionsHealing attribute can be used to provide a specific script whose content and actions might only be possible to be derived during runtime.
Allows the OSS/BSS to provide additional parameter(s) to the healing process at the NS level.