forked from akamai/akamai-apis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
locations.yaml
43 lines (43 loc) · 1.09 KB
/
locations.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
openapi: 3.0.1
info:
title: CloudWrapper Locations
version: v1
license:
name: Apache 2.0
url: https://www.apache.org/licenses/LICENSE-2.0.html
servers:
- url: https://{hostname}/cloud-wrapper/v1
x-akamai:
auth-type: EDGE_GRID
file-path: locations.yaml
paths:
/locations:
get:
operationId: get-locations
summary: List locations
tags:
- Locations
description: |
View the locations available to distribute your Cloud Wrapper capacity. This operation lists the available `trafficTypeId` values for use when creating configurations.
responses:
200:
description: |
OK
content:
application/json:
example:
$ref: examples/LocationExample.json
schema:
$ref: schemas/Locations.yaml
400:
$ref: errors/400.yaml
401:
$ref: errors/401.yaml
403:
$ref: errors/403.yaml
404:
$ref: errors/404.yaml
405:
$ref: errors/405.yaml
500:
$ref: errors/500.yaml