Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
NFV - Network Functions Virtualisation
SOL002-SOL003
Commits
23383090
Commit
23383090
authored
May 07, 2019
by
moscatelli
Browse files
SOL002: VNF Lifecycle mgmt interface consolidated + error codes fixed
parent
abaff410
Pipeline
#887
passed with stage
in 0 seconds
Changes
13
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
src/SOL002/VNFFaultManagement/VNFFaultManagement.yaml
View file @
23383090
...
...
@@ -161,7 +161,7 @@ paths:
schema
:
$ref
:
"
./definitions/VNFFaultManagement_def.yaml#/definitions/Alarm"
400
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/400
-attr-based-filtering-error
"
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/400"
401
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/401"
403
:
...
...
@@ -605,7 +605,7 @@ paths:
schema
:
$ref
:
"
../../definitions/SOL002SOL003VNFFaultManagement_def.yaml#/definitions/FmSubscription"
400
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/400
-attr-based-filtering-error
"
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/400"
401
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/401"
403
:
...
...
src/SOL002/VNFLifecycleManagement/VNFLifecycleManagement.yaml
View file @
23383090
This diff is collapsed.
Click to expand it.
src/SOL002/VNFLifecycleManagement/responses/VNFLifecycleManagement_resp.yaml
deleted
100644 → 0
View file @
abaff410
# Copyright (c) ETSI 2017.
# https://forge.etsi.org/etsi-forge-copyright-notice.txt
responses
:
202-with-Location
:
description
:
>
Accepted
The request was accepted for processing, but the processing has not
been completed. On success, the HTTP response shall include a
"Location" HTTP header that contains the URI of the newly-created
"VNF LCM operation occurrence" resource corresponding to the
operation.
headers
:
Content-Type
:
description
:
The MIME type of the body of the response.
type
:
string
maximum
:
1
minimum
:
1
Location
:
description
:
The resource URI of the created VNF instance
type
:
string
format
:
url
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.
type
:
string
maximum
:
1
minimum
:
0
Version
:
description
:
The used API version.
type
:
string
maximum
:
1
minimum
:
1
schema
:
$ref
:
"
../definitions/VNFLifecycleManagement_def.yaml#/definitions/VnfInstance"
409-another-lcm-operation-ongoing
:
description
:
>
Conflict
The operation cannot be executed currently, due to a conflict with the
state of the VNF instance resource.
Typically, this is due to the fact that another LCM operation is
ongoing.
The response body shall contain a ProblemDetails structure, in which the
"detail" attribute should convey more information about the error.
headers
:
Content-Type
:
description
:
The MIME type of the body of the response.
type
:
string
maximum
:
1
minimum
:
1
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.
type
:
string
maximum
:
1
minimum
:
0
Version
:
description
:
The used API version.
type
:
string
maximum
:
1
minimum
:
1
schema
:
$ref
:
"
../../../definitions/SOL002SOL003_def.yaml#/definitions/ProblemDetails"
409-inconsistent-state
:
description
:
>
Conflict
Another request is in progress that prohibits the fulfilment of
the current request, or the current resource state is inconsistent
with the request.
headers
:
Content-Type
:
description
:
The MIME type of the body of the response.
type
:
string
maximum
:
1
minimum
:
1
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.
type
:
string
maximum
:
1
minimum
:
0
Version
:
description
:
The used API version.
type
:
string
maximum
:
1
minimum
:
1
schema
:
$ref
:
"
../../../definitions/SOL002SOL003_def.yaml#/definitions/ProblemDetails"
409-state-conflict-INSTANTIATED
:
description
:
>
Conflict
The operation cannot be executed currently, due to a conflict with the
state of the VNF instance resource.
Typically, this is due to the fact that the VNF instance resource is in
INSTANTIATED state.
The response body shall contain a ProblemDetails structure, in which the
"detail" attribute should convey more information about the error.
headers
:
Content-Type
:
description
:
The MIME type of the body of the response.
type
:
string
maximum
:
1
minimum
:
1
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.
type
:
string
maximum
:
1
minimum
:
0
Version
:
description
:
The used API version.
type
:
string
maximum
:
1
minimum
:
1
schema
:
$ref
:
"
../../../definitions/SOL002SOL003_def.yaml#/definitions/ProblemDetails"
409-state-conflict-not-FAILED_TEMP
:
description
:
>
The operation cannot be executed currently, due to a conflict with the
state of the VNF instance resource.
Typically, this is due to the fact that the VNF instance resource is
not in FAILED_TEMP state, or another error handling action is starting,
such as rollback or fail.
The response body shall contain a ProblemDetails structure, in which the
"detail" attribute should convey more information about the error.
headers
:
Content-Type
:
description
:
The MIME type of the body of the response.
type
:
string
maximum
:
1
minimum
:
1
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.
type
:
string
maximum
:
1
minimum
:
0
Version
:
description
:
The used API version.
type
:
string
maximum
:
1
minimum
:
1
schema
:
$ref
:
"
../../../definitions/SOL002SOL003_def.yaml#/definitions/ProblemDetails"
409-state-conflict-NOT-INSTANTIATED
:
description
:
>
Conflict
The operation cannot be executed currently, due to a conflict with the
state of the VNF instance resource.
Typically, this is due to the fact that the VNF instance resource is in
NOT-INSTANTIATED state, or that another lifecycle management operation
is ongoing.
The response body shall contain a ProblemDetails structure, in which the
"detail" attribute should convey more information about the error.
headers
:
Content-Type
:
description
:
The MIME type of the body of the response.
type
:
string
maximum
:
1
minimum
:
1
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.
type
:
string
maximum
:
1
minimum
:
0
Version
:
description
:
The used API version.
type
:
string
maximum
:
1
minimum
:
1
schema
:
$ref
:
"
../../../definitions/SOL002SOL003_def.yaml#/definitions/ProblemDetails"
src/SOL002/VNFLifecycleManagementNotification/VNFLifecycleManagementNotification.yaml
View file @
23383090
...
...
@@ -104,7 +104,7 @@ paths:
403
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/403"
404
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/404
-task-not-suported-VNF-LCM
"
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/404"
405
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/405"
406
:
...
...
@@ -180,7 +180,7 @@ paths:
403
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/403"
404
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/404
-task-not-suported-VNF-LCM
"
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/404"
405
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/405"
406
:
...
...
@@ -256,7 +256,7 @@ paths:
403
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/403"
404
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/404
-task-not-suported-VNF-LCM
"
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/404"
405
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/405"
406
:
...
...
src/SOL002/VNFPerformanceManagement/VNFPerformanceManagement.yaml
View file @
23383090
...
...
@@ -270,7 +270,7 @@ paths:
items
:
$ref
:
"
../../definitions/SOL002SOL003VNFPerformanceManagement_def.yaml#/definitions/PmJob"
400
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/400
-attr-based-filtering-error
"
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/400"
401
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/401"
403
:
...
...
@@ -695,7 +695,7 @@ paths:
items
:
$ref
:
"
../../definitions/SOL002SOL003VNFPerformanceManagement_def.yaml#/definitions/Threshold"
400
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/400
-attr-based-filtering-error
"
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/400"
401
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/401"
403
:
...
...
@@ -1038,7 +1038,7 @@ paths:
items
:
$ref
:
"
../../definitions/SOL002SOL003VNFPerformanceManagement_def.yaml#/definitions/PmSubscription"
400
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/400
-attr-based-filtering-error
"
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/400"
401
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/401"
403
:
...
...
src/SOL002/VNFPerformanceManagementNotification/VNFPerformanceManagementNotification.yaml
View file @
23383090
...
...
@@ -28,15 +28,15 @@ externalDocs:
description
:
ETSI GS NFV-SOL 002 V2.5.1
url
:
https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/002/02.05.01_60/gs_nfv-sol002v020501p.pdf
basePath
:
"
/callback/v1
"
basePath
:
/callback/v1
schemes
:
-
https
consumes
:
-
"
application/json
"
-
application/json
produces
:
-
"
application/json
"
-
application/json
paths
:
###############################################################################
...
...
src/SOL003/VNFIndicator/VNFIndicator.yaml
View file @
23383090
...
...
@@ -142,7 +142,7 @@ paths:
items
:
$ref
:
"
../../definitions/SOL002SOL003VNFIndicator_def.yaml#/definitions/VnfIndicator"
400
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/400
-attr-based-filtering-error
"
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/400"
401
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/401"
403
:
...
...
@@ -272,7 +272,7 @@ paths:
items
:
$ref
:
"
../../definitions/SOL002SOL003VNFIndicator_def.yaml#/definitions/VnfIndicator"
400
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/400
-attr-based-filtering-error
"
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/400"
401
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/401"
403
:
...
...
@@ -606,7 +606,7 @@ paths:
items
:
$ref
:
"
../../definitions/SOL002SOL003VNFIndicator_def.yaml#/definitions/VnfIndicatorSubscription"
400
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/400
-attr-based-filtering-error
"
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/400"
401
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/401"
403
:
...
...
src/SOL003/VNFLifecycleManagement/VNFLifecycleManagement.yaml
View file @
23383090
...
...
@@ -268,7 +268,7 @@ paths:
items
:
$ref
:
"
../../definitions/SOL002SOL003VNFLifecycleManagement_def.yaml#/definitions/VnfInstance"
400
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/400
-attr-selector
"
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/400"
401
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/401"
403
:
...
...
@@ -433,7 +433,7 @@ paths:
202
:
$ref
:
"
responses/VNFLifecycleManagement_resp.yaml#/responses/202-with-Location-empty"
400
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/400
-attr-selector
"
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/400"
401
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/401"
403
:
...
...
@@ -497,7 +497,7 @@ paths:
maximum
:
1
minimum
:
1
400
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/400
-attr-selector
"
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/400"
401
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/401"
403
:
...
...
@@ -691,7 +691,7 @@ paths:
403
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/403"
404
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/404
-task-resource-not-exists
"
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/404"
405
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/404"
406
:
...
...
@@ -770,7 +770,7 @@ paths:
403
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/403"
404
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/404
-task-resource-not-exists
"
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/404"
405
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/404"
406
:
...
...
@@ -848,7 +848,7 @@ paths:
403
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/403"
404
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/404
-task-resource-not-exists
"
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/404"
405
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/404"
406
:
...
...
@@ -1002,7 +1002,7 @@ paths:
403
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/403"
404
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/404
-task-resource-not-exists
"
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/404"
405
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/404"
406
:
...
...
@@ -1079,7 +1079,7 @@ paths:
403
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/403"
404
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/404
-task-resource-not-exists
"
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/404"
405
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/404"
406
:
...
...
@@ -1449,7 +1449,25 @@ paths:
type
:
string
responses
:
202
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/202"
description
:
>
202 ACCEPTED
The request was accepted for processing, but processing has not been completed.
The response shall have an empty payload body.
headers
:
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.
type
:
string
maximum
:
1
minimum
:
0
Version
:
description
:
The used API version.
type
:
string
maximum
:
1
minimum
:
1
400
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/400"
401
:
...
...
@@ -1457,7 +1475,7 @@ paths:
403
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/403"
404
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/404
-task-resource-not-exists-VNF-LCM
"
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/404"
405
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/404"
406
:
...
...
@@ -1506,7 +1524,25 @@ paths:
type
:
string
responses
:
202
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/202"
description
:
>
202 ACCEPTED
The request was accepted for processing, but processing has not been completed.
The response shall have an empty payload body.
headers
:
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.
type
:
string
maximum
:
1
minimum
:
0
Version
:
description
:
The used API version.
type
:
string
maximum
:
1
minimum
:
1
400
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/400"
401
:
...
...
@@ -1514,7 +1550,7 @@ paths:
403
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/403"
404
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/404
-task-resource-not-exists-VNF-LCM
"
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/404"
405
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/404"
406
:
...
...
@@ -1605,7 +1641,7 @@ paths:
403
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/403"
404
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/404
-task-resource-not-exists-VNF-LCM
"
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/404"
405
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/404"
406
:
...
...
@@ -1655,7 +1691,25 @@ paths:
type
:
string
responses
:
202
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/202"
description
:
>
202 ACCEPTED
The request was accepted for processing, but processing has not been completed.
The response shall have an empty payload body.
headers
:
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.
type
:
string
maximum
:
1
minimum
:
0
Version
:
description
:
The used API version.
type
:
string
maximum
:
1
minimum
:
1
400
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/400"
401
:
...
...
@@ -1663,7 +1717,7 @@ paths:
403
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/403"
404
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/404
-task-resource-not-exists-VNF-LCM
"
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/404"
405
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/404"
406
:
...
...
@@ -1826,7 +1880,7 @@ paths:
403
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/403"
404
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/404
-task-not-suported-VNF-LCM
"
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/404"
405
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/404"
406
:
...
...
@@ -1954,7 +2008,7 @@ paths:
403
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/403"
404
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/404
-task-not-suported-VNF-LCM
"
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/404"
405
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/404"
406
:
...
...
@@ -2044,7 +2098,7 @@ paths:
403
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/403"
404
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/404
-task-not-suported-VNF-LCM
"
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/404"
405
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/404"
406
:
...
...
@@ -2102,7 +2156,7 @@ paths:
403
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/403"
404
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/404
-task-not-suported-VNF-LCM
"
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/404"
405
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/404"
406
:
...
...
src/SOL003/VNFLifecycleManagementNotification/VNFLifecycleManagementNotification.yaml
View file @
23383090
...
...
@@ -104,7 +104,7 @@ paths:
403
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/403"
404
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/404
-task-not-suported-VNF-LCM
"
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/404"
405
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/405"
406
:
...
...
@@ -180,7 +180,7 @@ paths:
403
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/403"
404
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/404
-task-not-suported-VNF-LCM
"
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/404"
405
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/405"
406
:
...
...
@@ -256,7 +256,7 @@ paths:
403
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/403"
404
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/404
-task-not-suported-VNF-LCM
"
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/404"
405
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/405"
406
:
...
...
src/SOL003/VNFPackageManagement/VNFPackageManagement.yaml
View file @
23383090
...
...
@@ -174,7 +174,7 @@ paths:
items
:
$ref
:
"
definitions/VNFPackageManagement_def.yaml#/definitions/VnfPkgInfo"
400
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/400
-attr-selector
"
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/400"
401
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/401"
403
:
...
...
@@ -906,7 +906,7 @@ paths:
items
:
$ref
:
"
definitions/VNFPackageManagement_def.yaml#/definitions/PkgmSubscription"
400
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/400
-attr-based-filtering-error
"
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/400"
401
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/401"
403
:
...
...
src/SOL003/VNFPerformanceManagement/VNFPerformanceManagement.yaml
View file @
23383090
...
...
@@ -257,7 +257,7 @@ paths:
items
:
$ref
:
"
../../definitions/SOL002SOL003VNFPerformanceManagement_def.yaml#/definitions/PmJob"
400
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/400
-attr-based-filtering-error
"
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/400"
401
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/401"
403
:
...
...
@@ -702,7 +702,7 @@ paths:
items
:
$ref
:
"
../../definitions/SOL002SOL003VNFPerformanceManagement_def.yaml#/definitions/Threshold"
400
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/400
-attr-based-filtering-error
"
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/400"
401
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/401"
403
:
...
...
@@ -1065,7 +1065,7 @@ paths:
items
:
$ref
:
"
../../definitions/SOL002SOL003VNFPerformanceManagement_def.yaml#/definitions/PmSubscription"
400
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/400
-attr-based-filtering-error
"