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
debdd57b
Commit
debdd57b
authored
Nov 18, 2019
by
Samir Medjiah
Browse files
Fix in common data types + missing API endpoint in CIM interface
parent
0ff41f39
Pipeline
#1913
running with stage
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/SOL009/NFVManoConfigurationAndInformationManagement/NFVManoConfigurationAndInformationManagement.yaml
View file @
debdd57b
...
...
@@ -28,6 +28,8 @@ servers:
API HTTPS Server
paths
:
/api_versions
:
$ref
:
../endpoints/SOL009_endpoints.yaml#/endpoints/api_versions
/mano_entity
:
get
:
...
...
src/SOL009/components/SOL009_schemas.yaml
View file @
debdd57b
...
...
@@ -466,30 +466,30 @@ components:
id
:
description
:
>
Identifier of this Alarm information element.
$ref
:
"
../components/SOL009_schemas.yaml
#/components/schemas/Identifier"
$ref
:
"
#/components/schemas/Identifier"
managedObjectId
:
description
:
>
Identifier of the affected NFV-MANO instance.
$ref
:
"
../components/SOL009_schemas.yaml
#/components/schemas/Identifier"
$ref
:
"
#/components/schemas/Identifier"
associatedFaultyInstanceId
:
description
:
>
The resources that are causing the fault.
$ref
:
"
../components/SOL009_schemas.yaml
#/components/schemas/ManoManagedObjectReference"
$ref
:
"
#/components/schemas/ManoManagedObjectReference"
alarmRaisedTime
:
description
:
>
Time stamp indicating when the alarm is raised by the managed
object.
$ref
:
"
../components/SOL009_schemas.yaml
#/components/schemas/DateTime"
$ref
:
"
#/components/schemas/DateTime"
alarmChangedTime
:
description
:
>
Time stamp indicating when the alarm was last changed. It shall be
present if the alarm has been updated.
$ref
:
"
../components/SOL009_schemas.yaml
#/components/schemas/DateTime"
$ref
:
"
#/components/schemas/DateTime"
alarmClearedTime
:
description
:
>
Time stamp indicating when the alarm was cleared. It shall be
present if the alarm has been cleared.
$ref
:
"
../components/SOL009_schemas.yaml
#/components/schemas/DateTime"
$ref
:
"
#/components/schemas/DateTime"
ackState
:
description
:
>
Acknowledgement state of the alarm.
...
...
@@ -507,7 +507,7 @@ components:
eventTime
:
description
:
>
Time stamp indicating when the fault was observed.
$ref
:
"
../components/SOL009_schemas.yaml
#/components/schemas/DateTime"
$ref
:
"
#/components/schemas/DateTime"
eventType
:
description
:
>
Type of event.
...
...
@@ -531,7 +531,7 @@ components:
List of identifiers of other alarms correlated to this fault.
type
:
array
items
:
$ref
:
"
../components/SOL009_schemas.yaml
#/components/schemas/Identifier"
$ref
:
"
#/components/schemas/Identifier"
faultDetails
:
description
:
>
Provides additional information about the fault.
...
...
@@ -548,13 +548,13 @@ components:
self
:
description
:
>
URI of this resource.
$ref
:
"
../components/SOL009_schemas.yaml
#/components/schemas/Link"
$ref
:
"
#/components/schemas/Link"
objectInstance
:
description
:
>
Link to the resource representing the VNF instance to which the
notified alarm is correlated. Shall be present if the VNF
instance information is accessible as a resource.
$ref
:
"
../components/SOL009_schemas.yaml
#/components/schemas/Link"
$ref
:
"
#/components/schemas/Link"
EventType
:
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