Commit ed56daf0 authored by gautamd's avatar gautamd
Browse files

Update EdgeNRM.yaml

parent 4742cb5d
Loading
Loading
Loading
Loading
+20 −0
Original line number Diff line number Diff line
@@ -37,6 +37,15 @@ components:
          type: string
        eDNServiceArea:
          $ref: '#/components/schemas/ServingLocation'
    SoftwareImageInfo:
      type: object
      properties:
        minimumDisk:
          type: integer
        minimumRAM:
          type: integer
        swImageRef:
          type: string          

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

@@ -97,6 +106,17 @@ components:
                  properties:
                    eESIdentifier:
                      type: string
                    eESServingLocation:
                      $ref: '#/components/schemas/ServingLocation'
                    eESAddress:
                      type: string
                    softwareImageInfo:
                      $ref: '#/components/schemas/SoftwareImageInfo'
                    serviceContinuitySupport:
                      type: boolean
                    eASFunctonRef:
                      $ref: 'comDefs.yaml#/components/schemas/Dn'  

        - $ref: 'genericNrm.yaml#/components/schemas/ManagedFunction-ncO'

    ECSFunction-Single: