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
68d7fbac
Commit
68d7fbac
authored
Jan 10, 2020
by
Giacomo Bernini
Browse files
updated more responses data types
parent
a0763b34
Pipeline
#2229
running with stage
in 0 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/SOL009/NFVManoFaultManagement/NFVManoFaultManagement.yaml
View file @
68d7fbac
...
...
@@ -38,7 +38,7 @@ paths:
-
$ref
:
"
../components/SOL009_params.yaml#/components/parameters/nextpage_opaque_marker"
responses
:
"
200"
:
$ref
:
'
#/components/responses/Alarms.
g
et'
$ref
:
'
#/components/responses/Alarms.
G
et'
"
400"
:
$ref
:
../components/SOL009_resp.yaml#/components/responses/400
"
401"
:
...
...
@@ -74,7 +74,7 @@ paths:
-
$ref
:
"
../components/SOL009_params.yaml#/components/parameters/Authorization"
responses
:
"
200"
:
$ref
:
'
#/components/responses/Alarm.
g
et'
$ref
:
'
#/components/responses/Alarm.
G
et'
"
400"
:
$ref
:
../components/SOL009_resp.yaml#/components/responses/400
"
401"
:
...
...
@@ -110,7 +110,7 @@ paths:
$ref
:
"
#/components/requestBodies/AlarmModifications"
responses
:
"
200"
:
$ref
:
'
#/components/responses/Alarm.
p
atch'
$ref
:
'
#/components/responses/Alarm.
P
atch'
"
400"
:
$ref
:
../components/SOL009_resp.yaml#/components/responses/400
"
401"
:
...
...
@@ -165,7 +165,7 @@ paths:
$ref
:
"
#/components/requestBodies/FmSubscriptionRequest"
responses
:
"
201"
:
$ref
:
'
#/components/responses/Subscriptions.
p
ost'
$ref
:
'
#/components/responses/Subscriptions.
P
ost'
"
303"
:
$ref
:
../components/SOL009_resp.yaml#/components/responses/303
"
400"
:
...
...
@@ -204,7 +204,7 @@ paths:
-
$ref
:
"
../components/SOL009_params.yaml#/components/parameters/nextpage_opaque_marker"
responses
:
"
200"
:
$ref
:
'
#/components/responses/Subscriptions.
g
et'
$ref
:
'
#/components/responses/Subscriptions.
G
et'
"
400"
:
$ref
:
../components/SOL009_resp.yaml#/components/responses/400
"
401"
:
...
...
@@ -241,7 +241,7 @@ paths:
-
$ref
:
"
../components/SOL009_params.yaml#/components/parameters/Authorization"
responses
:
"
200"
:
$ref
:
'
#/components/responses/Subscription.
g
et'
$ref
:
'
#/components/responses/Subscription.
G
et'
"
400"
:
$ref
:
../components/SOL009_resp.yaml#/components/responses/400
"
401"
:
...
...
@@ -279,7 +279,7 @@ paths:
-
$ref
:
"
../components/SOL009_params.yaml#/components/parameters/Authorization"
responses
:
"
204"
:
$ref
:
'
#/components/responses/Subscription.
d
elete'
$ref
:
'
#/components/responses/Subscription.
D
elete'
"
400"
:
$ref
:
../components/SOL009_resp.yaml#/components/responses/400
"
401"
:
...
...
@@ -478,7 +478,7 @@ components:
required
:
true
responses
:
Alarms.
g
et
:
Alarms.
G
et
:
description
:
>
200 OK
...
...
@@ -520,7 +520,7 @@ components:
items
:
$ref
:
"
../components/SOL009_schemas.yaml#/components/schemas/Alarm"
Alarm.
g
et
:
Alarm.
G
et
:
description
:
>
200 OK
...
...
@@ -540,7 +540,7 @@ components:
schema
:
$ref
:
"
../components/SOL009_schemas.yaml#/components/schemas/Alarm"
Alarm.
p
atch
:
Alarm.
P
atch
:
description
:
>
200 OK
...
...
@@ -569,7 +569,7 @@ components:
schema
:
$ref
:
"
#/components/schemas/AlarmModifications"
Subscriptions.
p
ost
:
Subscriptions.
P
ost
:
description
:
>
201 CREATED
...
...
@@ -607,7 +607,7 @@ components:
schema
:
$ref
:
"
#/components/schemas/FmSubscription"
Subscriptions.
g
et
:
Subscriptions.
G
et
:
description
:
>
200 OK
...
...
@@ -659,7 +659,7 @@ components:
items
:
$ref
:
"
#/components/schemas/FmSubscription"
Subscription.
g
et
:
Subscription.
G
et
:
description
:
>
200 OK
...
...
@@ -695,7 +695,7 @@ components:
schema
:
$ref
:
"
#/components/schemas/FmSubscription"
Subscription.
d
elete
:
Subscription.
D
elete
:
description
:
>
204 NO CONTENT
...
...
src/SOL009/NFVManoLogManagement/NFVManoLogManagement.yaml
View file @
68d7fbac
...
...
@@ -46,7 +46,7 @@ paths:
$ref
:
"
#/components/requestBodies/CreateLoggingJobRequest"
responses
:
"
201"
:
$ref
:
'
#/components/responses/LoggingJob.
p
ost'
$ref
:
'
#/components/responses/LoggingJob.
P
ost'
"
400"
:
$ref
:
../components/SOL009_resp.yaml#/components/responses/400
"
401"
:
...
...
@@ -84,7 +84,7 @@ paths:
-
$ref
:
"
../components/SOL009_params.yaml#/components/parameters/Authorization"
responses
:
"
200"
:
$ref
:
'
#/components/responses/LoggingJobs.
g
et'
$ref
:
'
#/components/responses/LoggingJobs.
G
et'
"
400"
:
$ref
:
../components/SOL009_resp.yaml#/components/responses/400
"
401"
:
...
...
@@ -124,7 +124,7 @@ paths:
responses
:
"
200"
:
$ref
:
'
#/components/responses/LoggingJob.
g
et'
$ref
:
'
#/components/responses/LoggingJob.
G
et'
"
400"
:
$ref
:
../components/SOL009_resp.yaml#/components/responses/400
"
401"
:
...
...
@@ -158,7 +158,7 @@ paths:
-
$ref
:
"
../components/SOL009_params.yaml#/components/parameters/Authorization"
responses
:
"
204"
:
$ref
:
'
#/components/responses/LoggingJob.
d
elete'
$ref
:
'
#/components/responses/LoggingJob.
D
elete'
"
400"
:
$ref
:
'
../components/SOL009_resp.yaml#/components/responses/400'
"
401"
:
...
...
@@ -201,9 +201,9 @@ paths:
-
$ref
:
"
../components/SOL009_params.yaml#/components/parameters/Authorization"
responses
:
"
200"
:
$ref
:
'
#/components/responses/LogReport.
g
et.200'
$ref
:
'
#/components/responses/LogReport.
G
et.200'
"
202"
:
$ref
:
'
#/components/responses/LogReport.
g
et.202'
$ref
:
'
#/components/responses/LogReport.
G
et.202'
"
400"
:
$ref
:
'
../components/SOL009_resp.yaml#/components/responses/400'
"
401"
:
...
...
@@ -251,13 +251,13 @@ paths:
$ref
:
"
#/components/requestBodies/CompileLogRequest"
responses
:
"
200"
:
$ref
:
'
#/components/responses/LogReportCompiled.
p
ost.200'
$ref
:
'
#/components/responses/LogReportCompiled.
P
ost.200'
"
202"
:
$ref
:
'
#/components/responses/LogReportCompiled.
p
ost.202'
$ref
:
'
#/components/responses/LogReportCompiled.
P
ost.202'
"
303"
:
$ref
:
'
#/components/responses/LogReportCompiled.
p
ost.303'
$ref
:
'
#/components/responses/LogReportCompiled.
P
ost.303'
"
422"
:
$ref
:
'
#/components/responses/LogReportCompiled.
p
ost.422'
$ref
:
'
#/components/responses/LogReportCompiled.
P
ost.422'
"
400"
:
$ref
:
'
../components/SOL009_resp.yaml#/components/responses/400'
"
401"
:
...
...
@@ -304,9 +304,9 @@ paths:
$ref
:
'
#/components/requestBodies/LogmSubscriptionRequest'
responses
:
"
201"
:
$ref
:
'
#/components/responses/LogmSubscription.
p
ost.201'
$ref
:
'
#/components/responses/LogmSubscription.
P
ost.201'
"
303"
:
$ref
:
'
#/components/responses/LogmSubscription.
p
ost.303'
$ref
:
'
#/components/responses/LogmSubscription.
P
ost.303'
"
422"
:
$ref
:
'
../components/SOL009_resp.yaml#/components/responses/422'
"
400"
:
...
...
@@ -342,7 +342,7 @@ paths:
-
$ref
:
"
../components/SOL009_params.yaml#/components/parameters/Authorization"
responses
:
"
200"
:
$ref
:
'
#/components/responses/LogmSubscriptions.
g
et.200'
$ref
:
'
#/components/responses/LogmSubscriptions.
G
et.200'
"
400"
:
$ref
:
'
../components/SOL009_resp.yaml#/components/responses/400'
"
401"
:
...
...
@@ -381,7 +381,7 @@ paths:
-
$ref
:
"
../components/SOL009_params.yaml#/components/parameters/Authorization"
responses
:
"
200"
:
$ref
:
'
#/components/responses/LogmSubscription.
g
et.200'
$ref
:
'
#/components/responses/LogmSubscription.
G
et.200'
"
400"
:
$ref
:
'
../components/SOL009_resp.yaml#/components/responses/400'
"
401"
:
...
...
@@ -416,7 +416,7 @@ paths:
-
$ref
:
"
../components/SOL009_params.yaml#/components/parameters/Authorization"
responses
:
"
204"
:
$ref
:
'
#/components/responses/LogmSubscription.
d
elete'
$ref
:
'
#/components/responses/LogmSubscription.
D
elete'
"
400"
:
$ref
:
'
../components/SOL009_resp.yaml#/components/responses/400'
"
401"
:
...
...
@@ -492,7 +492,7 @@ components:
required
:
true
responses
:
LogmSubscription.
d
elete
:
LogmSubscription.
D
elete
:
description
:
>-
Shall be returned when the "Individual subscription" resource has been deleted successfully.
The response body shall be empty.
...
...
@@ -514,7 +514,7 @@ components:
schema
:
type
:
string
LogmSubscription.
g
et.200
:
LogmSubscription.
G
et.200
:
description
:
>-
Shall be returned when the subscription has been read successfully.
The response body shall contain a representation of the "Individual subscription" resource,
...
...
@@ -541,7 +541,7 @@ components:
schema
:
$ref
:
"
#/components/schemas/LogmSubscription"
LogmSubscriptions.
g
et.200
:
LogmSubscriptions.
G
et.200
:
description
:
>-
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
...
...
@@ -576,7 +576,7 @@ components:
items
:
$ref
:
"
#/components/schemas/LogmSubscription"
LogmSubscription.
p
ost.201
:
LogmSubscription.
P
ost.201
:
description
:
>-
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,
...
...
@@ -610,7 +610,7 @@ components:
schema
:
$ref
:
"
#/components/schemas/LogmSubscription"
LogmSubscription.
p
ost.303
:
LogmSubscription.
P
ost.303
:
description
:
>-
Shall be returned when a subscription with the same callbackURI and the same filter already exists and the
policy of the NFV-MANO functional entity is to not create redundant subscriptions.
...
...
@@ -640,7 +640,7 @@ components:
schema
:
type
:
string
LogReportCompiled.
p
ost.200
:
LogReportCompiled.
P
ost.200
:
description
:
>-
Shall be returned for a successful compilation of the log data and creation of the associated log report
(synchronous mode).
...
...
@@ -674,7 +674,7 @@ components:
schema
:
$ref
:
"
#/components/schemas/LogReport"
LogReportCompiled.
p
ost.202
:
LogReportCompiled.
P
ost.202
:
description
:
>-
Shall be returned when the request has been accepted for processing, and it is expected to take some
time to compile the log file and create the associated log report (asynchronous mode).
...
...
@@ -705,7 +705,7 @@ components:
schema
:
type
:
string
LogReportCompiled.
p
ost.303
:
LogReportCompiled.
P
ost.303
:
description
:
>-
Shall be returned when a log data compilation and report creation is already ongoing, or a log report has just been
created, for the specified logging job at the time of processing the request.
...
...
@@ -736,7 +736,7 @@ components:
schema
:
type
:
string
LogReportCompiled.
p
ost.422
:
LogReportCompiled.
P
ost.422
:
description
:
>-
The general cause for this error and its handling is specified in clause 6.4 of ETSI GS NFV-SOL 013,
including rules for the presence of the response body.
...
...
@@ -767,7 +767,7 @@ components:
schema
:
$ref
:
'
../components/SOL009_schemas.yaml#/components/schemas/ProblemDetails'
LogReport.
g
et.200
:
LogReport.
G
et.200
:
description
:
>-
Shall be returned when information of an individual log report has been read successfully.
The response body shall contain a representation of the "Individual log report" resource, as
...
...
@@ -794,7 +794,7 @@ components:
schema
:
$ref
:
"
#/components/schemas/LogReport"
LogReport.
g
et.202
:
LogReport.
G
et.202
:
description
:
>-
Shall be returned if the creation of the log report is ongoing and no log report is available yet
(applicable in asynchronous mode of the "Compile log task" resource).
...
...
@@ -817,7 +817,7 @@ components:
schema
:
type
:
string
LoggingJob.
g
et
:
LoggingJob.
G
et
:
description
:
>-
Shall be returned when information about an individual logging job has been read successfully.
The response body shall contain a representation of the "Individual logging job" resource,
...
...
@@ -844,7 +844,7 @@ components:
schema
:
$ref
:
"
#/components/schemas/LoggingJob"
LoggingJob.
d
elete
:
LoggingJob.
D
elete
:
description
:
>-
Shall be returned when the logging job has been deleted successfully.
The response body shall be empty.
...
...
@@ -862,7 +862,7 @@ components:
schema
:
type
:
string
LoggingJob.
p
ost
:
LoggingJob.
P
ost
:
description
:
>-
The response body contains the Application Context as it was created
by the MEC system
...
...
@@ -888,7 +888,7 @@ components:
schema
:
$ref
:
"
#/components/schemas/LoggingJob"
LoggingJobs.
g
et
:
LoggingJobs.
G
et
:
description
:
>-
Shall be returned when information about zero or more logging jobs has been queried successfully.
...
...
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