InlineSubscriptions200Response

InlineSubscriptions200Response
InlineSubscriptions200Response

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

This class is array of object
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"
            }
        }
    }
]