AffectedNs

AffectedNs
AffectedNs

This type provides information about added, deleted and modified nested NSs. It shall comply with the provisions in Table 6.5.3.6-1.

JSON Example
{
    "nsInstanceId": "nsInstanceId",
    "changeResult": "COMPLETED",
    "changeType": "ADD",
    "nsdId": "nsdId"
}
string
nsInstanceId
Required

An identifier with the intention of being globally unique.

string
nsdId
Required

An identifier with the intention of being globally unique.

string
changeType
Required

Signals the type of lifecycle change. Permitted values: - ADD - REMOVE - INSTANTIATE - SCALE - UPDATE - HEAL - TERMINATE

Possible values are : ADD, REMOVE, INSTANTIATE, SCALE, UPDATE, HEAL, TERMINATE,
string
changeResult
Required

Signals the result of change identified by the "changeType" attribute. Permitted values: - COMPLETED - ROLLED_BACK - FAILED - PARTIALLY_COMPLETED

Possible values are : COMPLETED, ROLLED_BACK, FAILED, PARTIALLY_COMPLETED,