diff --git a/src/SOL009/APIVersion/APIVersion.yaml b/src/SOL009/APIVersion/APIVersion.yaml index 7e78cd67e51dbdc7e7a88850cd343415dd848e9b..abc3950459856879ed7e076edbab101fec940637 100644 --- a/src/SOL009/APIVersion/APIVersion.yaml +++ b/src/SOL009/APIVersion/APIVersion.yaml @@ -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: diff --git a/src/SOL009/NFVManoConfigurationAndInformationManagement/NFVManoConfigurationAndInformationManagement.yaml b/src/SOL009/NFVManoConfigurationAndInformationManagement/NFVManoConfigurationAndInformationManagement.yaml index 8656045a817e696e2835becdc9116927b78a1e3e..fa4450d3d693ef6cbe073e933998e7870da14683 100644 --- a/src/SOL009/NFVManoConfigurationAndInformationManagement/NFVManoConfigurationAndInformationManagement.yaml +++ b/src/SOL009/NFVManoConfigurationAndInformationManagement/NFVManoConfigurationAndInformationManagement.yaml @@ -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 diff --git a/src/SOL009/NFVManoConfigurationAndInformationManagement/definitions/NFVManoConfigurationAndInformationManagement_def.yaml b/src/SOL009/NFVManoConfigurationAndInformationManagement/definitions/NFVManoConfigurationAndInformationManagement_def.yaml index 7d63dd63bcedf66d68f88baf8b76be1ba6e38ae5..e0097641bfcbcb57d5561d7943eb5185a83fa6c8 100644 --- a/src/SOL009/NFVManoConfigurationAndInformationManagement/definitions/NFVManoConfigurationAndInformationManagement_def.yaml +++ b/src/SOL009/NFVManoConfigurationAndInformationManagement/definitions/NFVManoConfigurationAndInformationManagement_def.yaml @@ -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 (V2.5.1)". NOTE 2: If this attribute is not present, the value of this parameter is undefined. type: object required: @@ -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 @@ -1218,7 +1218,87 @@ 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: > This type represents information attributes specific to a VIM entity, diff --git a/src/SOL009/NFVManoConfigurationAndInformationManagementNotification/NFVManoConfigurationAndInformationManagementNotification.yaml b/src/SOL009/NFVManoConfigurationAndInformationManagementNotification/NFVManoConfigurationAndInformationManagementNotification.yaml index d27543f070031d008ad0447ed27753d9002dbd68..adfcb391900f521c57c13f6c83de9949dad05ba0 100644 --- a/src/SOL009/NFVManoConfigurationAndInformationManagementNotification/NFVManoConfigurationAndInformationManagementNotification.yaml +++ b/src/SOL009/NFVManoConfigurationAndInformationManagementNotification/NFVManoConfigurationAndInformationManagementNotification.yaml @@ -16,12 +16,12 @@ 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 - url: https://127.0.0.1/callback/v2 diff --git a/src/SOL009/NFVManoFaultManagement/NFVManoFaultManagement.yaml b/src/SOL009/NFVManoFaultManagement/NFVManoFaultManagement.yaml index a906b41ccf48920f217ad4e30b1a5ead2d9c64ac..05c1812348ee368239c00415b29c2dfb8d911cdf 100644 --- a/src/SOL009/NFVManoFaultManagement/NFVManoFaultManagement.yaml +++ b/src/SOL009/NFVManoFaultManagement/NFVManoFaultManagement.yaml @@ -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 diff --git a/src/SOL009/NFVManoFaultManagementNotification/NFVManoFaultManagementNotification.yaml b/src/SOL009/NFVManoFaultManagementNotification/NFVManoFaultManagementNotification.yaml index d1eb40f56cffefe89fa69c8e43582c58d7915e91..0815161dba9794bd13cfe5b838796153c37784c9 100644 --- a/src/SOL009/NFVManoFaultManagementNotification/NFVManoFaultManagementNotification.yaml +++ b/src/SOL009/NFVManoFaultManagementNotification/NFVManoFaultManagementNotification.yaml @@ -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/callback/v1 diff --git a/src/SOL009/NFVManoLogManagement/NFVManoLogManagement.yaml b/src/SOL009/NFVManoLogManagement/NFVManoLogManagement.yaml index 778c150a905079d8f2c81e0938ddaaa8a0f7db80..24cfe41a079851afbf8ce8056ac2b9d9d71abf8c 100644 --- a/src/SOL009/NFVManoLogManagement/NFVManoLogManagement.yaml +++ b/src/SOL009/NFVManoLogManagement/NFVManoLogManagement.yaml @@ -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/nfvmanologm/v1 diff --git a/src/SOL009/NFVManoLogManagementNotification/NFVManoLogManagementNotification.yaml b/src/SOL009/NFVManoLogManagementNotification/NFVManoLogManagementNotification.yaml index 776a7be3a5c32b32f87bfa9ba88f01bcf389b6fb..4a107a4f83105262f971dba4e9d82a7f0681ff80 100644 --- a/src/SOL009/NFVManoLogManagementNotification/NFVManoLogManagementNotification.yaml +++ b/src/SOL009/NFVManoLogManagementNotification/NFVManoLogManagementNotification.yaml @@ -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/callback/v1 diff --git a/src/SOL009/NFVManoPerformanceManagement/NFVManoPerformanceManagement.yaml b/src/SOL009/NFVManoPerformanceManagement/NFVManoPerformanceManagement.yaml index bbdc945de6f89e01107a3017292802d2b99cf80b..14fa05245766bc5e470c80dcda59e2aca6e12d47 100644 --- a/src/SOL009/NFVManoPerformanceManagement/NFVManoPerformanceManagement.yaml +++ b/src/SOL009/NFVManoPerformanceManagement/NFVManoPerformanceManagement.yaml @@ -20,8 +20,8 @@ info: version: 2.0.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/nfvmanopm/v2 diff --git a/src/SOL009/NFVManoPerformanceManagementNotification/NFVManoPerformanceManagementNotification.yaml b/src/SOL009/NFVManoPerformanceManagementNotification/NFVManoPerformanceManagementNotification.yaml index de0ce476f81ee042c6819a98ff3439ad2c1b669c..4ba7d5f89eae9ca1cfdc693e76260dee620c407b 100644 --- a/src/SOL009/NFVManoPerformanceManagementNotification/NFVManoPerformanceManagementNotification.yaml +++ b/src/SOL009/NFVManoPerformanceManagementNotification/NFVManoPerformanceManagementNotification.yaml @@ -19,8 +19,9 @@ info: version: 2.0.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/callback/v2 - url: https://127.0.0.1/callback/v2