Skip to content

Commit

Permalink
Regenerate client from commit 12c0486 of spec repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ci.datadog-api-spec committed Mar 2, 2021
1 parent 558c9b2 commit a433575
Show file tree
Hide file tree
Showing 20 changed files with 4,527 additions and 433 deletions.
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:41.422776",
"spec_repo_commit": "46cbd6f"
"regenerated": "2021-03-02 15:01:17.396762",
"spec_repo_commit": "12c0486"
},
"v2": {
"apigentools_version": "1.4.1.dev2",
"regenerated": "2021-03-01 15:46:48.570789",
"spec_repo_commit": "46cbd6f"
"regenerated": "2021-03-02 15:01:25.866939",
"spec_repo_commit": "12c0486"
}
}
}
12 changes: 12 additions & 0 deletions api/v1/datadog/.openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -327,11 +327,14 @@ docs/SlackIntegrationApi.md
docs/SlackIntegrationChannel.md
docs/SlackIntegrationChannelDisplay.md
docs/SnapshotsApi.md
docs/SyntheticsAPITest.md
docs/SyntheticsAPITestConfig.md
docs/SyntheticsAPITestResultData.md
docs/SyntheticsAPITestResultFull.md
docs/SyntheticsAPITestResultFullCheck.md
docs/SyntheticsAPITestResultShort.md
docs/SyntheticsAPITestResultShortResult.md
docs/SyntheticsAPITestType.md
docs/SyntheticsApi.md
docs/SyntheticsAssertion.md
docs/SyntheticsAssertionJSONPathOperator.md
Expand All @@ -343,11 +346,14 @@ docs/SyntheticsAssertionType.md
docs/SyntheticsBasicAuth.md
docs/SyntheticsBrowserError.md
docs/SyntheticsBrowserErrorType.md
docs/SyntheticsBrowserTest.md
docs/SyntheticsBrowserTestConfig.md
docs/SyntheticsBrowserTestResultData.md
docs/SyntheticsBrowserTestResultFull.md
docs/SyntheticsBrowserTestResultFullCheck.md
docs/SyntheticsBrowserTestResultShort.md
docs/SyntheticsBrowserTestResultShortResult.md
docs/SyntheticsBrowserTestType.md
docs/SyntheticsBrowserVariable.md
docs/SyntheticsBrowserVariableType.md
docs/SyntheticsCITest.md
Expand Down Expand Up @@ -820,11 +826,14 @@ model_slo_type.go
model_slo_type_numeric.go
model_slo_widget_definition.go
model_slo_widget_definition_type.go
model_synthetics_api_test_.go
model_synthetics_api_test_config.go
model_synthetics_api_test_result_data.go
model_synthetics_api_test_result_full.go
model_synthetics_api_test_result_full_check.go
model_synthetics_api_test_result_short.go
model_synthetics_api_test_result_short_result.go
model_synthetics_api_test_type.go
model_synthetics_assertion.go
model_synthetics_assertion_json_path_operator.go
model_synthetics_assertion_json_path_target.go
Expand All @@ -835,11 +844,14 @@ model_synthetics_assertion_type.go
model_synthetics_basic_auth.go
model_synthetics_browser_error.go
model_synthetics_browser_error_type.go
model_synthetics_browser_test_.go
model_synthetics_browser_test_config.go
model_synthetics_browser_test_result_data.go
model_synthetics_browser_test_result_full.go
model_synthetics_browser_test_result_full_check.go
model_synthetics_browser_test_result_short.go
model_synthetics_browser_test_result_short_result.go
model_synthetics_browser_test_type.go
model_synthetics_browser_variable.go
model_synthetics_browser_variable_type.go
model_synthetics_check_type.go
Expand Down
10 changes: 10 additions & 0 deletions api/v1/datadog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,8 @@ Class | Method | HTTP request | Description
*SnapshotsApi* | [**GetGraphSnapshot**](docs/SnapshotsApi.md#getgraphsnapshot) | **Get** /api/v1/graph/snapshot | Take graph snapshots
*SyntheticsApi* | [**CreateGlobalVariable**](docs/SyntheticsApi.md#createglobalvariable) | **Post** /api/v1/synthetics/variables | Create a global variable
*SyntheticsApi* | [**CreatePrivateLocation**](docs/SyntheticsApi.md#createprivatelocation) | **Post** /api/v1/synthetics/private-locations | Create a private location
*SyntheticsApi* | [**CreateSyntheticsAPITest**](docs/SyntheticsApi.md#createsyntheticsapitest) | **Post** /api/v1/synthetics/tests/api | Create an API test
*SyntheticsApi* | [**CreateSyntheticsBrowserTest**](docs/SyntheticsApi.md#createsyntheticsbrowsertest) | **Post** /api/v1/synthetics/tests/browser | Create a browser test
*SyntheticsApi* | [**CreateTest**](docs/SyntheticsApi.md#createtest) | **Post** /api/v1/synthetics/tests | Create a test
*SyntheticsApi* | [**DeleteGlobalVariable**](docs/SyntheticsApi.md#deleteglobalvariable) | **Delete** /api/v1/synthetics/variables/{variable_id} | Delete a global variable
*SyntheticsApi* | [**DeletePrivateLocation**](docs/SyntheticsApi.md#deleteprivatelocation) | **Delete** /api/v1/synthetics/private-locations/{location_id} | Delete a private location
Expand All @@ -210,6 +212,8 @@ Class | Method | HTTP request | Description
*SyntheticsApi* | [**ListLocations**](docs/SyntheticsApi.md#listlocations) | **Get** /api/v1/synthetics/locations | Get all locations (public and private)
*SyntheticsApi* | [**ListTests**](docs/SyntheticsApi.md#listtests) | **Get** /api/v1/synthetics/tests | Get the list of all tests
*SyntheticsApi* | [**TriggerCITests**](docs/SyntheticsApi.md#triggercitests) | **Post** /api/v1/synthetics/tests/trigger/ci | Trigger some Synthetics tests for CI
*SyntheticsApi* | [**UpdateAPITest**](docs/SyntheticsApi.md#updateapitest) | **Put** /api/v1/synthetics/tests/api/{public_id} | Edit an API test
*SyntheticsApi* | [**UpdateBrowserTest**](docs/SyntheticsApi.md#updatebrowsertest) | **Put** /api/v1/synthetics/tests/browser/{public_id} | Edit a browser test
*SyntheticsApi* | [**UpdatePrivateLocation**](docs/SyntheticsApi.md#updateprivatelocation) | **Put** /api/v1/synthetics/private-locations/{location_id} | Edit a private location
*SyntheticsApi* | [**UpdateTest**](docs/SyntheticsApi.md#updatetest) | **Put** /api/v1/synthetics/tests/{public_id} | Edit a test
*SyntheticsApi* | [**UpdateTestPauseStatus**](docs/SyntheticsApi.md#updatetestpausestatus) | **Put** /api/v1/synthetics/tests/{public_id}/status | Pause or start a test
Expand Down Expand Up @@ -528,11 +532,14 @@ Class | Method | HTTP request | Description
- [ServiceSummaryWidgetDefinitionType](docs/ServiceSummaryWidgetDefinitionType.md)
- [SlackIntegrationChannel](docs/SlackIntegrationChannel.md)
- [SlackIntegrationChannelDisplay](docs/SlackIntegrationChannelDisplay.md)
- [SyntheticsAPITest](docs/SyntheticsAPITest.md)
- [SyntheticsAPITestConfig](docs/SyntheticsAPITestConfig.md)
- [SyntheticsAPITestResultData](docs/SyntheticsAPITestResultData.md)
- [SyntheticsAPITestResultFull](docs/SyntheticsAPITestResultFull.md)
- [SyntheticsAPITestResultFullCheck](docs/SyntheticsAPITestResultFullCheck.md)
- [SyntheticsAPITestResultShort](docs/SyntheticsAPITestResultShort.md)
- [SyntheticsAPITestResultShortResult](docs/SyntheticsAPITestResultShortResult.md)
- [SyntheticsAPITestType](docs/SyntheticsAPITestType.md)
- [SyntheticsAssertion](docs/SyntheticsAssertion.md)
- [SyntheticsAssertionJSONPathOperator](docs/SyntheticsAssertionJSONPathOperator.md)
- [SyntheticsAssertionJSONPathTarget](docs/SyntheticsAssertionJSONPathTarget.md)
Expand All @@ -543,11 +550,14 @@ Class | Method | HTTP request | Description
- [SyntheticsBasicAuth](docs/SyntheticsBasicAuth.md)
- [SyntheticsBrowserError](docs/SyntheticsBrowserError.md)
- [SyntheticsBrowserErrorType](docs/SyntheticsBrowserErrorType.md)
- [SyntheticsBrowserTest](docs/SyntheticsBrowserTest.md)
- [SyntheticsBrowserTestConfig](docs/SyntheticsBrowserTestConfig.md)
- [SyntheticsBrowserTestResultData](docs/SyntheticsBrowserTestResultData.md)
- [SyntheticsBrowserTestResultFull](docs/SyntheticsBrowserTestResultFull.md)
- [SyntheticsBrowserTestResultFullCheck](docs/SyntheticsBrowserTestResultFullCheck.md)
- [SyntheticsBrowserTestResultShort](docs/SyntheticsBrowserTestResultShort.md)
- [SyntheticsBrowserTestResultShortResult](docs/SyntheticsBrowserTestResultShortResult.md)
- [SyntheticsBrowserTestType](docs/SyntheticsBrowserTestType.md)
- [SyntheticsBrowserVariable](docs/SyntheticsBrowserVariable.md)
- [SyntheticsBrowserVariableType](docs/SyntheticsBrowserVariableType.md)
- [SyntheticsCITest](docs/SyntheticsCITest.md)
Expand Down
Loading

0 comments on commit a433575

Please sign in to comment.