NsdmSubscriptionRequest

NsdmSubscriptionRequest
NsdmSubscriptionRequest

This type represents a subscription request related to notifications about NSD management.

JSON Example
{
    "filter": {
        "nsdOnboardingState": [
            null,
            null
        ],
        "pnfdName": [
            null,
            null
        ],
        "pnfdUsageState": [
            null,
            null
        ],
        "nsdInfoId": [
            null,
            null
        ],
        "vnfPkgIds": [
            null,
            null
        ],
        "pnfdOnboardingState": [
            null,
            null
        ],
        "nestedNsdInfoIds": [
            null,
            null
        ],
        "nsdUsageState": [
            null,
            null
        ],
        "pnfdId": [
            null,
            null
        ],
        "pnfdInfoIds": [
            null,
            null
        ],
        "nsdInvariantId": [
            null,
            null
        ],
        "nsdDesigner": [
            null,
            null
        ],
        "nsdVersion": [
            null,
            null
        ],
        "pnfdProvider": [
            null,
            null
        ],
        "pnfdVersion": [
            null,
            null
        ],
        "nsdId": [
            null,
            null
        ],
        "nsdName": [
            null,
            null
        ],
        "notificationTypes": [
            null,
            null
        ],
        "pnfdInvariantId": [
            null,
            null
        ],
        "nsdOperationalState": [
            null,
            null
        ]
    },
    "callbackUri": "callbackUri",
    "authentication": {
        "paramsOauth2ClientCredentials": {
            "tokenEndpoint": "https://openapi-generator.tech",
            "clientId": "clientId",
            "clientPassword": "clientPassword"
        },
        "paramsBasic": {
            "password": "password",
            "userName": "userName"
        },
        "authType": [
            "authType",
            "authType"
        ]
    }
}
filter
Optional

filter

string
callbackUri
Required

The URI of the endpoint to send the notification to.

authentication
Optional

authentication