forked from akamai/akamai-apis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
functional-test-requests.yaml
33 lines (33 loc) · 1017 Bytes
/
functional-test-requests.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
openapi: 3.0.0
info:
title: 'Functional testing: test requests'
version: v3
license:
name: Apache 2.0
url: https://www.apache.org/licenses/LICENSE-2.0.html
servers:
- url: https://{hostname}/test-management/v3
x-akamai:
auth-type: EDGE_GRID
file-path: functional-test-requests.yaml
paths:
/functional/test-requests:
get:
operationId: get-test-requests
summary: Get the test requests
tags:
- Test requests
description: |
Lists test requests created in your organization. The list can also include deleted test requests that you can restore. The response is an array of objects, each keyed by `testRequestId`.
responses:
200:
description: |
The response lists test requests.
content:
application/json:
example:
$ref: examples/test-requests-get-200.json
schema:
$ref: schemas/test-requests.yaml
403:
$ref: errors/403.yaml