Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
60 changes: 60 additions & 0 deletions config/_default/menus/api.en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3829,7 +3829,67 @@ menu:
operationids:
- PatchGlobalVariable
unstable: []
order: 45
- name: 'Synthetics: Edit a test suite'
url: '#synthetics-edit-a-test-suite'
identifier: synthetics-synthetics-edit-a-test-suite
parent: synthetics
generated: true
params:
versions:
- v2
operationids:
- EditSyntheticsSuite
unstable: []
order: 35
- name: 'Synthetics: Get a suite'
url: '#synthetics-get-a-suite'
identifier: synthetics-synthetics-get-a-suite
parent: synthetics
generated: true
params:
versions:
- v2
operationids:
- GetSyntheticsSuite
unstable: []
order: 25
- name: Search Synthetics suites
url: '#search-synthetics-suites'
identifier: synthetics-search-synthetics-suites
parent: synthetics
generated: true
params:
versions:
- v2
operationids:
- SearchSuites
unstable: []
order: 20
- name: 'Synthetics: Bulk delete suites'
url: '#synthetics-bulk-delete-suites'
identifier: synthetics-synthetics-bulk-delete-suites
parent: synthetics
generated: true
params:
versions:
- v2
operationids:
- DeleteSyntheticsSuites
unstable: []
order: 40
- name: 'Synthetics: Create a test suite'
url: '#synthetics-create-a-test-suite'
identifier: synthetics-synthetics-create-a-test-suite
parent: synthetics
generated: true
params:
versions:
- v2
operationids:
- CreateSyntheticsSuite
unstable: []
order: 30
- name: Save new value for on-demand concurrency cap
url: '#save-new-value-for-on-demand-concurrency-cap'
identifier: synthetics-save-new-value-for-on-demand-concurrency-cap
Expand Down
346 changes: 346 additions & 0 deletions content/en/api/v2/synthetics/examples.json

Large diffs are not rendered by default.

15 changes: 15 additions & 0 deletions content/en/api/v2/synthetics/request.CreateSyntheticsSuite.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"data": {
"attributes": {
"message": "Notification message",
"name": "Example suite name",
"options": {},
"tags": [
"env:production"
],
"tests": [],
"type": "suite"
},
"type": "suites"
}
}
7 changes: 7 additions & 0 deletions data/api/v2/CodeExamples.json
Original file line number Diff line number Diff line change
Expand Up @@ -1922,6 +1922,13 @@
"description": "Save new value for on-demand concurrency cap returns \"OK\" response"
}
],
"CreateSyntheticsSuite": [
{
"group": "synthetics",
"suffix": "",
"description": "Synthetics: Create a test suite returns \"OK\" response"
}
],
"AddTeamHierarchyLink": [
{
"group": "teams",
Expand Down
Loading
Loading