Environments and URLs
The API will be deployed in production and pre-production testing environments as listed below.
NOTE: URLs are subject to change during deployment.
Variables in below URLs
Variables in the URLs detailed below are surrounded by curly brackets:
{{version}}- the API version, for example v1.0.{{resource}}- the API resource being requested, for exampleperformanceMeasurement. For the list of API resources, see the API Specification.
Production
The Production instance will use live production data.
- URL for AT&T Internal Clients -
https://networkperformance.gw.att.com/api/{{version}}/{{resource}} - URL for AT&T External Partners -
https://networkperformance.gw.cloud.att.com/api/{{version}}/{{resource}}
Stage
The Stage instance will use live production data.
- URL for AT&T Internal Clients -
https://networkperformance.nprod.gw.att.com/api/{{version}/{{resource}} - URL for AT&T External Partners -
https://networkperformance.nprod-gw.cloud.att.com/api/{{version}}/{{resource}}
Integration Testing
The QA instance will use mockup testing data.
- URL for AT&T Internal Clients -
https://networkperformance-qa.nprod.gw.att.com/api/{{version}}/{{resource}} - URL for AT&T External Partners -
https://networkperformance-qa.nprod-gw.cloud.att.com/api/{{version}}/{{resource}}
One (1) QA API instance can support testing of multiple versions by supplying different versions in the URLs. For example: the same API supports both v1.0 and v1.1 as shown below.
- Example URL for v1.0 testing -
https://networkperformance-qa.nprod.gw.att.com/api/v1.0/{{resource}} - Example URL for v1.1 testing -
https://networkperformance-qa.nprod.gw.att.com/api/v1.1/{{resource}}