Commit debdd57b authored by Samir Medjiah's avatar Samir Medjiah
Browse files

Fix in common data types + missing API endpoint in CIM interface

parent 0ff41f39
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -28,6 +28,8 @@ servers:
      API HTTPS Server

paths:
  /api_versions:
    $ref: ../endpoints/SOL009_endpoints.yaml#/endpoints/api_versions

  /mano_entity:
    get:
+10 −10
Original line number Diff line number Diff line
@@ -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: >