Commit bd7a71dd authored by Brendan Hassett's avatar Brendan Hassett Committed by lengyelb
Browse files

S5-214115rev1 Update genericNrm.yaml

parent e2af1710
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -1206,6 +1206,10 @@ components:
          $ref: '#/components/schemas/TraceJob-Multiple'
        AlarmList:
          $ref: '#/components/schemas/AlarmList-Single'
        MnsRegistry:
          type: array
            items:
              $ref: '#/components/schemas/MnsRegistry'
    ManagedElement-ncO:
      type: object
      properties:
@@ -1342,6 +1346,18 @@ components:
        TraceJob:
          $ref: '#/components/schemas/TraceJob-Multiple'

    MnsRegistry:
      type: object
      properties:
        mnsLabel:
          type: string
        mnsType:
          type: string
        mnsVersion:
          type: string
        mnsAddress:
          type: string

#-------- Definition of concrete IOCs --------------------------------------------

    VsDataContainer-Single: