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
d1fac1c4
Commit
d1fac1c4
authored
Jun 01, 2020
by
Francesca Moscatelli
Browse files
Ns LCM Interface and responses initial migration to OpenAPI 3.0.2
parent
3cf16c22
Pipeline
#3639
failed with stage
in 0 seconds
Changes
3
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
src/SOL005/NSLifecycleManagement/NSLifecycleManagement.yaml
View file @
d1fac1c4
This diff is collapsed.
Click to expand it.
src/SOL005/components/SOL005_params.yaml
0 → 100644
View file @
d1fac1c4
components
:
parameters
:
Version
:
name
:
Version
description
:
>
Version of the API requested to use when responding to this request.
in
:
header
required
:
true
schema
:
type
:
string
Accept
:
name
:
Accept
description
:
>
Content-Types that are acceptable for the response. Reference: IETF RFC 7231.
in
:
header
required
:
true
schema
:
type
:
string
Authorization
:
name
:
Authorization
description
:
>
The authorization token for the request. Reference: IETF RFC 7235.
in
:
header
required
:
false
schema
:
type
:
string
ContentType
:
name
:
Content-Type
description
:
|
The MIME type of the body of the request. Reference: IETF RFC 7231
in
:
header
required
:
true
schema
:
type
:
string
filter
:
name
:
filter
description
:
>
Attribute-based filtering expression according to clause 5.2 of ETSI
GS NFV-SOL 013. The NFV-MANO functional entity shall support
receiving this parameter as part of the URI query string. The API
consumer may supply this parameter. All attribute names that appear
in the FmSubscription and in data types referenced from it shall be
supported by the NFV-MANO functional entity in the filter
expression.
in
:
query
required
:
false
schema
:
type
:
string
all_fields
:
name
:
all_fields
description
:
>
Include all complex attributes in the response. See clause
5.3 of ETSI GS NFV-SOL 013. The NFV-MANO functional entity
shall support this parameter.
in
:
query
required
:
false
schema
:
type
:
string
fields
:
name
:
fields
description
:
>
Complex attributes to be included into the response. See clause
5.3 of ETSI GS NFV-SOL 013 for details. The NFV-MANO functional
entity should support this parameter.
in
:
query
required
:
false
schema
:
type
:
string
exclude_fields
:
name
:
exclude_fields
description
:
>
Complex attributes to be excluded from the response. See clause
5.3 of ETSI GS NFV-SOL 013 for details. The NFV-MANO functional
entity should support this parameter.
in
:
query
required
:
false
schema
:
type
:
string
exclude_default
:
name
:
exclude_default
in
:
query
description
:
>-
Indicates to exclude the following complex attributes from the response. See clause 5.3 of ETSI GS NFV-SOL 013
for details. The NFV-MANO functional entity shall support this parameter.
The NFVO shall support this parameter.
The following attributes shall be excluded from the NsInstance structure in the response body if this parameter
is provided, or none of the parameters "all_fields," "fields", "exclude_fields", "exclude_default" are provided:
- vnfInstances
- pnfInfo
- virtualLinkInfo
- vnffgInfo
- sapInfo
- vnfSnapshotInfo
- nsScaleStatus
- additionalAffinityOrAntiAffinityRules
required
:
false
schema
:
type
:
string
nextpage_opaque_marker
:
name
:
nextpage_opaque_marker
description
:
>
Marker to obtain the next page of a paged response. Shall be supported by
the NFV-MANO functional entity if the entity supports alternative 2 (paging)
according to clause 5.4.2.1 of ETSI GS NFV-SOL 013 for this resource.
in
:
query
required
:
false
schema
:
type
:
string
\ No newline at end of file
src/SOL005/responses/SOL005_resp.yaml
View file @
d1fac1c4
This diff is collapsed.
Click to expand it.
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