-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f166457
commit 87439ea
Showing
64 changed files
with
4,799 additions
and
4,795 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,14 +14,15 @@ interactions: | |
url: https://api.linode.com/v4beta/account | ||
method: GET | ||
response: | ||
body: '{"company": "Linode", "email": "[email protected]", "first_name": "foo", | ||
"last_name": "bar", "address_1": "123 Street Street", "address_2": "NA", | ||
"city": "Philadelphia", "state": "PA", "zip": "30000", "country": "US", "phone": | ||
"1234567891", "balance": 0.0, "tax_id": "", "billing_source": "linode", "credit_card": | ||
{"last_four": "1234", "expiry": "02/2020"}, "balance_uninvoiced": 0.0, "active_since": | ||
"2018-01-02T03:04:05", "capabilities": ["Linodes", "NodeBalancers", "Block Storage", | ||
"Object Storage", "Kubernetes", "Cloud Firewall", "Vlans", "LKE HA Control Planes", | ||
"Machine Images", "Managed Databases"], "active_promotions": [], "euuid": "FFFFFFFF-2E4D-47CE-FFFFFFFFFFFFFFFFF"}' | ||
body: '{"company": "Akamai", "email": "[email protected]", "first_name": "Youjung", | ||
"last_name": "Kim", "address_1": "", "address_2": "", "city": "", "state": "", | ||
"zip": "", "country": "", "phone": "", "balance": 0.0, "tax_id": "", "billing_source": | ||
"linode", "credit_card": {"last_four": null, "expiry": null}, "balance_uninvoiced": | ||
0.0, "active_since": "2018-01-02T03:04:05", "capabilities": ["Linodes", "NodeBalancers", | ||
"Block Storage", "Object Storage", "Kubernetes", "Cloud Firewall", "Vlans", | ||
"LKE HA Control Planes", "Machine Images", "Managed Databases", "VPCs", "LKE | ||
Network Access Control List (IP ACL)", "Placement Group", "Object Storage Access | ||
Key Regions"], "active_promotions": [], "euuid": "F959AD74-9386-4827-A426975C90B4EBD5"}' | ||
headers: | ||
Access-Control-Allow-Credentials: | ||
- "true" | ||
|
@@ -38,13 +39,13 @@ interactions: | |
Connection: | ||
- keep-alive | ||
Content-Length: | ||
- "776" | ||
- "735" | ||
Content-Security-Policy: | ||
- default-src 'none' | ||
Content-Type: | ||
- application/json | ||
Expires: | ||
- Mon, 17 Jun 2024 15:46:56 GMT | ||
- Thu, 27 Jun 2024 20:41:57 GMT | ||
Pragma: | ||
- no-cache | ||
Strict-Transport-Security: | ||
|
@@ -60,7 +61,10 @@ interactions: | |
- DENY | ||
- DENY | ||
X-Oauth-Scopes: | ||
- '*' | ||
- account:read_write databases:read_write domains:read_write events:read_write | ||
firewall:read_write images:read_write ips:read_write linodes:read_write lke:read_write | ||
longview:read_write nodebalancers:read_write object_storage:read_write stackscripts:read_write | ||
volumes:read_write vpc:read_write | ||
X-Ratelimit-Limit: | ||
- "400" | ||
X-Xss-Protection: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.