WARNING! Gitlab maintenance operation scheduled for Monday, 20 April between 12:00 and 14:00 (CET). During this time window, short service interruptions (less than 5 minutes) may occur. Thank you in advance for your understanding.
"description":"Discriminator for the different notification types. Shall be set to \"SupportedIndicatorsChangeNotification\" for this notification type.\n",
"description":"Discriminator for the different notification types. Shall be set to \"SupportedIndicatorsChangeNotification\" for this notification type.\n",
"type":"string",
"type":"string",
"enum":["VnfIndicatorValueChangeNotification"]
"enum":[
"VnfIndicatorValueChangeNotification"
]
},
},
"subscriptionId":{
"subscriptionId":{
"description":"An identifier with the intention of being globally unique.\n",
"description":"An identifier with the intention of being globally unique.\n",
@@ -37,7 +39,9 @@
"type":"array",
"type":"array",
"items":{
"items":{
"type":"object",
"type":"object",
"required":["vnfIndicatorId"],
"required":[
"vnfIndicatorId"
],
"properties":{
"properties":{
"vnfIndicatorId":{
"vnfIndicatorId":{
"description":"An identifier that is unique within a VNF descriptor.\n",
"description":"An identifier that is unique within a VNF descriptor.\n",
@@ -53,12 +57,16 @@
"_links":{
"_links":{
"description":"Links for this resource.\n",
"description":"Links for this resource.\n",
"type":"object",
"type":"object",
"required":["subscription"],
"required":[
"subscription"
],
"properties":{
"properties":{
"vnfInstance":{
"vnfInstance":{
"description":"This type represents a link to a resource in a notification, using an absolute or relative URI.\n",
"description":"This type represents a link to a resource in a notification, using an absolute or relative URI.\n",
"type":"object",
"type":"object",
"required":["href"],
"required":[
"href"
],
"properties":{
"properties":{
"href":{
"href":{
"description":"String formatted according to IETF RFC 3986.\n",
"description":"String formatted according to IETF RFC 3986.\n",
@@ -69,7 +77,9 @@
"subscription":{
"subscription":{
"description":"This type represents a link to a resource in a notification, using an absolute or relative URI.\n",
"description":"This type represents a link to a resource in a notification, using an absolute or relative URI.\n",
"type":"object",
"type":"object",
"required":["href"],
"required":[
"href"
],
"properties":{
"properties":{
"href":{
"href":{
"description":"String formatted according to IETF RFC 3986.\n",
"description":"String formatted according to IETF RFC 3986.\n",
"description":"Discriminator for the different notification types. Shall be set to \"VnfIndicatorValueChangeNotification\" for this notification type.\n",
"description":"Discriminator for the different notification types. Shall be set to \"VnfIndicatorValueChangeNotification\" for this notification type.\n",
"type":"string",
"type":"string",
"enum":["VnfIndicatorValueChangeNotification"]
"enum":[
"VnfIndicatorValueChangeNotification"
]
},
},
"subscriptionId":{
"subscriptionId":{
"description":"An identifier with the intention of being globally unique.\n",
"description":"An identifier with the intention of being globally unique.\n",
@@ -49,12 +51,17 @@
"_links":{
"_links":{
"description":"Links for this resource.\n",
"description":"Links for this resource.\n",
"type":"object",
"type":"object",
"required":["vnfInstance","subscription"],
"required":[
"vnfInstance",
"subscription"
],
"properties":{
"properties":{
"vnfInstance":{
"vnfInstance":{
"description":"This type represents a link to a resource in a notification, using an absolute or relative URI.\n",
"description":"This type represents a link to a resource in a notification, using an absolute or relative URI.\n",
"type":"object",
"type":"object",
"required":["href"],
"required":[
"href"
],
"properties":{
"properties":{
"href":{
"href":{
"description":"String formatted according to IETF RFC 3986.\n",
"description":"String formatted according to IETF RFC 3986.\n",
@@ -65,7 +72,9 @@
"subscription":{
"subscription":{
"description":"This type represents a link to a resource in a notification, using an absolute or relative URI.\n",
"description":"This type represents a link to a resource in a notification, using an absolute or relative URI.\n",
"type":"object",
"type":"object",
"required":["href"],
"required":[
"href"
],
"properties":{
"properties":{
"href":{
"href":{
"description":"String formatted according to IETF RFC 3986.\n",
"description":"String formatted according to IETF RFC 3986.\n",
"description":"This type represents a VNF indicator value.\nNOTE:\tETSI GS NFV-SOL 001 specifies the structure and format of the VNFD based on TOSCA specifications.\n",
"description":"This type represents a VNF indicator value.\nNOTE:\tETSI GS NFV-SOL 001 specifies the structure and format of the VNFD based on TOSCA specifications.\n",