datadog_api_client 2.22.0 → 2.23.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.apigentools-info +4 -4
- data/.generator/schemas/v1/openapi.yaml +130 -60
- data/.generator/schemas/v2/openapi.yaml +149 -152
- data/CHANGELOG.md +18 -1
- data/examples/v1/synthetics/CreateSyntheticsAPITest_1487281163.rb +9 -0
- data/examples/v1/synthetics/CreateSyntheticsAPITest_960766374.rb +8 -0
- data/examples/v1/synthetics/UpdateAPITest.rb +8 -0
- data/examples/v2/{cloud-workload-security → csm-threats}/CreateCSMThreatsAgentRule.rb +2 -2
- data/examples/v2/{cloud-workload-security → csm-threats}/CreateCloudWorkloadSecurityAgentRule.rb +2 -2
- data/examples/v2/{cloud-workload-security → csm-threats}/DeleteCSMThreatsAgentRule.rb +1 -1
- data/examples/v2/{cloud-workload-security → csm-threats}/DeleteCloudWorkloadSecurityAgentRule.rb +1 -1
- data/examples/v2/{cloud-workload-security → csm-threats}/DownloadCSMThreatsPolicy.rb +1 -1
- data/examples/v2/{cloud-workload-security → csm-threats}/DownloadCloudWorkloadPolicyFile.rb +1 -1
- data/examples/v2/{cloud-workload-security → csm-threats}/GetCSMThreatsAgentRule.rb +1 -1
- data/examples/v2/{cloud-workload-security → csm-threats}/GetCloudWorkloadSecurityAgentRule.rb +1 -1
- data/examples/v2/{cloud-workload-security → csm-threats}/ListCSMThreatsAgentRules.rb +1 -1
- data/examples/v2/{cloud-workload-security → csm-threats}/ListCloudWorkloadSecurityAgentRules.rb +1 -1
- data/examples/v2/{cloud-workload-security → csm-threats}/UpdateCSMThreatsAgentRule.rb +1 -1
- data/examples/v2/{cloud-workload-security → csm-threats}/UpdateCloudWorkloadSecurityAgentRule.rb +1 -1
- data/examples/v2/roles/CreateRole.rb +14 -2
- data/examples/v2/roles/CreateRole_3862893229.rb +27 -0
- data/examples/v2/security-monitoring/CreateSecurityMonitoringSuppression.rb +1 -1
- data/examples/v2/security-monitoring/CreateSecurityMonitoringSuppression_3192265332.rb +1 -1
- data/lib/datadog_api_client/inflector.rb +6 -1
- data/lib/datadog_api_client/v1/api/authentication_api.rb +1 -1
- data/lib/datadog_api_client/v1/api/aws_integration_api.rb +1 -1
- data/lib/datadog_api_client/v1/api/logs_indexes_api.rb +1 -1
- data/lib/datadog_api_client/v1/api/logs_pipelines_api.rb +3 -3
- data/lib/datadog_api_client/v1/api/usage_metering_api.rb +11 -7
- data/lib/datadog_api_client/v1/api/users_api.rb +1 -1
- data/lib/datadog_api_client/v1/models/hourly_usage_attribution_usage_type.rb +1 -0
- data/lib/datadog_api_client/v1/models/monthly_usage_attribution_supported_metrics.rb +2 -0
- data/lib/datadog_api_client/v1/models/monthly_usage_attribution_values.rb +21 -1
- data/lib/datadog_api_client/v1/models/service_level_objective.rb +2 -1
- data/lib/datadog_api_client/v1/models/service_level_objective_request.rb +2 -1
- data/lib/datadog_api_client/v1/models/slo_history_monitor.rb +7 -1
- data/lib/datadog_api_client/v1/models/slo_history_sli_data.rb +8 -1
- data/lib/datadog_api_client/v1/models/slo_overall_statuses.rb +2 -1
- data/lib/datadog_api_client/v1/models/slo_response_data.rb +2 -1
- data/lib/datadog_api_client/v1/models/slo_threshold.rb +2 -1
- data/lib/datadog_api_client/v1/models/slo_timeframe.rb +2 -1
- data/lib/datadog_api_client/v1/models/synthetics_api_test_config.rb +14 -4
- data/lib/datadog_api_client/v1/models/synthetics_assertion.rb +1 -0
- data/lib/datadog_api_client/v1/models/synthetics_assertion_json_schema_meta_schema.rb +27 -0
- data/lib/datadog_api_client/v1/models/synthetics_assertion_json_schema_operator.rb +26 -0
- data/lib/datadog_api_client/v1/models/synthetics_assertion_json_schema_target.rb +129 -0
- data/lib/datadog_api_client/v1/models/synthetics_assertion_json_schema_target_target.rb +90 -0
- data/lib/datadog_api_client/v1/models/usage_billable_summary_keys.rb +11 -1
- data/lib/datadog_api_client/v2/api/apm_retention_filters_api.rb +2 -2
- data/lib/datadog_api_client/v2/api/authn_mappings_api.rb +2 -2
- data/lib/datadog_api_client/v2/api/case_management_api.rb +17 -16
- data/lib/datadog_api_client/v2/api/cloud_cost_management_api.rb +10 -10
- data/lib/datadog_api_client/v2/api/{cloud_workload_security_api.rb → csm_threats_api.rb} +35 -35
- data/lib/datadog_api_client/v2/api/events_api.rb +1 -1
- data/lib/datadog_api_client/v2/api/ip_allowlist_api.rb +2 -2
- data/lib/datadog_api_client/v2/api/logs_api.rb +1 -1
- data/lib/datadog_api_client/v2/api/logs_archives_api.rb +4 -4
- data/lib/datadog_api_client/v2/api/logs_metrics_api.rb +2 -2
- data/lib/datadog_api_client/v2/api/metrics_api.rb +3 -3
- data/lib/datadog_api_client/v2/api/restriction_policies_api.rb +2 -2
- data/lib/datadog_api_client/v2/api/security_monitoring_api.rb +2 -1
- data/lib/datadog_api_client/v2/api/spans_api.rb +3 -3
- data/lib/datadog_api_client/v2/api/usage_metering_api.rb +10 -1
- data/lib/datadog_api_client/v2/models/logs_query_filter.rb +1 -1
- data/lib/datadog_api_client/v2/models/logs_storage_tier.rb +2 -1
- data/lib/datadog_api_client/v2/models/retention_filter_create_response.rb +80 -0
- data/lib/datadog_api_client/v2/models/retention_filter_response.rb +1 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_standard_rule_response.rb +13 -1
- data/lib/datadog_api_client/v2/models/user_team_included.rb +2 -1
- data/lib/datadog_api_client/version.rb +1 -1
- metadata +21 -15
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3bc932865dc4409ee34b8262c6b0234535566d05b15cb2e93f2b676a1c0674bb
|
|
4
|
+
data.tar.gz: be611d159cc4dfb078d960be3d4df405c85e68883a1c144c3e1591c5cd205ea4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 28e59885dfd0a460a0cf854d50d5b312191fac24cdb1513f324b73eca99b0c1bc3d49740c51b90f2c1edbf50290496ae2afcd00937cffcc1e2fc7cdc9a594f0f
|
|
7
|
+
data.tar.gz: af78fb4c01e9b59ce2d5ae487e4971ad19817513c6f894d226fe65b5202aad901036aea08de3cfa83c2acfcb8b63d151640fa53d8a918390c759f57889416c6d
|
data/.apigentools-info
CHANGED
|
@@ -4,13 +4,13 @@
|
|
|
4
4
|
"spec_versions": {
|
|
5
5
|
"v1": {
|
|
6
6
|
"apigentools_version": "1.6.6",
|
|
7
|
-
"regenerated": "2024-
|
|
8
|
-
"spec_repo_commit": "
|
|
7
|
+
"regenerated": "2024-05-20 18:10:23.565068",
|
|
8
|
+
"spec_repo_commit": "6340fda5"
|
|
9
9
|
},
|
|
10
10
|
"v2": {
|
|
11
11
|
"apigentools_version": "1.6.6",
|
|
12
|
-
"regenerated": "2024-
|
|
13
|
-
"spec_repo_commit": "
|
|
12
|
+
"regenerated": "2024-05-20 18:10:23.583452",
|
|
13
|
+
"spec_repo_commit": "6340fda5"
|
|
14
14
|
}
|
|
15
15
|
}
|
|
16
16
|
}
|
|
@@ -4126,6 +4126,7 @@ components:
|
|
|
4126
4126
|
- lambda_traced_invocations_usage
|
|
4127
4127
|
- logs_indexed_15day_usage
|
|
4128
4128
|
- logs_indexed_180day_usage
|
|
4129
|
+
- logs_indexed_1day_usage
|
|
4129
4130
|
- logs_indexed_30day_usage
|
|
4130
4131
|
- logs_indexed_360day_usage
|
|
4131
4132
|
- logs_indexed_3day_usage
|
|
@@ -4196,6 +4197,7 @@ components:
|
|
|
4196
4197
|
- LAMBDA_TRACED_INVOCATIONS_USAGE
|
|
4197
4198
|
- LOGS_INDEXED_15DAY_USAGE
|
|
4198
4199
|
- LOGS_INDEXED_180DAY_USAGE
|
|
4200
|
+
- LOGS_INDEXED_1DAY_USAGE
|
|
4199
4201
|
- LOGS_INDEXED_30DAY_USAGE
|
|
4200
4202
|
- LOGS_INDEXED_360DAY_USAGE
|
|
4201
4203
|
- LOGS_INDEXED_3DAY_USAGE
|
|
@@ -7900,6 +7902,8 @@ components:
|
|
|
7900
7902
|
- logs_indexed_7day_percentage
|
|
7901
7903
|
- logs_indexed_3day_usage
|
|
7902
7904
|
- logs_indexed_3day_percentage
|
|
7905
|
+
- logs_indexed_1day_usage
|
|
7906
|
+
- logs_indexed_1day_percentage
|
|
7903
7907
|
- rum_replay_sessions_usage
|
|
7904
7908
|
- rum_replay_sessions_percentage
|
|
7905
7909
|
- rum_browser_mobile_sessions_usage
|
|
@@ -8035,6 +8039,8 @@ components:
|
|
|
8035
8039
|
- LOGS_INDEXED_7DAY_PERCENTAGE
|
|
8036
8040
|
- LOGS_INDEXED_3DAY_USAGE
|
|
8037
8041
|
- LOGS_INDEXED_3DAY_PERCENTAGE
|
|
8042
|
+
- LOGS_INDEXED_1DAY_USAGE
|
|
8043
|
+
- LOGS_INDEXED_1DAY_PERCENTAGE
|
|
8038
8044
|
- RUM_REPLAY_SESSIONS_USAGE
|
|
8039
8045
|
- RUM_REPLAY_SESSIONS_PERCENTAGE
|
|
8040
8046
|
- RUM_BROWSER_MOBILE_SESSIONS_USAGE
|
|
@@ -8385,6 +8391,14 @@ components:
|
|
|
8385
8391
|
description: The total Indexed Logs (180-day Retention) usage by tag(s).
|
|
8386
8392
|
format: double
|
|
8387
8393
|
type: number
|
|
8394
|
+
logs_indexed_1day_percentage:
|
|
8395
|
+
description: The percentage of Indexed Logs (1-day Retention) usage by tag(s).
|
|
8396
|
+
format: double
|
|
8397
|
+
type: number
|
|
8398
|
+
logs_indexed_1day_usage:
|
|
8399
|
+
description: The total Indexed Logs (1-day Retention) usage by tag(s).
|
|
8400
|
+
format: double
|
|
8401
|
+
type: number
|
|
8388
8402
|
logs_indexed_30day_percentage:
|
|
8389
8403
|
description: The percentage of Indexed Logs (30-day Retention) usage by
|
|
8390
8404
|
tag(s).
|
|
@@ -10647,9 +10661,24 @@ components:
|
|
|
10647
10661
|
example: name
|
|
10648
10662
|
type: string
|
|
10649
10663
|
history:
|
|
10650
|
-
description:
|
|
10651
|
-
as
|
|
10652
|
-
|
|
10664
|
+
description: 'The state transition history for the monitor. It is represented
|
|
10665
|
+
as
|
|
10666
|
+
|
|
10667
|
+
an array of pairs. Each pair is an array containing the timestamp of the
|
|
10668
|
+
transition
|
|
10669
|
+
|
|
10670
|
+
as an integer in Unix epoch format in the first element, and the state
|
|
10671
|
+
as an integer in the
|
|
10672
|
+
|
|
10673
|
+
second element. An integer value of `0` for state means uptime, `1` means
|
|
10674
|
+
downtime, and `2` means no data.
|
|
10675
|
+
|
|
10676
|
+
Periods of no data are counted either as uptime or downtime depending
|
|
10677
|
+
on monitor settings.
|
|
10678
|
+
|
|
10679
|
+
See [SLO documentatio](https://docs.datadoghq.com/service_management/service_level_objectives/monitor/#missing-data)
|
|
10680
|
+
|
|
10681
|
+
for detailed information.'
|
|
10653
10682
|
example:
|
|
10654
10683
|
- - 1579212382
|
|
10655
10684
|
- 0
|
|
@@ -10829,9 +10858,26 @@ components:
|
|
|
10829
10858
|
example: name
|
|
10830
10859
|
type: string
|
|
10831
10860
|
history:
|
|
10832
|
-
description:
|
|
10833
|
-
|
|
10834
|
-
|
|
10861
|
+
description: 'The state transition history for `monitor` or `time-slice`
|
|
10862
|
+
SLOs. It is represented as
|
|
10863
|
+
|
|
10864
|
+
an array of pairs. Each pair is an array containing the timestamp of the
|
|
10865
|
+
transition
|
|
10866
|
+
|
|
10867
|
+
as an integer in Unix epoch format in the first element, and the state
|
|
10868
|
+
as an integer in the
|
|
10869
|
+
|
|
10870
|
+
second element. An integer value of `0` for state means uptime, `1` means
|
|
10871
|
+
downtime, and `2` means no data.
|
|
10872
|
+
|
|
10873
|
+
Periods of no data count as uptime in time-slice SLOs, while for monitor
|
|
10874
|
+
SLOs, no data is counted
|
|
10875
|
+
|
|
10876
|
+
either as uptime or downtime depending on monitor settings. See
|
|
10877
|
+
|
|
10878
|
+
[SLO documentation](https://docs.datadoghq.com/service_management/service_level_objectives/monitor/#missing-data)
|
|
10879
|
+
|
|
10880
|
+
for detailed information.'
|
|
10835
10881
|
example:
|
|
10836
10882
|
- - 1579212382
|
|
10837
10883
|
- 0
|
|
@@ -11484,7 +11530,10 @@ components:
|
|
|
11484
11530
|
- time_slice
|
|
11485
11531
|
type: object
|
|
11486
11532
|
SLOTimeframe:
|
|
11487
|
-
description: The SLO time window options.
|
|
11533
|
+
description: 'The SLO time window options. Note that "custom" is not a valid
|
|
11534
|
+
option for creating
|
|
11535
|
+
|
|
11536
|
+
or updating SLOs. It is only used when querying SLO history over custom timeframes.'
|
|
11488
11537
|
enum:
|
|
11489
11538
|
- 7d
|
|
11490
11539
|
- 30d
|
|
@@ -13446,6 +13495,10 @@ components:
|
|
|
13446
13495
|
items:
|
|
13447
13496
|
$ref: '#/components/schemas/SyntheticsAPIStep'
|
|
13448
13497
|
type: array
|
|
13498
|
+
variablesFromScript:
|
|
13499
|
+
description: Variables defined from JavaScript code.
|
|
13500
|
+
example: dd.variable.set("FOO", "foo")
|
|
13501
|
+
type: string
|
|
13449
13502
|
type: object
|
|
13450
13503
|
SyntheticsAPITestResultData:
|
|
13451
13504
|
description: Object containing results for your Synthetic API test.
|
|
@@ -13623,6 +13676,7 @@ components:
|
|
|
13623
13676
|
oneOf:
|
|
13624
13677
|
- $ref: '#/components/schemas/SyntheticsAssertionTarget'
|
|
13625
13678
|
- $ref: '#/components/schemas/SyntheticsAssertionJSONPathTarget'
|
|
13679
|
+
- $ref: '#/components/schemas/SyntheticsAssertionJSONSchemaTarget'
|
|
13626
13680
|
- $ref: '#/components/schemas/SyntheticsAssertionXPathTarget'
|
|
13627
13681
|
SyntheticsAssertionJSONPathOperator:
|
|
13628
13682
|
description: Assertion operator to apply.
|
|
@@ -13660,6 +13714,45 @@ components:
|
|
|
13660
13714
|
targetValue:
|
|
13661
13715
|
description: The path target value to compare to.
|
|
13662
13716
|
type: object
|
|
13717
|
+
SyntheticsAssertionJSONSchemaMetaSchema:
|
|
13718
|
+
description: The JSON Schema meta-schema version used in the assertion.
|
|
13719
|
+
enum:
|
|
13720
|
+
- draft-07
|
|
13721
|
+
- draft-06
|
|
13722
|
+
type: string
|
|
13723
|
+
x-enum-varnames:
|
|
13724
|
+
- DRAFT_07
|
|
13725
|
+
- DRAFT_06
|
|
13726
|
+
SyntheticsAssertionJSONSchemaOperator:
|
|
13727
|
+
description: Assertion operator to apply.
|
|
13728
|
+
enum:
|
|
13729
|
+
- validatesJSONSchema
|
|
13730
|
+
example: validatesJSONSchema
|
|
13731
|
+
type: string
|
|
13732
|
+
x-enum-varnames:
|
|
13733
|
+
- VALIDATES_JSON_SCHEMA
|
|
13734
|
+
SyntheticsAssertionJSONSchemaTarget:
|
|
13735
|
+
description: An assertion for the `validatesJSONSchema` operator.
|
|
13736
|
+
properties:
|
|
13737
|
+
operator:
|
|
13738
|
+
$ref: '#/components/schemas/SyntheticsAssertionJSONSchemaOperator'
|
|
13739
|
+
target:
|
|
13740
|
+
$ref: '#/components/schemas/SyntheticsAssertionJSONSchemaTargetTarget'
|
|
13741
|
+
type:
|
|
13742
|
+
$ref: '#/components/schemas/SyntheticsAssertionType'
|
|
13743
|
+
required:
|
|
13744
|
+
- type
|
|
13745
|
+
- operator
|
|
13746
|
+
type: object
|
|
13747
|
+
SyntheticsAssertionJSONSchemaTargetTarget:
|
|
13748
|
+
description: Composed target for `validatesJSONSchema` operator.
|
|
13749
|
+
properties:
|
|
13750
|
+
jsonSchema:
|
|
13751
|
+
description: The JSON Schema to assert.
|
|
13752
|
+
type: string
|
|
13753
|
+
metaSchema:
|
|
13754
|
+
$ref: '#/components/schemas/SyntheticsAssertionJSONSchemaMetaSchema'
|
|
13755
|
+
type: object
|
|
13663
13756
|
SyntheticsAssertionOperator:
|
|
13664
13757
|
description: Assertion operator to apply.
|
|
13665
13758
|
enum:
|
|
@@ -17145,6 +17238,8 @@ components:
|
|
|
17145
17238
|
$ref: '#/components/schemas/UsageBillableSummaryBody'
|
|
17146
17239
|
logs_indexed_180day_sum:
|
|
17147
17240
|
$ref: '#/components/schemas/UsageBillableSummaryBody'
|
|
17241
|
+
logs_indexed_1day_sum:
|
|
17242
|
+
$ref: '#/components/schemas/UsageBillableSummaryBody'
|
|
17148
17243
|
logs_indexed_30day_sum:
|
|
17149
17244
|
$ref: '#/components/schemas/UsageBillableSummaryBody'
|
|
17150
17245
|
logs_indexed_360day_sum:
|
|
@@ -21341,18 +21436,28 @@ components:
|
|
|
21341
21436
|
authorizationCode:
|
|
21342
21437
|
authorizationUrl: /oauth2/v1/authorize
|
|
21343
21438
|
scopes:
|
|
21439
|
+
apm_read: Read and query APM and Trace Analytics.
|
|
21344
21440
|
apm_service_catalog_read: View service catalog and service definitions.
|
|
21345
21441
|
apm_service_catalog_write: Add, modify, and delete service catalog definitions
|
|
21346
21442
|
when those definitions are maintained by Datadog.
|
|
21347
21443
|
ci_visibility_pipelines_write: Create CI Visibility pipeline spans using
|
|
21348
21444
|
the API.
|
|
21349
21445
|
ci_visibility_read: View CI Visibility.
|
|
21446
|
+
cloud_cost_management_read: View Cloud Cost pages. This does not restrict
|
|
21447
|
+
access to the cloud cost data source in dashboards and notebooks.
|
|
21448
|
+
cloud_cost_management_write: Configure cloud cost accounts and global
|
|
21449
|
+
customizations.
|
|
21450
|
+
continuous_profiler_pgo_read: Read and query Continuous Profiler data
|
|
21451
|
+
for Profile-Guided Optimization (PGO).
|
|
21350
21452
|
create_webhooks: Create webhooks integrations.
|
|
21351
21453
|
dashboards_public_share: Generate public and authenticated links to share
|
|
21352
21454
|
dashboards or embeddable graphs externally.
|
|
21353
21455
|
dashboards_read: View dashboards.
|
|
21354
21456
|
dashboards_write: Create and change dashboards.
|
|
21457
|
+
data_scanner_read: View Data Scanner configurations.
|
|
21458
|
+
data_scanner_write: Edit Data Scanner configurations.
|
|
21355
21459
|
events_read: Read Events data.
|
|
21460
|
+
hosts_read: List hosts and their attributes.
|
|
21356
21461
|
incident_notification_settings_write: Configure Incidents Notification
|
|
21357
21462
|
settings.
|
|
21358
21463
|
incident_read: View incidents in Datadog.
|
|
@@ -21360,10 +21465,15 @@ components:
|
|
|
21360
21465
|
incident_write: Create, view, and manage incidents in Datadog.
|
|
21361
21466
|
metrics_read: View custom metrics.
|
|
21362
21467
|
monitors_downtime: Set downtimes to suppress alerts from any monitor in
|
|
21363
|
-
an organization. Mute and unmute
|
|
21468
|
+
an organization. Mute and unmute monitors. The ability to write monitors
|
|
21364
21469
|
is not required to set downtimes.
|
|
21365
21470
|
monitors_read: View monitors.
|
|
21366
21471
|
monitors_write: Edit and delete individual monitors.
|
|
21472
|
+
org_management: Edit org configurations, including authentication and
|
|
21473
|
+
certain security preferences such as configuring SAML, renaming an org,
|
|
21474
|
+
configuring allowed login methods, creating child orgs, subscribing
|
|
21475
|
+
& unsubscribing from apps in the marketplace, and enabling & disabling
|
|
21476
|
+
Remote Configuration for the entire organization.
|
|
21367
21477
|
security_monitoring_filters_read: Read Security Filters.
|
|
21368
21478
|
security_monitoring_filters_write: Create, edit, and delete Security Filters.
|
|
21369
21479
|
security_monitoring_findings_read: View CSPM Findings.
|
|
@@ -21958,11 +22068,6 @@ paths:
|
|
|
21958
22068
|
schema:
|
|
21959
22069
|
$ref: '#/components/schemas/APIErrorResponse'
|
|
21960
22070
|
description: Too many requests
|
|
21961
|
-
security:
|
|
21962
|
-
- apiKeyAuth: []
|
|
21963
|
-
appKeyAuth: []
|
|
21964
|
-
- AuthZ:
|
|
21965
|
-
- usage_read
|
|
21966
22071
|
summary: Get the list of available daily custom reports
|
|
21967
22072
|
tags:
|
|
21968
22073
|
- Usage Metering
|
|
@@ -22008,11 +22113,6 @@ paths:
|
|
|
22008
22113
|
schema:
|
|
22009
22114
|
$ref: '#/components/schemas/APIErrorResponse'
|
|
22010
22115
|
description: Too many requests
|
|
22011
|
-
security:
|
|
22012
|
-
- apiKeyAuth: []
|
|
22013
|
-
appKeyAuth: []
|
|
22014
|
-
- AuthZ:
|
|
22015
|
-
- usage_read
|
|
22016
22116
|
summary: Get specified daily custom reports
|
|
22017
22117
|
tags:
|
|
22018
22118
|
- Usage Metering
|
|
@@ -23730,7 +23830,8 @@ paths:
|
|
|
23730
23830
|
security:
|
|
23731
23831
|
- apiKeyAuth: []
|
|
23732
23832
|
appKeyAuth: []
|
|
23733
|
-
- AuthZ:
|
|
23833
|
+
- AuthZ:
|
|
23834
|
+
- hosts_read
|
|
23734
23835
|
summary: Get all hosts for your organization
|
|
23735
23836
|
tags:
|
|
23736
23837
|
- Hosts
|
|
@@ -23775,7 +23876,8 @@ paths:
|
|
|
23775
23876
|
security:
|
|
23776
23877
|
- apiKeyAuth: []
|
|
23777
23878
|
appKeyAuth: []
|
|
23778
|
-
- AuthZ:
|
|
23879
|
+
- AuthZ:
|
|
23880
|
+
- hosts_read
|
|
23779
23881
|
summary: Get the total number of active hosts
|
|
23780
23882
|
tags:
|
|
23781
23883
|
- Hosts
|
|
@@ -24070,10 +24172,6 @@ paths:
|
|
|
24070
24172
|
description: Authentication Error
|
|
24071
24173
|
'429':
|
|
24072
24174
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
24073
|
-
security:
|
|
24074
|
-
- apiKeyAuth: []
|
|
24075
|
-
appKeyAuth: []
|
|
24076
|
-
- AuthZ: []
|
|
24077
24175
|
summary: Get all Amazon EventBridge sources
|
|
24078
24176
|
tags:
|
|
24079
24177
|
- AWS Integration
|
|
@@ -25621,10 +25719,6 @@ paths:
|
|
|
25621
25719
|
description: Forbidden
|
|
25622
25720
|
'429':
|
|
25623
25721
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
25624
|
-
security:
|
|
25625
|
-
- apiKeyAuth: []
|
|
25626
|
-
appKeyAuth: []
|
|
25627
|
-
- AuthZ: []
|
|
25628
25722
|
summary: Get indexes order
|
|
25629
25723
|
tags:
|
|
25630
25724
|
- Logs Indexes
|
|
@@ -25836,10 +25930,6 @@ paths:
|
|
|
25836
25930
|
description: Forbidden
|
|
25837
25931
|
'429':
|
|
25838
25932
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
25839
|
-
security:
|
|
25840
|
-
- apiKeyAuth: []
|
|
25841
|
-
appKeyAuth: []
|
|
25842
|
-
- AuthZ: []
|
|
25843
25933
|
summary: Get pipeline order
|
|
25844
25934
|
tags:
|
|
25845
25935
|
- Logs Pipelines
|
|
@@ -25915,10 +26005,6 @@ paths:
|
|
|
25915
26005
|
description: Forbidden
|
|
25916
26006
|
'429':
|
|
25917
26007
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
25918
|
-
security:
|
|
25919
|
-
- apiKeyAuth: []
|
|
25920
|
-
appKeyAuth: []
|
|
25921
|
-
- AuthZ: []
|
|
25922
26008
|
summary: Get all pipelines
|
|
25923
26009
|
tags:
|
|
25924
26010
|
- Logs Pipelines
|
|
@@ -26023,10 +26109,6 @@ paths:
|
|
|
26023
26109
|
description: Forbidden
|
|
26024
26110
|
'429':
|
|
26025
26111
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
26026
|
-
security:
|
|
26027
|
-
- apiKeyAuth: []
|
|
26028
|
-
appKeyAuth: []
|
|
26029
|
-
- AuthZ: []
|
|
26030
26112
|
summary: Get a pipeline
|
|
26031
26113
|
tags:
|
|
26032
26114
|
- Logs Pipelines
|
|
@@ -27360,11 +27442,6 @@ paths:
|
|
|
27360
27442
|
schema:
|
|
27361
27443
|
$ref: '#/components/schemas/APIErrorResponse'
|
|
27362
27444
|
description: Too many requests
|
|
27363
|
-
security:
|
|
27364
|
-
- apiKeyAuth: []
|
|
27365
|
-
appKeyAuth: []
|
|
27366
|
-
- AuthZ:
|
|
27367
|
-
- usage_read
|
|
27368
27445
|
summary: Get the list of available monthly custom reports
|
|
27369
27446
|
tags:
|
|
27370
27447
|
- Usage Metering
|
|
@@ -27416,11 +27493,6 @@ paths:
|
|
|
27416
27493
|
schema:
|
|
27417
27494
|
$ref: '#/components/schemas/APIErrorResponse'
|
|
27418
27495
|
description: Too many requests
|
|
27419
|
-
security:
|
|
27420
|
-
- apiKeyAuth: []
|
|
27421
|
-
appKeyAuth: []
|
|
27422
|
-
- AuthZ:
|
|
27423
|
-
- usage_read
|
|
27424
27496
|
summary: Get specified monthly custom reports
|
|
27425
27497
|
tags:
|
|
27426
27498
|
- Usage Metering
|
|
@@ -30954,7 +31026,10 @@ paths:
|
|
|
30954
31026
|
- Usage Metering
|
|
30955
31027
|
/api/v1/usage/billable-summary:
|
|
30956
31028
|
get:
|
|
30957
|
-
description: Get billable usage across your account.
|
|
31029
|
+
description: 'Get billable usage across your account.
|
|
31030
|
+
|
|
31031
|
+
|
|
31032
|
+
This endpoint is only accessible for [parent-level organizations](https://docs.datadoghq.com/account_management/multi_organization/).'
|
|
30958
31033
|
operationId: GetUsageBillableSummary
|
|
30959
31034
|
parameters:
|
|
30960
31035
|
- description: 'Datetime in ISO-8601 format, UTC, precise to month: `[YYYY-MM]`
|
|
@@ -32485,7 +32560,10 @@ paths:
|
|
|
32485
32560
|
- Usage Metering
|
|
32486
32561
|
/api/v1/usage/summary:
|
|
32487
32562
|
get:
|
|
32488
|
-
description: Get all usage across your account.
|
|
32563
|
+
description: 'Get all usage across your account.
|
|
32564
|
+
|
|
32565
|
+
|
|
32566
|
+
This endpoint is only accessible for [parent-level organizations](https://docs.datadoghq.com/account_management/multi_organization/).'
|
|
32489
32567
|
operationId: GetUsageSummary
|
|
32490
32568
|
parameters:
|
|
32491
32569
|
- description: 'Datetime in ISO-8601 format, UTC, precise to month: `[YYYY-MM]`
|
|
@@ -32937,11 +33015,6 @@ paths:
|
|
|
32937
33015
|
description: Conflict
|
|
32938
33016
|
'429':
|
|
32939
33017
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
32940
|
-
security:
|
|
32941
|
-
- apiKeyAuth: []
|
|
32942
|
-
appKeyAuth: []
|
|
32943
|
-
- AuthZ:
|
|
32944
|
-
- user_access_invite
|
|
32945
33018
|
summary: Create a user
|
|
32946
33019
|
tags:
|
|
32947
33020
|
- Users
|
|
@@ -33105,7 +33178,6 @@ paths:
|
|
|
33105
33178
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
33106
33179
|
security:
|
|
33107
33180
|
- apiKeyAuth: []
|
|
33108
|
-
- AuthZ: []
|
|
33109
33181
|
summary: Validate API key
|
|
33110
33182
|
tags:
|
|
33111
33183
|
- Authentication
|
|
@@ -33564,8 +33636,6 @@ tags:
|
|
|
33564
33636
|
|
|
33565
33637
|
This API is available to all Pro and Enterprise customers.
|
|
33566
33638
|
|
|
33567
|
-
Usage is only accessible for [parent-level organizations](https://docs.datadoghq.com/account_management/multi_organization/).
|
|
33568
|
-
|
|
33569
33639
|
|
|
33570
33640
|
**Note**: Usage data is delayed by up to 72 hours from when it was incurred.
|
|
33571
33641
|
|