Commit 81eb1d9a authored by swaminathan1's avatar swaminathan1 Committed by sunse
Browse files

Adding ProvMns for discovery purpose

Update coslaNrm.yaml
parent 56522fdd
Loading
Loading
Loading
Loading
+19 −0
Original line number Diff line number Diff line
@@ -58,6 +58,16 @@ components:


#-------- Definition of concrete IOCs --------------------------------------------
MnS:
      oneOf:
        - type: object
          properties:
            SubNetwork:
              $ref: '#/components/schemas/SubNetwork-Multiple'
        - type: object
          properties:
            ManagedElement:
              $ref: '#/components/schemas/ManagedElement-Multiple'

    SubNetwork-Single:
      allOf:
@@ -131,6 +141,15 @@ components:
                      $ref: 'comDefs.yaml#/components/schemas/Dn' 
                      
#-------- Definition of JSON arrays for name-contained IOCs ----------------------
    SubNetwork-Multiple:
      type: array
      items:
        $ref: '#/components/schemas/SubNetwork-Single'

    ManagedElement-Multiple:
      type: array
      items:
        $ref: '#/components/schemas/ManagedElement-Single'
                                
    AssuranceClosedControlLoop-Multiple:
      type: array