InlineSubscriptions201Response

InlineSubscriptions201Response
InlineSubscriptions201Response

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

JSON Example
{
    "id": "string",
    "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",
    "verbosity": "string",
    "_links": {
        "self": {
            "href": "string"
        }
    }
}
string
id
Required

Identifier of this subscription resource.

object
filter
Optional

Filter settings for this subscription, to define the subset of all notifications this subscription relates to. A particular notification is sent to the subscriber if the filter matches, or if there is no filter.

string
callbackUri
Required

The URI of the endpoint to send the notification to.

string
verbosity
Required

This attribute signals the verbosity of LCM operation occurrence notifications.

Possible values are : FULL, SHORT,
object
_links
Required

Links to resources related to this resource.