Commit f8f9d341 authored by Ikram Haq's avatar Ikram Haq
Browse files

Fix SOL002 API's inconsistencies in data types and descriptions.

parent 0feaf757
Loading
Loading
Loading
Loading
Loading
+8 −3
Original line number Diff line number Diff line
@@ -133,6 +133,8 @@ definitions:
        $ref: "#/definitions/KeyValuePairs"

  CmfInfo:
    description: >
      This type provides input information related to CMF for certificate management.
    type: object
    required:
      - id
@@ -983,10 +985,10 @@ definitions:
        type: string
      notBefore:
        description: Start date of valid period for this certificate.
        type: string
        $ref: "#/definitions/DateTime"
      notAfter:
        description: End date of valid period for this certificate.
        type: string
        $ref: "#/definitions/DateTime"
      subject:
        description: Subject of this certificate.
        type: string
@@ -1086,7 +1088,9 @@ definitions:
        items:
          type: string
      subjectAltName:
        description: Alternative name of subject of certificates. See note.
        description:  Alternative name of subject of certificates. Shall be present when this certificate is used for encrypted
                      communication using IP address and subjectAltName attribute of CertificateBaseProfile in CertificateDesc of
                      VNFD is empty (see ETSI GS NFV-IFA 011 [7],clause 7.1.19.4). See note 
        type: array
        items:
          type: string
@@ -1305,6 +1309,7 @@ definitions:
      CREATE_SNAPSHOT | Represents the "Create VNF Snapshot" LCM operation.
      REVERT_TO_SNAPSHOT | Represents the “Revert-To VNF Snapshot" LCM operation.
      CHANGE_VNFPKG | Represents the "Change current VNF package" LCM operation.
      SELECT_DEPL_MODS  | Represents the "Select VNF deployable modules" LCM operation 
    type: string
    enum:
      - INSTANTIATE
+0 −1
Original line number Diff line number Diff line
@@ -539,7 +539,6 @@ definitions:
          to deployable modules listed in this attribute are requested to be instantiated.
        type: array
        items:
          type: string
          $ref: "../../General_Definitions/SOL002_def.yaml#/definitions/IdentifierInVnfd"