Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new endpoints for browser API tests in Synthetics #677

Merged
merged 1 commit into from
Mar 2, 2021
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:46:56.472335",
"spec_repo_commit": "46cbd6f"
"regenerated": "2021-03-02 15:02:03.142379",
"spec_repo_commit": "12c0486"
},
"v2": {
"apigentools_version": "1.4.1.dev2",
"regenerated": "2021-03-01 15:47:07.564988",
"spec_repo_commit": "46cbd6f"
"regenerated": "2021-03-02 15:02:14.569468",
"spec_repo_commit": "12c0486"
}
}
}
10 changes: 10 additions & 0 deletions api_docs/v1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ Class | Method | HTTP request | Description
*SnapshotsApi* | [**getGraphSnapshot**](SnapshotsApi.md#getGraphSnapshot) | **GET** /api/v1/graph/snapshot | Take graph snapshots
*SyntheticsApi* | [**createGlobalVariable**](SyntheticsApi.md#createGlobalVariable) | **POST** /api/v1/synthetics/variables | Create a global variable
*SyntheticsApi* | [**createPrivateLocation**](SyntheticsApi.md#createPrivateLocation) | **POST** /api/v1/synthetics/private-locations | Create a private location
*SyntheticsApi* | [**createSyntheticsAPITest**](SyntheticsApi.md#createSyntheticsAPITest) | **POST** /api/v1/synthetics/tests/api | Create an API test
*SyntheticsApi* | [**createSyntheticsBrowserTest**](SyntheticsApi.md#createSyntheticsBrowserTest) | **POST** /api/v1/synthetics/tests/browser | Create a browser test
*SyntheticsApi* | [**createTest**](SyntheticsApi.md#createTest) | **POST** /api/v1/synthetics/tests | Create a test
*SyntheticsApi* | [**deleteGlobalVariable**](SyntheticsApi.md#deleteGlobalVariable) | **DELETE** /api/v1/synthetics/variables/{variable_id} | Delete a global variable
*SyntheticsApi* | [**deletePrivateLocation**](SyntheticsApi.md#deletePrivateLocation) | **DELETE** /api/v1/synthetics/private-locations/{location_id} | Delete a private location
Expand All @@ -135,6 +137,8 @@ Class | Method | HTTP request | Description
*SyntheticsApi* | [**listLocations**](SyntheticsApi.md#listLocations) | **GET** /api/v1/synthetics/locations | Get all locations (public and private)
*SyntheticsApi* | [**listTests**](SyntheticsApi.md#listTests) | **GET** /api/v1/synthetics/tests | Get the list of all tests
*SyntheticsApi* | [**triggerCITests**](SyntheticsApi.md#triggerCITests) | **POST** /api/v1/synthetics/tests/trigger/ci | Trigger some Synthetics tests for CI
*SyntheticsApi* | [**updateAPITest**](SyntheticsApi.md#updateAPITest) | **PUT** /api/v1/synthetics/tests/api/{public_id} | Edit an API test
*SyntheticsApi* | [**updateBrowserTest**](SyntheticsApi.md#updateBrowserTest) | **PUT** /api/v1/synthetics/tests/browser/{public_id} | Edit a browser test
*SyntheticsApi* | [**updatePrivateLocation**](SyntheticsApi.md#updatePrivateLocation) | **PUT** /api/v1/synthetics/private-locations/{location_id} | Edit a private location
*SyntheticsApi* | [**updateTest**](SyntheticsApi.md#updateTest) | **PUT** /api/v1/synthetics/tests/{public_id} | Edit a test
*SyntheticsApi* | [**updateTestPauseStatus**](SyntheticsApi.md#updateTestPauseStatus) | **PUT** /api/v1/synthetics/tests/{public_id}/status | Pause or start a test
Expand Down Expand Up @@ -453,11 +457,14 @@ Class | Method | HTTP request | Description
- [ServiceSummaryWidgetDefinitionType](ServiceSummaryWidgetDefinitionType.md)
- [SlackIntegrationChannel](SlackIntegrationChannel.md)
- [SlackIntegrationChannelDisplay](SlackIntegrationChannelDisplay.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 @@ -468,11 +475,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
23 changes: 23 additions & 0 deletions api_docs/v1/SyntheticsAPITest.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@


# SyntheticsAPITest

Object containing details about a Synthetic API test.
## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**config** | [**SyntheticsAPITestConfig**](SyntheticsAPITestConfig.md) | | [optional]
**locations** | **List<String>** | Array of locations used to run the test. | [optional]
**message** | **String** | Notification message associated with the test. | [optional]
**monitorId** | **Long** | The associated monitor ID. | [optional]
**name** | **String** | Name of the test. | [optional]
**options** | [**SyntheticsTestOptions**](SyntheticsTestOptions.md) | | [optional]
**publicId** | **String** | The public ID for the test. | [optional]
**status** | **SyntheticsTestPauseStatus** | | [optional]
**subtype** | **SyntheticsTestDetailsSubType** | | [optional]
**tags** | **List<String>** | Array of tags attached to the test. | [optional]
**type** | **SyntheticsAPITestType** | | [optional]



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


# SyntheticsAPITestConfig

Configuration object for a Synthetic API test.
## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**assertions** | [**List<SyntheticsAssertion>**](SyntheticsAssertion.md) | Array of assertions used for the test. |
**configVariables** | [**List<SyntheticsConfigVariable>**](SyntheticsConfigVariable.md) | Array of variables used for the test. | [optional]
**request** | [**SyntheticsTestRequest**](SyntheticsTestRequest.md) | |



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


# SyntheticsAPITestType

## Enum


* `API` (value: `"api"`)



Loading