Skip to content

Commit b908de0

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit 3b52f9a of spec repo (#814)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent bbd1b5b commit b908de0

17 files changed

+200
-90
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.6.2",
7-
"regenerated": "2022-02-02 08:53:31.870040",
8-
"spec_repo_commit": "d0d1224"
7+
"regenerated": "2022-02-02 15:54:46.685992",
8+
"spec_repo_commit": "3b52f9a"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.2",
12-
"regenerated": "2022-02-02 08:53:32.268788",
13-
"spec_repo_commit": "d0d1224"
12+
"regenerated": "2022-02-02 15:54:47.095880",
13+
"spec_repo_commit": "3b52f9a"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 114 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16095,6 +16095,8 @@ components:
1609516095
global variables for Synthetics.
1609616096
synthetics_private_location_read: The ability to view, search and use
1609716097
in tests the list of private locations available.
16098+
synthetics_private_location_write: The ability to create and delete private
16099+
locations as well as seeing the associated installation guidelines.
1609816100
synthetics_read: The ability to list and view configured Synthetic tests.
1609916101
synthetics_write: The ability to create, edit, and delete Synthetic tests.
1610016102
timeseries_query: The ability to query Timeseries data.
@@ -16699,6 +16701,11 @@ paths:
1669916701
schema:
1670016702
$ref: '#/components/schemas/APIErrorResponse'
1670116703
description: Too many requests
16704+
security:
16705+
- apiKeyAuth: []
16706+
appKeyAuth: []
16707+
- AuthZ:
16708+
- usage_read
1670216709
summary: Get the list of available daily custom reports
1670316710
tags:
1670416711
- Usage Metering
@@ -16744,6 +16751,11 @@ paths:
1674416751
schema:
1674516752
$ref: '#/components/schemas/APIErrorResponse'
1674616753
description: Too many requests
16754+
security:
16755+
- apiKeyAuth: []
16756+
appKeyAuth: []
16757+
- AuthZ:
16758+
- usage_read
1674716759
summary: Get specified daily custom reports
1674816760
tags:
1674916761
- Usage Metering
@@ -18130,6 +18142,10 @@ paths:
1813018142
description: Forbidden
1813118143
'429':
1813218144
$ref: '#/components/responses/TooManyRequestsResponse'
18145+
security:
18146+
- apiKeyAuth: []
18147+
appKeyAuth: []
18148+
- AuthZ: []
1813318149
summary: Get the total number of active hosts
1813418150
tags:
1813518151
- Hosts
@@ -21683,6 +21699,11 @@ paths:
2168321699
description: Monitor Not Found error
2168421700
'429':
2168521701
$ref: '#/components/responses/TooManyRequestsResponse'
21702+
security:
21703+
- apiKeyAuth: []
21704+
appKeyAuth: []
21705+
- AuthZ:
21706+
- monitors_read
2168621707
summary: Get all downtimes for a monitor
2168721708
tags:
2168821709
- Downtimes
@@ -21741,6 +21762,11 @@ paths:
2174121762
schema:
2174221763
$ref: '#/components/schemas/APIErrorResponse'
2174321764
description: Too many requests
21765+
security:
21766+
- apiKeyAuth: []
21767+
appKeyAuth: []
21768+
- AuthZ:
21769+
- usage_read
2174421770
summary: Get the list of available monthly custom reports
2174521771
tags:
2174621772
- Usage Metering
@@ -21792,6 +21818,11 @@ paths:
2179221818
schema:
2179321819
$ref: '#/components/schemas/APIErrorResponse'
2179421820
description: Too many requests
21821+
security:
21822+
- apiKeyAuth: []
21823+
appKeyAuth: []
21824+
- AuthZ:
21825+
- usage_read
2179521826
summary: Get specified monthly custom reports
2179621827
tags:
2179721828
- Usage Metering
@@ -21920,6 +21951,10 @@ paths:
2192021951
description: Authentication Error
2192121952
'429':
2192221953
$ref: '#/components/responses/TooManyRequestsResponse'
21954+
security:
21955+
- apiKeyAuth: []
21956+
appKeyAuth: []
21957+
- AuthZ: []
2192321958
summary: Get all notebooks
2192421959
tags:
2192521960
- Notebooks
@@ -22087,6 +22122,10 @@ paths:
2208722122
description: Not Found
2208822123
'429':
2208922124
$ref: '#/components/responses/TooManyRequestsResponse'
22125+
security:
22126+
- apiKeyAuth: []
22127+
appKeyAuth: []
22128+
- AuthZ: []
2209022129
summary: Get a notebook
2209122130
tags:
2209222131
- Notebooks
@@ -23369,6 +23408,11 @@ paths:
2336923408
description: Batch does not exist.
2337023409
'429':
2337123410
$ref: '#/components/responses/TooManyRequestsResponse'
23411+
security:
23412+
- apiKeyAuth: []
23413+
appKeyAuth: []
23414+
- AuthZ:
23415+
- synthetics_read
2337223416
summary: Get details of batch
2337323417
tags:
2337423418
- Synthetics
@@ -23433,6 +23477,11 @@ paths:
2343323477
description: Private locations are not activated for the user
2343423478
'429':
2343523479
$ref: '#/components/responses/TooManyRequestsResponse'
23480+
security:
23481+
- apiKeyAuth: []
23482+
appKeyAuth: []
23483+
- AuthZ:
23484+
- synthetics_private_location_write
2343623485
summary: Create a private location
2343723486
tags:
2343823487
- Synthetics
@@ -23468,6 +23517,11 @@ paths:
2346823517
- Private location does not exist'
2346923518
'429':
2347023519
$ref: '#/components/responses/TooManyRequestsResponse'
23520+
security:
23521+
- apiKeyAuth: []
23522+
appKeyAuth: []
23523+
- AuthZ:
23524+
- synthetics_private_location_write
2347123525
summary: Delete a private location
2347223526
tags:
2347323527
- Synthetics
@@ -23501,6 +23555,11 @@ paths:
2350123555
- Private location does not exist'
2350223556
'429':
2350323557
$ref: '#/components/responses/TooManyRequestsResponse'
23558+
security:
23559+
- apiKeyAuth: []
23560+
appKeyAuth: []
23561+
- AuthZ:
23562+
- synthetics_private_location_read
2350423563
summary: Get a private location
2350523564
tags:
2350623565
- Synthetics
@@ -23541,6 +23600,11 @@ paths:
2354123600
- Private location does not exist'
2354223601
'429':
2354323602
$ref: '#/components/responses/TooManyRequestsResponse'
23603+
security:
23604+
- apiKeyAuth: []
23605+
appKeyAuth: []
23606+
- AuthZ:
23607+
- synthetics_private_location_write
2354423608
summary: Edit a private location
2354523609
tags:
2354623610
- Synthetics
@@ -24251,6 +24315,11 @@ paths:
2425124315
description: Bad Request
2425224316
'429':
2425324317
$ref: '#/components/responses/TooManyRequestsResponse'
24318+
security:
24319+
- apiKeyAuth: []
24320+
appKeyAuth: []
24321+
- AuthZ:
24322+
- synthetics_write
2425424323
summary: Trigger Synthetics tests
2425524324
tags:
2425624325
- Synthetics
@@ -24291,6 +24360,11 @@ paths:
2429124360
description: JSON format is wrong
2429224361
'429':
2429324362
$ref: '#/components/responses/TooManyRequestsResponse'
24363+
security:
24364+
- apiKeyAuth: []
24365+
appKeyAuth: []
24366+
- AuthZ:
24367+
- synthetics_write
2429424368
summary: Trigger tests from CI/CD pipelines
2429524369
tags:
2429624370
- Synthetics
@@ -24332,6 +24406,11 @@ paths:
2433224406
- Test is not owned by the user'
2433324407
'429':
2433424408
$ref: '#/components/responses/TooManyRequestsResponse'
24409+
security:
24410+
- apiKeyAuth: []
24411+
appKeyAuth: []
24412+
- AuthZ:
24413+
- synthetics_read
2433524414
summary: Get a test configuration
2433624415
tags:
2433724416
- Synthetics
@@ -24578,6 +24657,11 @@ paths:
2457824657
description: Forbidden
2457924658
'429':
2458024659
$ref: '#/components/responses/TooManyRequestsResponse'
24660+
security:
24661+
- apiKeyAuth: []
24662+
appKeyAuth: []
24663+
- AuthZ:
24664+
- synthetics_global_variable_write
2458124665
summary: Create a global variable
2458224666
tags:
2458324667
- Synthetics
@@ -24714,6 +24798,11 @@ paths:
2471424798
description: Forbidden
2471524799
'429':
2471624800
$ref: '#/components/responses/TooManyRequestsResponse'
24801+
security:
24802+
- apiKeyAuth: []
24803+
appKeyAuth: []
24804+
- AuthZ:
24805+
- synthetics_global_variable_write
2471724806
summary: Edit a global variable
2471824807
tags:
2471924808
- Synthetics
@@ -25173,6 +25262,11 @@ paths:
2517325262
schema:
2517425263
$ref: '#/components/schemas/APIErrorResponse'
2517525264
description: Too many requests
25265+
security:
25266+
- apiKeyAuth: []
25267+
appKeyAuth: []
25268+
- AuthZ:
25269+
- usage_read
2517625270
summary: Get hourly usage for audit logs
2517725271
tags:
2517825272
- Usage Metering
@@ -25333,6 +25427,11 @@ paths:
2533325427
schema:
2533425428
$ref: '#/components/schemas/APIErrorResponse'
2533525429
description: Too many requests
25430+
security:
25431+
- apiKeyAuth: []
25432+
appKeyAuth: []
25433+
- AuthZ:
25434+
- usage_read
2533625435
summary: Get hourly usage for CSPM
2533725436
tags:
2533825437
- Usage Metering
@@ -25446,6 +25545,11 @@ paths:
2544625545
schema:
2544725546
$ref: '#/components/schemas/APIErrorResponse'
2544825547
description: Too many requests
25548+
security:
25549+
- apiKeyAuth: []
25550+
appKeyAuth: []
25551+
- AuthZ:
25552+
- usage_read
2544925553
summary: Get hourly usage for Database Monitoring
2545025554
tags:
2545125555
- Usage Metering
@@ -25981,6 +26085,11 @@ paths:
2598126085
schema:
2598226086
$ref: '#/components/schemas/APIErrorResponse'
2598326087
description: Too many requests
26088+
security:
26089+
- apiKeyAuth: []
26090+
appKeyAuth: []
26091+
- AuthZ:
26092+
- usage_read
2598426093
summary: Get hourly logs usage by retention
2598526094
tags:
2598626095
- Usage Metering
@@ -26485,6 +26594,11 @@ paths:
2648526594
schema:
2648626595
$ref: '#/components/schemas/APIErrorResponse'
2648726596
description: Too many requests
26597+
security:
26598+
- apiKeyAuth: []
26599+
appKeyAuth: []
26600+
- AuthZ:
26601+
- usage_read
2648826602
summary: Get hourly usage for Sensitive Data Scanner
2648926603
tags:
2649026604
- Usage Metering

.generator/schemas/v2/openapi.yaml

Lines changed: 1 addition & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -5599,6 +5599,7 @@ components:
55995599
security_monitoring_rules_write: The ability to create and edit Detection
56005600
Rules.
56015601
security_monitoring_signals_read: The ability to view Security Signals.
5602+
usage_read: The ability to view your organization's usage and usage attribution.
56025603
user_access_invite: The ability to invite other users to your organization.
56035604
user_access_manage: The ability to disable users, manage user roles, and
56045605
manage SAML-to-role mappings.
@@ -8731,11 +8732,6 @@ paths:
87318732
$ref: '#/components/responses/NotAuthorizedResponse'
87328733
'429':
87338734
$ref: '#/components/responses/TooManyRequestsResponse'
8734-
security:
8735-
- apiKeyAuth: []
8736-
appKeyAuth: []
8737-
- AuthZ:
8738-
- security_monitoring_cws_agent_rules_read
87398735
summary: Get all Cloud Workload Security Agent rules
87408736
tags:
87418737
- Cloud Workload Security
@@ -8767,11 +8763,6 @@ paths:
87678763
$ref: '#/components/responses/ConflictResponse'
87688764
'429':
87698765
$ref: '#/components/responses/TooManyRequestsResponse'
8770-
security:
8771-
- apiKeyAuth: []
8772-
appKeyAuth: []
8773-
- AuthZ:
8774-
- security_monitoring_cws_agent_rules_write
87758766
summary: Create a Cloud Workload Security Agent rule
87768767
tags:
87778768
- Cloud Workload Security
@@ -8807,11 +8798,6 @@ paths:
88078798
$ref: '#/components/responses/NotFoundResponse'
88088799
'429':
88098800
$ref: '#/components/responses/TooManyRequestsResponse'
8810-
security:
8811-
- apiKeyAuth: []
8812-
appKeyAuth: []
8813-
- AuthZ:
8814-
- security_monitoring_cws_agent_rules_write
88158801
summary: Delete a Cloud Workload Security Agent rule
88168802
tags:
88178803
- Cloud Workload Security
@@ -8836,11 +8822,6 @@ paths:
88368822
$ref: '#/components/responses/NotFoundResponse'
88378823
'429':
88388824
$ref: '#/components/responses/TooManyRequestsResponse'
8839-
security:
8840-
- apiKeyAuth: []
8841-
appKeyAuth: []
8842-
- AuthZ:
8843-
- security_monitoring_cws_agent_rules_read
88448825
summary: Get a Cloud Workload Security Agent rule
88458826
tags:
88468827
- Cloud Workload Security
@@ -8878,11 +8859,6 @@ paths:
88788859
$ref: '#/components/responses/ConcurrentModificationResponse'
88798860
'429':
88808861
$ref: '#/components/responses/TooManyRequestsResponse'
8881-
security:
8882-
- apiKeyAuth: []
8883-
appKeyAuth: []
8884-
- AuthZ:
8885-
- security_monitoring_cws_agent_rules_write
88868862
summary: Update a Cloud Workload Security Agent rule
88878863
tags:
88888864
- Cloud Workload Security

docs/v1/DowntimesApi.md

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)