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
f2dafb61
Commit
f2dafb61
authored
Nov 30, 2020
by
Sana Zulfiqar
Browse files
SOL009_32&_33: Data structures removed
parent
1c7f8112
Pipeline
#5220
running with stage
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
src/SOL009/NFVManoPerformanceManagement/NFVManoPerformanceManagement.yaml
View file @
f2dafb61
...
@@ -471,67 +471,6 @@ paths:
...
@@ -471,67 +471,6 @@ paths:
components
:
components
:
schemas
:
schemas
:
PmSubscriptionRequest
:
description
:
>
This type represents a subscription request.
type
:
object
properties
:
filter
:
description
:
>
Filter settings for this subscription, to define the subset of all
notifications this subscription relates to. A particular notification
is sent to the subscriber if the filter matches, or if there is no filter.
$ref
:
"
#/components/schemas/PmNotificationsFilter"
callbackUri
:
description
:
>
The URI of the endpoint to send the notification to.
$ref
:
"
../components/SOL009_schemas.yaml#/components/schemas/Uri"
authentication
:
description
:
>
Authentication parameters to configure the use of Authorization when
sending notifications corresponding to this subscription, as defined
in clause 8.3.4 of ETSI GS NFV-SOL 013.
This attribute shall only be present if the subscriber requires authorization
of notifications.
$ref
:
"
../components/SOL009_schemas.yaml#/components/schemas/SubscriptionAuthentication"
required
:
-
callbackUri
PmSubscription
:
description
:
>
This type represents a subscription.
type
:
object
properties
:
id
:
description
:
>
Identifier that identifies the subscription
$ref
:
"
../components/SOL009_schemas.yaml#/components/schemas/Identifier"
filter
:
description
:
>
Filter settings for this subscription, to define the subset of all
notifications this subscription relates to. A particular notification
is sent to the subscriber if the filter matches, or if there is no filter.
$ref
:
"
#/components/schemas/PmNotificationsFilter"
callbackUri
:
description
:
>
The URI of the endpoint to send the notification to.
type
:
object
properties
:
links
:
description
:
>
Links to resources related to this resource.
$ref
:
"
../components/SOL009_schemas.yaml#/components/schemas/Uri"
self
:
description
:
>
URI of this resource.
$ref
:
"
../components/SOL009_schemas.yaml#/components/schemas/Link"
required
:
-
links
-
self
required
:
-
id
-
callbackUri
CreatePmJobRequest
:
CreatePmJobRequest
:
description
:
>
description
:
>
This type represents a request to create a PM job.
This type represents a request to create a PM job.
...
@@ -1507,12 +1446,3 @@ components:
...
@@ -1507,12 +1446,3 @@ components:
schema
:
schema
:
$ref
:
"
#/components/schemas/CreateThresholdRequest"
$ref
:
"
#/components/schemas/CreateThresholdRequest"
required
:
true
required
:
true
\ No newline at end of file
CreateSubscriptionRequest
:
description
:
>
Details of the subscription to be created.
content
:
application/json
:
schema
:
$ref
:
"
#/components/schemas/PmSubscriptionRequest"
required
:
true
\ No newline at end of file
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