From e87cb02b0fc956e22ffff36ca5e23f9b5f0cc9ac Mon Sep 17 00:00:00 2001 From: Giacomo Bernini Date: Mon, 8 Aug 2022 18:48:07 +0200 Subject: [PATCH 1/8] fixed issue #3 --- .../NSInstanceUsageNotification.yaml | 31 ++++++++- src/SOL011/components/SOL011_params.yaml | 69 ------------------- 2 files changed, 29 insertions(+), 71 deletions(-) diff --git a/src/SOL011/NSInstanceUsageNotification/NSInstanceUsageNotification.yaml b/src/SOL011/NSInstanceUsageNotification/NSInstanceUsageNotification.yaml index cc83013..ef860a8 100644 --- a/src/SOL011/NSInstanceUsageNotification/NSInstanceUsageNotification.yaml +++ b/src/SOL011/NSInstanceUsageNotification/NSInstanceUsageNotification.yaml @@ -74,8 +74,8 @@ paths: - $ref: "../components/SOL011_params.yaml#/components/parameters/Version" - $ref: "../components/SOL011_params.yaml#/components/parameters/Accept" - $ref: "../components/SOL011_params.yaml#/components/parameters/Authorization" - - $ref: "../components/SOL011_params.yaml#/components/parameters/filter" - - $ref: "../components/SOL011_params.yaml#/components/parameters/nextpage_opaque_marker" + - $ref: "#/components/parameters/filter.Subscriptions" + - $ref: "#/components/parameters/nextpage_opaque_marker.Subscriptions" responses: 201: $ref: "#/components/responses/Subscriptions.Get.200" @@ -250,6 +250,33 @@ components: schema: $ref: '../components/SOL011_schemas.yaml#/components/schemas/Identifier' + filter.Subscriptions: + name: filter + description: > + Attribute-based filtering expression according to clause 5.2 of ETSI + GS NFV-SOL 013 [2]. + The NFVO-C shall support receiving this parameter as part of the URI query + string. The NFVO-N may supply this parameter. + All attribute names that appear in the NsInstanceUsageSubscription and in + data types referenced from it shall be supported by the NFVO-C in the filter + expression. + in: query + required: false + schema: + type: string + + nextpage_opaque_marker.Subscriptions: + name: nextpage_opaque_marker + description: > + Marker to obtain the next page of a paged response. Shall be supported by + the NFVO-C if the NFVO-C supports alternative 2 (paging) according to + clause 5.4.2.1 of ETSI GS NFV-SOL 013 [2] for this resource + in: query + required: false + schema: + type: string + + requestBodies: NsInstanceUsageSubscriptionRequest: description: diff --git a/src/SOL011/components/SOL011_params.yaml b/src/SOL011/components/SOL011_params.yaml index dbb92ea..5fb2499 100644 --- a/src/SOL011/components/SOL011_params.yaml +++ b/src/SOL011/components/SOL011_params.yaml @@ -35,72 +35,3 @@ components: required: true schema: type: string - - filter: - name: filter - description: > - Attribute-based filtering expression according to clause 5.2 of ETSI - GS NFV-SOL 013. The NFV-MANO functional entity shall support - receiving this parameter as part of the URI query string. The API - consumer may supply this parameter. All attribute names that appear - in the FmSubscription and in data types referenced from it shall be - supported by the NFV-MANO functional entity in the filter - expression. - in: query - required: false - schema: - type: string - - all_fields: - name: all_fields - description: > - Include all complex attributes in the response. See clause - 5.3 of ETSI GS NFV-SOL 013. The NFV-MANO functional entity - shall support this parameter. - in: query - required: false - schema: - type: string - - fields: - name: fields - description: > - Complex attributes to be included into the response. See clause - 5.3 of ETSI GS NFV-SOL 013 for details. The NFV-MANO functional - entity should support this parameter. - in: query - required: false - schema: - type: string - - exclude_fields: - name: exclude_fields - description: > - Complex attributes to be excluded from the response. See clause - 5.3 of ETSI GS NFV-SOL 013 for details. The NFV-MANO functional - entity should support this parameter. - in: query - required: false - schema: - type: string - - exclude_default: - name: exclude_default - in: query - description: >- - Indicates to exclude the following complex attributes from the response. See clause 5.3 of ETSI GS NFV-SOL 013 - for details. The NFV-MANO functional entity shall support this parameter. - required: false - schema: - type: string - - nextpage_opaque_marker: - name: nextpage_opaque_marker - description: > - Marker to obtain the next page of a paged response. Shall be supported by - the NFV-MANO functional entity if the entity supports alternative 2 (paging) - according to clause 5.4.2.1 of ETSI GS NFV-SOL 013 for this resource. - in: query - required: false - schema: - type: string -- GitLab From 8e9afd46bab959207ff722793df821aaf7efac3d Mon Sep 17 00:00:00 2001 From: Giacomo Bernini Date: Tue, 9 Aug 2022 18:45:10 +0200 Subject: [PATCH 2/8] fixed issue #2 --- .../NSInstanceUsageNotification.yaml | 166 +----------------- .../NSInstanceUsageNotification_def.yaml | 155 ++++++++++++++++ .../NSLifecycleOperationGranting.yaml | 99 +---------- .../NSLifecycleOperationGranting_def.yaml | 95 ++++++++++ 4 files changed, 259 insertions(+), 256 deletions(-) create mode 100644 src/SOL011/NSInstanceUsageNotification/definitions/NSInstanceUsageNotification_def.yaml create mode 100644 src/SOL011/NSLifecycleOperationGranting/definitions/NSLifecycleOperationGranting_def.yaml diff --git a/src/SOL011/NSInstanceUsageNotification/NSInstanceUsageNotification.yaml b/src/SOL011/NSInstanceUsageNotification/NSInstanceUsageNotification.yaml index ef860a8..074b0a4 100644 --- a/src/SOL011/NSInstanceUsageNotification/NSInstanceUsageNotification.yaml +++ b/src/SOL011/NSInstanceUsageNotification/NSInstanceUsageNotification.yaml @@ -284,7 +284,7 @@ components: content: application/json: schema: - $ref: "#/components/schemas/NsInstanceUsageSubscriptionRequest" + $ref: "definitions/NSInstanceUsageNotification_def.yaml#/definitions/schemas/NsInstanceUsageSubscriptionRequest" NsInstanceUsageNotification: description: @@ -293,7 +293,7 @@ components: content: application/json: schema: - $ref: "#/components/schemas/NsInstanceUsageNotification" + $ref: "definitions/NSInstanceUsageNotification_def.yaml#/definitions/schemas/NsInstanceUsageNotification" responses: Subscriptions.Post.201: @@ -324,7 +324,7 @@ components: content: application/json: schema: - $ref: '#/components/schemas/NsInstanceUsageSubscription' + $ref: 'definitions/NSInstanceUsageNotification_def.yaml#/definitions/schemas/NsInstanceUsageSubscription' Subscriptions.Post.303: description: >- @@ -384,7 +384,7 @@ components: schema: type: array items: - $ref: "#/components/schemas/NsInstanceUsageSubscription" + $ref: "definitions/NSInstanceUsageNotification_def.yaml#/definitions/schemas/NsInstanceUsageSubscription" Subscription.Get.200: description: >- @@ -408,7 +408,7 @@ components: content: application/json: schema: - $ref: '#/components/schemas/NsInstanceUsageSubscription' + $ref: 'definitions/NSInstanceUsageNotification_def.yaml#/definitions/schemas/NsInstanceUsageSubscription' Subscription.Delete.204: description: >- @@ -462,158 +462,4 @@ components: description: > Version of the API used in the response. schema: - type: string - - schemas: - NsInstanceUsageSubscriptionRequest: - description: >- - This type represents a subscription request related to notifications about NS - instance usage. It shall comply with the provisions defined in table 8.6.2.2-1. - type: object - required: - - callbackUri - properties: - filter: - description: >- - Filter settings for this subscription, to define the subset of all notifications - this subscription relates to. A particular notification is sent to the subscriber - if the filter matches, or if there is no filter. - $ref: "#/components/schemas/NsInstanceUsageNotificationsFilter" - callbackUri: - description: >- - The URI of the endpoint to send the notification to. - $ref: "../components/SOL011_schemas.yaml#/components/schemas/Uri" - authentication: - description: >- - Authentication parameters to configure the use of Authorization when sending - notifications corresponding to this subscription, as defined in clause 8.3.4 - of ETSI GS NFV-SOL 013. - - This attribute shall only be present if the subscriber requires authorization - of notifications. - $ref: "../components/SOL011_schemas.yaml#/components/schemas/SubscriptionAuthentication" - - NsInstanceUsageSubscription: - description: >- - This type represents a subscription related to notifications about NS instance usage. - It shall comply with the provisions defined in table 8.6.2.3-1. - type: object - required: - - id - - callbackUri - - _links - properties: - id: - description: >- - Identifier that identifies the subscription. - $ref: "../components/SOL011_schemas.yaml#/components/schemas/Identifier" - filter: - description: >- - Filter settings for this subscription, to define the subset of all notifications - this subscription relates to. A particular notification is sent to the subscriber - if the filter matches, or if there is no filter. - $ref: "#/components/schemas/NsInstanceUsageNotificationsFilter" - callbackUri: - description: >- - The URI of the endpoint to send the notification to. - $ref: "../components/SOL011_schemas.yaml#/components/schemas/Uri" - _links: - description: >- - Links to resources related to this resource. - type: object - required: - - self - properties: - self: - description: >- - URI of this resource. - $ref: "../components/SOL011_schemas.yaml#/components/schemas/Link" - - NsInstanceUsageNotification: - description: >- - This type represents an NS instance usage notification, which indicates the start - or end of usage of an NS instance as a part of a composite NS managed by the NFVO-C. - It shall comply with the provisions defined in table 8.6.2.4-1. - type: object - required: - - id - - notificationType - - subscriptionId - - timeStamp - - nsInstanceId - - status - - _links - properties: - id: - description: >- - Identifier of this notification. If a notification is sent multiple times due - to multiple subscriptions, the "id" attribute of all these notifications shall - have the same value. - $ref: "../components/SOL011_schemas.yaml#/components/schemas/Identifier" - notificationType: - description: >- - Discriminator for the different notification types. Shall be set to - "NsInstanceUsageNotification" for this notification type. - type: string - subscriptionId: - description: >- - Identifier of the subscription that this notification relates to. - $ref: "../components/SOL011_schemas.yaml#/components/schemas/Identifier" - timeStamp: - description: >- - Date and time of the generation of the notification. - $ref: "../components/SOL011_schemas.yaml#/components/schemas/DateTime" - nsInstanceId: - description: >- - Identifier of the NS instance affected. - $ref: "../components/SOL011_schemas.yaml#/components/schemas/Identifier" - status: - description: >- - Indicates whether this notification reports about the start of the usage of - an NS instance or about the end of the usage of an NS instance. - $ref: "#/components/schemas/NsInstanceUsageStatusType" - _links: - description: >- - Links to resources related to this notification. - $ref: "../components/SOL011_schemas.yaml#/components/schemas/NotificationLink" - - NsInstanceUsageNotificationsFilter: - description: >- - This type represents a subscription filter related to notifications about NS - instance usage. It shall comply with the provisions defined in table 8.6.3.1-1. - type: object - properties: - notificationTypes: - description: >- - Match particular notification types. - - Permitted values: - - NsInstanceUsageNotification - - NOTE: The permitted values of the "notificationTypes" attribute are spelled - exactly as the names of the notification types to facilitate automated code - generation systems. - type: array - items: - type: string - enum: - - NsInstanceUsageNotification - nsInstanceId: - description: >- - If present, match NS instances with an instance identifier listed in this attribute. - type: array - items: - $ref: "../components/SOL011_schemas.yaml#/components/schemas/Identifier" - status: - description: >- - If present, match a particular status of usage of an NS instance. - $ref: "#/components/schemas/NsInstanceUsageStatusType" - - NsInstanceUsageStatusType: - description: >- - The enumeration NsInstanceUsageStatusType shall comply with the provisions defined - in table 8.6.4.3-1. - type: string - enum: - - START - - END + type: string \ No newline at end of file diff --git a/src/SOL011/NSInstanceUsageNotification/definitions/NSInstanceUsageNotification_def.yaml b/src/SOL011/NSInstanceUsageNotification/definitions/NSInstanceUsageNotification_def.yaml new file mode 100644 index 0000000..e03e30e --- /dev/null +++ b/src/SOL011/NSInstanceUsageNotification/definitions/NSInstanceUsageNotification_def.yaml @@ -0,0 +1,155 @@ +definitions: + schemas: + NsInstanceUsageSubscriptionRequest: + description: >- + This type represents a subscription request related to notifications about NS + instance usage. It shall comply with the provisions defined in table 8.6.2.2-1. + type: object + required: + - callbackUri + properties: + filter: + description: >- + Filter settings for this subscription, to define the subset of all notifications + this subscription relates to. A particular notification is sent to the subscriber + if the filter matches, or if there is no filter. + $ref: "#/definitions/schemas/NsInstanceUsageNotificationsFilter" + callbackUri: + description: >- + The URI of the endpoint to send the notification to. + $ref: "../../components/SOL011_schemas.yaml#/components/schemas/Uri" + authentication: + description: >- + Authentication parameters to configure the use of Authorization when sending + notifications corresponding to this subscription, as defined in clause 8.3.4 + of ETSI GS NFV-SOL 013. + + This attribute shall only be present if the subscriber requires authorization + of notifications. + $ref: "../../components/SOL011_schemas.yaml#/components/schemas/SubscriptionAuthentication" + + NsInstanceUsageSubscription: + description: >- + This type represents a subscription related to notifications about NS instance usage. + It shall comply with the provisions defined in table 8.6.2.3-1. + type: object + required: + - id + - callbackUri + - _links + properties: + id: + description: >- + Identifier that identifies the subscription. + $ref: "../../components/SOL011_schemas.yaml#/components/schemas/Identifier" + filter: + description: >- + Filter settings for this subscription, to define the subset of all notifications + this subscription relates to. A particular notification is sent to the subscriber + if the filter matches, or if there is no filter. + $ref: "#/definitions/schemas/NsInstanceUsageNotificationsFilter" + callbackUri: + description: >- + The URI of the endpoint to send the notification to. + $ref: "../../components/SOL011_schemas.yaml#/components/schemas/Uri" + _links: + description: >- + Links to resources related to this resource. + type: object + required: + - self + properties: + self: + description: >- + URI of this resource. + $ref: "../../components/SOL011_schemas.yaml#/components/schemas/Link" + + NsInstanceUsageNotification: + description: >- + This type represents an NS instance usage notification, which indicates the start + or end of usage of an NS instance as a part of a composite NS managed by the NFVO-C. + It shall comply with the provisions defined in table 8.6.2.4-1. + type: object + required: + - id + - notificationType + - subscriptionId + - timeStamp + - nsInstanceId + - status + - _links + properties: + id: + description: >- + Identifier of this notification. If a notification is sent multiple times due + to multiple subscriptions, the "id" attribute of all these notifications shall + have the same value. + $ref: "../../components/SOL011_schemas.yaml#/components/schemas/Identifier" + notificationType: + description: >- + Discriminator for the different notification types. Shall be set to + "NsInstanceUsageNotification" for this notification type. + type: string + subscriptionId: + description: >- + Identifier of the subscription that this notification relates to. + $ref: "../../components/SOL011_schemas.yaml#/components/schemas/Identifier" + timeStamp: + description: >- + Date and time of the generation of the notification. + $ref: "../../components/SOL011_schemas.yaml#/components/schemas/DateTime" + nsInstanceId: + description: >- + Identifier of the NS instance affected. + $ref: "../../components/SOL011_schemas.yaml#/components/schemas/Identifier" + status: + description: >- + Indicates whether this notification reports about the start of the usage of + an NS instance or about the end of the usage of an NS instance. + $ref: "#/definitions/schemas/NsInstanceUsageStatusType" + _links: + description: >- + Links to resources related to this notification. + $ref: "../../components/SOL011_schemas.yaml#/components/schemas/NotificationLink" + + NsInstanceUsageNotificationsFilter: + description: >- + This type represents a subscription filter related to notifications about NS + instance usage. It shall comply with the provisions defined in table 8.6.3.1-1. + type: object + properties: + notificationTypes: + description: >- + Match particular notification types. + + Permitted values: + - NsInstanceUsageNotification + + NOTE: The permitted values of the "notificationTypes" attribute are spelled + exactly as the names of the notification types to facilitate automated code + generation systems. + type: array + items: + type: string + enum: + - NsInstanceUsageNotification + nsInstanceId: + description: >- + If present, match NS instances with an instance identifier listed in this attribute. + type: array + items: + $ref: "../../components/SOL011_schemas.yaml#/components/schemas/Identifier" + status: + description: >- + If present, match a particular status of usage of an NS instance. + $ref: "#/definitions/schemas/NsInstanceUsageStatusType" + + NsInstanceUsageStatusType: + description: >- + The enumeration NsInstanceUsageStatusType shall comply with the provisions defined + in table 8.6.4.3-1. + type: string + enum: + - START + - END + diff --git a/src/SOL011/NSLifecycleOperationGranting/NSLifecycleOperationGranting.yaml b/src/SOL011/NSLifecycleOperationGranting/NSLifecycleOperationGranting.yaml index 76912a3..70886dc 100644 --- a/src/SOL011/NSLifecycleOperationGranting/NSLifecycleOperationGranting.yaml +++ b/src/SOL011/NSLifecycleOperationGranting/NSLifecycleOperationGranting.yaml @@ -121,7 +121,7 @@ components: content: application/json: schema: - $ref: "#/components/schemas/GrantNsLifecycleOperationRequest" + $ref: "definitions/NSLifecycleOperationGranting_def.yaml#/definitions/schemas/GrantNsLifecycleOperationRequest" responses: Grants.Post.201: description: >- @@ -151,7 +151,7 @@ components: content: application/json: schema: - $ref: '#/components/schemas/Grant' + $ref: 'definitions/NSLifecycleOperationGranting_def.yaml#/definitions/schemas/Grant' Grants.Post.403: description: >- @@ -200,98 +200,5 @@ components: content: application/json: schema: - $ref: '#/components/schemas/Grant' + $ref: 'definitions/NSLifecycleOperationGranting_def.yaml#/definitions/schemas/Grant' - schemas: - GrantNsLifecycleOperationRequest: - description: >- - This type represents request parameters for the "grant NS lifecycle" operation. - It shall comply with the provisions defined in table 7.6.2.2-1. - type: object - required: - - nsInstanceId - - nsdId - - nsLcmOpOccId - - lifecycleOperation - properties: - nsInstanceId: - description: >- - Identifier of the NS instance which this grant request relates to. - Each NFVO-N instance manages its own namespace for NS instance identifiers. - $ref: "../components/SOL011_schemas.yaml#/components/schemas/Identifier" - nsdId: - description: >- - Identifier of the NSD that defines the NS for which the lifecycle management operation is to be granted. - $ref: "../components/SOL011_schemas.yaml#/components/schemas/Identifier" - nsLcmOpOccId: - description: >- - The identifier of the NS lifecycle management operation occurrence associated to the GrantRequest.. - $ref: "../components/SOL011_schemas.yaml#/components/schemas/Identifier" - lifecycleOperation: - description: >- - Type of the lifecycle management operation for which the granting is requested. - The NS LCM operations InstantiateNS, CreateNsIdentifier, DeleteNsIdentifier and - QueryNs can be executed by NFVO-N without requesting granting. - $ref: "#/components/schemas/NsLcmOperation" - additionalParams: - description: >- - Additional parameters passed by NFVO-N, specific to the NS and the lifecycle management operation. - $ref: "../components/SOL011_schemas.yaml#/components/schemas/KeyValuePairs" - - NsLcmOperation: - description: >- - The enumeration NsLcmOperation shall comply with the provisions defined in table 7.6.4.3-1. - It indicates the type of the NS lifecycle management operation for which the granting is requested. - type: string - enum: - - SCALE - - TERMINATE - - HEAL - - Grant: - description: >- - This type represents a grant. It shall comply with the provisions defined in table 7.6.2.3-1. - type: object - required: - - id - - nsInstanceId - - nsLcmOpOccId - - _links - properties: - id: - description: >- - Identifier of the grant. - $ref: "../components/SOL011_schemas.yaml#/components/schemas/Identifier" - nsInstanceId: - description: >- - Identifier of the NS instance which this grant request relates to. - $ref: "../components/SOL011_schemas.yaml#/components/schemas/Identifier" - nsLcmOpOccId: - description: >- - Identifier of the NS lifecycle management operation occurrence associated to the GrantRequest. - $ref: "../components/SOL011_schemas.yaml#/components/schemas/Identifier" - additionalParams: - description: >- - Additional parameters passed by NFVO-N, specific to the NS and the lifecycle management operation. - $ref: "../components/SOL011_schemas.yaml#/components/schemas/KeyValuePairs" - _links: - description: >- - Links to resources related to this resource. - type: object - required: - - self - - nsLcmOpOcc - - nsInstance - properties: - self: - description: >- - URI of this resource - $ref: "../components/SOL011_schemas.yaml#/components/schemas/Link" - nsLcmOpOcc: - description: >- - Related NS lifecycle management operation occurrence - $ref: "../components/SOL011_schemas.yaml#/components/schemas/Link" - nsInstance: - description: >- - Related NS instance. - $ref: "../components/SOL011_schemas.yaml#/components/schemas/Link" diff --git a/src/SOL011/NSLifecycleOperationGranting/definitions/NSLifecycleOperationGranting_def.yaml b/src/SOL011/NSLifecycleOperationGranting/definitions/NSLifecycleOperationGranting_def.yaml new file mode 100644 index 0000000..13f2688 --- /dev/null +++ b/src/SOL011/NSLifecycleOperationGranting/definitions/NSLifecycleOperationGranting_def.yaml @@ -0,0 +1,95 @@ +definitions: + schemas: + GrantNsLifecycleOperationRequest: + description: >- + This type represents request parameters for the "grant NS lifecycle" operation. + It shall comply with the provisions defined in table 7.6.2.2-1. + type: object + required: + - nsInstanceId + - nsdId + - nsLcmOpOccId + - lifecycleOperation + properties: + nsInstanceId: + description: >- + Identifier of the NS instance which this grant request relates to. + Each NFVO-N instance manages its own namespace for NS instance identifiers. + $ref: "../../components/SOL011_schemas.yaml#/components/schemas/Identifier" + nsdId: + description: >- + Identifier of the NSD that defines the NS for which the lifecycle management operation is to be granted. + $ref: "../../components/SOL011_schemas.yaml#/components/schemas/Identifier" + nsLcmOpOccId: + description: >- + The identifier of the NS lifecycle management operation occurrence associated to the GrantRequest.. + $ref: "../../components/SOL011_schemas.yaml#/components/schemas/Identifier" + lifecycleOperation: + description: >- + Type of the lifecycle management operation for which the granting is requested. + The NS LCM operations InstantiateNS, CreateNsIdentifier, DeleteNsIdentifier and + QueryNs can be executed by NFVO-N without requesting granting. + $ref: "#/definitions/schemas/NsLcmOperation" + additionalParams: + description: >- + Additional parameters passed by NFVO-N, specific to the NS and the lifecycle management operation. + $ref: "../../components/SOL011_schemas.yaml#/components/schemas/KeyValuePairs" + + NsLcmOperation: + description: >- + The enumeration NsLcmOperation shall comply with the provisions defined in table 7.6.4.3-1. + It indicates the type of the NS lifecycle management operation for which the granting is requested. + type: string + enum: + - SCALE + - TERMINATE + - HEAL + + Grant: + description: >- + This type represents a grant. It shall comply with the provisions defined in table 7.6.2.3-1. + type: object + required: + - id + - nsInstanceId + - nsLcmOpOccId + - _links + properties: + id: + description: >- + Identifier of the grant. + $ref: "../../components/SOL011_schemas.yaml#/components/schemas/Identifier" + nsInstanceId: + description: >- + Identifier of the NS instance which this grant request relates to. + $ref: "../../components/SOL011_schemas.yaml#/components/schemas/Identifier" + nsLcmOpOccId: + description: >- + Identifier of the NS lifecycle management operation occurrence associated to the GrantRequest. + $ref: "../../components/SOL011_schemas.yaml#/components/schemas/Identifier" + additionalParams: + description: >- + Additional parameters passed by NFVO-N, specific to the NS and the lifecycle management operation. + $ref: "../../components/SOL011_schemas.yaml#/components/schemas/KeyValuePairs" + _links: + description: >- + Links to resources related to this resource. + type: object + required: + - self + - nsLcmOpOcc + - nsInstance + properties: + self: + description: >- + URI of this resource + $ref: "../../components/SOL011_schemas.yaml#/components/schemas/Link" + nsLcmOpOcc: + description: >- + Related NS lifecycle management operation occurrence + $ref: "../../components/SOL011_schemas.yaml#/components/schemas/Link" + nsInstance: + description: >- + Related NS instance. + $ref: "../../components/SOL011_schemas.yaml#/components/schemas/Link" + -- GitLab From 654319e550400c3aebc66ef2591b27b36ae8d763 Mon Sep 17 00:00:00 2001 From: "g.bernini" Date: Tue, 6 Dec 2022 12:53:19 +0100 Subject: [PATCH 3/8] updated reference to SOL011ed371 --- src/SOL011/APIVersion/APIVersion.yaml | 4 ++-- src/SOL011/NSDManagement/NSDManagement.yaml | 4 ++-- src/SOL011/NSFaultManagement/NSFaultManagement.yaml | 4 ++-- .../NSFaultManagementNotification.yaml | 2 +- .../NSInstanceUsageNotification.yaml | 4 ++-- src/SOL011/NSLifecycleManagement/NSLifecycleManagement.yaml | 4 ++-- .../NSLifecycleManagementNotification.yaml | 4 ++-- .../NSLifecycleOperationGranting.yaml | 4 ++-- .../NSPerformanceManagement/NSPerformanceManagement.yaml | 4 ++-- .../NSPerformanceManagementNotification.yaml | 4 ++-- 10 files changed, 19 insertions(+), 19 deletions(-) diff --git a/src/SOL011/APIVersion/APIVersion.yaml b/src/SOL011/APIVersion/APIVersion.yaml index 5bdb07f..e06ad0a 100644 --- a/src/SOL011/APIVersion/APIVersion.yaml +++ b/src/SOL011/APIVersion/APIVersion.yaml @@ -23,8 +23,8 @@ info: name: NFV-SOL WG externalDocs: - description: ETSI GS NFV-SOL 011 V3.3.1 - url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/011/03.03.01_60/gs_NFV-SOL011v030301p.pdf + description: ETSI GS NFV-SOL 011 V3.7.1 + url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/011/03.07.01_60/gs_NFV-SOL011v030701p.pdf paths: /nsd/api_versions: diff --git a/src/SOL011/NSDManagement/NSDManagement.yaml b/src/SOL011/NSDManagement/NSDManagement.yaml index 3f00d71..fe7c648 100644 --- a/src/SOL011/NSDManagement/NSDManagement.yaml +++ b/src/SOL011/NSDManagement/NSDManagement.yaml @@ -17,8 +17,8 @@ info: name: "NFV-SOL WG" externalDocs: - description: ETSI GS NFV-SOL 011 V3.3.1 - url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/011/03.03.01_60/gs_NFV-SOL011v030301p.pdf + description: ETSI GS NFV-SOL 011 V3.7.1 + url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/011/03.07.01_60/gs_NFV-SOL011v030701p.pdf basePath: /nsd/v1 diff --git a/src/SOL011/NSFaultManagement/NSFaultManagement.yaml b/src/SOL011/NSFaultManagement/NSFaultManagement.yaml index 0e529d4..4cc4db2 100644 --- a/src/SOL011/NSFaultManagement/NSFaultManagement.yaml +++ b/src/SOL011/NSFaultManagement/NSFaultManagement.yaml @@ -17,8 +17,8 @@ info: name: "NFV-SOL WG" externalDocs: - description: ETSI GS NFV-SOL 011 V3.3.1 - url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/011/03.03.01_60/gs_NFV-SOL011v030301p.pdf + description: ETSI GS NFV-SOL 011 V3.7.1 + url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/011/03.07.01_60/gs_NFV-SOL011v030701p.pdf basePath: /nsfm/v1 diff --git a/src/SOL011/NSFaultManagementNotification/NSFaultManagementNotification.yaml b/src/SOL011/NSFaultManagementNotification/NSFaultManagementNotification.yaml index 52b13ce..c3b91c9 100644 --- a/src/SOL011/NSFaultManagementNotification/NSFaultManagementNotification.yaml +++ b/src/SOL011/NSFaultManagementNotification/NSFaultManagementNotification.yaml @@ -18,7 +18,7 @@ info: externalDocs: description: ETSI GS NFV-SOL 011 V3.3.1 - url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/011/03.03.01_60/gs_NFV-SOL011v030301p.pdf + url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/011/03.07.01_60/gs_NFV-SOL011v030701p.pdf basePath: /callback/v1 diff --git a/src/SOL011/NSInstanceUsageNotification/NSInstanceUsageNotification.yaml b/src/SOL011/NSInstanceUsageNotification/NSInstanceUsageNotification.yaml index 074b0a4..6694b31 100644 --- a/src/SOL011/NSInstanceUsageNotification/NSInstanceUsageNotification.yaml +++ b/src/SOL011/NSInstanceUsageNotification/NSInstanceUsageNotification.yaml @@ -13,8 +13,8 @@ info: name: ETSI Forge copyright notice url: https://forge.etsi.org/etsi-forge-copyright-notice.txt externalDocs: - description: ETSI GS NFV-SOL 011 V3.3.1 - url: https://docbox.etsi.org/ISG/NFV/Open/Drafts/SOL011ed331_Or-Or_Stage_3/NFV-SOL011ed331v020.zip + description: ETSI GS NFV-SOL 011 V3.7.1 + url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/011/03.07.01_60/gs_NFV-SOL011v030701p.pdf security: - OauthSecurity: diff --git a/src/SOL011/NSLifecycleManagement/NSLifecycleManagement.yaml b/src/SOL011/NSLifecycleManagement/NSLifecycleManagement.yaml index bf19038..7c31546 100644 --- a/src/SOL011/NSLifecycleManagement/NSLifecycleManagement.yaml +++ b/src/SOL011/NSLifecycleManagement/NSLifecycleManagement.yaml @@ -17,8 +17,8 @@ info: name: "NFV-SOL WG" externalDocs: - description: ETSI GS NFV-SOL 011 V3.3.1 - url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/011/03.03.01_60/gs_NFV-SOL011v030301p.pdf + description: ETSI GS NFV-SOL 011 V3.7.1 + url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/011/03.07.01_60/gs_NFV-SOL011v030701p.pdf basePath: /nslcm/v1 diff --git a/src/SOL011/NSLifecycleManagementNotification/NSLifecycleManagementNotification.yaml b/src/SOL011/NSLifecycleManagementNotification/NSLifecycleManagementNotification.yaml index 4266cbf..1a90258 100644 --- a/src/SOL011/NSLifecycleManagementNotification/NSLifecycleManagementNotification.yaml +++ b/src/SOL011/NSLifecycleManagementNotification/NSLifecycleManagementNotification.yaml @@ -17,8 +17,8 @@ info: name: "NFV-SOL WG" externalDocs: - description: ETSI GS NFV-SOL 011 V3.3.1 - url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/011/03.03.01_60/gs_NFV-SOL011v030301p.pdf + description: ETSI GS NFV-SOL 011 V3.7.1 + url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/011/03.07.01_60/gs_NFV-SOL011v030701p.pdf basePath: /callback/v1 diff --git a/src/SOL011/NSLifecycleOperationGranting/NSLifecycleOperationGranting.yaml b/src/SOL011/NSLifecycleOperationGranting/NSLifecycleOperationGranting.yaml index 70886dc..35eea14 100644 --- a/src/SOL011/NSLifecycleOperationGranting/NSLifecycleOperationGranting.yaml +++ b/src/SOL011/NSLifecycleOperationGranting/NSLifecycleOperationGranting.yaml @@ -13,8 +13,8 @@ info: name: ETSI Forge copyright notice url: https://forge.etsi.org/etsi-forge-copyright-notice.txt externalDocs: - description: ETSI GS NFV-SOL 011 V3.3.1 - url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/011/03.03.01_60/gs_NFV-SOL011v030301p.pdf + description: ETSI GS NFV-SOL 011 V3.7.1 + url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/011/03.07.01_60/gs_NFV-SOL011v030701p.pdf security: - OauthSecurity: diff --git a/src/SOL011/NSPerformanceManagement/NSPerformanceManagement.yaml b/src/SOL011/NSPerformanceManagement/NSPerformanceManagement.yaml index 00121bc..cef8cf6 100644 --- a/src/SOL011/NSPerformanceManagement/NSPerformanceManagement.yaml +++ b/src/SOL011/NSPerformanceManagement/NSPerformanceManagement.yaml @@ -17,8 +17,8 @@ info: name: "NFV-SOL WG" externalDocs: - description: ETSI GS NFV-SOL 011 V3.3.1 - url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/011/03.03.01_60/gs_NFV-SOL011v030301p.pdf + description: ETSI GS NFV-SOL 011 V3.7.1 + url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/011/03.07.01_60/gs_NFV-SOL011v030701p.pdf basePath: /nspm/v1 diff --git a/src/SOL011/NSPerformanceManagementNotification/NSPerformanceManagementNotification.yaml b/src/SOL011/NSPerformanceManagementNotification/NSPerformanceManagementNotification.yaml index bdc71a8..3524996 100644 --- a/src/SOL011/NSPerformanceManagementNotification/NSPerformanceManagementNotification.yaml +++ b/src/SOL011/NSPerformanceManagementNotification/NSPerformanceManagementNotification.yaml @@ -17,8 +17,8 @@ info: name: "NFV-SOL WG" externalDocs: - description: ETSI GS NFV-SOL 011 V3.3.1 - url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/011/03.03.01_60/gs_NFV-SOL011v030301p.pdf + description: ETSI GS NFV-SOL 011 V3.7.1 + url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/011/03.07.01_60/gs_NFV-SOL011v030701p.pdf basePath: /callback/v1 -- GitLab From f4ac488db22c5227f3e069ae581cdccb69a1e139 Mon Sep 17 00:00:00 2001 From: "g.bernini" Date: Tue, 6 Dec 2022 14:18:57 +0100 Subject: [PATCH 4/8] fixed references --- src/SOL011/NSDManagement/NSDManagement.yaml | 6 ++--- .../NSFaultManagement/NSFaultManagement.yaml | 10 ++++----- .../NSFaultManagementNotification.yaml | 6 ++--- .../NSLifecycleManagement.yaml | 22 +++++++++---------- .../NSLifecycleManagementNotification.yaml | 6 ++--- .../NSPerformanceManagement.yaml | 10 ++++----- .../NSPerformanceManagementNotification.yaml | 4 ++-- 7 files changed, 32 insertions(+), 32 deletions(-) diff --git a/src/SOL011/NSDManagement/NSDManagement.yaml b/src/SOL011/NSDManagement/NSDManagement.yaml index fe7c648..1d16b95 100644 --- a/src/SOL011/NSDManagement/NSDManagement.yaml +++ b/src/SOL011/NSDManagement/NSDManagement.yaml @@ -34,7 +34,7 @@ produces: paths: "/api_versions": - $ref: 'https://forge.etsi.org/rep/nfv/SOL005/raw/v2.6.1/src/SOL005/NSLifecycleManagement/NSLifecycleManagement.yaml#/paths/~1api-versions' + $ref: 'https://forge.etsi.org/rep/nfv/SOL005/-/raw/v2.6.1/src/SOL005/NSLifecycleManagement/NSLifecycleManagement.yaml#/paths/~1api-versions' "/ns_descriptors": parameters: @@ -52,7 +52,7 @@ paths: required: true type: string get: - $ref: 'https://forge.etsi.org/rep/nfv/SOL005/raw/v2.6.1/src/SOL005/NSDManagement/NSDManagement.yaml#/paths/~1ns_descriptors/get' + $ref: 'https://forge.etsi.org/rep/nfv/SOL005/-/raw/v2.6.1/src/SOL005/NSDManagement/NSDManagement.yaml#/paths/~1ns_descriptors/get' '/ns_descriptors/{nsdInfoId}': parameters: @@ -76,5 +76,5 @@ paths: required: true type: string get: - $ref: 'https://forge.etsi.org/rep/nfv/SOL005/raw/v2.6.1/src/SOL005/NSDManagement/NSDManagement.yaml#/paths/~1ns_descriptors~1{nsdInfoId}/get' + $ref: 'https://forge.etsi.org/rep/nfv/SOL005/-/raw/v2.6.1/src/SOL005/NSDManagement/NSDManagement.yaml#/paths/~1ns_descriptors~1{nsdInfoId}/get' diff --git a/src/SOL011/NSFaultManagement/NSFaultManagement.yaml b/src/SOL011/NSFaultManagement/NSFaultManagement.yaml index 4cc4db2..b4cd5d3 100644 --- a/src/SOL011/NSFaultManagement/NSFaultManagement.yaml +++ b/src/SOL011/NSFaultManagement/NSFaultManagement.yaml @@ -34,12 +34,12 @@ produces: paths: "/api_versions": - $ref: 'https://forge.etsi.org/rep/nfv/SOL005/raw/v2.6.1/src/SOL005/NSFaultManagement/NSFaultManagement.yaml#/paths/~1api-versions' + $ref: 'https://forge.etsi.org/rep/nfv/SOL005/-/raw/v2.6.1/src/SOL005/NSFaultManagement/NSFaultManagement.yaml#/paths/~1api-versions' "/alarms": - $ref: 'https://forge.etsi.org/rep/nfv/SOL005/raw/v2.6.1/src/SOL005/NSFaultManagement/NSFaultManagement.yaml#/paths/~1alarms' + $ref: 'https://forge.etsi.org/rep/nfv/SOL005/-/raw/v2.6.1/src/SOL005/NSFaultManagement/NSFaultManagement.yaml#/paths/~1alarms' "/alarms/{alarmId}": - $ref: 'https://forge.etsi.org/rep/nfv/SOL005/raw/v2.6.1/src/SOL005/NSFaultManagement/NSFaultManagement.yaml#/paths/~1alarms~1{alarmId}' + $ref: 'https://forge.etsi.org/rep/nfv/SOL005/-/raw/v2.6.1/src/SOL005/NSFaultManagement/NSFaultManagement.yaml#/paths/~1alarms~1{alarmId}' "/subscriptions": - $ref: 'https://forge.etsi.org/rep/nfv/SOL005/raw/v2.6.1/src/SOL005/NSFaultManagement/NSFaultManagement.yaml#/paths/~1subscriptions' + $ref: 'https://forge.etsi.org/rep/nfv/SOL005/-/raw/v2.6.1/src/SOL005/NSFaultManagement/NSFaultManagement.yaml#/paths/~1subscriptions' "/subscriptions/{subscriptionId}": - $ref: 'https://forge.etsi.org/rep/nfv/SOL005/raw/v2.6.1/src/SOL005/NSFaultManagement/NSFaultManagement.yaml#/paths/~1subscriptions~1{subscriptionId}' + $ref: 'https://forge.etsi.org/rep/nfv/SOL005/-/raw/v2.6.1/src/SOL005/NSFaultManagement/NSFaultManagement.yaml#/paths/~1subscriptions~1{subscriptionId}' diff --git a/src/SOL011/NSFaultManagementNotification/NSFaultManagementNotification.yaml b/src/SOL011/NSFaultManagementNotification/NSFaultManagementNotification.yaml index c3b91c9..4583f6c 100644 --- a/src/SOL011/NSFaultManagementNotification/NSFaultManagementNotification.yaml +++ b/src/SOL011/NSFaultManagementNotification/NSFaultManagementNotification.yaml @@ -34,8 +34,8 @@ produces: paths: '/URI_is_provided_by_the_client_when_creating_the_subscription-AlarmNotification': - $ref: 'https://forge.etsi.org/rep/nfv/SOL005/raw/v2.6.1/src/SOL005/NSFaultManagementNotification/NSFaultManagementNotification.yaml#/paths/~1URI_is_provided_by_the_client_when_creating_the_subscription-AlarmNotification' + $ref: 'https://forge.etsi.org/rep/nfv/SOL005/-/raw/v2.6.1/src/SOL005/NSFaultManagementNotification/NSFaultManagementNotification.yaml#/paths/~1URI_is_provided_by_the_client_when_creating_the_subscription-AlarmNotification' '/URI_is_provided_by_the_client_when_creating_the_subscription-AlarmClearedNotification': - $ref: 'https://forge.etsi.org/rep/nfv/SOL005/raw/v2.6.1/src/SOL005/NSFaultManagementNotification/NSFaultManagementNotification.yaml#/paths/~1URI_is_provided_by_the_client_when_creating_the_subscription-AlarmClearedNotification' + $ref: 'https://forge.etsi.org/rep/nfv/SOL005/-/raw/v2.6.1/src/SOL005/NSFaultManagementNotification/NSFaultManagementNotification.yaml#/paths/~1URI_is_provided_by_the_client_when_creating_the_subscription-AlarmClearedNotification' '/URI_is_provided_by_the_client_when_creating_the_subscription-AlarmListRebuiltNotification': - $ref: 'https://forge.etsi.org/rep/nfv/SOL005/raw/v2.6.1/src/SOL005/NSFaultManagementNotification/NSFaultManagementNotification.yaml#/paths/~1URI_is_provided_by_the_client_when_creating_the_subscription-AlarmListRebuiltNotification' + $ref: 'https://forge.etsi.org/rep/nfv/SOL005/-/raw/v2.6.1/src/SOL005/NSFaultManagementNotification/NSFaultManagementNotification.yaml#/paths/~1URI_is_provided_by_the_client_when_creating_the_subscription-AlarmListRebuiltNotification' diff --git a/src/SOL011/NSLifecycleManagement/NSLifecycleManagement.yaml b/src/SOL011/NSLifecycleManagement/NSLifecycleManagement.yaml index 7c31546..9a76b1f 100644 --- a/src/SOL011/NSLifecycleManagement/NSLifecycleManagement.yaml +++ b/src/SOL011/NSLifecycleManagement/NSLifecycleManagement.yaml @@ -34,24 +34,24 @@ produces: paths: "/api_versions": - $ref: 'https://forge.etsi.org/rep/nfv/SOL005/raw/v2.6.1/src/SOL005/NSLifecycleManagement/NSLifecycleManagement.yaml#/paths/~1api-versions' + $ref: 'https://forge.etsi.org/rep/nfv/SOL005/-/raw/v2.6.1/src/SOL005/NSLifecycleManagement/NSLifecycleManagement.yaml#/paths/~1api-versions' "/ns_instances": - $ref: 'https://forge.etsi.org/rep/nfv/SOL005/raw/v2.6.1/src/SOL005/NSLifecycleManagement/NSLifecycleManagement.yaml#/paths/~1ns_instances' + $ref: 'https://forge.etsi.org/rep/nfv/SOL005/-/raw/v2.6.1/src/SOL005/NSLifecycleManagement/NSLifecycleManagement.yaml#/paths/~1ns_instances' "/ns_instances/{nsInstanceId}": - $ref: 'https://forge.etsi.org/rep/nfv/SOL005/raw/v2.6.1/src/SOL005/NSLifecycleManagement/NSLifecycleManagement.yaml#/paths/~1ns_instances~1{nsInstanceId}' + $ref: 'https://forge.etsi.org/rep/nfv/SOL005/-/raw/v2.6.1/src/SOL005/NSLifecycleManagement/NSLifecycleManagement.yaml#/paths/~1ns_instances~1{nsInstanceId}' "/ns_instances/{nsInstanceId}/instantiate": - $ref: 'https://forge.etsi.org/rep/nfv/SOL005/raw/v2.6.1/src/SOL005/NSLifecycleManagement/NSLifecycleManagement.yaml#/paths/~1ns_instances~1{nsInstanceId}~1instantiate' + $ref: 'https://forge.etsi.org/rep/nfv/SOL005/-/raw/v2.6.1/src/SOL005/NSLifecycleManagement/NSLifecycleManagement.yaml#/paths/~1ns_instances~1{nsInstanceId}~1instantiate' "/ns_instances/{nsInstanceId}/terminate": - $ref: 'https://forge.etsi.org/rep/nfv/SOL005/raw/v2.6.1/src/SOL005/NSLifecycleManagement/NSLifecycleManagement.yaml#/paths/~1ns_instances~1{nsInstanceId}~1terminate' + $ref: 'https://forge.etsi.org/rep/nfv/SOL005/-/raw/v2.6.1/src/SOL005/NSLifecycleManagement/NSLifecycleManagement.yaml#/paths/~1ns_instances~1{nsInstanceId}~1terminate' "/ns_instances/{nsInstanceId}/scale": - $ref: 'https://forge.etsi.org/rep/nfv/SOL005/raw/v2.6.1/src/SOL005/NSLifecycleManagement/NSLifecycleManagement.yaml#/paths/~1ns_instances~1{nsInstanceId}~1scale' + $ref: 'https://forge.etsi.org/rep/nfv/SOL005/-/raw/v2.6.1/src/SOL005/NSLifecycleManagement/NSLifecycleManagement.yaml#/paths/~1ns_instances~1{nsInstanceId}~1scale' "/ns_instances/{nsInstanceId}/heal": - $ref: 'https://forge.etsi.org/rep/nfv/SOL005/raw/v2.6.1/src/SOL005/NSLifecycleManagement/NSLifecycleManagement.yaml#/paths/~1ns_instances~1{nsInstanceId}~1heal' + $ref: 'https://forge.etsi.org/rep/nfv/SOL005/-/raw/v2.6.1/src/SOL005/NSLifecycleManagement/NSLifecycleManagement.yaml#/paths/~1ns_instances~1{nsInstanceId}~1heal' "/ns_lcm_op_occs": - $ref: 'https://forge.etsi.org/rep/nfv/SOL005/raw/v2.6.1/src/SOL005/NSLifecycleManagement/NSLifecycleManagement.yaml#/paths/~1ns_lcm_op_occs' + $ref: 'https://forge.etsi.org/rep/nfv/SOL005/-/raw/v2.6.1/src/SOL005/NSLifecycleManagement/NSLifecycleManagement.yaml#/paths/~1ns_lcm_op_occs' "/ns_lcm_op_occs/{nsLcmOpOccId}": - $ref: 'https://forge.etsi.org/rep/nfv/SOL005/raw/v2.6.1/src/SOL005/NSLifecycleManagement/NSLifecycleManagement.yaml#/paths/~1ns_lcm_op_occs~1{nsLcmOpOccId}' + $ref: 'https://forge.etsi.org/rep/nfv/SOL005/-/raw/v2.6.1/src/SOL005/NSLifecycleManagement/NSLifecycleManagement.yaml#/paths/~1ns_lcm_op_occs~1{nsLcmOpOccId}' "/subscriptions": - $ref: 'https://forge.etsi.org/rep/nfv/SOL005/raw/v2.6.1/src/SOL005/NSLifecycleManagement/NSLifecycleManagement.yaml#/paths/~1subscriptions' + $ref: 'https://forge.etsi.org/rep/nfv/SOL005/-/raw/v2.6.1/src/SOL005/NSLifecycleManagement/NSLifecycleManagement.yaml#/paths/~1subscriptions' "/subscriptions/{subscriptionId}": - $ref: 'https://forge.etsi.org/rep/nfv/SOL005/raw/v2.6.1/src/SOL005/NSLifecycleManagement/NSLifecycleManagement.yaml#/paths/~1subscriptions~1{subscriptionId}' + $ref: 'https://forge.etsi.org/rep/nfv/SOL005/-/raw/v2.6.1/src/SOL005/NSLifecycleManagement/NSLifecycleManagement.yaml#/paths/~1subscriptions~1{subscriptionId}' diff --git a/src/SOL011/NSLifecycleManagementNotification/NSLifecycleManagementNotification.yaml b/src/SOL011/NSLifecycleManagementNotification/NSLifecycleManagementNotification.yaml index 1a90258..f33571d 100644 --- a/src/SOL011/NSLifecycleManagementNotification/NSLifecycleManagementNotification.yaml +++ b/src/SOL011/NSLifecycleManagementNotification/NSLifecycleManagementNotification.yaml @@ -34,8 +34,8 @@ produces: paths: '/URI_is_provided_by_the_client_when_creating_the_subscription-NsLcmOperationOccurrenceNotification': - $ref: 'https://forge.etsi.org/rep/nfv/SOL005/raw/v2.6.1/src/SOL005/NSLifecycleManagementNotification/NSLifecycleManagementNotification.yaml#/paths/~1URI_is_provided_by_the_client_when_creating_the_subscription-NsLcmOperationOccurrenceNotification' + $ref: 'https://forge.etsi.org/rep/nfv/SOL005/-/raw/v2.6.1/src/SOL005/NSLifecycleManagementNotification/NSLifecycleManagementNotification.yaml#/paths/~1URI_is_provided_by_the_client_when_creating_the_subscription-NsLcmOperationOccurrenceNotification' '/URI_is_provided_by_the_client_when_creating_the_subscription-NsIdentifierCreationNotification': - $ref: 'https://forge.etsi.org/rep/nfv/SOL005/raw/v2.6.1/src/SOL005/NSLifecycleManagementNotification/NSLifecycleManagementNotification.yaml#/paths/~1URI_is_provided_by_the_client_when_creating_the_subscription-NsIdentifierCreationNotification' + $ref: 'https://forge.etsi.org/rep/nfv/SOL005/-/raw/v2.6.1/src/SOL005/NSLifecycleManagementNotification/NSLifecycleManagementNotification.yaml#/paths/~1URI_is_provided_by_the_client_when_creating_the_subscription-NsIdentifierCreationNotification' '/URI_is_provided_by_the_client_when_creating_the_subscription-NsIdentifierDeletionNotification': - $ref: 'https://forge.etsi.org/rep/nfv/SOL005/raw/v2.6.1/src/SOL005/NSLifecycleManagementNotification/NSLifecycleManagementNotification.yaml#/paths/~1URI_is_provided_by_the_client_when_creating_the_subscription-NsIdentifierDeletionNotification' \ No newline at end of file + $ref: 'https://forge.etsi.org/rep/nfv/SOL005/-/raw/v2.6.1/src/SOL005/NSLifecycleManagementNotification/NSLifecycleManagementNotification.yaml#/paths/~1URI_is_provided_by_the_client_when_creating_the_subscription-NsIdentifierDeletionNotification' \ No newline at end of file diff --git a/src/SOL011/NSPerformanceManagement/NSPerformanceManagement.yaml b/src/SOL011/NSPerformanceManagement/NSPerformanceManagement.yaml index cef8cf6..badeb2c 100644 --- a/src/SOL011/NSPerformanceManagement/NSPerformanceManagement.yaml +++ b/src/SOL011/NSPerformanceManagement/NSPerformanceManagement.yaml @@ -34,12 +34,12 @@ produces: paths: "/api_versions": - $ref: 'https://forge.etsi.org/rep/nfv/SOL005/raw/v2.6.1/src/SOL005/NSPerformanceManagement/NSPerformanceManagement.yaml#/paths/~1api-versions' + $ref: 'https://forge.etsi.org/rep/nfv/SOL005/-/raw/v2.6.1/src/SOL005/NSPerformanceManagement/NSPerformanceManagement.yaml#/paths/~1api-versions' "/pm_jobs": - $ref: 'https://forge.etsi.org/rep/nfv/SOL005/raw/v2.6.1/src/SOL005/NSPerformanceManagement/NSPerformanceManagement.yaml#/paths/~1pm_jobs' + $ref: 'https://forge.etsi.org/rep/nfv/SOL005/-/raw/v2.6.1/src/SOL005/NSPerformanceManagement/NSPerformanceManagement.yaml#/paths/~1pm_jobs' "/pm_jobs/{pmJobId}": - $ref: 'https://forge.etsi.org/rep/nfv/SOL005/raw/v2.6.1/src/SOL005/NSPerformanceManagement/NSPerformanceManagement.yaml#/paths/~1pm_jobs~1{pmJobId}' + $ref: 'https://forge.etsi.org/rep/nfv/SOL005/-/raw/v2.6.1/src/SOL005/NSPerformanceManagement/NSPerformanceManagement.yaml#/paths/~1pm_jobs~1{pmJobId}' "/thresholds": - $ref: 'https://forge.etsi.org/rep/nfv/SOL005/raw/v2.6.1/src/SOL005/NSPerformanceManagement/NSPerformanceManagement.yaml#/paths/~1thresholds' + $ref: 'https://forge.etsi.org/rep/nfv/SOL005/-/raw/v2.6.1/src/SOL005/NSPerformanceManagement/NSPerformanceManagement.yaml#/paths/~1thresholds' "/thresholds/{thresholdId}": - $ref: 'https://forge.etsi.org/rep/nfv/SOL005/raw/v2.6.1/src/SOL005/NSPerformanceManagement/NSPerformanceManagement.yaml#/paths/~1thresholds~1{thresholdId}' \ No newline at end of file + $ref: 'https://forge.etsi.org/rep/nfv/SOL005/-/raw/v2.6.1/src/SOL005/NSPerformanceManagement/NSPerformanceManagement.yaml#/paths/~1thresholds~1{thresholdId}' \ No newline at end of file diff --git a/src/SOL011/NSPerformanceManagementNotification/NSPerformanceManagementNotification.yaml b/src/SOL011/NSPerformanceManagementNotification/NSPerformanceManagementNotification.yaml index 3524996..18492d8 100644 --- a/src/SOL011/NSPerformanceManagementNotification/NSPerformanceManagementNotification.yaml +++ b/src/SOL011/NSPerformanceManagementNotification/NSPerformanceManagementNotification.yaml @@ -34,6 +34,6 @@ produces: paths: '/URI_is_provided_by_the_client_when_creating_the_subscription_PerformanceInformationAvailableNotification': - $ref: 'https://forge.etsi.org/rep/nfv/SOL005/raw/v2.6.1/src/SOL005/NSPerformanceManagementNotification/NSPerformanceManagementNotification.yaml#/paths/~1URI_is_provided_by_the_client_when_creating_the_subscription_PerformanceInformationAvailableNotificatio' + $ref: 'https://forge.etsi.org/rep/nfv/SOL005/-/raw/v2.6.1/src/SOL005/NSPerformanceManagementNotification/NSPerformanceManagementNotification.yaml#/paths/~1URI_is_provided_by_the_client_when_creating_the_subscription_PerformanceInformationAvailableNotificatio' '/URI_is_provided_by_the_client_when_creating_the_subscription_ThresholdCrossedNotification': - $ref: 'https://forge.etsi.org/rep/nfv/SOL005/raw/v2.6.1/src/SOL005/NSPerformanceManagementNotification/NSPerformanceManagementNotification.yaml#/paths/~1URI_is_provided_by_the_client_when_creating_the_subscription_ThresholdCrossedNotification' \ No newline at end of file + $ref: 'https://forge.etsi.org/rep/nfv/SOL005/-/raw/v2.6.1/src/SOL005/NSPerformanceManagementNotification/NSPerformanceManagementNotification.yaml#/paths/~1URI_is_provided_by_the_client_when_creating_the_subscription_ThresholdCrossedNotification' \ No newline at end of file -- GitLab From f8d9364711709f1bd542cecdd0813b106c599668 Mon Sep 17 00:00:00 2001 From: "g.bernini" Date: Tue, 6 Dec 2022 15:36:43 +0100 Subject: [PATCH 5/8] fixed references to 2.6.1-maintenance --- .idea/SOL011.iml | 9 + .idea/encodings.xml | 4 + .idea/modules.xml | 8 + .idea/vcs.xml | 6 + .idea/workspace.xml | 496 ++++++++++++++++++ src/SOL011/NSDManagement/NSDManagement.yaml | 6 +- .../NSFaultManagement/NSFaultManagement.yaml | 10 +- .../NSFaultManagementNotification.yaml | 6 +- .../NSLifecycleManagement.yaml | 22 +- .../NSLifecycleManagementNotification.yaml | 6 +- .../NSPerformanceManagement.yaml | 10 +- .../NSPerformanceManagementNotification.yaml | 4 +- 12 files changed, 555 insertions(+), 32 deletions(-) create mode 100644 .idea/SOL011.iml create mode 100644 .idea/encodings.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml create mode 100644 .idea/workspace.xml diff --git a/.idea/SOL011.iml b/.idea/SOL011.iml new file mode 100644 index 0000000..d6ebd48 --- /dev/null +++ b/.idea/SOL011.iml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/encodings.xml b/.idea/encodings.xml new file mode 100644 index 0000000..15a15b2 --- /dev/null +++ b/.idea/encodings.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..60288ef --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 0000000..041d486 --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,496 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + SOL009_schemas + SOL009_ + SOL009_resp + type: array + nestedNsdInfoIds + parameters + "../components/SOL011_schemas.yaml#/ + Link: + raw + + + SOL011_ + SOL011_resp + SOL011_schemas + "../../components/SOL011_schemas.yaml#/ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - 1574351789075 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file -- GitLab From 5e056014135940f9a2b7f0d60d25090dc28e2da8 Mon Sep 17 00:00:00 2001 From: "g.bernini" Date: Tue, 6 Dec 2022 15:41:18 +0100 Subject: [PATCH 7/8] fix --- src/SOL011/NSDManagement/NSDManagement.yaml | 2 +- src/SOL011/NSFaultManagement/NSFaultManagement.yaml | 2 +- src/SOL011/NSLifecycleManagement/NSLifecycleManagement.yaml | 2 +- src/SOL011/NSPerformanceManagement/NSPerformanceManagement.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/SOL011/NSDManagement/NSDManagement.yaml b/src/SOL011/NSDManagement/NSDManagement.yaml index 267ad27..8ebe5d2 100644 --- a/src/SOL011/NSDManagement/NSDManagement.yaml +++ b/src/SOL011/NSDManagement/NSDManagement.yaml @@ -34,7 +34,7 @@ produces: paths: "/api_versions": - $ref: 'https://forge.etsi.org/rep/nfv/SOL005/-/raw/2.6.1-maintenance/src/SOL005/NSLifecycleManagement/NSLifecycleManagement.yaml#/paths/~1api-versions' + $ref: 'https://forge.etsi.org/rep/nfv/SOL005/-/raw/2.6.1-maintenance/src/SOL005/NSLifecycleManagement/NSLifecycleManagement.yaml#/paths/~1api_versions' "/ns_descriptors": parameters: diff --git a/src/SOL011/NSFaultManagement/NSFaultManagement.yaml b/src/SOL011/NSFaultManagement/NSFaultManagement.yaml index b6de60d..41119d4 100644 --- a/src/SOL011/NSFaultManagement/NSFaultManagement.yaml +++ b/src/SOL011/NSFaultManagement/NSFaultManagement.yaml @@ -34,7 +34,7 @@ produces: paths: "/api_versions": - $ref: 'https://forge.etsi.org/rep/nfv/SOL005/-/raw/2.6.1-maintenance/src/SOL005/NSFaultManagement/NSFaultManagement.yaml#/paths/~1api-versions' + $ref: 'https://forge.etsi.org/rep/nfv/SOL005/-/raw/2.6.1-maintenance/src/SOL005/NSFaultManagement/NSFaultManagement.yaml#/paths/~1api_versions' "/alarms": $ref: 'https://forge.etsi.org/rep/nfv/SOL005/-/raw/2.6.1-maintenance/src/SOL005/NSFaultManagement/NSFaultManagement.yaml#/paths/~1alarms' "/alarms/{alarmId}": diff --git a/src/SOL011/NSLifecycleManagement/NSLifecycleManagement.yaml b/src/SOL011/NSLifecycleManagement/NSLifecycleManagement.yaml index 551d501..3b2f694 100644 --- a/src/SOL011/NSLifecycleManagement/NSLifecycleManagement.yaml +++ b/src/SOL011/NSLifecycleManagement/NSLifecycleManagement.yaml @@ -34,7 +34,7 @@ produces: paths: "/api_versions": - $ref: 'https://forge.etsi.org/rep/nfv/SOL005/-/raw/2.6.1-maintenance/src/SOL005/NSLifecycleManagement/NSLifecycleManagement.yaml#/paths/~1api-versions' + $ref: 'https://forge.etsi.org/rep/nfv/SOL005/-/raw/2.6.1-maintenance/src/SOL005/NSLifecycleManagement/NSLifecycleManagement.yaml#/paths/~1api_versions' "/ns_instances": $ref: 'https://forge.etsi.org/rep/nfv/SOL005/-/raw/2.6.1-maintenance/src/SOL005/NSLifecycleManagement/NSLifecycleManagement.yaml#/paths/~1ns_instances' "/ns_instances/{nsInstanceId}": diff --git a/src/SOL011/NSPerformanceManagement/NSPerformanceManagement.yaml b/src/SOL011/NSPerformanceManagement/NSPerformanceManagement.yaml index aeb2a08..fcde0dd 100644 --- a/src/SOL011/NSPerformanceManagement/NSPerformanceManagement.yaml +++ b/src/SOL011/NSPerformanceManagement/NSPerformanceManagement.yaml @@ -34,7 +34,7 @@ produces: paths: "/api_versions": - $ref: 'https://forge.etsi.org/rep/nfv/SOL005/-/raw/2.6.1-maintenance/src/SOL005/NSPerformanceManagement/NSPerformanceManagement.yaml#/paths/~1api-versions' + $ref: 'https://forge.etsi.org/rep/nfv/SOL005/-/raw/2.6.1-maintenance/src/SOL005/NSPerformanceManagement/NSPerformanceManagement.yaml#/paths/~1api_versions' "/pm_jobs": $ref: 'https://forge.etsi.org/rep/nfv/SOL005/-/raw/2.6.1-maintenance/src/SOL005/NSPerformanceManagement/NSPerformanceManagement.yaml#/paths/~1pm_jobs' "/pm_jobs/{pmJobId}": -- GitLab From f5ff7867dbef5b5ee7ce815653d32c27392c1feb Mon Sep 17 00:00:00 2001 From: "g.bernini" Date: Tue, 6 Dec 2022 17:51:02 +0100 Subject: [PATCH 8/8] upd --- src/SOL011/APIVersion/APIVersion.yaml | 2 +- src/SOL011/NSDManagement/NSDManagement.yaml | 2 +- src/SOL011/NSFaultManagement/NSFaultManagement.yaml | 2 +- .../NSFaultManagementNotification.yaml | 2 +- .../NSInstanceUsageNotification.yaml | 2 +- src/SOL011/NSLifecycleManagement/NSLifecycleManagement.yaml | 2 +- .../NSLifecycleManagementNotification.yaml | 2 +- .../NSLifecycleOperationGranting.yaml | 2 +- src/SOL011/NSPerformanceManagement/NSPerformanceManagement.yaml | 2 +- .../NSPerformanceManagementNotification.yaml | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/SOL011/APIVersion/APIVersion.yaml b/src/SOL011/APIVersion/APIVersion.yaml index e06ad0a..fb0b7b3 100644 --- a/src/SOL011/APIVersion/APIVersion.yaml +++ b/src/SOL011/APIVersion/APIVersion.yaml @@ -13,7 +13,7 @@ info: refers to and has not been approved by the ETSI NFV ISG. In case of discrepancies the published ETSI Group Specification takes precedence. Please report bugs to - https://forge.etsi.org/bugzilla/buglist.cgi?component=Nfv-Openapis + https://forge.etsi.org/rep/nfv/SOL011/-/issues license: name: ETSI Forge copyright notice diff --git a/src/SOL011/NSDManagement/NSDManagement.yaml b/src/SOL011/NSDManagement/NSDManagement.yaml index 8ebe5d2..45d853c 100644 --- a/src/SOL011/NSDManagement/NSDManagement.yaml +++ b/src/SOL011/NSDManagement/NSDManagement.yaml @@ -9,7 +9,7 @@ info: version of the ETSI Group Specification it refers to and has not been approved by the ETSI NFV ISG. In case of discrepancies the published ETSI Group Specification takes precedence. - Please report bugs to https://forge.etsi.org/bugzilla/buglist.cgi?component=Nfv-Openapis + Please report bugs to https://forge.etsi.org/rep/nfv/SOL011/-/issues license: name: "ETSI Forge copyright notice" url: https://forge.etsi.org/etsi-forge-copyright-notice.txt diff --git a/src/SOL011/NSFaultManagement/NSFaultManagement.yaml b/src/SOL011/NSFaultManagement/NSFaultManagement.yaml index 41119d4..a08f0b6 100644 --- a/src/SOL011/NSFaultManagement/NSFaultManagement.yaml +++ b/src/SOL011/NSFaultManagement/NSFaultManagement.yaml @@ -9,7 +9,7 @@ info: version of the ETSI Group Specification it refers to and has not been approved by the ETSI NFV ISG. In case of discrepancies the published ETSI Group Specification takes precedence. - Please report bugs to https://forge.etsi.org/bugzilla/buglist.cgi?component=Nfv-Openapis + Please report bugs to https://forge.etsi.org/rep/nfv/SOL011/-/issues license: name: "ETSI Forge copyright notice" url: https://forge.etsi.org/etsi-forge-copyright-notice.txt diff --git a/src/SOL011/NSFaultManagementNotification/NSFaultManagementNotification.yaml b/src/SOL011/NSFaultManagementNotification/NSFaultManagementNotification.yaml index 53771eb..5a15fd2 100644 --- a/src/SOL011/NSFaultManagementNotification/NSFaultManagementNotification.yaml +++ b/src/SOL011/NSFaultManagementNotification/NSFaultManagementNotification.yaml @@ -9,7 +9,7 @@ info: version of the ETSI Group Specification it refers to and has not been approved by the ETSI NFV ISG. In case of discrepancies the published ETSI Group Specification takes precedence. - Please report bugs to https://forge.etsi.org/bugzilla/buglist.cgi?component=Nfv-Openapis + Please report bugs to https://forge.etsi.org/rep/nfv/SOL011/-/issues license: name: "ETSI Forge copyright notice" url: https://forge.etsi.org/etsi-forge-copyright-notice.txt diff --git a/src/SOL011/NSInstanceUsageNotification/NSInstanceUsageNotification.yaml b/src/SOL011/NSInstanceUsageNotification/NSInstanceUsageNotification.yaml index 6694b31..9c000c4 100644 --- a/src/SOL011/NSInstanceUsageNotification/NSInstanceUsageNotification.yaml +++ b/src/SOL011/NSInstanceUsageNotification/NSInstanceUsageNotification.yaml @@ -8,7 +8,7 @@ info: IMPORTANT: Please note that this file might be not aligned to the current version of the ETSI Group Specification it refers to. In case of discrepancies the published ETSI Group Specification takes precedence. - Please report bugs to https://forge.etsi.org/bugzilla/buglist.cgi?component=Nfv-Openapis&list_id=61&product=NFV&resolution= + Please report bugs to https://forge.etsi.org/rep/nfv/SOL011/-/issues license: name: ETSI Forge copyright notice url: https://forge.etsi.org/etsi-forge-copyright-notice.txt diff --git a/src/SOL011/NSLifecycleManagement/NSLifecycleManagement.yaml b/src/SOL011/NSLifecycleManagement/NSLifecycleManagement.yaml index 3b2f694..ea47d03 100644 --- a/src/SOL011/NSLifecycleManagement/NSLifecycleManagement.yaml +++ b/src/SOL011/NSLifecycleManagement/NSLifecycleManagement.yaml @@ -9,7 +9,7 @@ info: version of the ETSI Group Specification it refers to and has not been approved by the ETSI NFV ISG. In case of discrepancies the published ETSI Group Specification takes precedence. - Please report bugs to https://forge.etsi.org/bugzilla/buglist.cgi?component=Nfv-Openapis + Please report bugs to https://forge.etsi.org/rep/nfv/SOL011/-/issues license: name: "ETSI Forge copyright notice" url: https://forge.etsi.org/etsi-forge-copyright-notice.txt diff --git a/src/SOL011/NSLifecycleManagementNotification/NSLifecycleManagementNotification.yaml b/src/SOL011/NSLifecycleManagementNotification/NSLifecycleManagementNotification.yaml index 01f453e..192535f 100644 --- a/src/SOL011/NSLifecycleManagementNotification/NSLifecycleManagementNotification.yaml +++ b/src/SOL011/NSLifecycleManagementNotification/NSLifecycleManagementNotification.yaml @@ -9,7 +9,7 @@ info: version of the ETSI Group Specification it refers to and has not been approved by the ETSI NFV ISG. In case of discrepancies the published ETSI Group Specification takes precedence. - Please report bugs to https://forge.etsi.org/bugzilla/buglist.cgi?component=Nfv-Openapis + Please report bugs to https://forge.etsi.org/rep/nfv/SOL011/-/issues license: name: "ETSI Forge copyright notice" url: https://forge.etsi.org/etsi-forge-copyright-notice.txt diff --git a/src/SOL011/NSLifecycleOperationGranting/NSLifecycleOperationGranting.yaml b/src/SOL011/NSLifecycleOperationGranting/NSLifecycleOperationGranting.yaml index 35eea14..3796218 100644 --- a/src/SOL011/NSLifecycleOperationGranting/NSLifecycleOperationGranting.yaml +++ b/src/SOL011/NSLifecycleOperationGranting/NSLifecycleOperationGranting.yaml @@ -8,7 +8,7 @@ info: IMPORTANT: Please note that this file might be not aligned to the current version of the ETSI Group Specification it refers to. In case of discrepancies the published ETSI Group Specification takes precedence. - Please report bugs to https://forge.etsi.org/bugzilla/buglist.cgi?component=Nfv-Openapis&list_id=61&product=NFV&resolution= + Please report bugs to https://forge.etsi.org/rep/nfv/SOL011/-/issues license: name: ETSI Forge copyright notice url: https://forge.etsi.org/etsi-forge-copyright-notice.txt diff --git a/src/SOL011/NSPerformanceManagement/NSPerformanceManagement.yaml b/src/SOL011/NSPerformanceManagement/NSPerformanceManagement.yaml index fcde0dd..934c49d 100644 --- a/src/SOL011/NSPerformanceManagement/NSPerformanceManagement.yaml +++ b/src/SOL011/NSPerformanceManagement/NSPerformanceManagement.yaml @@ -9,7 +9,7 @@ info: version of the ETSI Group Specification it refers to and has not been approved by the ETSI NFV ISG. In case of discrepancies the published ETSI Group Specification takes precedence. - Please report bugs to https://forge.etsi.org/bugzilla/buglist.cgi?component=Nfv-Openapis + Please report bugs to https://forge.etsi.org/rep/nfv/SOL011/-/issues license: name: "ETSI Forge copyright notice" url: https://forge.etsi.org/etsi-forge-copyright-notice.txt diff --git a/src/SOL011/NSPerformanceManagementNotification/NSPerformanceManagementNotification.yaml b/src/SOL011/NSPerformanceManagementNotification/NSPerformanceManagementNotification.yaml index 3bdf04c..f64bde7 100644 --- a/src/SOL011/NSPerformanceManagementNotification/NSPerformanceManagementNotification.yaml +++ b/src/SOL011/NSPerformanceManagementNotification/NSPerformanceManagementNotification.yaml @@ -9,7 +9,7 @@ info: version of the ETSI Group Specification it refers to and has not been approved by the ETSI NFV ISG. In case of discrepancies the published ETSI Group Specification takes precedence. - Please report bugs to https://forge.etsi.org/bugzilla/buglist.cgi?component=Nfv-Openapis + Please report bugs to https://forge.etsi.org/rep/nfv/SOL011/-/issues license: name: "ETSI Forge copyright notice" url: https://forge.etsi.org/etsi-forge-copyright-notice.txt -- GitLab