Skip to content

Commit 9c5fc87

Browse files
Regenerate client from commit 12c0486 of spec repo (#301)
1 parent efa8b93 commit 9c5fc87

26 files changed

+2955
-67
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.4.1.dev2",
7-
"regenerated": "2021-03-01 15:48:05.906838",
8-
"spec_repo_commit": "46cbd6f"
7+
"regenerated": "2021-03-02 15:02:23.452183",
8+
"spec_repo_commit": "12c0486"
99
},
1010
"v2": {
1111
"apigentools_version": "1.4.1.dev2",
12-
"regenerated": "2021-03-01 15:48:43.449211",
13-
"spec_repo_commit": "46cbd6f"
12+
"regenerated": "2021-03-02 15:03:02.919226",
13+
"spec_repo_commit": "12c0486"
1414
}
1515
}
1616
}

docs/v1/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,8 @@ Class | Method | HTTP request | Description
218218
*SnapshotsApi* | [**get_graph_snapshot**](SnapshotsApi.md#get_graph_snapshot) | **GET** /api/v1/graph/snapshot | Take graph snapshots
219219
*SyntheticsApi* | [**create_global_variable**](SyntheticsApi.md#create_global_variable) | **POST** /api/v1/synthetics/variables | Create a global variable
220220
*SyntheticsApi* | [**create_private_location**](SyntheticsApi.md#create_private_location) | **POST** /api/v1/synthetics/private-locations | Create a private location
221+
*SyntheticsApi* | [**create_synthetics_api_test**](SyntheticsApi.md#create_synthetics_api_test) | **POST** /api/v1/synthetics/tests/api | Create an API test
222+
*SyntheticsApi* | [**create_synthetics_browser_test**](SyntheticsApi.md#create_synthetics_browser_test) | **POST** /api/v1/synthetics/tests/browser | Create a browser test
221223
*SyntheticsApi* | [**create_test**](SyntheticsApi.md#create_test) | **POST** /api/v1/synthetics/tests | Create a test
222224
*SyntheticsApi* | [**delete_global_variable**](SyntheticsApi.md#delete_global_variable) | **DELETE** /api/v1/synthetics/variables/{variable_id} | Delete a global variable
223225
*SyntheticsApi* | [**delete_private_location**](SyntheticsApi.md#delete_private_location) | **DELETE** /api/v1/synthetics/private-locations/{location_id} | Delete a private location
@@ -234,6 +236,8 @@ Class | Method | HTTP request | Description
234236
*SyntheticsApi* | [**list_locations**](SyntheticsApi.md#list_locations) | **GET** /api/v1/synthetics/locations | Get all locations (public and private)
235237
*SyntheticsApi* | [**list_tests**](SyntheticsApi.md#list_tests) | **GET** /api/v1/synthetics/tests | Get the list of all tests
236238
*SyntheticsApi* | [**trigger_ci_tests**](SyntheticsApi.md#trigger_ci_tests) | **POST** /api/v1/synthetics/tests/trigger/ci | Trigger some Synthetics tests for CI
239+
*SyntheticsApi* | [**update_api_test**](SyntheticsApi.md#update_api_test) | **PUT** /api/v1/synthetics/tests/api/{public_id} | Edit an API test
240+
*SyntheticsApi* | [**update_browser_test**](SyntheticsApi.md#update_browser_test) | **PUT** /api/v1/synthetics/tests/browser/{public_id} | Edit a browser test
237241
*SyntheticsApi* | [**update_private_location**](SyntheticsApi.md#update_private_location) | **PUT** /api/v1/synthetics/private-locations/{location_id} | Edit a private location
238242
*SyntheticsApi* | [**update_test**](SyntheticsApi.md#update_test) | **PUT** /api/v1/synthetics/tests/{public_id} | Edit a test
239243
*SyntheticsApi* | [**update_test_pause_status**](SyntheticsApi.md#update_test_pause_status) | **PUT** /api/v1/synthetics/tests/{public_id}/status | Pause or start a test
@@ -558,11 +562,14 @@ Class | Method | HTTP request | Description
558562
- [SlackIntegrationChannel](SlackIntegrationChannel.md)
559563
- [SlackIntegrationChannelDisplay](SlackIntegrationChannelDisplay.md)
560564
- [SlackIntegrationChannels](SlackIntegrationChannels.md)
565+
- [SyntheticsAPITest](SyntheticsAPITest.md)
566+
- [SyntheticsAPITestConfig](SyntheticsAPITestConfig.md)
561567
- [SyntheticsAPITestResultData](SyntheticsAPITestResultData.md)
562568
- [SyntheticsAPITestResultFull](SyntheticsAPITestResultFull.md)
563569
- [SyntheticsAPITestResultFullCheck](SyntheticsAPITestResultFullCheck.md)
564570
- [SyntheticsAPITestResultShort](SyntheticsAPITestResultShort.md)
565571
- [SyntheticsAPITestResultShortResult](SyntheticsAPITestResultShortResult.md)
572+
- [SyntheticsAPITestType](SyntheticsAPITestType.md)
566573
- [SyntheticsAssertion](SyntheticsAssertion.md)
567574
- [SyntheticsAssertionJSONPathOperator](SyntheticsAssertionJSONPathOperator.md)
568575
- [SyntheticsAssertionJSONPathTarget](SyntheticsAssertionJSONPathTarget.md)
@@ -573,11 +580,14 @@ Class | Method | HTTP request | Description
573580
- [SyntheticsBasicAuth](SyntheticsBasicAuth.md)
574581
- [SyntheticsBrowserError](SyntheticsBrowserError.md)
575582
- [SyntheticsBrowserErrorType](SyntheticsBrowserErrorType.md)
583+
- [SyntheticsBrowserTest](SyntheticsBrowserTest.md)
584+
- [SyntheticsBrowserTestConfig](SyntheticsBrowserTestConfig.md)
576585
- [SyntheticsBrowserTestResultData](SyntheticsBrowserTestResultData.md)
577586
- [SyntheticsBrowserTestResultFull](SyntheticsBrowserTestResultFull.md)
578587
- [SyntheticsBrowserTestResultFullCheck](SyntheticsBrowserTestResultFullCheck.md)
579588
- [SyntheticsBrowserTestResultShort](SyntheticsBrowserTestResultShort.md)
580589
- [SyntheticsBrowserTestResultShortResult](SyntheticsBrowserTestResultShortResult.md)
590+
- [SyntheticsBrowserTestType](SyntheticsBrowserTestType.md)
581591
- [SyntheticsBrowserVariable](SyntheticsBrowserVariable.md)
582592
- [SyntheticsBrowserVariableType](SyntheticsBrowserVariableType.md)
583593
- [SyntheticsCITest](SyntheticsCITest.md)

docs/v1/SyntheticsAPITest.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# SyntheticsAPITest
2+
3+
Object containing details about a Synthetic API test.
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**config** | [**SyntheticsAPITestConfig**](SyntheticsAPITestConfig.md) | | [optional]
8+
**locations** | **[str]** | Array of locations used to run the test. | [optional]
9+
**message** | **str** | Notification message associated with the test. | [optional]
10+
**monitor_id** | **int** | The associated monitor ID. | [optional]
11+
**name** | **str** | Name of the test. | [optional]
12+
**options** | [**SyntheticsTestOptions**](SyntheticsTestOptions.md) | | [optional]
13+
**public_id** | **str** | The public ID for the test. | [optional]
14+
**status** | [**SyntheticsTestPauseStatus**](SyntheticsTestPauseStatus.md) | | [optional]
15+
**subtype** | [**SyntheticsTestDetailsSubType**](SyntheticsTestDetailsSubType.md) | | [optional]
16+
**tags** | **[str]** | Array of tags attached to the test. | [optional]
17+
**type** | [**SyntheticsAPITestType**](SyntheticsAPITestType.md) | | [optional]
18+
19+
[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md)
20+
21+

docs/v1/SyntheticsAPITestConfig.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# SyntheticsAPITestConfig
2+
3+
Configuration object for a Synthetic API test.
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**request** | [**SyntheticsTestRequest**](SyntheticsTestRequest.md) | |
8+
**assertions** | [**[SyntheticsAssertion]**](SyntheticsAssertion.md) | Array of assertions used for the test. | defaults to []
9+
**config_variables** | [**[SyntheticsConfigVariable]**](SyntheticsConfigVariable.md) | Array of variables used for the test. | [optional]
10+
11+
[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md)
12+
13+

docs/v1/SyntheticsAPITestType.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# SyntheticsAPITestType
2+
3+
Type of the Synthetic test, `api`.
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**value** | **str** | Type of the Synthetic test, `api`. | defaults to "api", must be one of ["api", ]
8+
9+
[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md)
10+
11+

0 commit comments

Comments
 (0)