LccnSubscriptionRequest
LccnSubscriptionRequest
This type represents a subscription request related to notifications about NS lifecycle changes. It shall comply with the provisions defined in Table 6.5.2.2-1..
JSON Example
{
"filter": {
"nsInstanceSubscriptionFilter": {
"nsdIds": [
"string"
],
"vnfdIds": [
"string"
],
"pnfdIds": [
"string"
],
"nsInstanceIds": [
"string"
],
"nsInstanceNames": [
"string"
]
},
"notificationTypes": [
"string"
],
"operationTypes": [
"string"
],
"operationStates": [
"string"
],
"nsComponentTypes": [
"string"
],
"lcmOpNameImpactingNsComponent": [
"string"
],
"lcmOpOccStatusImpactingNsComponent": [
"string"
]
},
"callbackUri": "string",
"authentication": {
"authType": [
"string"
],
"paramsBasic": {
"userName": "string",
"password": "string"
},
"paramsOauth2ClientCredentials": {
"clientId": "string",
"clientPassword": "string",
"tokenEndpoint": "string"
}
}
}