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
SOL009
Commits
90d66e08
Commit
90d66e08
authored
Jan 08, 2020
by
Giacomo Bernini
Browse files
renamed logm subscriptions responses definitions
parent
ece0ccbb
Pipeline
#2221
running with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/SOL009/NFVManoLogManagement/NFVManoLogManagement.yaml
View file @
90d66e08
...
@@ -304,7 +304,7 @@ paths:
...
@@ -304,7 +304,7 @@ paths:
$ref
:
'
#/components/requestBodies/LogmSubscriptionRequest'
$ref
:
'
#/components/requestBodies/LogmSubscriptionRequest'
responses
:
responses
:
"
201"
:
"
201"
:
$ref
:
'
#/components/responses/LogmSubscription'
$ref
:
'
#/components/responses/LogmSubscription
.201
'
"
303"
:
"
303"
:
$ref
:
'
#/components/responses/LogmSubscription.303'
$ref
:
'
#/components/responses/LogmSubscription.303'
"
422"
:
"
422"
:
...
@@ -342,7 +342,7 @@ paths:
...
@@ -342,7 +342,7 @@ paths:
-
$ref
:
"
../components/SOL009_params.yaml#/components/parameters/Authorization"
-
$ref
:
"
../components/SOL009_params.yaml#/components/parameters/Authorization"
responses
:
responses
:
"
200"
:
"
200"
:
$ref
:
'
#/components/responses/LogmSubscriptions'
$ref
:
'
#/components/responses/LogmSubscriptions
.200
'
"
400"
:
"
400"
:
$ref
:
'
../components/SOL009_resp.yaml#/components/responses/400'
$ref
:
'
../components/SOL009_resp.yaml#/components/responses/400'
"
401"
:
"
401"
:
...
@@ -541,7 +541,7 @@ components:
...
@@ -541,7 +541,7 @@ components:
schema
:
schema
:
$ref
:
"
#/components/schemas/LogmSubscription"
$ref
:
"
#/components/schemas/LogmSubscription"
LogmSubscriptions
:
LogmSubscriptions
.200
:
description
:
>-
description
:
>-
Shall be returned when the list of subscriptions has been queried successfully.
Shall be returned when the list of subscriptions has been queried successfully.
The response body shall contain in an array the representations of all active subscriptions of
The response body shall contain in an array the representations of all active subscriptions of
...
@@ -576,7 +576,7 @@ components:
...
@@ -576,7 +576,7 @@ components:
items
:
items
:
$ref
:
"
#/components/schemas/LogmSubscription"
$ref
:
"
#/components/schemas/LogmSubscription"
LogmSubscription
:
LogmSubscription
.201
:
description
:
>-
description
:
>-
Shall be returned when the subscription has been created successfully.
Shall be returned when the subscription has been created successfully.
A representation of the created "Individual subscription" resource shall be returned in the response body,
A representation of the created "Individual subscription" resource shall be returned in the response body,
...
...
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