Loading src/SOL005/NFVICapacityInformation/NFVICapacityInformation.yaml +83 −5 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ info: license: name: ETSI Forge copyright notice url: https://forge.etsi.org/etsi-forge-copyright-notice.txt version: 1.1.0-impl:etsi.org:ETSI_NFV_OpenAPI:1 version: 1.0.0-impl:etsi.org:ETSI_NFV_OpenAPI:1 externalDocs: description: ETSI GS NFV-SOL 005 V3.3.1 Loading Loading @@ -160,6 +160,8 @@ paths: $ref: ../responses/SOL005_resp.yaml#/components/responses/405 "406": $ref: ../responses/SOL005_resp.yaml#/components/responses/406 "422": $ref: ../responses/SOL005_resp.yaml#/components/responses/422 "500": $ref: ../responses/SOL005_resp.yaml#/components/responses/500 "503": Loading Loading @@ -202,6 +204,40 @@ paths: "504": $ref: ../responses/SOL005_resp.yaml#/components/responses/504 patch: summary: Modify an "Individual capacity threshold" resource description: | This method iallows to modify an "Individual capacity threshold" resource. This method shall follow the provisions specified in the Tables 10.4.5.3.4-1 and 10.4.5.3.4-2 for URI query parameters, request and response data structures, and response codes. requestBody: $ref: '#/components/requestBodies/IndividualNfviCapacityThresholdRequest' responses: "200": $ref: '#/components/responses/IndividualCapacityThreshold.Patch' "400": $ref: ../responses/SOL005_resp.yaml#/components/responses/400 "401": $ref: ../responses/SOL005_resp.yaml#/components/responses/401 "403": $ref: ../responses/SOL005_resp.yaml#/components/responses/403 "404": $ref: ../responses/SOL005_resp.yaml#/components/responses/404 "405": $ref: ../responses/SOL005_resp.yaml#/components/responses/405 "406": $ref: ../responses/SOL005_resp.yaml#/components/responses/406 "412": $ref: ../responses/SOL005_resp.yaml#/components/responses/412 "422": $ref: ../responses/SOL005_resp.yaml#/components/responses/422 "500": $ref: ../responses/SOL005_resp.yaml#/components/responses/500 "503": $ref: ../responses/SOL005_resp.yaml#/components/responses/503 "504": $ref: ../responses/SOL005_resp.yaml#/components/responses/504 delete: summary: Delete an NFVI capacity threshold description: | Loading Loading @@ -421,6 +457,16 @@ components: $ref: ./definitions/NFVICapacityInformation_def.yaml#/components/schemas/CreateCapacityThresholdRequest required: true IndividualNfviCapacityThresholdRequest: description: | Parameters for the capacity threshold modification. The Content-Type header shall be set to "application/merge-patch+json" according to IETF RFC 7396. content: application/json: schema: $ref: ./definitions/NFVICapacityInformation_def.yaml#/components/schemas/CapacityThresholdModifications required: true NfviCapacitySubscriptionRequest: description: | Details of the subscription to be created. Loading Loading @@ -611,6 +657,38 @@ components: schema: $ref: ./definitions/NFVICapacityInformation_def.yaml#/components/schemas/CapacityThreshold IndividualCapacityThreshold.Patch: description: | 200 OK Shall be returned when the request has been processed successfully. The response body shall contain a data structure of type "CapacityThresholdModifications". headers: Version: description: | Version of the API used in the response. style: simple explode: false schema: type: string WWW-Authenticate: description: | Challenge if the corresponding HTTP request has not provided authorization, or error details if the corresponding HTTP request has provided an invalid authorization token. style: simple explode: false schema: type: string Content-Type: description: The MIME type of the body of the response. style: simple explode: false schema: type: string content: application/json: schema: $ref: ./definitions/NFVICapacityInformation_def.yaml#/components/schemas/CapacityThresholdModifications IndividualCapacityThreshold.Delete: description: | Shall be returned when the NFVI capacity threshold has been deleted successfully. Loading Loading @@ -832,12 +910,12 @@ components: description: >- This resource represents a notification endpoint for NFVI capacity information. The API producer can use this resource to send notifications related to log management events to a subscribed API consumer, which has provided the URI of this resource during the subscription process. subscribed API consumer, which has provided the URI of this resource during the capacity threshold creation process. post: description: >- The POST method delivers a notification regarding an NFVI capacity information event from the API producer to an API consumer. The API consumer shall have previously created an "individual subscription resource" with a matching filter. to an API consumer. The API consumer shall have previously created an "Individual capacity threshold" resource" parameters: - $ref: ../components/SOL005_params.yaml#/components/parameters/Version - $ref: ../components/SOL005_params.yaml#/components/parameters/Authorization Loading Loading @@ -870,7 +948,7 @@ components: get: description: >- The GET method allows the API producer to test the notification endpoint that is provided by the API consumer, e.g. during subscription. e.g. during creation of the capacity threshold resource. parameters: - $ref: ../components/SOL005_params.yaml#/components/parameters/Version - $ref: ../components/SOL005_params.yaml#/components/parameters/Accept Loading src/SOL005/NFVICapacityInformation/definitions/NFVICapacityInformation_def.yaml +83 −20 Original line number Diff line number Diff line Loading @@ -24,6 +24,10 @@ components: type: array items: $ref: '#/components/schemas/NfviCapacityInfoPerZone' totalCapacityInfo: description: | Total capacity information associated to the VIM. $ref: '#/components/schemas/NfviCapacityMeasurement' timeInterval: description: | Time interval of the NFVI capacity information. Loading @@ -37,6 +41,7 @@ components: - id - objectInstanceId - criteria - callbackUri - _links properties: id: Loading @@ -47,10 +52,21 @@ components: description: | Identifier of the VIM instance associated with the capacity threshold. $ref: ../../definitions/SOL005_def.yaml#/definitions/Identifier subObjectInstanceIds: description: | Identifiers of the sub-object instances of the measured object instance associate with this capacity threshold. If this attribute is absent, measurements are taken for all sub-object instances of the measured object instance. type: array items: $ref: ../../definitions/SOL005_def.yaml#/definitions/IdentifierInVim criteria: description: | Criteria that define this capacity threshold. $ref: '#/components/schemas/CapacityThresholdCriteria' callbackUri: description: | The URI of the endpoint to send the notification to. $ref: ../../definitions/SOL005_def.yaml#/definitions/Uri _links: type: object description: | Loading Loading @@ -81,10 +97,27 @@ components: description: | Identifier of the VIM instance associated with this capacity threshold. $ref: ../../definitions/SOL005_def.yaml#/definitions/Identifier subObjectInstanceIds: description: | Identifiers of the sub-object instances of the measured object instance associate with this capacity threshold. If this attribute is absent, measurements will be taken for all sub-object instances of the measured object instance. type: array items: $ref: ../../definitions/SOL005_def.yaml#/definitions/IdentifierInVim criteria: description: | Criteria that define this capacity threshold. $ref: '#/components/schemas/CapacityThresholdCriteria' callbackUri: description: | The URI of the endpoint to send the notification to. $ref: ../../definitions/SOL005_def.yaml#/definitions/Uri authentication: description: | Authentication parameters to configure the use of Authorization when sending notifications corresponding to this capacity threshold, as defined in clause 8.3.4 of ETSI GS NFV-SOL 013. This attribute shall only be present if the API consumer requires authorization of notifications. $ref: ../../definitions/SOL005_def.yaml#/definitions/SubscriptionAuthentication NfviCapacityInfoSubscription: type: object Loading Loading @@ -151,10 +184,11 @@ components: required: - id - notificationType - subscriptionId - thresholdId - timeStamp - direction - capacityInformation - objectInstanceId properties: id: description: | Loading @@ -166,26 +200,24 @@ components: Discriminator for the different notification types. Shall be set to "CapacityShortageNotification" for this notification type. type: string subscriptionId: thresholdId: description: | Identifier of the subscription that this notification relates to. Identifier of the threshold which has been crossed $ref: ../../definitions/SOL005_def.yaml#/definitions/Identifier timeStamp: description: | Date and time of the generation of the notification. $ref: ../../definitions/SOL005_def.yaml#/definitions/DateTime resourceZoneId: objectInstanceId: description: | Identifies the resource zone in which the available NFVI capacity has crossed a threshold value. Cardinality is 0 if the subscription does not specify a particular resource zone and the overall available NFVI capacity has crossed the threshold. Identifies the VIM’s NFVI capacity information instance (measured object instance) in which the available NFVI capacity has crossed a threshold value. $ref: ../../definitions/SOL005_def.yaml#/definitions/Identifier vimId: subObjectInstanceId: description: | Identifies the VIM in which the available NFVI capacity has crossed a threshold value. Cardinality is 0 if the subscription does not specify a particular VIM and the overall available NFVI capacity has crossed the threshold. $ref: ../../definitions/SOL005_def.yaml#/definitions/Identifier Identifier of the sub-object of the measured object to which the measurement applies. Refer to the definition of the "CapacityThreshold" in clause 10.5.2.7. $ref: ../../definitions/SOL005_def.yaml#/definitions/IdentifierInVim direction: description: | Specifies if the threshold has been crossed in UP or DOWN direction. Loading @@ -196,13 +228,26 @@ components: capacityInformation: description: | Information about the available, reserved, allocated/used, and total capacity of the NFVI. If the subscription does specify a resource zone and/or vimId, the information is provided for the resource zone/vimId where the NFVI capacity has crossed the threshold. type: object If the threshold creation process does specify a resource zone and/or vimId, the information is provided for the resource zone/vimId where the NFVI capacity has crossed the thresholdas indicated by the "subObjectInstanceId" and "objectInstanceId" attributes. $ref: "#/components/schemas/NfviCapacityMeasurement" _links: description: | Links to resources related to this notification. type: object required: - threshold properties: objectInstance: description: | Link to the resource representing the measured object instance to which the notified change applies. Shall be present if the measured object instance information is accessible as a resource. $ref: ../../definitions/SOL005_def.yaml#/definitions/NotificationLink threshold: description: | Link to the resource that represents the threshold that was crossed. $ref: ../../definitions/SOL005_def.yaml#/definitions/NotificationLink NfviCapacityInfoNotificationsFilter: type: object Loading Loading @@ -230,10 +275,6 @@ components: - capacityMetric - thresholdType properties: resourceZoneId: description: | Defines the resource zone of the NFVI capacity information for which the capacity threshold applies. $ref: ../../definitions/SOL005_def.yaml#/definitions/Identifier capacityMetric: description: | Defines the capacity metric for which the threshold applies. Loading Loading @@ -271,6 +312,8 @@ components: Type of capacity threshold. This attribute determines which other attributes are present in the data structure. Permitted values: - SIMPLE: Single-valued static threshold. In the present document, simple thresholds are defined. The definition of additional threshold types is left for future specification. type: string enum: - SIMPLE Loading Loading @@ -360,6 +403,8 @@ components: description: | Name of the capacity measurement. Different resource types can have different associated capacity measurements, typically associated to different sub-types of the resource type. The present document and referred documents do not specify the capacity measurements, thus the capacity measurement names are not specified in the present document version. type: string totalCapacity: description: | Loading Loading @@ -392,3 +437,21 @@ components: - VR_NETWORK - VR_STORAGE - HOST_COMPUTE CapacityThresholdModifications: description: | This type represents modifications to a capacity threshold. It shall comply with the provisions defined in table 10.5.2.8-1. type: object properties: callbackUri: description: | New value of the "callbackUri" attribute. The value "null" is not permitted. At least one of the attributes defined in this type shall be present in request bodies. $ref: ../../definitions/SOL005_def.yaml#/definitions/Uri authentication: description: | New value of the "authentication" attribute, or "null" to remove the attribute. If present in a request body, these modifications shall be applied according to the rules of JSON Merge Patch (see IETF RFC 7396). This attribute shall not be present in response bodies. At least one of the attributes defined in this type shall be present in request bodies. $ref: ../../definitions/SOL005_def.yaml#/definitions/SubscriptionAuthentication No newline at end of file src/SOL005/NSLifecycleManagement/NSLifecycleManagement.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ info: license: name: ETSI Forge copyright notice url: https://forge.etsi.org/etsi-forge-copyright-notice.txt version: 1.3.0-impl:etsi.org:ETSI_NFV_OpenAPI:1 version: 2.0.0-impl:etsi.org:ETSI_NFV_OpenAPI:1 externalDocs: description: ETSI GS NFV-SOL 005 V3.3.1 Loading src/SOL005/NSLifecycleManagement/definitions/SOL005NSLifecycleManagement_def.yaml +269 −123 File changed.Preview size limit exceeded, changes collapsed. Show changes src/SOL005/NSLifecycleManagementNotification/NSLifecycleManagementNotification.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ info: license: name: ETSI Forge copyright notice url: https://forge.etsi.org/etsi-forge-copyright-notice.txt version: 1.3.0-impl:etsi.org:ETSI_NFV_OpenAPI:1 version: 2.0.0-impl:etsi.org:ETSI_NFV_OpenAPI:1 externalDocs: description: ETSI GS NFV-SOL 005 V3.3.1 Loading Loading
src/SOL005/NFVICapacityInformation/NFVICapacityInformation.yaml +83 −5 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ info: license: name: ETSI Forge copyright notice url: https://forge.etsi.org/etsi-forge-copyright-notice.txt version: 1.1.0-impl:etsi.org:ETSI_NFV_OpenAPI:1 version: 1.0.0-impl:etsi.org:ETSI_NFV_OpenAPI:1 externalDocs: description: ETSI GS NFV-SOL 005 V3.3.1 Loading Loading @@ -160,6 +160,8 @@ paths: $ref: ../responses/SOL005_resp.yaml#/components/responses/405 "406": $ref: ../responses/SOL005_resp.yaml#/components/responses/406 "422": $ref: ../responses/SOL005_resp.yaml#/components/responses/422 "500": $ref: ../responses/SOL005_resp.yaml#/components/responses/500 "503": Loading Loading @@ -202,6 +204,40 @@ paths: "504": $ref: ../responses/SOL005_resp.yaml#/components/responses/504 patch: summary: Modify an "Individual capacity threshold" resource description: | This method iallows to modify an "Individual capacity threshold" resource. This method shall follow the provisions specified in the Tables 10.4.5.3.4-1 and 10.4.5.3.4-2 for URI query parameters, request and response data structures, and response codes. requestBody: $ref: '#/components/requestBodies/IndividualNfviCapacityThresholdRequest' responses: "200": $ref: '#/components/responses/IndividualCapacityThreshold.Patch' "400": $ref: ../responses/SOL005_resp.yaml#/components/responses/400 "401": $ref: ../responses/SOL005_resp.yaml#/components/responses/401 "403": $ref: ../responses/SOL005_resp.yaml#/components/responses/403 "404": $ref: ../responses/SOL005_resp.yaml#/components/responses/404 "405": $ref: ../responses/SOL005_resp.yaml#/components/responses/405 "406": $ref: ../responses/SOL005_resp.yaml#/components/responses/406 "412": $ref: ../responses/SOL005_resp.yaml#/components/responses/412 "422": $ref: ../responses/SOL005_resp.yaml#/components/responses/422 "500": $ref: ../responses/SOL005_resp.yaml#/components/responses/500 "503": $ref: ../responses/SOL005_resp.yaml#/components/responses/503 "504": $ref: ../responses/SOL005_resp.yaml#/components/responses/504 delete: summary: Delete an NFVI capacity threshold description: | Loading Loading @@ -421,6 +457,16 @@ components: $ref: ./definitions/NFVICapacityInformation_def.yaml#/components/schemas/CreateCapacityThresholdRequest required: true IndividualNfviCapacityThresholdRequest: description: | Parameters for the capacity threshold modification. The Content-Type header shall be set to "application/merge-patch+json" according to IETF RFC 7396. content: application/json: schema: $ref: ./definitions/NFVICapacityInformation_def.yaml#/components/schemas/CapacityThresholdModifications required: true NfviCapacitySubscriptionRequest: description: | Details of the subscription to be created. Loading Loading @@ -611,6 +657,38 @@ components: schema: $ref: ./definitions/NFVICapacityInformation_def.yaml#/components/schemas/CapacityThreshold IndividualCapacityThreshold.Patch: description: | 200 OK Shall be returned when the request has been processed successfully. The response body shall contain a data structure of type "CapacityThresholdModifications". headers: Version: description: | Version of the API used in the response. style: simple explode: false schema: type: string WWW-Authenticate: description: | Challenge if the corresponding HTTP request has not provided authorization, or error details if the corresponding HTTP request has provided an invalid authorization token. style: simple explode: false schema: type: string Content-Type: description: The MIME type of the body of the response. style: simple explode: false schema: type: string content: application/json: schema: $ref: ./definitions/NFVICapacityInformation_def.yaml#/components/schemas/CapacityThresholdModifications IndividualCapacityThreshold.Delete: description: | Shall be returned when the NFVI capacity threshold has been deleted successfully. Loading Loading @@ -832,12 +910,12 @@ components: description: >- This resource represents a notification endpoint for NFVI capacity information. The API producer can use this resource to send notifications related to log management events to a subscribed API consumer, which has provided the URI of this resource during the subscription process. subscribed API consumer, which has provided the URI of this resource during the capacity threshold creation process. post: description: >- The POST method delivers a notification regarding an NFVI capacity information event from the API producer to an API consumer. The API consumer shall have previously created an "individual subscription resource" with a matching filter. to an API consumer. The API consumer shall have previously created an "Individual capacity threshold" resource" parameters: - $ref: ../components/SOL005_params.yaml#/components/parameters/Version - $ref: ../components/SOL005_params.yaml#/components/parameters/Authorization Loading Loading @@ -870,7 +948,7 @@ components: get: description: >- The GET method allows the API producer to test the notification endpoint that is provided by the API consumer, e.g. during subscription. e.g. during creation of the capacity threshold resource. parameters: - $ref: ../components/SOL005_params.yaml#/components/parameters/Version - $ref: ../components/SOL005_params.yaml#/components/parameters/Accept Loading
src/SOL005/NFVICapacityInformation/definitions/NFVICapacityInformation_def.yaml +83 −20 Original line number Diff line number Diff line Loading @@ -24,6 +24,10 @@ components: type: array items: $ref: '#/components/schemas/NfviCapacityInfoPerZone' totalCapacityInfo: description: | Total capacity information associated to the VIM. $ref: '#/components/schemas/NfviCapacityMeasurement' timeInterval: description: | Time interval of the NFVI capacity information. Loading @@ -37,6 +41,7 @@ components: - id - objectInstanceId - criteria - callbackUri - _links properties: id: Loading @@ -47,10 +52,21 @@ components: description: | Identifier of the VIM instance associated with the capacity threshold. $ref: ../../definitions/SOL005_def.yaml#/definitions/Identifier subObjectInstanceIds: description: | Identifiers of the sub-object instances of the measured object instance associate with this capacity threshold. If this attribute is absent, measurements are taken for all sub-object instances of the measured object instance. type: array items: $ref: ../../definitions/SOL005_def.yaml#/definitions/IdentifierInVim criteria: description: | Criteria that define this capacity threshold. $ref: '#/components/schemas/CapacityThresholdCriteria' callbackUri: description: | The URI of the endpoint to send the notification to. $ref: ../../definitions/SOL005_def.yaml#/definitions/Uri _links: type: object description: | Loading Loading @@ -81,10 +97,27 @@ components: description: | Identifier of the VIM instance associated with this capacity threshold. $ref: ../../definitions/SOL005_def.yaml#/definitions/Identifier subObjectInstanceIds: description: | Identifiers of the sub-object instances of the measured object instance associate with this capacity threshold. If this attribute is absent, measurements will be taken for all sub-object instances of the measured object instance. type: array items: $ref: ../../definitions/SOL005_def.yaml#/definitions/IdentifierInVim criteria: description: | Criteria that define this capacity threshold. $ref: '#/components/schemas/CapacityThresholdCriteria' callbackUri: description: | The URI of the endpoint to send the notification to. $ref: ../../definitions/SOL005_def.yaml#/definitions/Uri authentication: description: | Authentication parameters to configure the use of Authorization when sending notifications corresponding to this capacity threshold, as defined in clause 8.3.4 of ETSI GS NFV-SOL 013. This attribute shall only be present if the API consumer requires authorization of notifications. $ref: ../../definitions/SOL005_def.yaml#/definitions/SubscriptionAuthentication NfviCapacityInfoSubscription: type: object Loading Loading @@ -151,10 +184,11 @@ components: required: - id - notificationType - subscriptionId - thresholdId - timeStamp - direction - capacityInformation - objectInstanceId properties: id: description: | Loading @@ -166,26 +200,24 @@ components: Discriminator for the different notification types. Shall be set to "CapacityShortageNotification" for this notification type. type: string subscriptionId: thresholdId: description: | Identifier of the subscription that this notification relates to. Identifier of the threshold which has been crossed $ref: ../../definitions/SOL005_def.yaml#/definitions/Identifier timeStamp: description: | Date and time of the generation of the notification. $ref: ../../definitions/SOL005_def.yaml#/definitions/DateTime resourceZoneId: objectInstanceId: description: | Identifies the resource zone in which the available NFVI capacity has crossed a threshold value. Cardinality is 0 if the subscription does not specify a particular resource zone and the overall available NFVI capacity has crossed the threshold. Identifies the VIM’s NFVI capacity information instance (measured object instance) in which the available NFVI capacity has crossed a threshold value. $ref: ../../definitions/SOL005_def.yaml#/definitions/Identifier vimId: subObjectInstanceId: description: | Identifies the VIM in which the available NFVI capacity has crossed a threshold value. Cardinality is 0 if the subscription does not specify a particular VIM and the overall available NFVI capacity has crossed the threshold. $ref: ../../definitions/SOL005_def.yaml#/definitions/Identifier Identifier of the sub-object of the measured object to which the measurement applies. Refer to the definition of the "CapacityThreshold" in clause 10.5.2.7. $ref: ../../definitions/SOL005_def.yaml#/definitions/IdentifierInVim direction: description: | Specifies if the threshold has been crossed in UP or DOWN direction. Loading @@ -196,13 +228,26 @@ components: capacityInformation: description: | Information about the available, reserved, allocated/used, and total capacity of the NFVI. If the subscription does specify a resource zone and/or vimId, the information is provided for the resource zone/vimId where the NFVI capacity has crossed the threshold. type: object If the threshold creation process does specify a resource zone and/or vimId, the information is provided for the resource zone/vimId where the NFVI capacity has crossed the thresholdas indicated by the "subObjectInstanceId" and "objectInstanceId" attributes. $ref: "#/components/schemas/NfviCapacityMeasurement" _links: description: | Links to resources related to this notification. type: object required: - threshold properties: objectInstance: description: | Link to the resource representing the measured object instance to which the notified change applies. Shall be present if the measured object instance information is accessible as a resource. $ref: ../../definitions/SOL005_def.yaml#/definitions/NotificationLink threshold: description: | Link to the resource that represents the threshold that was crossed. $ref: ../../definitions/SOL005_def.yaml#/definitions/NotificationLink NfviCapacityInfoNotificationsFilter: type: object Loading Loading @@ -230,10 +275,6 @@ components: - capacityMetric - thresholdType properties: resourceZoneId: description: | Defines the resource zone of the NFVI capacity information for which the capacity threshold applies. $ref: ../../definitions/SOL005_def.yaml#/definitions/Identifier capacityMetric: description: | Defines the capacity metric for which the threshold applies. Loading Loading @@ -271,6 +312,8 @@ components: Type of capacity threshold. This attribute determines which other attributes are present in the data structure. Permitted values: - SIMPLE: Single-valued static threshold. In the present document, simple thresholds are defined. The definition of additional threshold types is left for future specification. type: string enum: - SIMPLE Loading Loading @@ -360,6 +403,8 @@ components: description: | Name of the capacity measurement. Different resource types can have different associated capacity measurements, typically associated to different sub-types of the resource type. The present document and referred documents do not specify the capacity measurements, thus the capacity measurement names are not specified in the present document version. type: string totalCapacity: description: | Loading Loading @@ -392,3 +437,21 @@ components: - VR_NETWORK - VR_STORAGE - HOST_COMPUTE CapacityThresholdModifications: description: | This type represents modifications to a capacity threshold. It shall comply with the provisions defined in table 10.5.2.8-1. type: object properties: callbackUri: description: | New value of the "callbackUri" attribute. The value "null" is not permitted. At least one of the attributes defined in this type shall be present in request bodies. $ref: ../../definitions/SOL005_def.yaml#/definitions/Uri authentication: description: | New value of the "authentication" attribute, or "null" to remove the attribute. If present in a request body, these modifications shall be applied according to the rules of JSON Merge Patch (see IETF RFC 7396). This attribute shall not be present in response bodies. At least one of the attributes defined in this type shall be present in request bodies. $ref: ../../definitions/SOL005_def.yaml#/definitions/SubscriptionAuthentication No newline at end of file
src/SOL005/NSLifecycleManagement/NSLifecycleManagement.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ info: license: name: ETSI Forge copyright notice url: https://forge.etsi.org/etsi-forge-copyright-notice.txt version: 1.3.0-impl:etsi.org:ETSI_NFV_OpenAPI:1 version: 2.0.0-impl:etsi.org:ETSI_NFV_OpenAPI:1 externalDocs: description: ETSI GS NFV-SOL 005 V3.3.1 Loading
src/SOL005/NSLifecycleManagement/definitions/SOL005NSLifecycleManagement_def.yaml +269 −123 File changed.Preview size limit exceeded, changes collapsed. Show changes
src/SOL005/NSLifecycleManagementNotification/NSLifecycleManagementNotification.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ info: license: name: ETSI Forge copyright notice url: https://forge.etsi.org/etsi-forge-copyright-notice.txt version: 1.3.0-impl:etsi.org:ETSI_NFV_OpenAPI:1 version: 2.0.0-impl:etsi.org:ETSI_NFV_OpenAPI:1 externalDocs: description: ETSI GS NFV-SOL 005 V3.3.1 Loading