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
1173ab2a
Commit
1173ab2a
authored
Nov 18, 2019
by
Giacomo Bernini
Browse files
fix uri parameters
parent
e59e9864
Pipeline
#1900
running with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/SOL009/NFVManoLogManagement/NFVManoLogManagement.yaml
View file @
1173ab2a
...
...
@@ -109,13 +109,14 @@ paths:
description
:
>-
This resource represents an individual logging job. The API consumer can use this resource to delete
and read the underlying logging job.
parameters
:
-
$ref
:
"
#/components/parameters/logJobId"
get
:
description
:
>-
The API consumer can use this method for reading an individual logging job.
This method shall follow the provisions specified in the tables 8.5.4.3.2-1 and 8.5.4.3.2-2 for
URI query parameters, request and response data structures, and response codes.
parameters
:
-
$ref
:
"
#/components/parameters/logJobId"
-
$ref
:
"
../components/SOL009_params.yaml#/components/parameters/Version"
-
$ref
:
"
../components/SOL009_params.yaml#/components/parameters/Accept"
-
$ref
:
"
../components/SOL009_params.yaml#/components/parameters/Authorization"
...
...
@@ -185,14 +186,15 @@ paths:
The log report provides metadata information about a log and location information of the log file
from where it can be obtained.
NOTE: The present document does not specify the mechanism how to retrieve the log files.
parameters
:
-
$ref
:
"
#/components/parameters/logJobId"
-
$ref
:
"
#/components/parameters/logJReportId"
get
:
description
:
>-
The API consumer can use this method for reading an individual log report.
This method shall follow the provisions specified in the tables 8.5.5.3.2-1 and
8.5.5.3.2-2 for URI query parameters, request and response data structures, and response codes.
parameters
:
-
$ref
:
"
#/components/parameters/logJobId"
-
$ref
:
"
#/components/parameters/logJReportId"
-
$ref
:
"
../components/SOL009_params.yaml#/components/parameters/Version"
-
$ref
:
"
../components/SOL009_params.yaml#/components/parameters/Accept"
-
$ref
:
"
../components/SOL009_params.yaml#/components/parameters/Authorization"
...
...
@@ -232,13 +234,14 @@ paths:
indicated by responding with "201 Created", the resource shall be created before the "201 Created" response
is returned. In the asynchronous case, which is indicated by responding with "202 Accepted", the resource may
be created after the response is returned.
parameters
:
-
$ref
:
"
#/components/parameters/logJobId"
post
:
description
:
>-
The POST method requests to compile the logged data into a file and create an associated log report.
This method shall follow the provisions specified in the tables 8.5.6.3.1-1 and 8.5.6.3.1-2 for URI
query parameters, request and response data structures, and response codes.
parameters
:
-
$ref
:
"
#/components/parameters/logJobId"
-
$ref
:
"
../components/SOL009_params.yaml#/components/parameters/Version"
-
$ref
:
"
../components/SOL009_params.yaml#/components/parameters/Accept"
-
$ref
:
"
../components/SOL009_params.yaml#/components/parameters/ContentType"
...
...
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