Commit 7b7dee37 authored by Muhammad Hamza's avatar Muhammad Hamza
Browse files

fix issue #3 - redefine global query parameters in SOL003 locally

parent a5755264
Pipeline #10319 passed with stage
in 0 seconds
...@@ -42,10 +42,10 @@ paths: ...@@ -42,10 +42,10 @@ paths:
description: | description: |
The API consumer can use this method to retrieve information about the alarm list. See clause 7.4.2.3.2. The API consumer can use this method to retrieve information about the alarm list. See clause 7.4.2.3.2.
parameters: parameters:
- $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/Accept - $ref: ../../components/SOL003_params.yaml#/components/parameters/Accept
- $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/ContentType - $ref: ../../components/SOL003_params.yaml#/components/parameters/ContentType
- $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/filter - $ref: '#/components/parameters/filter_alarm_list'
- $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/nextpage_opaque_marker - $ref: ../../components/SOL003_params.yaml#/components/parameters/nextpage_opaque_marker_vnfm
responses: responses:
200: 200:
$ref: '#/components/responses/Alarms.Get.200' $ref: '#/components/responses/Alarms.Get.200'
...@@ -77,10 +77,10 @@ paths: ...@@ -77,10 +77,10 @@ paths:
#SOL003 location: 7.4.3 #SOL003 location: 7.4.3
parameters: parameters:
- $ref: '#/components/parameters/AlarmId' - $ref: '#/components/parameters/AlarmId'
- $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/Accept - $ref: ../../components/SOL003_params.yaml#/components/parameters/Accept
- $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/ContentType - $ref: ../../components/SOL003_params.yaml#/components/parameters/ContentType
- $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/Authorization - $ref: ../../components/SOL003_params.yaml#/components/parameters/Authorization
- $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/Version - $ref: ../../components/SOL003_params.yaml#/components/parameters/Version
get: get:
description: | description: |
The API consumer can use this method to read an individual alarm. See clause 7.4.3.3.2. The API consumer can use this method to read an individual alarm. See clause 7.4.3.3.2.
...@@ -147,10 +147,10 @@ paths: ...@@ -147,10 +147,10 @@ paths:
/subscriptions: /subscriptions:
#SOL003 location: 7.4.4 #SOL003 location: 7.4.4
parameters: parameters:
- $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/Accept - $ref: ../../components/SOL003_params.yaml#/components/parameters/Accept
- $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/ContentType - $ref: ../../components/SOL003_params.yaml#/components/parameters/ContentType
- $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/Authorization - $ref: ../../components/SOL003_params.yaml#/components/parameters/Authorization
- $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/Version - $ref: ../../components/SOL003_params.yaml#/components/parameters/Version
post: post:
description: | description: |
The POST method creates a new subscription. See clause 7.4.4.3.1. The POST method creates a new subscription. See clause 7.4.4.3.1.
...@@ -187,8 +187,8 @@ paths: ...@@ -187,8 +187,8 @@ paths:
The API consumer can use this method to retrieve the list of active subscriptions for VNF alarms subscribed The API consumer can use this method to retrieve the list of active subscriptions for VNF alarms subscribed
by the API consumer. It can be used e.g. for resynchronization after error situations. See clause 7.4.4.3.2. by the API consumer. It can be used e.g. for resynchronization after error situations. See clause 7.4.4.3.2.
parameters: parameters:
- $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/filter - $ref: '#/components/parameters/filter_subscriptions'
- $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/nextpage_opaque_marker - $ref: ../../components/SOL003_params.yaml#/components/parameters/nextpage_opaque_marker_vnfm
responses: responses:
200: 200:
$ref: '#/components/responses/Subscriptions.Get.200' $ref: '#/components/responses/Subscriptions.Get.200'
...@@ -220,15 +220,15 @@ paths: ...@@ -220,15 +220,15 @@ paths:
#SOL003 location: 7.4.5 #SOL003 location: 7.4.5
parameters: parameters:
- $ref: '#/components/parameters/SubscriptionId' - $ref: '#/components/parameters/SubscriptionId'
- $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/Version - $ref: ../../components/SOL003_params.yaml#/components/parameters/Version
- $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/Authorization - $ref: ../../components/SOL003_params.yaml#/components/parameters/Authorization
get: get:
description: | description: |
The API consumer can use this method for reading an individual subscription for VNF The API consumer can use this method for reading an individual subscription for VNF
alarms subscribed by the API consumer. See clause 7.4.5.3.2. alarms subscribed by the API consumer. See clause 7.4.5.3.2.
parameters: parameters:
- $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/Accept - $ref: ../../components/SOL003_params.yaml#/components/parameters/Accept
- $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/ContentType - $ref: ../../components/SOL003_params.yaml#/components/parameters/ContentType
responses: responses:
200: 200:
$ref: '#/components/responses/IndividualSubscription.Get.200' $ref: '#/components/responses/IndividualSubscription.Get.200'
...@@ -283,6 +283,37 @@ paths: ...@@ -283,6 +283,37 @@ paths:
components: components:
parameters: parameters:
filter_alarm_list:
name: filter
description: >
Attribute-based filtering expression according to clause 5.2 of ETSI
GS NFV-SOL 013 [8].
The VNFM shall support receiving this parameter as part of the URI query string.
The NFVO may supply this parameter.
The following attribute names shall be supported by the VNFM in the attribute based filtering
expression: id, managedObjectId,
rootCauseFaultyResource/faultyResourceType, eventType, perceivedSeverity,
probableCause.
in: query
required: false
schema:
type: string
filter_subscriptions:
name: filter
description: >
Attribute-based filtering expression according to clause 5.2 of ETSI
GS NFV-SOL 013 [8].
The VNFM shall support receiving this parameter as part of the URI
query string. The NFVO may supply this parameter.
All attribute names that appear in the FmSubscription and in data types
referenced from it shall be supported by the VNFM in the filter
expression.
in: query
required: false
schema:
type: string
AlarmId: AlarmId:
name: alarmId name: alarmId
in: path in: path
......
...@@ -33,14 +33,14 @@ paths: ...@@ -33,14 +33,14 @@ paths:
/URI_is_provided_by_the_client_when_creating_the_subscription-AlarmNotification: /URI_is_provided_by_the_client_when_creating_the_subscription-AlarmNotification:
#SOL003 location: 7.4.6 #SOL003 location: 7.4.6
parameters: parameters:
- $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/Authorization - $ref: ../../components/SOL003_params.yaml#/components/parameters/Authorization
- $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/Version - $ref: ../../components/SOL003_params.yaml#/components/parameters/Version
post: post:
description: | description: |
The POST method notifies a VNF alarm or that the alarm list has been rebuilt. The API consumer shall have The POST method notifies a VNF alarm or that the alarm list has been rebuilt. The API consumer shall have
previously created an "Individual subscription" resource with a matching filter. See clause 7.4.6.3.1. previously created an "Individual subscription" resource with a matching filter. See clause 7.4.6.3.1.
parameters: parameters:
- $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/ContentType - $ref: ../../components/SOL003_params.yaml#/components/parameters/ContentType
requestBody: requestBody:
$ref: '#/components/requestBodies/AlarmNotification' $ref: '#/components/requestBodies/AlarmNotification'
responses: responses:
...@@ -89,14 +89,14 @@ paths: ...@@ -89,14 +89,14 @@ paths:
/URI_is_provided_by_the_client_when_creating_the_subscription-AlarmClearedNotification: /URI_is_provided_by_the_client_when_creating_the_subscription-AlarmClearedNotification:
#SOL003 location: 7.4.6 #SOL003 location: 7.4.6
parameters: parameters:
- $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/Authorization - $ref: ../../components/SOL003_params.yaml#/components/parameters/Authorization
- $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/Version - $ref: ../../components/SOL003_params.yaml#/components/parameters/Version
post: post:
description: | description: |
The POST method notifies a VNF alarm or that the alarm list has been rebuilt. The API consumer shall have The POST method notifies a VNF alarm or that the alarm list has been rebuilt. The API consumer shall have
previously created an "Individual subscription" resource with a matching filter. See clause 7.4.6.3.1. previously created an "Individual subscription" resource with a matching filter. See clause 7.4.6.3.1.
parameters: parameters:
- $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/ContentType - $ref: ../../components/SOL003_params.yaml#/components/parameters/ContentType
requestBody: requestBody:
$ref: '#/components/requestBodies/AlarmClearedNotification' $ref: '#/components/requestBodies/AlarmClearedNotification'
responses: responses:
...@@ -145,14 +145,14 @@ paths: ...@@ -145,14 +145,14 @@ paths:
/URI_is_provided_by_the_client_when_creating_the_subscription-AlarmListRebuiltNotification: /URI_is_provided_by_the_client_when_creating_the_subscription-AlarmListRebuiltNotification:
#SOL003 location: 7.4.6 #SOL003 location: 7.4.6
parameters: parameters:
- $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/Authorization - $ref: ../../components/SOL003_params.yaml#/components/parameters/Authorization
- $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/Version - $ref: ../../components/SOL003_params.yaml#/components/parameters/Version
post: post:
description: | description: |
The POST method notifies a VNF alarm or that the alarm list has been rebuilt. The API consumer shall have The POST method notifies a VNF alarm or that the alarm list has been rebuilt. The API consumer shall have
previously created an "Individual subscription" resource with a matching filter. See clause 7.4.6.3.1. previously created an "Individual subscription" resource with a matching filter. See clause 7.4.6.3.1.
parameters: parameters:
- $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/ContentType - $ref: ../../components/SOL003_params.yaml#/components/parameters/ContentType
requestBody: requestBody:
$ref: '#/components/requestBodies/AlarmListRebuiltNotification' $ref: '#/components/requestBodies/AlarmListRebuiltNotification'
responses: responses:
......
...@@ -43,11 +43,11 @@ paths: ...@@ -43,11 +43,11 @@ paths:
description: | description: |
The GET method queries multiple VNF indicators. See clause 8.4.2.3.2. The GET method queries multiple VNF indicators. See clause 8.4.2.3.2.
parameters: parameters:
- $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/Accept - $ref: ../../components/SOL003_params.yaml#/components/parameters/Accept
- $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/Authorization - $ref: ../../components/SOL003_params.yaml#/components/parameters/Authorization
- $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/filter - $ref: '#/components/parameters/filter_vnf_indicators'
- $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/nextpage_opaque_marker - $ref: ../../components/SOL003_params.yaml#/components/parameters/nextpage_opaque_marker_vnfm
- $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/Version - $ref: ../../components/SOL003_params.yaml#/components/parameters/Version
responses: responses:
200: 200:
$ref: '#/components/responses/Indicators.Get.200' $ref: '#/components/responses/Indicators.Get.200'
...@@ -83,12 +83,12 @@ paths: ...@@ -83,12 +83,12 @@ paths:
description: | description: |
The GET method queries multiple VNF indicators related to a VNF instance. See clause 8.4.3.3.2. The GET method queries multiple VNF indicators related to a VNF instance. See clause 8.4.3.3.2.
parameters: parameters:
- $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/Accept - $ref: ../../components/SOL003_params.yaml#/components/parameters/Accept
- $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/ContentType - $ref: ../../components/SOL003_params.yaml#/components/parameters/ContentType
- $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/Authorization - $ref: ../../components/SOL003_params.yaml#/components/parameters/Authorization
- $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/filter - $ref: '#/components/parameters/filter_vnf_indicators_related_to_vnf_instance'
- $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/nextpage_opaque_marker - $ref: ../../components/SOL003_params.yaml#/components/parameters/nextpage_opaque_marker_vnfm
- $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/Version - $ref: ../../components/SOL003_params.yaml#/components/parameters/Version
responses: responses:
200: 200:
$ref: '#/components/responses/VnfInstanceIndicators.Get.200' $ref: '#/components/responses/VnfInstanceIndicators.Get.200'
...@@ -125,10 +125,10 @@ paths: ...@@ -125,10 +125,10 @@ paths:
description: | description: |
The GET method reads a VNF indicator. See clause 8.4.4.3.2. The GET method reads a VNF indicator. See clause 8.4.4.3.2.
parameters: parameters:
- $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/Accept - $ref: ../../components/SOL003_params.yaml#/components/parameters/Accept
- $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/ContentType - $ref: ../../components/SOL003_params.yaml#/components/parameters/ContentType
- $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/Authorization - $ref: ../../components/SOL003_params.yaml#/components/parameters/Authorization
- $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/Version - $ref: ../../components/SOL003_params.yaml#/components/parameters/Version
responses: responses:
200: 200:
$ref: '#/components/responses/VnfInstanceIndividualIndicator.Get.200' $ref: '#/components/responses/VnfInstanceIndividualIndicator.Get.200'
...@@ -158,10 +158,10 @@ paths: ...@@ -158,10 +158,10 @@ paths:
############################################################################### ###############################################################################
/subscriptions: /subscriptions:
parameters: parameters:
- $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/Accept - $ref: ../../components/SOL003_params.yaml#/components/parameters/Accept
- $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/ContentType - $ref: ../../components/SOL003_params.yaml#/components/parameters/ContentType
- $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/Authorization - $ref: ../../components/SOL003_params.yaml#/components/parameters/Authorization
- $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/Version - $ref: ../../components/SOL003_params.yaml#/components/parameters/Version
post: post:
description: | description: |
The POST method creates a new subscription. See clause 8.4.5.3.1. The POST method creates a new subscription. See clause 8.4.5.3.1.
...@@ -198,8 +198,8 @@ paths: ...@@ -198,8 +198,8 @@ paths:
The GET method queries the list of active subscriptions of the functional block that invokes the method. The GET method queries the list of active subscriptions of the functional block that invokes the method.
It can be used e.g. for resynchronization after error situations. See clause 8.4.5.3.2. It can be used e.g. for resynchronization after error situations. See clause 8.4.5.3.2.
parameters: parameters:
- $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/filter - $ref: '#/components/parameters/filter_subscriptions'
- $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/nextpage_opaque_marker - $ref: ../../components/SOL003_params.yaml#/components/parameters/nextpage_opaque_marker_vnfm
responses: responses:
200: 200:
$ref: '#/components/responses/Subscriptions.Get.200' $ref: '#/components/responses/Subscriptions.Get.200'
...@@ -231,14 +231,14 @@ paths: ...@@ -231,14 +231,14 @@ paths:
#SOL003 location: 8.4.6 #SOL003 location: 8.4.6
parameters: parameters:
- $ref: '#/components/parameters/SubscriptionId' - $ref: '#/components/parameters/SubscriptionId'
- $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/ContentType - $ref: ../../components/SOL003_params.yaml#/components/parameters/ContentType
- $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/Authorization - $ref: ../../components/SOL003_params.yaml#/components/parameters/Authorization
- $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/Version - $ref: ../../components/SOL003_params.yaml#/components/parameters/Version
get: get:
description: | description: |
The GET method reads an individual subscription. See clause 8.4.6.3.2. The GET method reads an individual subscription. See clause 8.4.6.3.2.
parameters: parameters:
- $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/Accept - $ref: ../../components/SOL003_params.yaml#/components/parameters/Accept
responses: responses:
200: 200:
$ref: '#/components/responses/IndividualSubscription.Get.200' $ref: '#/components/responses/IndividualSubscription.Get.200'
...@@ -292,6 +292,49 @@ paths: ...@@ -292,6 +292,49 @@ paths:
components: components:
parameters: parameters:
filter_vnf_indicators:
name: filter
description: >
Attribute-based filtering expression according to clause 5.2 of ETSI
GS NFV-SOL 013 [8].
The VNFM shall support receiving this parameter as part of the URI query string.
The NFVO may supply this parameter.
All attribute names that appear in the VnfIndicator data type and in data types
referenced from it shall be supported by the VNFM in the filter expression.
in: query
required: false
schema:
type: string
filter_vnf_indicators_related_to_vnf_instance:
name: filter
description: >
Attribute-based filtering expression according to clause 5.2 of ETSI
GS NFV-SOL 013 [8].
The VNFM shall support receiving this parameter as part of the URI query string.
The NFVO may supply this parameter.
All attribute names that appear in the VnfIndicator data type and in data types
referenced from it shall be supported by the VNFM in the filter expression.
in: query
required: false
schema:
type: string
filter_subscriptions:
name: filter
description: >
Attribute-based filtering expression according to clause 5.2 of ETSI
GS NFV-SOL 013 [8].
The VNFM shall support receiving this parameter as part of the URI query string.
The NFVO may supply this parameter.
All attribute names that appear in the VnfIndicatorSubscription data type and in
data types referenced from it shall be supported by the VNFM in the filter
expression.
in: query
required: false
schema:
type: string
VnfInstanceId: VnfInstanceId:
name: vnfInstanceId name: vnfInstanceId
in: path in: path
......
...@@ -37,8 +37,8 @@ paths: ...@@ -37,8 +37,8 @@ paths:
The POST method delivers a notification from the API producer to an API consumer. The API consumer shall The POST method delivers a notification from the API producer to an API consumer. The API consumer shall
have previously created an "Individual subscription" resource with a matching filter. See clause 8.4.7.3.1. have previously created an "Individual subscription" resource with a matching filter. See clause 8.4.7.3.1.
parameters: parameters:
- $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/Authorization - $ref: ../../components/SOL003_params.yaml#/components/parameters/Authorization
- $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/Version - $ref: ../../components/SOL003_params.yaml#/components/parameters/Version
requestBody: requestBody:
$ref: '#/components/requestBodies/AlarmListRebuiltNotification' $ref: '#/components/requestBodies/AlarmListRebuiltNotification'
responses: responses:
...@@ -64,8 +64,8 @@ paths: ...@@ -64,8 +64,8 @@ paths:
The GET method allows the API producer to test the notification endpoint that is provided by the API consumer, The GET method allows the API producer to test the notification endpoint that is provided by the API consumer,
e.g. during subscription. See clause 8.4.7.3.2. e.g. during subscription. See clause 8.4.7.3.2.
parameters: parameters:
- $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/Authorization - $ref: ../../components/SOL003_params.yaml#/components/parameters/Authorization
- $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/Version - $ref: ../../components/SOL003_params.yaml#/components/parameters/Version
responses: responses:
204: 204:
$ref: '#/components/responses/VNFINDNotification.Get.204' $ref: '#/components/responses/VNFINDNotification.Get.204'
......
...@@ -32,8 +32,8 @@ paths: ...@@ -32,8 +32,8 @@ paths:
############################################################################### ###############################################################################
/URI_is_provided_by_the_client_when_creating_the_subscription-VnfLcmOperationOccurrenceNotification: /URI_is_provided_by_the_client_when_creating_the_subscription-VnfLcmOperationOccurrenceNotification:
parameters: parameters:
- $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/Authorization - $ref: ../../components/SOL003_params.yaml#/components/parameters/Authorization
- $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/Version - $ref: ../../components/SOL003_params.yaml#/components/parameters/Version
post: post:
description: | description: |
The POST method delivers a notification from the API producer to an API consumer. The API consumer shall The POST method delivers a notification from the API producer to an API consumer. The API consumer shall
...@@ -85,8 +85,8 @@ paths: ...@@ -85,8 +85,8 @@ paths:
############################################################################### ###############################################################################
/URI_is_provided_by_the_client_when_creating_the_subscription-VnfIdentifierCreationNotification: /URI_is_provided_by_the_client_when_creating_the_subscription-VnfIdentifierCreationNotification:
parameters: parameters:
- $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/Authorization - $ref: ../../components/SOL003_params.yaml#/components/parameters/Authorization
- $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/Version - $ref: ../../components/SOL003_params.yaml#/components/parameters/Version
post: post:
description: | description: |
The POST method delivers a notification from the API producer to an API consumer. The API consumer shall The POST method delivers a notification from the API producer to an API consumer. The API consumer shall
...@@ -138,8 +138,8 @@ paths: ...@@ -138,8 +138,8 @@ paths:
############################################################################### ###############################################################################
/URI_is_provided_by_the_client_when_creating_the_subscription-VnfIdentifierDeletionNotification: /URI_is_provided_by_the_client_when_creating_the_subscription-VnfIdentifierDeletionNotification:
parameters: parameters:
- $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/Authorization - $ref: ../../components/SOL003_params.yaml#/components/parameters/Authorization
- $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/Version - $ref: ../../components/SOL003_params.yaml#/components/parameters/Version
post: post:
description: | description: |
The POST method delivers a notification from the API producer to an API consumer. The API consumer shall The POST method delivers a notification from the API producer to an API consumer. The API consumer shall
......
...@@ -42,9 +42,9 @@ paths: ...@@ -42,9 +42,9 @@ paths:
description: | description: |
The POST method requests a grant for a particular VNF lifecycle operation. See clause 9.4.2.3.1. The POST method requests a grant for a particular VNF lifecycle operation. See clause 9.4.2.3.1.
parameters: parameters:
- $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/Accept - $ref: ../../components/SOL003_params.yaml#/components/parameters/Accept
- $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/Authorization - $ref: ../../components/SOL003_params.yaml#/components/parameters/Authorization
- $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/Version - $ref: ../../components/SOL003_params.yaml#/components/parameters/Version
requestBody: requestBody:
$ref: '#/components/requestBodies/GrantRequest' $ref: '#/components/requestBodies/GrantRequest'
responses: responses:
...@@ -84,9 +84,9 @@ paths: ...@@ -84,9 +84,9 @@ paths:
description: | description: |
The GET method reads a grant. See clause 9.4.3.3.2. The GET method reads a grant. See clause 9.4.3.3.2.
parameters: parameters:
- $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/Accept - $ref: ../../components/SOL003_params.yaml#/components/parameters/Accept
- $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/Authorization - $ref: ../../components/SOL003_params.yaml#/components/parameters/Authorization
- $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/Version - $ref: ../../components/SOL003_params.yaml#/components/parameters/Version
responses: responses:
200: 200:
$ref: '#/components/responses/IndividualGrant.Get.200' $ref: '#/components/responses/IndividualGrant.Get.200'
......
...@@ -33,15 +33,15 @@ paths: ...@@ -33,15 +33,15 @@ paths:
/URI_is_provided_by_the_client_when_creating_the_subscription-VnfPackageOnboardingNotification: /URI_is_provided_by_the_client_when_creating_the_subscription-VnfPackageOnboardingNotification:
#SOL003 location: 10.4.9 #SOL003 location: 10.4.9
parameters: parameters:
- $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/Authorization - $ref: ../../components/SOL003_params.yaml#/components/parameters/Authorization
- $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/Version - $ref: ../../components/SOL003_params.yaml#/components/parameters/Version
post: post:
description: | description: |
The POST method delivers a notification from the API producer to an API consumer. The POST method delivers a notification from the API producer to an API consumer.
The API consumer shall have previously created an "Individual subscription" resource with a matching filter. The API consumer shall have previously created an "Individual subscription" resource with a matching filter.
See clause 10.4.9.3.1. See clause 10.4.9.3.1.
parameters: parameters:
- $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/ContentType - $ref: ../../components/SOL003_params.yaml#/components/parameters/ContentType
requestBody: requestBody:
$ref: '#/components/requestBodies/VnfPackageOnboardingNotification' $ref: '#/components/requestBodies/VnfPackageOnboardingNotification'
responses: responses:
...@@ -90,15 +90,15 @@ paths: ...@@ -90,15 +90,15 @@ paths:
/URI_is_provided_by_the_client_when_creating_the_subscription-VnfPackageChangeNotification: /URI_is_provided_by_the_client_when_creating_the_subscription-VnfPackageChangeNotification:
#SOL003 location: 10.4.9 #SOL003 location: 10.4.9
parameters: parameters:
- $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/Authorization - $ref: ../../components/SOL003_params.yaml#/components/parameters/Authorization
- $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/Version - $ref: ../../components/SOL003_params.yaml#/components/parameters/Version
post: post:
description: | description: |
The POST method delivers a notification from the API producer to an API consumer. The POST method delivers a notification from the API producer to an API consumer.
The API consumer shall have previously created an "Individual subscription" resource with a matching filter. The API consumer shall have previously created an "Individual subscription" resource with a matching filter.
See clause 10.4.9.3.1. See clause 10.4.9.3.1.
parameters: parameters:
- $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/ContentType - $ref: ../../components/SOL003_params.yaml#/components/parameters/ContentType
requestBody: requestBody:
$ref: '#/components/requestBodies/VnfPackageChangeNotification' $ref: '#/components/requestBodies/VnfPackageChangeNotification'
responses: responses:
......
...@@ -40,14 +40,14 @@ paths: ...@@ -40,14 +40,14 @@ paths:
/pm_jobs: /pm_jobs:
#SOL003 location: 6.4.2 #SOL003 location: 6.4.2
parameters: parameters:
- $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/Accept - $ref: ../../components/SOL003_params.yaml#/components/parameters/Accept
- $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/Authorization - $ref: ../../components/SOL003_params.yaml#/components/parameters/Authorization
- $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/Version - $ref: ../../components/SOL003_params.yaml#/components/parameters/Version
post: post:
description: | description: |
The POST method creates a PM job. See clause 6.4.2.3.1. The POST method creates a PM job. See clause 6.4.2.3.1.
parameters: