Files
tacker/api-ref/source/v2/samples/vnffm/create-vnffm-subscription-request.json
Koji Shimizu 85b57883c1 Add docs for cnf auto heal and scale
This patch makes the following updates to the API and CLI docs.

* Add support cnf auto heal and scale

Implements: blueprint support-auto-lcm
Change-Id: I776637f1361aa5861d42fb98e71ebabd3825ca4c
2022-09-16 16:37:22 +09:00

57 lines
1.5 KiB
JSON

{
"filter": {
"vnfInstanceSubscriptionFilter": {
"vnfdIds": [
"dummy-vnfdId-1"
],
"vnfProductsFromProviders": [
{
"vnfProvider": "Company",
"vnfProducts": [
{
"vnfProductName": "Sample VNF",
"versions": [
{
"vnfSoftwareVersion": "1.0",
"vnfdVersions": ["1.0", "2.0"]
}
]
}
]
}
],
"vnfInstanceIds": [
"b0314420-0c9e-40e0-975e-4bf23b07d0c1"
],
"vnfInstanceNames": [
"test"
]
},
"notificationTypes": [
"AlarmNotification",
"AlarmClearedNotification"
],
"faultyResourceTypes": [
"COMPUTE"
],
"perceivedSeverities": [
"WARNING"
],
"eventTypes": [
"PROCESSING_ERROR_ALARM"
],
"probableCauses": [
"Process Terminated"
]
},
"callbackUri": "/nfvo/notify/alarm",
"authentication": {
"authType": [
"BASIC"
],
"paramsBasic": {
"password": "ubuntu",
"userName": "ubuntu"
}
}
}