Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
S
SOL002-SOL003
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
NFV - Network Functions Virtualisation
SOL002-SOL003
Commits
4cb43914
Commit
4cb43914
authored
May 27, 2020
by
f.moscatelli
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SOL002 initial migration to OpenAPI v3.0.2
parent
cd75e32f
Pipeline
#3565
failed with stage
in 0 seconds
Changes
6
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
2186 additions
and
2790 deletions
+2186
-2790
APIVersion.yaml
src/SOL002/APIVersion/APIVersion.yaml
+14
-33
VNFConfiguration.yaml
src/SOL002/VNFConfiguration/VNFConfiguration.yaml
+133
-156
VNFFaultManagement.yaml
src/SOL002/VNFFaultManagement/VNFFaultManagement.yaml
+595
-837
VNFIndicator.yaml
src/SOL002/VNFIndicator/VNFIndicator.yaml
+521
-722
VNFPerformanceManagement.yaml
...02/VNFPerformanceManagement/VNFPerformanceManagement.yaml
+817
-1042
SOL002SOL003_params.yaml
src/components/SOL002SOL003_params.yaml
+106
-0
No files found.
src/SOL002/APIVersion/APIVersion.yaml
View file @
4cb43914
swagger
:
"
2.0"
openapi
:
3.0.2
info
:
version
:
"
1.0.0-impl:etsi.org:ETSI_NFV_OpenAPI:1"
title
:
SOL002 - API version interface
description
:
>
SOL002 - API version Interface
IMPORTANT: Please note that this file might be not aligned to the current
version of the ETSI Group Specification it refers to and has not been
approved by the ETSI NFV ISG. In case of discrepancies the published ETSI
Group Specification takes precedence.
description
:
|
SOL002 - API version Interface IMPORTANT: Please note that this file might be not aligned to the current version of
the ETSI Group Specification it refers to and has not been approved by the ETSI NFV ISG. In case of discrepancies
the published ETSI Group Specification takes precedence.
Please report bugs to https://forge.etsi.org/bugzilla/buglist.cgi?component=Nfv-Openapis
contact
:
name
:
NFV-SOL WG
license
:
name
:
ETSI Forge copyright notice
url
:
https://forge.etsi.org/etsi-forge-copyright-notice.txt
contact
:
name
:
NFV-SOL WG
version
:
1.0.0-impl:etsi.org:ETSI_NFV_OpenAPI:1
externalDocs
:
description
:
ETSI GS NFV-SOL 002 V
2.7
.1
description
:
ETSI GS NFV-SOL 002 V
3.3
.1
url
:
https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/002/02.07.01_60/gs_nfv-sol002v020701p.pdf
schemes
:
-
http
-
https
consumes
:
-
application/json
produces
:
-
application/json
paths
:
###############################################################################
# API Versions #
###############################################################################
'
/vnfconfig/api_versions'
:
/vnfconfig/api_versions
:
$ref
:
'
../../endpoints/SOL002SOL003_endpoints.yaml#/endpoints/api-versions'
'
/vnffm/api_versions'
:
/vnffm/api_versions
:
$ref
:
'
../../endpoints/SOL002SOL003_endpoints.yaml#/endpoints/api-versions'
'
/vnfind/api_versions'
:
/vnfind/api_versions
:
$ref
:
'
../../endpoints/SOL002SOL003_endpoints.yaml#/endpoints/api-versions'
'
/vnflcm/api_versions'
:
/vnflcm/api_versions
:
$ref
:
'
../../endpoints/SOL002SOL003_endpoints.yaml#/endpoints/api-versions'
'
/vnfpm/api_versions'
:
/vnfpm/api_versions
:
$ref
:
'
../../endpoints/SOL002SOL003_endpoints.yaml#/endpoints/api-versions'
\ No newline at end of file
src/SOL002/VNFConfiguration/VNFConfiguration.yaml
View file @
4cb43914
This diff is collapsed.
Click to expand it.
src/SOL002/VNFFaultManagement/VNFFaultManagement.yaml
View file @
4cb43914
This diff is collapsed.
Click to expand it.
src/SOL002/VNFIndicator/VNFIndicator.yaml
View file @
4cb43914
This diff is collapsed.
Click to expand it.
src/SOL002/VNFPerformanceManagement/VNFPerformanceManagement.yaml
View file @
4cb43914
This diff is collapsed.
Click to expand it.
src/components/SOL002SOL003_params.yaml
0 → 100644
View file @
4cb43914
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.
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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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