Commit e35a4451 authored by gautamd's avatar gautamd
Browse files

Edit TS28567_CclNrm.yaml

parent 84057974
Loading
Loading
Loading
Loading
Loading
+22 −2
Original line number Diff line number Diff line
@@ -118,8 +118,28 @@ components:
            $ref: 'TS28623_ComDefs.yaml#/components/schemas/TimeWindow'
          clearUserId:
            type: string          

    NetworkCapacityOptimization:
      description: This IOC represents the Fault Management CCL purpose. 
      allOf:
      - $ref: 'TS28623_GenericNrm.yaml#/components/schemas/Top'    
      - type: object
        properties:
          mFInstantiation:
            $ref: '#/components/schemas/ManagedObjectCapacityOptimization'
          mFTermination:
            $ref: '#/components/schemas/ManagedObjectCapacityOptimization'
          mFUpdate:
            $ref: '#/components/schemas/ManagedObjectCapacityOptimization'
#-------Definition of the generic dataType --------------#
    ManagedObjectCapacityOptimization:
      type: object
      properties:
        targetManagementData:
          type: string
        targetDataValue:
          type: string
        targetParameters:
          type: string  
    CCLComponentsInfo:
      type: object
      properties: