File tree Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 4
4
"spec_versions": {
5
5
"v1": {
6
6
"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 "
9
9
},
10
10
"v2": {
11
11
"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 "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -21422,6 +21422,7 @@ components:
21422
21422
data_scanner_read: View Data Scanner configurations.
21423
21423
data_scanner_write: Edit Data Scanner configurations.
21424
21424
events_read: Read Events data.
21425
+ hosts_read: List hosts and their attributes.
21425
21426
incident_notification_settings_write: Configure Incidents Notification
21426
21427
settings.
21427
21428
incident_read: View incidents in Datadog.
@@ -23794,7 +23795,8 @@ paths:
23794
23795
security:
23795
23796
- apiKeyAuth: []
23796
23797
appKeyAuth: []
23797
- - AuthZ: []
23798
+ - AuthZ:
23799
+ - hosts_read
23798
23800
summary: Get all hosts for your organization
23799
23801
tags:
23800
23802
- Hosts
@@ -23839,7 +23841,8 @@ paths:
23839
23841
security:
23840
23842
- apiKeyAuth: []
23841
23843
appKeyAuth: []
23842
- - AuthZ: []
23844
+ - AuthZ:
23845
+ - hosts_read
23843
23846
summary: Get the total number of active hosts
23844
23847
tags:
23845
23848
- Hosts
Original file line number Diff line number Diff line change @@ -22743,6 +22743,7 @@ components:
22743
22743
data_scanner_read: View Data Scanner configurations.
22744
22744
data_scanner_write: Edit Data Scanner configurations.
22745
22745
events_read: Read Events data.
22746
+ hosts_read: List hosts and their attributes.
22746
22747
incident_notification_settings_write: Configure Incidents Notification
22747
22748
settings.
22748
22749
incident_read: View incidents in Datadog.
You can’t perform that action at this time.
0 commit comments