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
40fa3534
Commit
40fa3534
authored
Nov 18, 2019
by
Giacomo Bernini
Browse files
added missing parameters
parent
1173ab2a
Pipeline
#1908
running with stage
in 0 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/SOL009/NFVManoConfigurationAndInformationManagement/NFVManoConfigurationAndInformationManagement.yaml
View file @
40fa3534
...
...
@@ -190,6 +190,8 @@ paths:
"
504"
:
$ref
:
../components/SOL009_resp.yaml#/components/responses/504
/mano_entity/mano_interfaces/{manoServiceInterfaceId}
:
parameters
:
-
$ref
:
"
#/components/parameters/manoServiceInterfaceId"
get
:
description
:
>
retrieves information about an NFV-MANO service interface of the
...
...
@@ -271,6 +273,8 @@ paths:
$ref
:
../components/SOL009_resp.yaml#/components/responses/504
/mano_entity/mano_interfaces/{manoServiceInterfaceId}/change_state
:
parameters
:
-
$ref
:
"
#/components/parameters/manoServiceInterfaceId"
post
:
description
:
>
Requests to change the state of the NFV-MANO service interface
...
...
@@ -390,6 +394,8 @@ paths:
$ref
:
../components/SOL009_resp.yaml#/components/responses/504
/subscriptions/{subscriptionId}
:
parameters
:
-
$ref
:
"
#/components/parameters/subscriptionId"
get
:
description
:
>
Retrieves information about a subscription by reading an "Individual
...
...
@@ -504,6 +510,8 @@ paths:
$ref
:
../components/SOL009_resp.yaml#/components/responses/504
/change_state_ops/{changeStateOpOccId}
:
parameters
:
-
$ref
:
"
#/components/parameters/changeStateOpOccId"
get
:
description
:
>
The API consumer can use the GET method to retrieve status
...
...
@@ -623,6 +631,8 @@ paths:
$ref
:
../components/SOL009_resp.yaml#/components/responses/504
/peer_entities/{peerEntityId}
:
parameters
:
-
$ref
:
"
#/components/parameters/peerEntityId"
get
:
description
:
>
Retrieves information and configuration hold in the producer NFV-MANO
...
...
@@ -2785,6 +2795,42 @@ components:
schema
:
type
:
string
manoServiceInterfaceId
:
name
:
manoServiceInterfaceId
in
:
path
description
:
>-
Identifier of the MANO service interface.
required
:
true
schema
:
$ref
:
'
../components/SOL009_schemas.yaml#/components/schemas/Identifier'
subscriptionId
:
name
:
subscriptionId
in
:
path
description
:
>-
Identifier of the subscription
required
:
true
schema
:
$ref
:
'
../components/SOL009_schemas.yaml#/components/schemas/Identifier'
changeStateOpOccId
:
name
:
changeStateOpOccId
in
:
path
description
:
>-
Identifier of the change state operation occurrence
required
:
true
schema
:
$ref
:
'
../components/SOL009_schemas.yaml#/components/schemas/Identifier'
peerEntityId
:
name
:
peerEntityId
in
:
path
description
:
>-
Identifier of the peer entity
required
:
true
schema
:
$ref
:
'
../components/SOL009_schemas.yaml#/components/schemas/Identifier'
requestBodies
:
ModifyManoEntityRequest
:
description
:
>
...
...
src/SOL009/NFVManoPerformanceManagement/NFVManoPerformanceManagement.yaml
View file @
40fa3534
...
...
@@ -106,6 +106,8 @@ paths:
$ref
:
../components/SOL009_resp.yaml#/components/responses/504
/pm_jobs/{pmJobId}
:
parameters
:
-
$ref
:
"
#/components/parameters/pmJobId"
get
:
description
:
>
The client can use this method for reading an individual PM job.
...
...
@@ -168,6 +170,9 @@ paths:
$ref
:
../components/SOL009_resp.yaml#/components/responses/504
/pm_jobs/{pmJobId}/reports/{reportId}
:
parameters
:
-
$ref
:
"
#/components/parameters/pmJobId"
-
$ref
:
"
#/components/parameters/reportId"
get
:
description
:
>
The client can use this method for reading an individual
...
...
@@ -267,6 +272,8 @@ paths:
$ref
:
../components/SOL009_resp.yaml#/components/responses/504
/thresholds/{thresholdId}
:
parameters
:
-
$ref
:
"
#/components/parameters/thresholdId"
get
:
description
:
>
The client can use this method for reading an individual threshold
...
...
@@ -398,6 +405,8 @@ paths:
$ref
:
../components/SOL009_resp.yaml#/components/responses/504
/subscriptions/{subscriptionId}
:
parameters
:
-
$ref
:
"
#/components/parameters/subscriptionId"
get
:
description
:
>
The client can use this method for reading an individual subscription
...
...
@@ -1774,7 +1783,43 @@ components:
required
:
false
schema
:
type
:
string
subscriptionId
:
name
:
subscriptionId
in
:
path
description
:
>-
Identifier of the subscription
required
:
true
schema
:
$ref
:
'
../components/SOL009_schemas.yaml#/components/schemas/Identifier'
pmJobId
:
name
:
pmJobId
in
:
path
description
:
>-
Identifier of the PM Job
required
:
true
schema
:
$ref
:
'
../components/SOL009_schemas.yaml#/components/schemas/Identifier'
reportId
:
name
:
reportId
in
:
path
description
:
>-
Identifier of the PM report
required
:
true
schema
:
$ref
:
'
../components/SOL009_schemas.yaml#/components/schemas/Identifier'
thresholdId
:
name
:
thresholdId
in
:
path
description
:
>-
Identifier of the PM threshold
required
:
true
schema
:
$ref
:
'
../components/SOL009_schemas.yaml#/components/schemas/Identifier'
requestBodies
:
CreatePMJobRequest
:
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