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
SOL011
Commits
7dfbb8f1
Commit
7dfbb8f1
authored
Feb 10, 2020
by
Giacomo Bernini
Browse files
fixed few inconsistencies after internal review
parent
f7f5a173
Pipeline
#2445
passed with stage
in 0 seconds
Changes
4
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
src/SOL011/APIVersion/APIVersion.yaml
View file @
7dfbb8f1
...
...
@@ -27,7 +27,15 @@ externalDocs:
url
:
https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/011/03.03.01_60/gs_NFV-SOL011v030301p.pdf
paths
:
/nsd
m
/api_versions
:
/nsd/api_versions
:
$ref
:
'
../endpoints/SOL011_endpoints.yaml#/endpoints/api_versions'
/nslcog/api_versions
:
$ref
:
'
../endpoints/SOL011_endpoints.yaml#/endpoints/api_versions'
/nslcm/api_versions
:
$ref
:
'
../endpoints/SOL011_endpoints.yaml#/endpoints/api_versions'
/nsiun/api_versions
:
$ref
:
'
../endpoints/SOL011_endpoints.yaml#/endpoints/api_versions'
/nspm/api_versions
:
$ref
:
'
../endpoints/SOL011_endpoints.yaml#/endpoints/api_versions'
/nsfm/api_versions
:
$ref
:
'
../endpoints/SOL011_endpoints.yaml#/endpoints/api_versions'
\ No newline at end of file
src/SOL011/NSDManagement/NSDManagement.yaml
View file @
7dfbb8f1
...
...
@@ -20,7 +20,7 @@ externalDocs:
description
:
ETSI GS NFV-SOL 011 V3.3.1
url
:
https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/011/03.03.01_60/gs_NFV-SOL011v030301p.pdf
basePath
:
/ns
lcm
/v1
basePath
:
/ns
d
/v1
schemes
:
-
http
...
...
src/SOL011/NSInstanceUsageNotification/NSInstanceUsageNotification.yaml
View file @
7dfbb8f1
...
...
@@ -146,7 +146,7 @@ paths:
-
$ref
:
"
../components/SOL011_params.yaml#/components/parameters/ContentType"
-
$ref
:
"
../components/SOL011_params.yaml#/components/parameters/Authorization"
responses
:
20
0
:
20
4
:
$ref
:
'
#/components/responses/Subscription.Delete.204'
400
:
$ref
:
../components/SOL011_resp.yaml#/components/responses/400
...
...
src/SOL011/NSLifecycleOperationGranting/NSLifecycleOperationGranting.yaml
View file @
7dfbb8f1
...
...
@@ -211,6 +211,7 @@ components:
required
:
-
nsInstanceId
-
nsdId
-
nsLcmOpOccId
-
lifecycleOperation
properties
:
nsInstanceId
:
...
...
@@ -222,6 +223,10 @@ components:
description
:
>-
Identifier of the NSD that defines the NS for which the lifecycle management operation is to be granted.
$ref
:
"
../components/SOL011_schemas.yaml#/components/schemas/Identifier"
nsLcmOpOccId
:
description
:
>-
The identifier of the NS lifecycle management operation occurrence associated to the GrantRequest..
$ref
:
"
../components/SOL011_schemas.yaml#/components/schemas/Identifier"
lifecycleOperation
:
description
:
>-
Type of the lifecycle management operation for which the granting is requested.
...
...
@@ -245,7 +250,7 @@ components:
Grant
:
description
:
>-
This type represents a grant. It shall comply with the provisions defined in table 7.6.2.3-1.
type
:
object
required
:
-
id
...
...
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