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 Original line Diff line number Diff line
@@ -28,6 +28,8 @@ servers:
      API HTTPS Server
      API HTTPS Server


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


  /mano_entity:
  /mano_entity:
    get:
    get:
+10 −10
Original line number Original line Diff line number Diff line
@@ -466,30 +466,30 @@ components:
        id:
        id:
          description: >
          description: >
            Identifier of this Alarm information element.
            Identifier of this Alarm information element.
          $ref: "../components/SOL009_schemas.yaml#/components/schemas/Identifier"
          $ref: "#/components/schemas/Identifier"
        managedObjectId:
        managedObjectId:
          description: >
          description: >
            Identifier of the affected NFV-MANO instance.
            Identifier of the affected NFV-MANO instance.
          $ref: "../components/SOL009_schemas.yaml#/components/schemas/Identifier"
          $ref: "#/components/schemas/Identifier"
        associatedFaultyInstanceId:
        associatedFaultyInstanceId:
          description: >
          description: >
            The resources that are causing the fault.
            The resources that are causing the fault.
          $ref: "../components/SOL009_schemas.yaml#/components/schemas/ManoManagedObjectReference"
          $ref: "#/components/schemas/ManoManagedObjectReference"
        alarmRaisedTime:
        alarmRaisedTime:
          description: >
          description: >
            Time stamp indicating when the alarm is raised by the managed
            Time stamp indicating when the alarm is raised by the managed
            object.
            object.
          $ref: "../components/SOL009_schemas.yaml#/components/schemas/DateTime"
          $ref: "#/components/schemas/DateTime"
        alarmChangedTime:
        alarmChangedTime:
          description: >
          description: >
            Time stamp indicating when the alarm was last changed. It shall be
            Time stamp indicating when the alarm was last changed. It shall be
            present if the alarm has been updated.
            present if the alarm has been updated.
          $ref: "../components/SOL009_schemas.yaml#/components/schemas/DateTime"
          $ref: "#/components/schemas/DateTime"
        alarmClearedTime:
        alarmClearedTime:
          description: >
          description: >
            Time stamp indicating when the alarm was cleared. It shall be
            Time stamp indicating when the alarm was cleared. It shall be
            present if the alarm has been cleared.
            present if the alarm has been cleared.
          $ref: "../components/SOL009_schemas.yaml#/components/schemas/DateTime"
          $ref: "#/components/schemas/DateTime"
        ackState:
        ackState:
          description: >
          description: >
            Acknowledgement state of the alarm.
            Acknowledgement state of the alarm.
@@ -507,7 +507,7 @@ components:
        eventTime:
        eventTime:
          description: >
          description: >
            Time stamp indicating when the fault was observed.
            Time stamp indicating when the fault was observed.
          $ref: "../components/SOL009_schemas.yaml#/components/schemas/DateTime"
          $ref: "#/components/schemas/DateTime"
        eventType:
        eventType:
          description: >
          description: >
            Type of event.
            Type of event.
@@ -531,7 +531,7 @@ components:
            List of identifiers of other alarms correlated to this fault.
            List of identifiers of other alarms correlated to this fault.
          type: array
          type: array
          items:
          items:
            $ref: "../components/SOL009_schemas.yaml#/components/schemas/Identifier"
            $ref: "#/components/schemas/Identifier"
        faultDetails:
        faultDetails:
          description: >
          description: >
            Provides additional information about the fault.
            Provides additional information about the fault.
@@ -548,13 +548,13 @@ components:
            self:
            self:
              description: >
              description: >
                URI of this resource.
                URI of this resource.
              $ref: "../components/SOL009_schemas.yaml#/components/schemas/Link"
              $ref: "#/components/schemas/Link"
            objectInstance:
            objectInstance:
              description: >
              description: >
                Link to the resource representing the VNF instance to which the
                Link to the resource representing the VNF instance to which the
                notified alarm is correlated. Shall be present if the VNF
                notified alarm is correlated. Shall be present if the VNF
                instance information is accessible as a resource.
                instance information is accessible as a resource.
              $ref: "../components/SOL009_schemas.yaml#/components/schemas/Link"
              $ref: "#/components/schemas/Link"


    EventType:
    EventType:
      description: >
      description: >