Commit 6a11039f authored by swaminathan1's avatar swaminathan1 Committed by sunse
Browse files

Add ProvMns for discovery purpose

Update coslaNrm.yaml
parent a1af0afe
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -92,6 +92,16 @@ components:
          $ref: 'nrNrm.yaml#/components/schemas/TaiList'

#-------- 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:
@@ -184,6 +194,8 @@ components:

    resources-coslaNrm:
      oneOf:
       - $ref: '#/components/schemas/MnS'

       - $ref: '#/components/schemas/AssuranceClosedControlLoop-Single'
       - $ref: '#/components/schemas/AssuranceGoal-Single'    
       - $ref: '#/components/schemas/SubNetwork-Single'