Skip to content
Merged
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
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.4.1.dev2",
"regenerated": "2021-03-01 15:48:05.906838",
"spec_repo_commit": "46cbd6f"
"regenerated": "2021-03-02 15:02:23.452183",
"spec_repo_commit": "12c0486"
},
"v2": {
"apigentools_version": "1.4.1.dev2",
"regenerated": "2021-03-01 15:48:43.449211",
"spec_repo_commit": "46cbd6f"
"regenerated": "2021-03-02 15:03:02.919226",
"spec_repo_commit": "12c0486"
}
}
}
10 changes: 10 additions & 0 deletions docs/v1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,8 @@ Class | Method | HTTP request | Description
*SnapshotsApi* | [**get_graph_snapshot**](SnapshotsApi.md#get_graph_snapshot) | **GET** /api/v1/graph/snapshot | Take graph snapshots
*SyntheticsApi* | [**create_global_variable**](SyntheticsApi.md#create_global_variable) | **POST** /api/v1/synthetics/variables | Create a global variable
*SyntheticsApi* | [**create_private_location**](SyntheticsApi.md#create_private_location) | **POST** /api/v1/synthetics/private-locations | Create a private location
*SyntheticsApi* | [**create_synthetics_api_test**](SyntheticsApi.md#create_synthetics_api_test) | **POST** /api/v1/synthetics/tests/api | Create an API test
*SyntheticsApi* | [**create_synthetics_browser_test**](SyntheticsApi.md#create_synthetics_browser_test) | **POST** /api/v1/synthetics/tests/browser | Create a browser test
*SyntheticsApi* | [**create_test**](SyntheticsApi.md#create_test) | **POST** /api/v1/synthetics/tests | Create a test
*SyntheticsApi* | [**delete_global_variable**](SyntheticsApi.md#delete_global_variable) | **DELETE** /api/v1/synthetics/variables/{variable_id} | Delete a global variable
*SyntheticsApi* | [**delete_private_location**](SyntheticsApi.md#delete_private_location) | **DELETE** /api/v1/synthetics/private-locations/{location_id} | Delete a private location
Expand All @@ -234,6 +236,8 @@ Class | Method | HTTP request | Description
*SyntheticsApi* | [**list_locations**](SyntheticsApi.md#list_locations) | **GET** /api/v1/synthetics/locations | Get all locations (public and private)
*SyntheticsApi* | [**list_tests**](SyntheticsApi.md#list_tests) | **GET** /api/v1/synthetics/tests | Get the list of all tests
*SyntheticsApi* | [**trigger_ci_tests**](SyntheticsApi.md#trigger_ci_tests) | **POST** /api/v1/synthetics/tests/trigger/ci | Trigger some Synthetics tests for CI
*SyntheticsApi* | [**update_api_test**](SyntheticsApi.md#update_api_test) | **PUT** /api/v1/synthetics/tests/api/{public_id} | Edit an API test
*SyntheticsApi* | [**update_browser_test**](SyntheticsApi.md#update_browser_test) | **PUT** /api/v1/synthetics/tests/browser/{public_id} | Edit a browser test
*SyntheticsApi* | [**update_private_location**](SyntheticsApi.md#update_private_location) | **PUT** /api/v1/synthetics/private-locations/{location_id} | Edit a private location
*SyntheticsApi* | [**update_test**](SyntheticsApi.md#update_test) | **PUT** /api/v1/synthetics/tests/{public_id} | Edit a test
*SyntheticsApi* | [**update_test_pause_status**](SyntheticsApi.md#update_test_pause_status) | **PUT** /api/v1/synthetics/tests/{public_id}/status | Pause or start a test
Expand Down Expand Up @@ -558,11 +562,14 @@ Class | Method | HTTP request | Description
- [SlackIntegrationChannel](SlackIntegrationChannel.md)
- [SlackIntegrationChannelDisplay](SlackIntegrationChannelDisplay.md)
- [SlackIntegrationChannels](SlackIntegrationChannels.md)
- [SyntheticsAPITest](SyntheticsAPITest.md)
- [SyntheticsAPITestConfig](SyntheticsAPITestConfig.md)
- [SyntheticsAPITestResultData](SyntheticsAPITestResultData.md)
- [SyntheticsAPITestResultFull](SyntheticsAPITestResultFull.md)
- [SyntheticsAPITestResultFullCheck](SyntheticsAPITestResultFullCheck.md)
- [SyntheticsAPITestResultShort](SyntheticsAPITestResultShort.md)
- [SyntheticsAPITestResultShortResult](SyntheticsAPITestResultShortResult.md)
- [SyntheticsAPITestType](SyntheticsAPITestType.md)
- [SyntheticsAssertion](SyntheticsAssertion.md)
- [SyntheticsAssertionJSONPathOperator](SyntheticsAssertionJSONPathOperator.md)
- [SyntheticsAssertionJSONPathTarget](SyntheticsAssertionJSONPathTarget.md)
Expand All @@ -573,11 +580,14 @@ Class | Method | HTTP request | Description
- [SyntheticsBasicAuth](SyntheticsBasicAuth.md)
- [SyntheticsBrowserError](SyntheticsBrowserError.md)
- [SyntheticsBrowserErrorType](SyntheticsBrowserErrorType.md)
- [SyntheticsBrowserTest](SyntheticsBrowserTest.md)
- [SyntheticsBrowserTestConfig](SyntheticsBrowserTestConfig.md)
- [SyntheticsBrowserTestResultData](SyntheticsBrowserTestResultData.md)
- [SyntheticsBrowserTestResultFull](SyntheticsBrowserTestResultFull.md)
- [SyntheticsBrowserTestResultFullCheck](SyntheticsBrowserTestResultFullCheck.md)
- [SyntheticsBrowserTestResultShort](SyntheticsBrowserTestResultShort.md)
- [SyntheticsBrowserTestResultShortResult](SyntheticsBrowserTestResultShortResult.md)
- [SyntheticsBrowserTestType](SyntheticsBrowserTestType.md)
- [SyntheticsBrowserVariable](SyntheticsBrowserVariable.md)
- [SyntheticsBrowserVariableType](SyntheticsBrowserVariableType.md)
- [SyntheticsCITest](SyntheticsCITest.md)
Expand Down
21 changes: 21 additions & 0 deletions docs/v1/SyntheticsAPITest.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# SyntheticsAPITest

Object containing details about a Synthetic API test.
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**config** | [**SyntheticsAPITestConfig**](SyntheticsAPITestConfig.md) | | [optional]
**locations** | **[str]** | Array of locations used to run the test. | [optional]
**message** | **str** | Notification message associated with the test. | [optional]
**monitor_id** | **int** | The associated monitor ID. | [optional]
**name** | **str** | Name of the test. | [optional]
**options** | [**SyntheticsTestOptions**](SyntheticsTestOptions.md) | | [optional]
**public_id** | **str** | The public ID for the test. | [optional]
**status** | [**SyntheticsTestPauseStatus**](SyntheticsTestPauseStatus.md) | | [optional]
**subtype** | [**SyntheticsTestDetailsSubType**](SyntheticsTestDetailsSubType.md) | | [optional]
**tags** | **[str]** | Array of tags attached to the test. | [optional]
**type** | [**SyntheticsAPITestType**](SyntheticsAPITestType.md) | | [optional]

[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md)


13 changes: 13 additions & 0 deletions docs/v1/SyntheticsAPITestConfig.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# SyntheticsAPITestConfig

Configuration object for a Synthetic API test.
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**request** | [**SyntheticsTestRequest**](SyntheticsTestRequest.md) | |
**assertions** | [**[SyntheticsAssertion]**](SyntheticsAssertion.md) | Array of assertions used for the test. | defaults to []
**config_variables** | [**[SyntheticsConfigVariable]**](SyntheticsConfigVariable.md) | Array of variables used for the test. | [optional]

[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md)


11 changes: 11 additions & 0 deletions docs/v1/SyntheticsAPITestType.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# SyntheticsAPITestType

Type of the Synthetic test, `api`.
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**value** | **str** | Type of the Synthetic test, `api`. | defaults to "api", must be one of ["api", ]

[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md)


Loading