/subscription-data/{ueId}/{servingPlmnId}/provisioned-data/trace-data
get:
Summary: Retrieves the trace configuration data of a UE
Operation ID: QueryTraceData
Tags:
- Trace Data (Document)
Parameters:
- name: ueId
In: path
Description: UE id
Required/Optional: true
Schema:
Reference: 'TS29571_CommonData.yaml#/components/schemas/VarUeId'
- name: servingPlmnId
In: path
Description: PLMN ID
Required/Optional: true
Schema:
Reference: '#/components/schemas/VarPlmnId'
- name: If-None-Match
In: header
Description: Validator for conditional requests, as described in RFC 7232, 3.2
Schema:
Type: string
- name: If-Modified-Since
In: header
Description: Validator for conditional requests, as described in RFC 7232, 3.3
Schema:
Type: string
Responses:
'200' Expected response to a valid request
Content:
Application/JSON:
Schema:
Reference: 'TS29571_CommonData.yaml#/components/schemas/TraceData'
Headers:
Cache-Control:
Description: Cache-Control containing max-age, as described in RFC 7234, 5.2
Schema:
Type: string
ETag:
Description: Entity Tag, containing a strong validator, as described in RFC 7232, 2.3
Schema:
Type: string
Last-Modified:
Description: Timestamp for last modification of the resource, as described in RFC 7232, 2.2
Schema:
Type: string
default: Reference 'TS29571_CommonData.yaml#/components/responses/default'