Skip to content

Commit c5d5b1e

Browse files
author
Mike Kozicki
authored
Merge pull request #100 from catchpoint/gcp_locations_mapping
Added alert message
2 parents 0190970 + e40387b commit c5d5b1e

2 files changed

Lines changed: 28 additions & 0 deletions

File tree

src/api/index.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,32 @@ eleventyNavigation:
77
# WebPageTest Quickstart
88
The WebPageTest [REST](https://en.wikipedia.org/wiki/Representational_state_transfer) API gives you full access to the power and depth of WebPageTest's analysis, letting you pull performance data into your existing workflows and processes.
99

10+
> <div><br/></div>
11+
> Effective June 15th, we will be transitioning from AWS (Amazon Web Services) to GCP (Google Cloud Platform) and your tests will be retargeted to the new locations based on the mapping below.
12+
> <div><br/></div>
13+
>
14+
> | Current Location Name |Current Agent Name | New Location Name | New Agent Name |New External IP|
15+
> |---|---|---|---|---|
16+
> |Singapore - EC2 |ec2-ap-southeast-1 |Singapore |SIN_SG_01 |34.87.0.86 |
17+
> |Milan, Italy - EC2|ec2-eu-south-1 |Milan, Italy| MXP_IT_01| 34.154.206.19|
18+
> |Hong Kong, China - EC2 |ec2-ap-east-1| Hong Kong, China |HKG_CN_01 |35.220.170.219|
19+
> |Stockholm, Sweden - EC2 |ec2-eu-north-1| Hamina, Finland |QVZ_FI_01 |34.88.23.255|
20+
> |Virginia USA - EC2 |ec2-us-east-1 |Dulles, Virginia, USA |IAD_US_01 |34.145.141.195|
21+
> |California, USA - EC2 |ec2-us-west-1 |Los Angeles, California, USA| LAX_US_01| 34.102.114.61|
22+
> |Toronto, Canada - EC2 |ec2-ca-central-1| Toronto, Canada |YYZ_CA_01| 34.130.255.154|
23+
> |Sao Paulo, Brazil - EC2 |ec2-sa-east-1 |Sao Paulo, Brazil |GRU_BR_01| 35.198.29.254|
24+
> |London, UK - EC2 |London_EC2| London, United Kingdom |LHR_GB_01 |34.39.16.121|
25+
> |Frankfurt, Germany - EC2 |ec2-eu-central-1| Frankfurt, Germany |FRA_DE_02 |34.159.126.217|
26+
> |Tokyo, Japan - EC2| ec2-ap-northeast-1 |Tokyo, Japan |NRT_JP_01 |35.221.109.210|
27+
> |Sydney, Australia - EC2 |ec2-ap-southeast-2| Sydney, Australia |SYD_AU_01 |34.116.74.92|
28+
> <div><br/></div>
29+
> There will be no disruption for your API usage during the transition, however please make any necessary updates to your API configurations or IP whitelisting.
30+
> <div><br/></div>
31+
> On August 26th, all old names will be retired and your API calls will need to be updated with the new names. Any API automation still using an old names will result in an error.
32+
> <div><br/></div>
33+
34+
<br/>
35+
1036
In this guide, we'll walk you through the process of getting up and running with you very first API test.
1137

1238
## 1. Get your API Key

src/change-log.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ eleventyNavigation:
55
order: 999
66
---
77
# WebPageTest Change Log
8+
## May, 2024
9+
- **May 20** Added alert message for API users with mapping between old and new locations.
810
## January, 2022
911
- **January 19** WebPageTest [now exposes Largest Contentful Paint as a comparison endpoint for our filmstrips](https://twitter.com/tkadlec/status/1483816634825551883), making it easier to compare LCP across test runs.
1012
- **January 18** The WebPageTest agent now [supports a new script command](https://twitter.com/patmeenan/status/1483490979944488966) (`waitFor`) that tells the testing agent to poll the page until a provided snippet of JavaScript evaluates to true. [PR #462](https://github.com/WPO-Foundation/wptagent/pull/462)

0 commit comments

Comments
 (0)