Commit 35d04b7f authored by swaminathan1's avatar swaminathan1 Committed by sunse
Browse files

Adding ProvMns for Discovery purpose in EdgeNrm.yaml

Update EdgeNRM.yaml
parent ef990650
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -85,6 +85,16 @@ components:
          type: string

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

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

        - $ref: '#/components/schemas/SubNetwork-Single'
        - $ref: '#/components/schemas/EASFunction-Single'
        - $ref: '#/components/schemas/ECSFunction-Single'