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
SOL005
Commits
efa77b60
Commit
efa77b60
authored
Jul 15, 2019
by
moscatelli
Browse files
SOL005: NSD Management and NS Lifecycle Management overall consolidation
parent
1c43fa02
Pipeline
#1266
failed with stage
in 0 seconds
Changes
5
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
src/SOL005/NSDManagement/NSDManagement.yaml
View file @
efa77b60
This diff is collapsed.
Click to expand it.
src/SOL005/NSLifecycleManagement/NSLifecycleManagement.yaml
View file @
efa77b60
This diff is collapsed.
Click to expand it.
src/SOL005/NSLifecycleManagementNotification/NSLifecycleManagementNotification.yaml
View file @
efa77b60
...
...
@@ -107,10 +107,6 @@ paths:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/405"
406
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/406"
409
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/409"
416
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/416"
500
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/500"
503
:
...
...
@@ -179,10 +175,6 @@ paths:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/405"
406
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/406"
409
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/409"
416
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/416"
500
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/500"
503
:
...
...
@@ -264,10 +256,6 @@ paths:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/405"
406
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/406"
409
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/409"
416
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/416"
500
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/500"
503
:
...
...
@@ -336,10 +324,6 @@ paths:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/405"
406
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/406"
409
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/409"
416
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/416"
500
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/500"
503
:
...
...
@@ -422,10 +406,6 @@ paths:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/405"
406
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/406"
409
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/409"
416
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/416"
500
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/500"
503
:
...
...
@@ -494,10 +474,6 @@ paths:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/405"
406
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/406"
409
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/409"
416
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/416"
500
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/500"
503
:
...
...
src/SOL005/definitions/SOL005_def.yaml
View file @
efa77b60
# Copyright (c) ETSI 2017.
# https://forge.etsi.org/etsi-forge-copyright-notice.txt
definitions
:
Identifier
:
description
:
>
An identifier with the intention of being globally unique.
...
...
@@ -234,6 +236,23 @@ definitions:
complements the ResourceHandle.
type
:
string
IdentifierInNs
:
description
:
>
An identifier that is unique with respect to a NS. Representation: string of variable length.
type
:
string
IdentifierInNsd
:
description
:
>
An identifier that is unique within a NS descriptor. Representation: string of variable
length.
type
:
string
IdentifierInPnf
:
description
:
>
An Identifier that is unique within respect to a PNF. Representation: string of variable
length.
type
:
string
IdentifierInVim
:
description
:
>
An identifier maintained by the VIM or other resource provider.
...
...
src/SOL005/responses/SOL005_resp.yaml
View file @
efa77b60
...
...
@@ -3,16 +3,7 @@
responses
:
202-with-Location
:
description
:
>
202 ACCEPTED
The request has been accepted for processing, but the processing has not
been completed. The response body shall be empty.
The HTTP response shall include a "Location" HTTP
header that contains the URI of the newly-created
"NS lifecycle operation occurrence" resource
corresponding to the operation.
202
:
headers
:
Content-Type
:
description
:
The MIME type of the body of the response.
...
...
@@ -39,38 +30,8 @@ responses:
type
:
string
maximum
:
1
minimum
:
1
schema
:
$ref
:
"
../NSLifecycleManagement/definitions/SOL005NSLifecycleManagement_def.yaml#/definitions/NsInstance"
202-with-Location-empty
:
description
:
>
202 ACCEPTED
The request has been 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
"NS Descriptor operation occurrence" resource corresponding to the
operation.
The response body shall be empty.
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
:
>
Version of the API used in the response.
type
:
string
maximum
:
1
minimum
:
1
206
:
description
:
>
206 PARTIAL CONTENT
headers
:
Content-Type
:
description
:
>
...
...
@@ -102,8 +63,6 @@ responses:
$ref
:
"
../definitions/SOL005_def.yaml#/definitions/ProblemDetails"
303
:
description
:
>
303 SEE OTHER
headers
:
Content-Type
:
description
:
The MIME type of the body of the response.
...
...
@@ -334,8 +293,6 @@ responses:
$ref
:
"
../definitions/SOL005_def.yaml#/definitions/ProblemDetails"
409
:
description
:
>
409 CONFLICT
headers
:
Content-Type
:
description
:
The MIME type of the body of the response.
...
...
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