Commit 4beb8591 authored by ruiyue's avatar ruiyue
Browse files

Merge branch 'TS28.317_Rel-19_CR_Implement_readonly_attributes_for_openAPI_SS'...

Merge branch 'TS28.317_Rel-19_CR_Implement_readonly_attributes_for_openAPI_SS' into 'Integration_Rel19_SA5_157_YAML'

TS28.317_Rel-19_CR0010_Implement_readonly_attributes_for_openAPI_SS

See merge request !1363
parents f7a347dc 00881871
Loading
Loading
Loading
Loading
Loading
+10 −4
Original line number Diff line number Diff line
@@ -64,7 +64,7 @@ components:
            description: >-
              Setting this attribute to "TRUE" cancels the self configuration process. 
          scMgmtProfileRef:
             $ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn'
             $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnRo'
#-------Definition of IOCs ----------# 


@@ -100,8 +100,9 @@ components:
        for usage in the RANSC management for monitoring for the self configuration process.
      type: object
      properties:
        jobId:
        id:
          type: string
          readOnly: true
        status:
          type: string
          enum:
@@ -111,10 +112,12 @@ components:
            - FAILED
            - CANCELLING
            - CANCELLED
          readOnly: true  
        progressPercentage:
          type: integer
          minimum: 0
          maximum: 100
          readOnly: true  
        progressStateInfo:
          type: string
          enum:
@@ -126,9 +129,11 @@ components:
            - RETRIEVE_CONFIGURATION_DATA
            - SETUP_PRECONFIGURED_SIGNALLING_LINKS
            - SET_FINAL_STATE_OF_NE
          readOnly: true  
        resultStateInfo:
          oneOf:
            - type: string
              readOnly: true
              enum:
                - UNKNOWN
                - INCORRECT_CONFIGURATION
@@ -136,10 +141,11 @@ components:
                - DISCONNECTION_BETWEEN_NE_AND_OAM
                - OTHER
            - type: string
              readOnly: true
        startTime:
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/DateTime'
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/DateTimeRo'
        endTime:
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/DateTime'
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/DateTimeRo'

#-------Definition of Data types ----------#