forked from akamai/akamai-apis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
test-quotas.yaml
31 lines (31 loc) · 858 Bytes
/
test-quotas.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
openapi: 3.0.0
info:
title: Test quotas
version: '1'
license:
name: Apache 2.0
url: https://www.apache.org/licenses/LICENSE-2.0.html
servers:
- url: https://{hostname}/sla-api/v1
x-akamai:
auth-type: EDGE_GRID
file-path: test-quotas.yaml
paths:
/test-quotas:
get:
operationId: get-quotas
summary: List test configuration quotas
tags:
- Quotas
description: |
Each contract has a maximum number of allowed test configurations. Get the test quotas to find out how many test configurations are allowed and how many are in use.
responses:
200:
description: |
OK.
content:
application/json:
example:
$ref: examples/get-quotas-200.json
schema:
$ref: schemas/schema-get-quotas-200.yaml