Loading src/SOL009/APIVersion/APIVersion.yaml +2 −2 Original line number Diff line number Diff line Loading @@ -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: Loading src/SOL009/NFVManoConfigurationAndInformationManagement/NFVManoConfigurationAndInformationManagement.yaml +3 −3 Original line number Diff line number Diff line Loading @@ -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 Loading src/SOL009/NFVManoConfigurationAndInformationManagement/definitions/NFVManoConfigurationAndInformationManagement_def.yaml +83 −3 Original line number Diff line number Diff line Loading @@ -1147,7 +1147,7 @@ definitions: This type represents information attributes specific to a VNFM entity, and that can be relevant to more than one NFV-MANO service offered by a VNFM entity. * NOTE: 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)". type: object required: - resoruceMgmtModeSupport Loading Loading @@ -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: > Loading src/SOL009/NFVManoConfigurationAndInformationManagementNotification/NFVManoConfigurationAndInformationManagementNotification.yaml +4 −4 Original line number Diff line number Diff line Loading @@ -16,11 +16,11 @@ info: license: name: ETSI Forge copyright notice url: https://forge.etsi.org/etsi-forge-copyright-notice.txt version: 2.1.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.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 Loading src/SOL009/NFVManoFaultManagement/NFVManoFaultManagement.yaml +2 −2 Original line number Diff line number Diff line Loading @@ -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 Loading
src/SOL009/APIVersion/APIVersion.yaml +2 −2 Original line number Diff line number Diff line Loading @@ -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: Loading
src/SOL009/NFVManoConfigurationAndInformationManagement/NFVManoConfigurationAndInformationManagement.yaml +3 −3 Original line number Diff line number Diff line Loading @@ -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 Loading
src/SOL009/NFVManoConfigurationAndInformationManagement/definitions/NFVManoConfigurationAndInformationManagement_def.yaml +83 −3 Original line number Diff line number Diff line Loading @@ -1147,7 +1147,7 @@ definitions: This type represents information attributes specific to a VNFM entity, and that can be relevant to more than one NFV-MANO service offered by a VNFM entity. * NOTE: 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)". type: object required: - resoruceMgmtModeSupport Loading Loading @@ -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: > Loading
src/SOL009/NFVManoConfigurationAndInformationManagementNotification/NFVManoConfigurationAndInformationManagementNotification.yaml +4 −4 Original line number Diff line number Diff line Loading @@ -16,11 +16,11 @@ info: license: name: ETSI Forge copyright notice url: https://forge.etsi.org/etsi-forge-copyright-notice.txt version: 2.1.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.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 Loading
src/SOL009/NFVManoFaultManagement/NFVManoFaultManagement.yaml +2 −2 Original line number Diff line number Diff line Loading @@ -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