Commit 1d6fba4c authored by Muhammad Umair Khan's avatar Muhammad Umair Khan
Browse files

Update VnfLcmOperationOccurrenceNotification datamodel as per clause 5.5.2.17

parent 3d6ff2e1
Loading
Loading
Loading
Loading
+36 −0
Original line number Diff line number Diff line
@@ -596,6 +596,42 @@
        }
      }
    },
    "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\", the \"verbosity\" attribute is set to \"FULL\" and the operation has made any changes to the external connectivity of the VNF instance. Shall be absent otherwise. Only information about external VL instances that have been added or modified shall be provided.\n",
      "type": "array",