/equipment-status
get:
Summary: Retrieves the status of the UE
Operation ID: GetEquipmentStatus
Tags:
- Equipment Status (Document)
Parameters:
- name: pei
In: query
Description: PEI of the UE
Required/Optional: true
Schema:
Reference: '#/components/schemas/Pei'
- name: supi
In: query
Description: SUPI of the UE
Required/Optional: false
Schema:
Reference: '#/components/schemas/Supi'
Responses:
'200' Expected response to a valid request
Content:
Application/JSON:
Schema:
Reference: '#/components/schemas/EirResponseData'
'400': Reference 'TS29571_CommonData.yaml#/components/responses/400'
'401': Reference 'TS29571_CommonData.yaml#/components/responses/401'
'404' PEI Not Found
Content:
application/problem+json:
Schema:
Reference: '#/components/schemas/ProblemDetails'
'414': Reference 'TS29571_CommonData.yaml#/components/responses/414'
'429': Reference 'TS29571_CommonData.yaml#/components/responses/429'
'500': Reference 'TS29571_CommonData.yaml#/components/responses/500'
'503': Reference 'TS29571_CommonData.yaml#/components/responses/503'
default:
Description: Unexpected error
Content:
application/problem+json:
Schema:
Reference: '#/components/schemas/ProblemDetails'