FmSubscription
FmSubscription
This type represents a subscription related to notifications about VNF faults.
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",
"faultyResourceTypes": [
"string"
],
"perceivedSeverities": [
"string"
],
"eventTypes": [
"string"
],
"probableCauses": [
"string"
]
},
"callbackUri": "string",
"_links": {
"self": {
"href": "string"
}
}
}