Commit 87a59e95 authored by Pietro Piscione's avatar Pietro Piscione
Browse files

SOL009_1, SOL009_4 to SOL009_6

parent 6863e23d
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,8 +19,8 @@ info:
  version: 1.1.0-impl:etsi.org:ETSI_NFV_OpenAPI:1

externalDocs:
  description: ETSI GS NFV-SOL 009 V4.5.1
  url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/009/04.05.01_60/gs_NFV-SOL009v040501p.pdf
  description: ETSI GS NFV-SOL 009 V5.1.1
  url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/009/05.01.01_60/gs_nfv-sol009v050101p.pdf

paths:
  /nfvmanocim/api_versions:
+3 −3
Original line number Diff line number Diff line
@@ -16,11 +16,11 @@ info:
  license:
    name: ETSI Forge copyright notice
    url: https://forge.etsi.org/etsi-forge-copyright-notice.txt
  version: 2.11.0-impl:etsi.org:ETSI_NFV_OpenAPI:1
  version: 2.13.0-impl:etsi.org:ETSI_NFV_OpenAPI:1

externalDocs:
  description: ETSI GS NFV-SOL 009 V4.5.1
  url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/009/04.05.01_60/gs_NFV-SOL009v040501p.pdf
  description: ETSI GS NFV-SOL 009 V5.1.1
  url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/009/05.01.01_60/gs_nfv-sol009v050101p.pdf
  
servers:
  - url: http://127.0.0.1/nfvmanocim/v2
+82 −2
Original line number Diff line number Diff line
@@ -1062,7 +1062,7 @@ definitions:
        This type represents information attributes specific to an NFVO entity,
        and that can be relevant to more than one NFV-MANO service offered by an NFVO entity.
        * NOTE 1:	The information to be provided in this attribute shall relate to the specification and version
                    of the specification. For instance, "ETSI GS NFV-SOL 001 (V2.5.1)".
                  of the specification. For instance, "ETSI GS NFV-SOL 001 (V5.5.1)".
          NOTE 2:	If this attribute is not present, the value of this parameter is undefined.
      type: object
      required:
@@ -1218,6 +1218,86 @@ definitions:
            enum:
            - DELEGATION-MODE
            - DIRECT-MODE
        pmJobConnectionInfos:
          description: >
              PM job connection information
          type: array
          items:
            type: object
            required:
              - monitoringType
            properties:
              monitoringType:
                description: >
                  Indicates the type of tool to monitor the PM of the VNF instance managed by the VNFM.
                  Permitted values:
                  • VIM_CISM
                  • EXTERNAL
                type: string
                enum:
                  - VIM_CISM
                  - EXTERNAL
              vimId:
                description: >
                  Information about VIM or CISM connection(s) for monitoring resources for the VNF instance.
                  May be present only if the “monitoringType“ attribute in the “VnfmSpecificInfo“ is “VIM_CISM“.
                $ref: "../../definitions/SOL009_def.yaml#/definitions/schemas/Identifier"
              interfaceInfo:
                description: >
                  Information about the interface(s) to the external monitoring tool, if available, including 
                  interface endpoint e.g., URL API version, and protocol type. May be present only if the “monitoringType“
                  attribute in the “VnfmSpecificInfo“ is “EXTERNAL“.
                $ref: "../../definitions/SOL009_def.yaml#/definitions/schemas/KeyValuePairs"          
              accessInfo:
                description: >
                  Information about authentication credentials for accessing the external monitoring tool. Examples can 
                  include those to support different authentication schemes, e.g., OAuth, Token, Username/password, etc.
                  May be present only if the “monitoringType“ attribute in the “VnfmSpecificInfo“ is “EXTERNAL“.
                $ref: "../../definitions/SOL009_def.yaml#/definitions/schemas/KeyValuePairs"         
              extra:
                description: >
                  Monitoring type specific additional information.
                $ref: "../../definitions/SOL009_def.yaml#/definitions/schemas/KeyValuePairs"     
        fmConnectionInfos:
          description: >
              FM connection information
          type: array
          items:
            type: object
            required:
              - monitoringType
            properties:
              monitoringType:
                description: >
                  Indicates the type of tool to monitor faults of the VNF instance managed by the VNFM.
                  Permitted values:
                  • VIM_CISM
                  • EXTERNAL
                type: string
                enum:
                  - VIM_CISM
                  - EXTERNAL
              vimId:
                description: >
                  Information about VIM or CISM connection(s) for monitoring resources for the VNF instance.
                  May be present only if the “monitoringType“ attribute in the “VnfmSpecificInfo“ is “VIM_CISM“.
                $ref: "../../definitions/SOL009_def.yaml#/definitions/schemas/Identifier"
              interfaceInfo:
                description: >
                  Information about the interface(s) to the external monitoring tool, if available, including 
                  interface endpoint e.g., URL API version, and protocol type.
                  May be present only if the “monitoringType“ attribute in the “VnfmSpecificInfo“ is “EXTERNAL“.
                $ref: "../../definitions/SOL009_def.yaml#/definitions/schemas/KeyValuePairs"          
              accessInfo:
                description: >
                  Information about authentication credentials for accessing the external monitoring tool. 
                  Examples can include those to support different authentication schemes, e.g., OAuth, Token, Username/password, etc.
                  May be present only if the “monitoringType“ attribute in the “VnfmSpecificInfo“ is “EXTERNAL“.
                $ref: "../../definitions/SOL009_def.yaml#/definitions/schemas/KeyValuePairs"         
              extra:
                description: >
                  Monitoring type specific additional information.
                $ref: "../../definitions/SOL009_def.yaml#/definitions/schemas/KeyValuePairs"  
              
    VimSpecificInfo:
      description: >
+3 −3
Original line number Diff line number Diff line
@@ -19,8 +19,8 @@ info:
  version: 2.1.0-impl:etsi.org:ETSI_NFV_OpenAPI:1

externalDocs:
  description: ETSI GS NFV-SOL 009 V4.5.1
  url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/009/04.04.01_60/gs_NFV-SOL009v040501p.pdf
  description: ETSI GS NFV-SOL 009 V5.1.1
  url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/009/05.01.01_60/gs_nfv-sol009v050101p.pdf
  
servers:
  - url: http://127.0.0.1/callback/v2
+2 −2
Original line number Diff line number Diff line
@@ -19,8 +19,8 @@ info:
  version: 1.0.1-impl:etsi.org:ETSI_NFV_OpenAPI:1

externalDocs:
  description: ETSI GS NFV-SOL 009 V4.5.1
  url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/009/04.05.01_60/gs_NFV-SOL009v040501p.pdf
  description: ETSI GS NFV-SOL 009 V5.1.1
  url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/009/05.01.01_60/gs_nfv-sol009v050101p.pdf

servers:
  - url: http://127.0.0.1/nfvmanofm/v1
Loading