AffectedSap
AffectedSap
This type provides information about added, deleted and modified SAP of a NS. It shall comply with the provisions in Table 6.5.3.7-1.
JSON Example
{
"sapInstanceId": "string",
"sapdId": "string",
"sapName": "string",
"changeType": "string",
"changeResult": "string"
}
string
sapName
Optional
Human readable name for the SAP.
string
changeType
Optional
Signals the type of lifecycle change. Permitted values: - ADD - REMOVE - MODIFY
Possible values are : ADD, REMOVE, MODIFY,
string
changeResult
Optional
Signals the result of change identified by the "changeType" attribute. Permitted values: - COMPLETED - ROLLED_BACK - FAILED
Possible values are : COMPLETED, ROLLED_BACK, FAILED,