Input Parameters

The initial API implementation is limited to the following resources and operations.

The input query parameters are case insensitive, for example IMSI, imsi or ImSi are considered the same.

GET /performanceMeasurement

Returns the performance measurement values for a specified IMSI and timestamp if present. An example request is shown below:

GET HTTPS://networkperformance.nprd.gw.att.com/api/v1.1/performanceMeasurement?collection=RAN&IMSI=310xxx&timestamp=2024-04-01T22%3A16%3A18Z

Input query parameters:

  • collection: Required. Specifies the measurement indicator group included in response, for example RAN in initial release and can expand to SIM in future.
  • IMSI: Required. Specifies which IMSI the request is for.
  • timestamp: Optional. Specifies the timestamp of requested data with explicit timezone, for example 2024-03-28T14:12:42Z or 2024-03-28T18:18:42-07:00

If a timestamp is not provided, the API will return data from the latest measurement that contains any data, along with the timestamp of the latest measurement.

If a timestamp is provided, the API will return measurement that correlates to that timestamp. If there is no data for that timestamp, it will return an empty list.

GET /performanceIndicatorSpecification

Returns all the indicator specifications of the measurement. An example request is shown below:

GET HTTPS://networkperformance.nprd.gw.att.com/api/v1.1/performanceIndicatorSpecification