"description":"This type represents a Change state operation occurrence. \n",
"description":"This type represents a Change state operation occurrence. \n",
"type":"object",
"type":"object",
"required":[
"id",
"operationState",
"stateEnteredTime",
"startTime",
"managedObjectRef"
],
"properties":{
"properties":{
"id":{
"id":{
"description":"An identifier with the intention of being globally unique.\n",
"description":"An identifier with the intention of being globally unique.\n",
@@ -74,12 +81,5 @@
"operationParams":{
"operationParams":{
"description":"Input parameters of the change state operation. This attribute shall be formatted according to the request data type of the related change state operation. \nThe following mapping between operationType and the data type of this attribute shall apply:\n - CHANGE_STATE: ChangeStateRequest\n\nThis attribute shall be present if this data type is returned in a response to reading an individual resource, and may be present according to the chosen attribute selector parameter if this data type is returned in a response to a query of a container resource.\n"
"description":"Input parameters of the change state operation. This attribute shall be formatted according to the request data type of the related change state operation. \nThe following mapping between operationType and the data type of this attribute shall apply:\n - CHANGE_STATE: ChangeStateRequest\n\nThis attribute shall be present if this data type is returned in a response to reading an individual resource, and may be present according to the chosen attribute selector parameter if this data type is returned in a response to a query of a container resource.\n"
"description":"This type represents a Change state operation occurrence. \n",
"description":"This type represents a Change state operation occurrence. \n",
"type":"object",
"type":"object",
"required":[
"id",
"operationState",
"stateEnteredTime",
"startTime",
"managedObjectRef"
],
"properties":{
"properties":{
"id":{
"id":{
"description":"An identifier with the intention of being globally unique.\n",
"description":"An identifier with the intention of being globally unique.\n",
@@ -75,13 +83,6 @@
"operationParams":{
"operationParams":{
"description":"Input parameters of the change state operation. This attribute shall be formatted according to the request data type of the related change state operation. \nThe following mapping between operationType and the data type of this attribute shall apply:\n - CHANGE_STATE: ChangeStateRequest\n\nThis attribute shall be present if this data type is returned in a response to reading an individual resource, and may be present according to the chosen attribute selector parameter if this data type is returned in a response to a query of a container resource.\n"
"description":"Input parameters of the change state operation. This attribute shall be formatted according to the request data type of the related change state operation. \nThe following mapping between operationType and the data type of this attribute shall apply:\n - CHANGE_STATE: ChangeStateRequest\n\nThis attribute shall be present if this data type is returned in a response to reading an individual resource, and may be present according to the chosen attribute selector parameter if this data type is returned in a response to a query of a container resource.\n"
"description":"This type represents a subscription related to notifications about NFV-MANO configuration and information management changes\n",
"description":"This type represents a subscription related to notifications about NFV-MANO configuration and information management changes\n",
"type":"object",
"type":"object",
"required":[
"id",
"callbackUri",
"_links"
],
"properties":{
"properties":{
"id":{
"id":{
"description":"An identifier with the intention of being globally unique.\n",
"description":"An identifier with the intention of being globally unique.\n",
"type":"string"
"type":"string"
},
},
"filter":{
"filter":{
"description":"This type represents a subscription filter related to notifications about NFV-MANO configuration and information management. \n",
"description":"This type represents a subscription filter related to notifications about NFV-MANO configuration and information management. * NOTE:\tThe permitted values of the \"notificationTypes\" attribute are spelled exactly as the names\n of the notification types to facilitate automated code generation systems.\n",
"type":"object",
"type":"object",
"properties":{
"properties":{
"manoEntitySubscriptionFilter":{
"manoEntitySubscriptionFilter":{
@@ -66,7 +71,7 @@
}
}
},
},
"notificationTypes":{
"notificationTypes":{
"description":"Match particular notification types. \nPermitted values:\n - InformationChangedNotification\n - ChangeStateNotification\n\nNOTE:\tThe permitted values of the \"notificationTypes\" attribute are spelled exactly as the names of the notification types to facilitate automated code generation systems.\n",