Commit baabce37 authored by sunse's avatar sunse
Browse files

Merge branch...

Merge branch 'S5-214115rev1_Rel-17_Input_to_Draft_CR_28.623_Add_IOC_for_discovery_of_management_services' into 'Integration_Rel17_SA5_138_YAML'

S5 214115rev1 rel 17 input to draft cr 28.623 add ioc for discovery of management services

See merge request sa5/MnS!166
parents 3cc47821 dd7fae57
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: