Skip to content

Commit 4488b8f

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Sync OpenAPI specification with backend (#1962)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 861335a commit 4488b8f

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
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.6",
7-
"regenerated": "2024-05-03 14:26:40.806541",
8-
"spec_repo_commit": "27a03d2c"
7+
"regenerated": "2024-05-09 08:09:01.830466",
8+
"spec_repo_commit": "f983a01b"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-05-03 14:26:40.833815",
13-
"spec_repo_commit": "27a03d2c"
12+
"regenerated": "2024-05-09 08:09:01.849873",
13+
"spec_repo_commit": "f983a01b"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21422,6 +21422,7 @@ components:
2142221422
data_scanner_read: View Data Scanner configurations.
2142321423
data_scanner_write: Edit Data Scanner configurations.
2142421424
events_read: Read Events data.
21425+
hosts_read: List hosts and their attributes.
2142521426
incident_notification_settings_write: Configure Incidents Notification
2142621427
settings.
2142721428
incident_read: View incidents in Datadog.
@@ -23794,7 +23795,8 @@ paths:
2379423795
security:
2379523796
- apiKeyAuth: []
2379623797
appKeyAuth: []
23797-
- AuthZ: []
23798+
- AuthZ:
23799+
- hosts_read
2379823800
summary: Get all hosts for your organization
2379923801
tags:
2380023802
- Hosts
@@ -23839,7 +23841,8 @@ paths:
2383923841
security:
2384023842
- apiKeyAuth: []
2384123843
appKeyAuth: []
23842-
- AuthZ: []
23844+
- AuthZ:
23845+
- hosts_read
2384323846
summary: Get the total number of active hosts
2384423847
tags:
2384523848
- Hosts

.generator/schemas/v2/openapi.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22743,6 +22743,7 @@ components:
2274322743
data_scanner_read: View Data Scanner configurations.
2274422744
data_scanner_write: Edit Data Scanner configurations.
2274522745
events_read: Read Events data.
22746+
hosts_read: List hosts and their attributes.
2274622747
incident_notification_settings_write: Configure Incidents Notification
2274722748
settings.
2274822749
incident_read: View incidents in Datadog.

0 commit comments

Comments
 (0)