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
c2da30f6
Commit
c2da30f6
authored
Mar 27, 2019
by
moscatelli
Browse files
SOL005_6 and SOL005_7: Version added in response and request headers in NS fault mgmt interface
parent
9351ac0f
Pipeline
#506
passed with stage
in 0 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/SOL005/NSDManagement/NSDManagement.yaml
View file @
c2da30f6
...
...
@@ -99,7 +99,7 @@ paths:
description
:
>
Version of the API requested to use when responding to this request.
in
:
header
required
:
fals
e
required
:
tru
e
type
:
string
responses
:
200
:
...
...
@@ -129,7 +129,7 @@ paths:
Version of the API used in the response.
type
:
string
maximum
:
1
minimum
:
0
minimum
:
1
schema
:
type
:
array
items
:
...
...
@@ -188,7 +188,7 @@ paths:
description
:
>
Version of the API requested to use when responding to this request.
in
:
header
required
:
fals
e
required
:
tru
e
type
:
string
-
name
:
"
body"
in
:
"
body"
...
...
@@ -238,7 +238,7 @@ paths:
Version of the API used in the response.
type
:
string
maximum
:
1
minimum
:
0
minimum
:
1
400
:
$ref
:
"
responses/SOL005_resp.yaml#/responses/400"
401
:
...
...
@@ -300,7 +300,7 @@ paths:
description
:
>
Version of the API requested to use when responding to this request.
in
:
header
required
:
fals
e
required
:
tru
e
type
:
string
responses
:
200
:
...
...
@@ -334,7 +334,7 @@ paths:
Version of the API used in the response.
type
:
string
maximum
:
1
minimum
:
0
minimum
:
1
400
:
$ref
:
"
responses/SOL005_resp.yaml#/responses/400-attr-selector"
401
:
...
...
@@ -400,7 +400,7 @@ paths:
description
:
>
Version of the API requested to use when responding to this request.
in
:
header
required
:
fals
e
required
:
tru
e
type
:
string
responses
:
200
:
...
...
@@ -430,7 +430,7 @@ paths:
Version of the API used in the response.
type
:
string
maximum
:
1
minimum
:
0
minimum
:
1
schema
:
type
:
array
items
:
...
...
@@ -479,7 +479,7 @@ paths:
description
:
>
Version of the API requested to use when responding to this request.
in
:
header
required
:
fals
e
required
:
tru
e
type
:
string
responses
:
204
:
...
...
@@ -502,7 +502,7 @@ paths:
Version of the API used in the response.
type
:
string
maximum
:
1
minimum
:
0
minimum
:
1
400
:
$ref
:
"
responses/SOL005_resp.yaml#/responses/400-attr-selector"
401
:
...
...
@@ -587,7 +587,7 @@ paths:
description
:
>
Version of the API requested to use when responding to this request.
in
:
header
required
:
fals
e
required
:
tru
e
type
:
string
responses
:
200
:
...
...
@@ -622,7 +622,7 @@ paths:
Version of the API used in the response.
type
:
string
maximum
:
1
minimum
:
0
minimum
:
1
206
:
$ref
:
"
responses/SOL005_resp.yaml#/responses/206"
400
:
...
...
@@ -690,7 +690,7 @@ paths:
description
:
>
Version of the API requested to use when responding to this request.
in
:
header
required
:
fals
e
required
:
tru
e
type
:
string
responses
:
202
:
...
...
@@ -721,7 +721,7 @@ paths:
Version of the API used in the response.
type
:
string
maximum
:
1
minimum
:
0
minimum
:
1
204
:
description
:
>
204 No Content
...
...
@@ -811,7 +811,7 @@ paths:
description
:
>
Version of the API requested to use when responding to this request.
in
:
header
required
:
fals
e
required
:
tru
e
type
:
string
responses
:
200
:
...
...
@@ -841,7 +841,7 @@ paths:
Version of the API used in the response.
type
:
string
maximum
:
1
minimum
:
0
minimum
:
1
schema
:
type
:
"
array"
items
:
...
...
@@ -912,7 +912,7 @@ paths:
description
:
>
Version of the API requested to use when responding to this request.
in
:
header
required
:
fals
e
required
:
tru
e
type
:
string
responses
:
201
:
...
...
@@ -951,7 +951,7 @@ paths:
Version of the API used in the response.
type
:
string
maximum
:
1
minimum
:
0
minimum
:
1
206
:
$ref
:
"
responses/SOL005_resp.yaml#/responses/206"
400
:
...
...
@@ -1015,7 +1015,7 @@ paths:
description
:
>
Version of the API requested to use when responding to this request.
in
:
header
required
:
fals
e
required
:
tru
e
type
:
string
responses
:
200
:
...
...
@@ -1044,7 +1044,7 @@ paths:
Version of the API used in the response.
type
:
string
maximum
:
1
minimum
:
0
minimum
:
1
schema
:
type
:
"
object"
properties
:
...
...
@@ -1142,7 +1142,7 @@ paths:
description
:
>
Version of the API requested to use when responding to this request.
in
:
header
required
:
fals
e
required
:
tru
e
type
:
string
-
name
:
"
body"
in
:
"
body"
...
...
src/SOL005/NSFaultManagement/NSFaultManagement.yaml
View file @
c2da30f6
...
...
@@ -71,6 +71,12 @@ paths:
in
:
header
required
:
false
type
:
string
-
name
:
Version
description
:
>
Version of the API requested to use when responding to this request.
in
:
header
required
:
true
type
:
string
responses
:
200
:
description
:
>
...
...
@@ -91,7 +97,13 @@ paths:
authorization, or error details if the corresponding HTTP request
has provided an invalid authorization token.
maximum
:
1
minimum
:
0
minimum
:
0
Version
:
description
:
>
Version of the API used in the response.
type
:
string
maximum
:
1
minimum
:
1
schema
:
type
:
array
items
:
...
...
@@ -155,6 +167,12 @@ paths:
in
:
header
required
:
false
type
:
string
-
name
:
Version
description
:
>
Version of the API requested to use when responding to this request.
in
:
header
required
:
true
type
:
string
responses
:
200
:
description
:
>
...
...
@@ -176,7 +194,13 @@ paths:
authorization, or error details if the corresponding HTTP request
has provided an invalid authorization token.
maximum
:
1
minimum
:
0
minimum
:
0
Version
:
description
:
>
Version of the API used in the response.
type
:
string
maximum
:
1
minimum
:
1
schema
:
properties
:
Alarm
:
...
...
@@ -237,6 +261,12 @@ paths:
required
:
true
type
:
string
enum
:
[
"
application/merge-patch+json"
]
-
name
:
Version
description
:
>
Version of the API requested to use when responding to this request.
in
:
header
required
:
true
type
:
string
responses
:
200
:
description
:
>
...
...
@@ -258,7 +288,13 @@ paths:
authorization, or error details if the corresponding HTTP request
has provided an invalid authorization token.
maximum
:
1
minimum
:
0
minimum
:
0
Version
:
description
:
>
Version of the API used in the response.
type
:
string
maximum
:
1
minimum
:
1
schema
:
properties
:
AlarmModifications
:
...
...
@@ -319,7 +355,13 @@ paths:
Reference: IETF RFC 7231
in
:
header
required
:
true
type
:
string
type
:
string
-
name
:
Version
description
:
>
Version of the API requested to use when responding to this request.
in
:
header
required
:
true
type
:
string
-
name
:
"
body"
in
:
"
body"
required
:
true
...
...
@@ -362,7 +404,13 @@ paths:
authorization, or error details if the corresponding HTTP request
has provided an invalid authorization token.
maximum
:
1
minimum
:
0
minimum
:
0
Version
:
description
:
>
Version of the API used in the response.
type
:
string
maximum
:
1
minimum
:
1
303
:
$ref
:
"
responses/SOL005_resp.yaml#/responses/303"
400
:
...
...
@@ -424,6 +472,12 @@ paths:
in
:
header
required
:
true
type
:
string
-
name
:
Version
description
:
>
Version of the API requested to use when responding to this request.
in
:
header
required
:
true
type
:
string
responses
:
200
:
description
:
>
...
...
@@ -446,7 +500,13 @@ paths:
authorization, or error details if the corresponding HTTP request
has provided an invalid authorization token.
maximum
:
1
minimum
:
0
minimum
:
0
Version
:
description
:
>
Version of the API used in the response.
type
:
string
maximum
:
1
minimum
:
1
schema
:
type
:
array
items
:
...
...
@@ -516,6 +576,12 @@ paths:
in
:
header
required
:
true
type
:
string
-
name
:
Version
description
:
>
Version of the API requested to use when responding to this request.
in
:
header
required
:
true
type
:
string
responses
:
200
:
description
:
>
...
...
@@ -540,6 +606,12 @@ paths:
has provided an invalid authorization token.
maximum
:
1
minimum
:
0
Version
:
description
:
>
Version of the API used in the response.
type
:
string
maximum
:
1
minimum
:
1
schema
:
properties
:
FmSubscription
:
...
...
@@ -572,6 +644,12 @@ paths:
in
:
header
required
:
false
type
:
string
-
name
:
Version
description
:
>
Version of the API requested to use when responding to this request.
in
:
header
required
:
true
type
:
string
responses
:
204
:
description
:
>
...
...
@@ -588,6 +666,12 @@ paths:
has provided an invalid authorization token.
maximum
:
1
minimum
:
0
Version
:
description
:
>
Version of the API used in the response.
type
:
string
maximum
:
1
minimum
:
1
400
:
$ref
:
"
responses/SOL005_resp.yaml#/responses/400"
401
:
...
...
@@ -646,6 +730,12 @@ paths:
in
:
header
required
:
true
type
:
string
-
name
:
Version
description
:
>
Version of the API requested to use when responding to this request.
in
:
header
required
:
true
type
:
string
responses
:
204
:
description
:
>
...
...
@@ -661,7 +751,13 @@ paths:
authorization, or error details if the corresponding HTTP request
has provided an invalid authorization token.
maximum
:
1
minimum
:
0
minimum
:
0
Version
:
description
:
>
Version of the API used in the response.
type
:
string
maximum
:
1
minimum
:
1
400
:
$ref
:
"
responses/SOL005_resp.yaml#/responses/400"
401
:
...
...
@@ -710,6 +806,12 @@ paths:
in
:
header
required
:
true
type
:
string
-
name
:
Version
description
:
>
Version of the API requested to use when responding to this request.
in
:
header
required
:
true
type
:
string
responses
:
204
:
description
:
>
...
...
@@ -725,7 +827,13 @@ paths:
authorization, or error details if the corresponding HTTP request
has provided an invalid authorization token.
maximum
:
1
minimum
:
0
minimum
:
0
Version
:
description
:
>
Version of the API used in the response.
type
:
string
maximum
:
1
minimum
:
1
400
:
$ref
:
"
responses/SOL005_resp.yaml#/responses/400"
401
:
...
...
@@ -774,6 +882,12 @@ paths:
in
:
header
required
:
true
type
:
string
-
name
:
Version
description
:
>
Version of the API requested to use when responding to this request.
in
:
header
required
:
true
type
:
string
responses
:
204
:
description
:
>
...
...
@@ -789,7 +903,13 @@ paths:
authorization, or error details if the corresponding HTTP request
has provided an invalid authorization token.
maximum
:
1
minimum
:
0
minimum
:
0
Version
:
description
:
>
Version of the API used in the response.
type
:
string
maximum
:
1
minimum
:
1
400
:
$ref
:
"
responses/SOL005_resp.yaml#/responses/400"
401
:
...
...
@@ -821,6 +941,12 @@ paths:
in
:
header
required
:
false
type
:
string
-
name
:
Version
description
:
>
Version of the API requested to use when responding to this request.
in
:
header
required
:
true
type
:
string
responses
:
204
:
description
:
>
...
...
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