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
e2704a70
Commit
e2704a70
authored
May 07, 2019
by
moscatelli
Browse files
SOL002: VNF Configuration interface consolidation
parent
94d75a0e
Pipeline
#891
passed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/SOL002/VNFConfiguration/VNFConfiguration.yaml
View file @
e2704a70
...
...
@@ -14,17 +14,23 @@ info:
url
:
https://forge.etsi.org/etsi-forge-copyright-notice.txt
contact
:
name
:
"
NFV-SOL
WG"
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
:
/vnfconfig/v1
schemes
:
-
http
-
https
-
consumes
:
-
application/json
-
produces
:
-
application/json
paths
:
###############################################################################
# API Versions #
...
...
@@ -43,6 +49,13 @@ paths:
in
:
header
required
:
true
type
:
string
-
name
:
Authorization
description
:
>
The authorization token for the request.
Reference: IETF RFC 7235
in
:
header
required
:
false
type
:
string
get
:
summary
:
Read VNF/VNFC configuration from VNF
description
:
>
...
...
@@ -50,7 +63,7 @@ paths:
responses
:
200
:
description
:
>
OK
200
OK
Configuration information about a VNF instance was read successfully.
The response body shall contain a representation of the configuration resource.
schema
:
...
...
@@ -66,21 +79,38 @@ paths:
type
:
string
maximum
:
1
minimum
:
1
400
:
{
$ref
:
'
../../responses/SOL002SOL003_resp.yaml#/responses/400'
}
401
:
{
$ref
:
'
../../responses/SOL002SOL003_resp.yaml#/responses/401'
}
403
:
{
$ref
:
'
../../responses/SOL002SOL003_resp.yaml#/responses/403'
}
404
:
{
$ref
:
'
../../responses/SOL002SOL003_resp.yaml#/responses/404'
}
405
:
{
$ref
:
'
../../responses/SOL002SOL003_resp.yaml#/responses/405'
}
406
:
{
$ref
:
'
../../responses/SOL002SOL003_resp.yaml#/responses/406'
}
409
:
{
$ref
:
'
responses/VNFConfiguration_resp.yaml#/responses/409'
}
413
:
{
$ref
:
'
../../responses/SOL002SOL003_resp.yaml#/responses/413'
}
414
:
{
$ref
:
'
../../responses/SOL002SOL003_resp.yaml#/responses/414'
}
416
:
{
$ref
:
'
../../responses/SOL002SOL003_resp.yaml#/responses/416'
}
422
:
{
$ref
:
'
../../responses/SOL002SOL003_resp.yaml#/responses/422'
}
429
:
{
$ref
:
'
../../responses/SOL002SOL003_resp.yaml#/responses/429'
}
500
:
{
$ref
:
'
../../responses/SOL002SOL003_resp.yaml#/responses/500'
}
503
:
{
$ref
:
'
../../responses/SOL002SOL003_resp.yaml#/responses/503'
}
504
:
{
$ref
:
'
../../responses/SOL002SOL003_resp.yaml#/responses/504'
}
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
400
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/400"
401
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/401"
403
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/403"
404
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/404"
405
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/404"
406
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/406"
416
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/416"
422
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/422"
429
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/429"
500
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/500"
503
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/503"
504
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/504"
patch
:
summary
:
Modify VNF/VNFC configuration.
description
:
This method sets or modifies a configuration resource.
...
...
@@ -96,7 +126,7 @@ paths:
responses
:
200
:
description
:
>
OK
200
OK
The request was accepted and completed. The response body shall contain the parameters
of the configuration modification that was applied to the configuration resource.
...
...
@@ -113,17 +143,29 @@ paths:
type
:
string
maximum
:
1
minimum
:
1
400
:
{
$ref
:
'
../../responses/SOL002SOL003_resp.yaml#/responses/400'
}
401
:
{
$ref
:
'
../../responses/SOL002SOL003_resp.yaml#/responses/401'
}
403
:
{
$ref
:
'
../../responses/SOL002SOL003_resp.yaml#/responses/403'
}
404
:
{
$ref
:
'
../../responses/SOL002SOL003_resp.yaml#/responses/404'
}
405
:
{
$ref
:
'
../../responses/SOL002SOL003_resp.yaml#/responses/405'
}
406
:
{
$ref
:
'
../../responses/SOL002SOL003_resp.yaml#/responses/406'
}
413
:
{
$ref
:
'
../../responses/SOL002SOL003_resp.yaml#/responses/413'
}
414
:
{
$ref
:
'
../../responses/SOL002SOL003_resp.yaml#/responses/414'
}
416
:
{
$ref
:
'
../../responses/SOL002SOL003_resp.yaml#/responses/416'
}
422
:
{
$ref
:
'
../../responses/SOL002SOL003_resp.yaml#/responses/422'
}
429
:
{
$ref
:
'
../../responses/SOL002SOL003_resp.yaml#/responses/429'
}
500
:
{
$ref
:
'
../../responses/SOL002SOL003_resp.yaml#/responses/500'
}
503
:
{
$ref
:
'
../../responses/SOL002SOL003_resp.yaml#/responses/503'
}
504
:
{
$ref
:
'
../../responses/SOL002SOL003_resp.yaml#/responses/504'
}
\ No newline at end of file
400
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/400"
401
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/401"
403
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/403"
404
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/404"
405
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/404"
406
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/406"
412
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/412"
416
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/416"
422
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/422"
429
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/429"
500
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/500"
503
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/503"
504
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/504"
\ No newline at end of file
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