Commit 06a3b836 authored by Mudassar Khan's avatar Mudassar Khan Committed by Giacomo Bernini
Browse files

update VnfLcmOperationOccurrenceNotification datamodel as per clause 5.5.2.17

parent 8581aab8
Loading
Loading
Loading
Loading
+43 −0
Original line number Diff line number Diff line
@@ -614,6 +614,49 @@
			}
		  }
		}
	  },
	  "affectedCertificates": {
		"description": "Information about certificate content that were affected during the execution of the lifecycle management  operation, if this notification represents the result of a lifecycle management operation occurrence. Shall be present when using delegation mode, otherwise shall be absent. This attribute shall be supported when delegation mode in certificate management is applicable\n",
		"type": "array",
		"items": {
			"description": "This type provides input information about added, deleted, and modified certificate contents.\n",
			"type": "object",
			"required": [
				"certificateInfoId",
				"changeType"
			],
			"properties": {
				"certificateInfoId": {
					"description": "An identifier with the intention of being globally unique.\n",
					"type": "string"
				},
				"certificateBaseProfileId": {
					"description": "An identifier with the intention of being globally unique.\n",
					"type": "string"
				},
				"securityPolicyId": {
					"description": "An identifier with the intention of being globally unique.\n",
					"type": "string"
				},
				"cmfInfoId": {
					"description": "An identifier with the intention of being globally unique.\n",
					"type": "string"
				},
				"certificateContentId": {
					"description": "An identifier with the intention of being globally unique.\n",
					"type": "string"
				},
				"changeType": {
					"description": "Signals the type of change.",
					"type": "string",
					"enum": [
						"ADD",
						"REMOVE",
						"MODIFY"
					]
				}
			}
		}
	},
	  "changedExtConnectivity": {
		"description": "Information about changed external connectivity, if this notification represents the result of a lifecycle operation occurrence. Shall be present if the \"notificationStatus\" is set to \"RESULT\" and the \"operation\" has made any change of the external  connectivity of the VNF instance. Shall be absent otherwise.\n",