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
5a6b3c09
Commit
5a6b3c09
authored
Oct 25, 2022
by
Ayesha Ayub
Browse files
update SOL002VNFPerformanceManagement
parent
4125b462
Pipeline
#13136
passed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/SOL002/VNFPerformanceManagement/VNFPerformanceManagement.yaml
View file @
5a6b3c09
...
...
@@ -100,7 +100,7 @@ paths:
"
416"
:
$ref
:
../../responses/SOL002SOL003_resp.yaml#/components/responses/416
"
422"
:
$ref
:
../../responses/SOL002SOL003_resp.yaml
#/components/responses/422
$ref
:
'
#/components/responses/
PmJobs.Post.
422
'
"
429"
:
$ref
:
../../responses/SOL002SOL003_resp.yaml#/components/responses/429
"
500"
:
...
...
@@ -209,7 +209,7 @@ paths:
"
416"
:
$ref
:
../../responses/SOL002SOL003_resp.yaml#/components/responses/416
"
422"
:
$ref
:
../../responses/SOL002SOL003_resp.yaml
#/components/responses/422
$ref
:
'
#/components/responses/
IndividualPmJob.Patch.
422
'
"
429"
:
$ref
:
../../responses/SOL002SOL003_resp.yaml#/components/responses/429
"
500"
:
...
...
@@ -323,7 +323,7 @@ paths:
"
416"
:
$ref
:
../../responses/SOL002SOL003_resp.yaml#/components/responses/416
"
422"
:
$ref
:
../../responses/SOL002SOL003_resp.yaml
#/components/responses/422
$ref
:
'
#/components/responses/
Thresholds.Post.
422
'
"
429"
:
$ref
:
../../responses/SOL002SOL003_resp.yaml#/components/responses/429
"
500"
:
...
...
@@ -434,7 +434,7 @@ paths:
"
416"
:
$ref
:
../../responses/SOL002SOL003_resp.yaml#/components/responses/416
"
422"
:
$ref
:
../../responses/SOL002SOL003_resp.yaml#/components/responses/
422
$ref
:
'
#/components/responses/IndividualThreshold.Patch.
422
'
"
429"
:
$ref
:
../../responses/SOL002SOL003_resp.yaml#/components/responses/429
"
500"
:
...
...
@@ -646,6 +646,45 @@ components:
schema
:
$ref
:
../../definitions/SOL002SOL003VNFPerformanceManagement_def.yaml#/definitions/PmJob
PmJobs.Post.422
:
description
:
|
422 Unprocessable Content
Shall be returned upon the following error: The content type of the message content is supported and the
message content of a request contains syntactically correct data but the data cannot be processed.
The general cause for this error and its handling is specified in clause 6.4 of ETSI GS NFV-SOL 013 [6],
including rules for the presence of the response body.
Specifically in case of this resource, the response code 422 shall also be returned if the VNFM has
tested the Notification endpoint as described in clause 6.4.9.3.2 and the test has failed.
In this case, the "detail" attribute in the "ProblemDetails" structure shall convey more information
about the error.
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.
style
:
simple
explode
:
false
schema
:
type
:
string
Version
:
description
:
Version of the API used in the response.
style
:
simple
explode
:
false
schema
:
type
:
string
Content-Type
:
description
:
|
The MIME type of the body of the response. Reference: IETF RFC 7231
style
:
simple
explode
:
false
schema
:
type
:
string
content
:
application/json
:
schema
:
$ref
:
"
../../definitions/SOL002SOL003_def.yaml#/definitions/ProblemDetails"
IndividualPmJob.Get.200
:
description
:
|
200 OK
...
...
@@ -765,6 +804,45 @@ components:
schema
:
$ref
:
../../definitions/SOL002SOL003VNFPerformanceManagement_def.yaml#/definitions/PmJobModifications
IndividualPmJob.Patch.422
:
description
:
|
422 Unprocessable Content
Shall be returned upon the following error: The content type of the message content is supported and
the message content of a request contains syntactically correct data but the data cannot be processed.
The general cause for this error and its handling is specified in clause 6.4 of ETSI GS NFV-SOL 013 [6],
including rules for the presence of the response body.
Specifically in case of this resource, the response code 422 shall also be returned if the VNFM has
tested the Notification endpoint as described in clause 6.4.9.3.2 and the test has failed.
In this case, the "detail" attribute in the "ProblemDetails" structure shall convey more information
about the error.
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.
style
:
simple
explode
:
false
schema
:
type
:
string
Version
:
description
:
Version of the API used in the response.
style
:
simple
explode
:
false
schema
:
type
:
string
Content-Type
:
description
:
|
The MIME type of the body of the response. Reference: IETF RFC 7231
style
:
simple
explode
:
false
schema
:
type
:
string
content
:
application/json
:
schema
:
$ref
:
"
../../definitions/SOL002SOL003_def.yaml#/definitions/ProblemDetails"
IndividualPmJobReport.Get.200
:
description
:
|
200 OK
...
...
@@ -880,6 +958,46 @@ components:
schema
:
$ref
:
../../definitions/SOL002SOL003VNFPerformanceManagement_def.yaml#/definitions/Threshold
Thresholds.Post.422
:
description
:
|
422 Unprocessable Content
Shall be returned upon the following error: The content type of the message content is supported and the
message content of a request contains syntactically correct data but the data cannot be processed.
The general cause for this error and its handling is specified in clause 6.4 of ETSI GS NFV-SOL 013 [6],
including rules for the presence of the response body.
Specifically in case of this resource, the response code 422 shall also be returned if the VNFM has
tested the Notification endpoint as described in clause 6.4.9.3.2 and the test has failed.
In this case, the "detail" attribute in the "ProblemDetails" structure shall convey more information about
the error.
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.
style
:
simple
explode
:
false
schema
:
type
:
string
Version
:
description
:
Version of the API used in the response.
style
:
simple
explode
:
false
schema
:
type
:
string
Content-Type
:
description
:
|
The MIME type of the body of the response. Reference: IETF RFC 7231
style
:
simple
explode
:
false
schema
:
type
:
string
content
:
application/json
:
schema
:
$ref
:
"
../../definitions/SOL002SOL003_def.yaml#/definitions/ProblemDetails"
IndividualThreshold.Get.200
:
description
:
|
200 OK
...
...
@@ -991,4 +1109,43 @@ components:
content
:
application/json
:
schema
:
$ref
:
../../definitions/SOL002SOL003VNFPerformanceManagement_def.yaml#/definitions/ThresholdModifications
\ No newline at end of file
$ref
:
../../definitions/SOL002SOL003VNFPerformanceManagement_def.yaml#/definitions/ThresholdModifications
IndividualThreshold.Patch.422
:
description
:
|
422 Unprocessable Content
Shall be returned upon the following error: The content type of the message content is supported
and the message content of a request contains syntactically correct data but the data cannot be processed.
The general cause for this error and its handling is specified in clause 6.4 of ETSI GS NFV-SOL 013 [6],
including rules for the presence of the response body.
Specifically in case of this resource, the response code 422 shall also be returned if the VNFM has
tested the Notification endpoint as described in clause 6.4.9.3.2 and the test has failed.
In this case, the "detail" attribute in the "ProblemDetails" structure shall convey more information
about the error.
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.
style
:
simple
explode
:
false
schema
:
type
:
string
Version
:
description
:
Version of the API used in the response.
style
:
simple
explode
:
false
schema
:
type
:
string
Content-Type
:
description
:
|
The MIME type of the body of the response. Reference: IETF RFC 7231
style
:
simple
explode
:
false
schema
:
type
:
string
content
:
application/json
:
schema
:
$ref
:
"
../../definitions/SOL002SOL003_def.yaml#/definitions/ProblemDetails"
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment