LccnSubscriptionRequest

LccnSubscriptionRequest
LccnSubscriptionRequest

This type represents a subscription request related to notifications about VNF lifecycle changes.

JSON Example
{
    "filter": {
        "vnfInstanceSubscriptionFilter": {
            "vnfdIds": [
                "string"
            ],
            "vnfProductsFromProviders": [
                {
                    "vnfProvider": "string",
                    "vnfProducts": [
                        {
                            "vnfProductName": "string",
                            "versions": [
                                {
                                    "vnfSoftwareVersion": "string",
                                    "vnfdVersions": [
                                        "string"
                                    ]
                                }
                            ]
                        }
                    ]
                }
            ],
            "vnfInstanceIds": [
                "string"
            ],
            "vnfInstanceNames": [
                "string"
            ]
        },
        "notificationTypes": [
            "string"
        ],
        "operationTypes": [
            "string"
        ],
        "operationStates": [
            "string"
        ]
    },
    "callbackUri": "string",
    "authentication": {
        "authType": [
            "string"
        ],
        "paramsBasic": {
            "userName": "string",
            "password": "string"
        },
        "paramsOauth2ClientCredentials": {
            "clientId": "string",
            "clientPassword": "string",
            "tokenEndpoint": "string"
        }
    }
}
callbackUri
Required

callbackUri

authentication
Optional

authentication