Commit da93277d authored by srinivasaraj's avatar srinivasaraj
Browse files

Reverting changes made on TS28623_GenericNrm.yaml as the PEE Parameters are...

Reverting changes made on TS28623_GenericNrm.yaml as the PEE Parameters are deprecated and not removed (based on review comments).
parent 36c25715
Loading
Loading
Loading
Loading
Loading
+27 −0
Original line number Diff line number Diff line
@@ -30,6 +30,28 @@ components:
        autoScalable:
          type: boolean
          default: FALSE
    PeeParameters:
      description: ->
        This <<dataType>> represents the parameter list for the control and monitoring of power, energy and environmental parameters.
      type: object
      properties:
        siteIdentification:
          type: string
        siteLatitude:
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/Latitude'
        siteLongitude:
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/Longitude'
        siteAltitude:
          type: number
          format: float
        siteDescription:
          type: string  
        equipmentType:
          type: string
        environmentType:
          type: string
        powerInterface:
          type: string
    TransportProtocol:
      anyOf:
        - type: string
@@ -432,6 +454,11 @@ components:
          uniqueItems: true
          items:
            $ref: '#/components/schemas/VnfParameters'
        peeParametersList:
          type: array
          uniqueItems: true
          items:
            $ref: '#/components/schemas/PeeParameters'
        priorityLabel:
          type: integer
        supportedPerfMetricGroups: