InlineSubscriptionsSubscriptionId200Response
InlineSubscriptionsSubscriptionId200Response
200 OK Shall be returned when information about an individual subscription has been read successfully. The response body shall contain a representation of the "Individual subscription" resource.
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",
"_links": {
"self": {
"href": "string"
}
}
}