datadog_api_client 2.21.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 +308 -695
- data/.generator/schemas/v2/openapi.yaml +664 -185
- data/.github/workflows/prepare_release.yml +2 -2
- data/.github/workflows/publish.yml +2 -2
- data/.github/workflows/release.yml +2 -2
- data/.github/workflows/test.yml +1 -1
- data/CHANGELOG.md +41 -0
- data/Gemfile +1 -1
- data/examples/v1/aws-integration/CreateAWSAccount.rb +1 -1
- data/examples/v1/aws-integration/CreateNewAWSExternalID.rb +1 -0
- data/examples/v1/aws-integration/UpdateAWSAccount.rb +1 -1
- data/examples/v1/synthetics/CreateSyntheticsAPITest_1241981394.rb +118 -0
- 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/v1/synthetics/UpdateBrowserTest.rb +3 -0
- data/examples/v2/apm-retention-filters/UpdateApmRetentionFilter.rb +2 -2
- data/examples/v2/authn-mappings/CreateAuthNMapping.rb +1 -1
- data/examples/v2/authn-mappings/UpdateAuthNMapping.rb +1 -1
- 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/gcp-integration/CreateGCPSTSAccount.rb +1 -1
- data/examples/v2/gcp-integration/CreateGCPSTSAccount_109518525.rb +1 -1
- data/examples/v2/gcp-integration/CreateGCPSTSAccount_130557025.rb +1 -1
- data/examples/v2/gcp-integration/CreateGCPSTSAccount_194782945.rb +1 -1
- data/examples/v2/gcp-integration/CreateGCPSTSAccount_2597004741.rb +1 -1
- data/examples/v2/gcp-integration/CreateGCPSTSAccount_4235664992.rb +1 -1
- data/examples/v2/gcp-integration/UpdateGCPSTSAccount.rb +1 -1
- data/examples/v2/gcp-integration/UpdateGCPSTSAccount_2241994060.rb +1 -1
- data/examples/v2/gcp-integration/UpdateGCPSTSAccount_3205636354.rb +1 -1
- data/examples/v2/logs-custom-destinations/UpdateLogsCustomDestination.rb +4 -0
- data/examples/v2/metrics/QueryScalarData_3112571352.rb +2 -2
- data/examples/v2/metrics/QueryTimeseriesData_301142940.rb +3 -3
- 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 +19 -0
- data/examples/v2/security-monitoring/ValidateSecurityMonitoringRule.rb +42 -0
- data/examples/v2/service-definition/CreateOrUpdateServiceDefinitions.rb +4 -0
- data/examples/v2/service-level-objectives/CreateSLOReportJob.rb +20 -0
- data/examples/v2/service-level-objectives/GetSLOReport.rb +8 -0
- data/examples/v2/service-level-objectives/GetSLOReportJobStatus.rb +11 -0
- data/lib/datadog_api_client/configuration.rb +3 -0
- data/lib/datadog_api_client/inflector.rb +26 -8
- 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 +112 -135
- data/lib/datadog_api_client/v1/api/users_api.rb +1 -1
- data/lib/datadog_api_client/v1/models/aws_account.rb +12 -2
- data/lib/datadog_api_client/v1/models/hourly_usage_attribution_usage_type.rb +3 -0
- data/lib/datadog_api_client/v1/models/monitor_options.rb +4 -1
- data/lib/datadog_api_client/v1/models/monthly_usage_attribution_supported_metrics.rb +6 -0
- data/lib/datadog_api_client/v1/models/monthly_usage_attribution_values.rb +61 -1
- data/lib/datadog_api_client/v1/models/series.rb +1 -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_time_slice_condition.rb +14 -2
- data/lib/datadog_api_client/v1/models/slo_time_slice_interval.rb +29 -0
- data/lib/datadog_api_client/v1/models/slo_time_slice_spec.rb +1 -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/{usage_attribution_metadata.rb → synthetics_assertion_json_schema_target_target.rb} +19 -21
- data/lib/datadog_api_client/v1/models/synthetics_test_request.rb +13 -1
- data/lib/datadog_api_client/v1/models/synthetics_test_request_body_file.rb +175 -0
- data/lib/datadog_api_client/v1/models/synthetics_test_request_body_type.rb +2 -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 +8 -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 +4 -4
- data/lib/datadog_api_client/v2/api/restriction_policies_api.rb +2 -2
- data/lib/datadog_api_client/v2/api/security_monitoring_api.rb +69 -1
- data/lib/datadog_api_client/v2/api/service_level_objectives_api.rb +245 -0
- data/lib/datadog_api_client/v2/api/spans_api.rb +3 -3
- data/lib/datadog_api_client/v2/api/usage_metering_api.rb +22 -4
- data/lib/datadog_api_client/v2/models/authn_mapping_create_data.rb +1 -1
- data/lib/datadog_api_client/v2/models/authn_mapping_create_relationships.rb +37 -54
- data/lib/datadog_api_client/v2/models/authn_mapping_included.rb +2 -1
- data/lib/datadog_api_client/v2/models/authn_mapping_relationship_to_role.rb +98 -0
- data/lib/datadog_api_client/v2/models/authn_mapping_relationship_to_team.rb +98 -0
- data/lib/datadog_api_client/v2/models/authn_mapping_relationships.rb +14 -4
- data/lib/datadog_api_client/v2/models/authn_mapping_team.rb +100 -0
- data/lib/datadog_api_client/v2/models/authn_mapping_team_attributes.rb +212 -0
- data/lib/datadog_api_client/v2/models/authn_mapping_update_data.rb +1 -1
- data/lib/datadog_api_client/v2/models/authn_mapping_update_relationships.rb +37 -54
- data/lib/datadog_api_client/v2/models/custom_destination_type.rb +1 -1
- data/lib/datadog_api_client/v2/models/dora_deployment_request_attributes.rb +1 -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/metric_series.rb +1 -1
- data/lib/datadog_api_client/v2/models/relationship_to_team.rb +80 -0
- data/lib/datadog_api_client/{v1/models/usage_attribution_response.rb → v2/models/relationship_to_team_data.rb} +21 -23
- 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/retention_filter_update_attributes.rb +183 -0
- data/lib/datadog_api_client/v2/models/retention_filter_update_data.rb +1 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_update_payload.rb +1 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_rule_create_payload.rb +1 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_rule_response.rb +1 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_standard_rule_create_payload.rb +1 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_standard_rule_response.rb +14 -2
- data/lib/datadog_api_client/v2/models/security_monitoring_suppression_attributes.rb +11 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_suppression_create_attributes.rb +13 -14
- data/lib/datadog_api_client/v2/models/security_monitoring_suppression_update_attributes.rb +11 -1
- data/lib/datadog_api_client/v2/models/service_definition_v2_dot2.rb +13 -1
- data/lib/datadog_api_client/v2/models/slo_report_create_request.rb +98 -0
- data/lib/datadog_api_client/v2/models/slo_report_create_request_attributes.rb +160 -0
- data/lib/datadog_api_client/{v1/models/usage_attribution_pagination.rb → v2/models/slo_report_create_request_data.rb} +29 -51
- data/lib/datadog_api_client/v2/models/slo_report_interval.rb +27 -0
- data/lib/datadog_api_client/v2/models/slo_report_post_response.rb +80 -0
- data/lib/datadog_api_client/v2/models/slo_report_post_response_data.rb +90 -0
- data/lib/datadog_api_client/v2/models/slo_report_status.rb +29 -0
- data/lib/datadog_api_client/v2/models/slo_report_status_get_response.rb +80 -0
- data/lib/datadog_api_client/v2/models/slo_report_status_get_response_attributes.rb +80 -0
- data/lib/datadog_api_client/v2/models/slo_report_status_get_response_data.rb +100 -0
- data/lib/datadog_api_client/v2/models/timeseries_response_series.rb +8 -0
- data/lib/datadog_api_client/v2/models/user_team_included.rb +2 -1
- data/lib/datadog_api_client/v2/models/user_teams_response.rb +13 -1
- data/lib/datadog_api_client/version.rb +1 -1
- metadata +70 -46
- data/examples/v1/usage-metering/GetUsageAttribution.rb +0 -9
- data/lib/datadog_api_client/v1/models/usage_attribution_body.rb +0 -152
- data/lib/datadog_api_client/v1/models/usage_attribution_sort.rb +0 -63
- data/lib/datadog_api_client/v1/models/usage_attribution_supported_metrics.rb +0 -74
- data/lib/datadog_api_client/v1/models/usage_attribution_values.rb +0 -590
|
@@ -411,6 +411,13 @@ components:
|
|
|
411
411
|
required: true
|
|
412
412
|
schema:
|
|
413
413
|
type: string
|
|
414
|
+
ReportID:
|
|
415
|
+
description: The ID of the report job.
|
|
416
|
+
in: path
|
|
417
|
+
name: report_id
|
|
418
|
+
required: true
|
|
419
|
+
schema:
|
|
420
|
+
type: string
|
|
414
421
|
ResourceID:
|
|
415
422
|
description: 'Identifier, formatted as `type:id`. Supported types: `connection`,
|
|
416
423
|
`dashboard`, `notebook`, `security-rule`, `slo`.'
|
|
@@ -1325,11 +1332,10 @@ components:
|
|
|
1325
1332
|
- type
|
|
1326
1333
|
type: object
|
|
1327
1334
|
AuthNMappingCreateRelationships:
|
|
1328
|
-
description: Relationship of AuthN Mapping create object to Role.
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
type: object
|
|
1335
|
+
description: Relationship of AuthN Mapping create object to a Role or Team.
|
|
1336
|
+
oneOf:
|
|
1337
|
+
- $ref: '#/components/schemas/AuthNMappingRelationshipToRole'
|
|
1338
|
+
- $ref: '#/components/schemas/AuthNMappingRelationshipToTeam'
|
|
1333
1339
|
AuthNMappingCreateRequest:
|
|
1334
1340
|
description: Request for creating an AuthN Mapping.
|
|
1335
1341
|
properties:
|
|
@@ -1343,6 +1349,23 @@ components:
|
|
|
1343
1349
|
oneOf:
|
|
1344
1350
|
- $ref: '#/components/schemas/SAMLAssertionAttribute'
|
|
1345
1351
|
- $ref: '#/components/schemas/Role'
|
|
1352
|
+
- $ref: '#/components/schemas/AuthNMappingTeam'
|
|
1353
|
+
AuthNMappingRelationshipToRole:
|
|
1354
|
+
description: Relationship of AuthN Mapping to a Role.
|
|
1355
|
+
properties:
|
|
1356
|
+
role:
|
|
1357
|
+
$ref: '#/components/schemas/RelationshipToRole'
|
|
1358
|
+
required:
|
|
1359
|
+
- role
|
|
1360
|
+
type: object
|
|
1361
|
+
AuthNMappingRelationshipToTeam:
|
|
1362
|
+
description: Relationship of AuthN Mapping to a Team.
|
|
1363
|
+
properties:
|
|
1364
|
+
team:
|
|
1365
|
+
$ref: '#/components/schemas/RelationshipToTeam'
|
|
1366
|
+
required:
|
|
1367
|
+
- team
|
|
1368
|
+
type: object
|
|
1346
1369
|
AuthNMappingRelationships:
|
|
1347
1370
|
description: All relationships associated with AuthN Mapping.
|
|
1348
1371
|
properties:
|
|
@@ -1350,6 +1373,8 @@ components:
|
|
|
1350
1373
|
$ref: '#/components/schemas/RelationshipToRole'
|
|
1351
1374
|
saml_assertion_attribute:
|
|
1352
1375
|
$ref: '#/components/schemas/RelationshipToSAMLAssertionAttribute'
|
|
1376
|
+
team:
|
|
1377
|
+
$ref: '#/components/schemas/RelationshipToTeam'
|
|
1353
1378
|
type: object
|
|
1354
1379
|
AuthNMappingResponse:
|
|
1355
1380
|
description: AuthN Mapping response from the API.
|
|
@@ -1362,6 +1387,60 @@ components:
|
|
|
1362
1387
|
$ref: '#/components/schemas/AuthNMappingIncluded'
|
|
1363
1388
|
type: array
|
|
1364
1389
|
type: object
|
|
1390
|
+
AuthNMappingTeam:
|
|
1391
|
+
description: Team.
|
|
1392
|
+
properties:
|
|
1393
|
+
attributes:
|
|
1394
|
+
$ref: '#/components/schemas/AuthNMappingTeamAttributes'
|
|
1395
|
+
id:
|
|
1396
|
+
description: The ID of the Team.
|
|
1397
|
+
example: f9bb8444-af7f-11ec-ac2c-da7ad0900001
|
|
1398
|
+
type: string
|
|
1399
|
+
type:
|
|
1400
|
+
$ref: '#/components/schemas/TeamType'
|
|
1401
|
+
type: object
|
|
1402
|
+
AuthNMappingTeamAttributes:
|
|
1403
|
+
description: Team attributes.
|
|
1404
|
+
properties:
|
|
1405
|
+
avatar:
|
|
1406
|
+
description: Unicode representation of the avatar for the team, limited
|
|
1407
|
+
to a single grapheme
|
|
1408
|
+
example: "\U0001F951"
|
|
1409
|
+
nullable: true
|
|
1410
|
+
type: string
|
|
1411
|
+
banner:
|
|
1412
|
+
description: Banner selection for the team
|
|
1413
|
+
format: int64
|
|
1414
|
+
nullable: true
|
|
1415
|
+
type: integer
|
|
1416
|
+
handle:
|
|
1417
|
+
description: The team's identifier
|
|
1418
|
+
example: example-team
|
|
1419
|
+
maxLength: 195
|
|
1420
|
+
type: string
|
|
1421
|
+
link_count:
|
|
1422
|
+
description: The number of links belonging to the team
|
|
1423
|
+
format: int32
|
|
1424
|
+
maximum: 2147483647
|
|
1425
|
+
readOnly: true
|
|
1426
|
+
type: integer
|
|
1427
|
+
name:
|
|
1428
|
+
description: The name of the team
|
|
1429
|
+
example: Example Team
|
|
1430
|
+
maxLength: 200
|
|
1431
|
+
type: string
|
|
1432
|
+
summary:
|
|
1433
|
+
description: A brief summary of the team, derived from the `description`
|
|
1434
|
+
maxLength: 120
|
|
1435
|
+
nullable: true
|
|
1436
|
+
type: string
|
|
1437
|
+
user_count:
|
|
1438
|
+
description: The number of users belonging to the team
|
|
1439
|
+
format: int32
|
|
1440
|
+
maximum: 2147483647
|
|
1441
|
+
readOnly: true
|
|
1442
|
+
type: integer
|
|
1443
|
+
type: object
|
|
1365
1444
|
AuthNMappingUpdateAttributes:
|
|
1366
1445
|
description: Key/Value pair of attributes used for update request.
|
|
1367
1446
|
properties:
|
|
@@ -1394,11 +1473,10 @@ components:
|
|
|
1394
1473
|
- type
|
|
1395
1474
|
type: object
|
|
1396
1475
|
AuthNMappingUpdateRelationships:
|
|
1397
|
-
description: Relationship of AuthN Mapping update object to Role.
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
type: object
|
|
1476
|
+
description: Relationship of AuthN Mapping update object to a Role or Team.
|
|
1477
|
+
oneOf:
|
|
1478
|
+
- $ref: '#/components/schemas/AuthNMappingRelationshipToRole'
|
|
1479
|
+
- $ref: '#/components/schemas/AuthNMappingRelationshipToTeam'
|
|
1402
1480
|
AuthNMappingUpdateRequest:
|
|
1403
1481
|
description: Request to update an AuthN Mapping.
|
|
1404
1482
|
properties:
|
|
@@ -5885,7 +5963,7 @@ components:
|
|
|
5885
5963
|
example: custom_destination
|
|
5886
5964
|
type: string
|
|
5887
5965
|
x-enum-varnames:
|
|
5888
|
-
-
|
|
5966
|
+
- CUSTOM_DESTINATION
|
|
5889
5967
|
CustomDestinationUpdateRequest:
|
|
5890
5968
|
description: The custom destination.
|
|
5891
5969
|
properties:
|
|
@@ -5980,7 +6058,7 @@ components:
|
|
|
5980
6058
|
type: string
|
|
5981
6059
|
finished_at:
|
|
5982
6060
|
description: Unix timestamp in nanoseconds when the deployment finished.
|
|
5983
|
-
It should not be older than
|
|
6061
|
+
It should not be older than 1 hour.
|
|
5984
6062
|
example: 1693491984000000000
|
|
5985
6063
|
format: int64
|
|
5986
6064
|
type: integer
|
|
@@ -11658,15 +11736,17 @@ components:
|
|
|
11658
11736
|
- DESCENDING
|
|
11659
11737
|
LogsStorageTier:
|
|
11660
11738
|
default: indexes
|
|
11661
|
-
description: Specifies storage type as indexes
|
|
11739
|
+
description: Specifies storage type as indexes, online-archives or flex
|
|
11662
11740
|
enum:
|
|
11663
11741
|
- indexes
|
|
11664
11742
|
- online-archives
|
|
11743
|
+
- flex
|
|
11665
11744
|
example: indexes
|
|
11666
11745
|
type: string
|
|
11667
11746
|
x-enum-varnames:
|
|
11668
11747
|
- INDEXES
|
|
11669
11748
|
- ONLINE_ARCHIVES
|
|
11749
|
+
- FLEX
|
|
11670
11750
|
LogsWarning:
|
|
11671
11751
|
description: A warning message indicating something that went wrong with the
|
|
11672
11752
|
query
|
|
@@ -12444,7 +12524,7 @@ components:
|
|
|
12444
12524
|
properties:
|
|
12445
12525
|
interval:
|
|
12446
12526
|
description: If the type of the metric is rate or count, define the corresponding
|
|
12447
|
-
interval.
|
|
12527
|
+
interval in seconds.
|
|
12448
12528
|
example: 20
|
|
12449
12529
|
format: int64
|
|
12450
12530
|
type: integer
|
|
@@ -15667,6 +15747,22 @@ components:
|
|
|
15667
15747
|
- id
|
|
15668
15748
|
- type
|
|
15669
15749
|
type: object
|
|
15750
|
+
RelationshipToTeam:
|
|
15751
|
+
description: Relationship to team.
|
|
15752
|
+
properties:
|
|
15753
|
+
data:
|
|
15754
|
+
$ref: '#/components/schemas/RelationshipToTeamData'
|
|
15755
|
+
type: object
|
|
15756
|
+
RelationshipToTeamData:
|
|
15757
|
+
description: Relationship to Team object.
|
|
15758
|
+
properties:
|
|
15759
|
+
id:
|
|
15760
|
+
description: The unique identifier of the team.
|
|
15761
|
+
example: f9bb8444-af7f-11ec-ac2c-da7ad0900001
|
|
15762
|
+
type: string
|
|
15763
|
+
type:
|
|
15764
|
+
$ref: '#/components/schemas/TeamType'
|
|
15765
|
+
type: object
|
|
15670
15766
|
RelationshipToTeamLinkData:
|
|
15671
15767
|
description: Relationship between a link and a team
|
|
15672
15768
|
properties:
|
|
@@ -15978,6 +16074,7 @@ components:
|
|
|
15978
16074
|
- spans-sampling-processor
|
|
15979
16075
|
- spans-errors-sampling-processor
|
|
15980
16076
|
- spans-appsec-sampling-processor
|
|
16077
|
+
example: spans-sampling-processor
|
|
15981
16078
|
type: string
|
|
15982
16079
|
x-enum-varnames:
|
|
15983
16080
|
- SPANS_SAMPLING_PROCESSOR
|
|
@@ -16079,12 +16176,18 @@ components:
|
|
|
16079
16176
|
required:
|
|
16080
16177
|
- data
|
|
16081
16178
|
type: object
|
|
16082
|
-
|
|
16179
|
+
RetentionFilterCreateResponse:
|
|
16083
16180
|
description: The retention filters definition.
|
|
16084
16181
|
properties:
|
|
16085
16182
|
data:
|
|
16086
16183
|
$ref: '#/components/schemas/RetentionFilter'
|
|
16087
16184
|
type: object
|
|
16185
|
+
RetentionFilterResponse:
|
|
16186
|
+
description: The retention filters definition.
|
|
16187
|
+
properties:
|
|
16188
|
+
data:
|
|
16189
|
+
$ref: '#/components/schemas/RetentionFilterAll'
|
|
16190
|
+
type: object
|
|
16088
16191
|
RetentionFilterType:
|
|
16089
16192
|
default: spans-sampling-processor
|
|
16090
16193
|
description: The type of retention filter. The value should always be spans-sampling-processor.
|
|
@@ -16094,11 +16197,42 @@ components:
|
|
|
16094
16197
|
type: string
|
|
16095
16198
|
x-enum-varnames:
|
|
16096
16199
|
- SPANS_SAMPLING_PROCESSOR
|
|
16200
|
+
RetentionFilterUpdateAttributes:
|
|
16201
|
+
description: The object describing the configuration of the retention filter
|
|
16202
|
+
to create/update.
|
|
16203
|
+
properties:
|
|
16204
|
+
enabled:
|
|
16205
|
+
description: Enable/Disable the retention filter.
|
|
16206
|
+
example: true
|
|
16207
|
+
type: boolean
|
|
16208
|
+
filter:
|
|
16209
|
+
$ref: '#/components/schemas/SpansFilterCreate'
|
|
16210
|
+
filter_type:
|
|
16211
|
+
$ref: '#/components/schemas/RetentionFilterAllType'
|
|
16212
|
+
name:
|
|
16213
|
+
description: The name of the retention filter.
|
|
16214
|
+
example: my retention filter
|
|
16215
|
+
type: string
|
|
16216
|
+
rate:
|
|
16217
|
+
description: 'Sample rate to apply to spans going through this retention
|
|
16218
|
+
filter,
|
|
16219
|
+
|
|
16220
|
+
a value of 1.0 keeps all spans matching the query.'
|
|
16221
|
+
example: 1.0
|
|
16222
|
+
format: double
|
|
16223
|
+
type: number
|
|
16224
|
+
required:
|
|
16225
|
+
- name
|
|
16226
|
+
- filter
|
|
16227
|
+
- enabled
|
|
16228
|
+
- filter_type
|
|
16229
|
+
- rate
|
|
16230
|
+
type: object
|
|
16097
16231
|
RetentionFilterUpdateData:
|
|
16098
16232
|
description: The body of the retention filter to be updated.
|
|
16099
16233
|
properties:
|
|
16100
16234
|
attributes:
|
|
16101
|
-
$ref: '#/components/schemas/
|
|
16235
|
+
$ref: '#/components/schemas/RetentionFilterUpdateAttributes'
|
|
16102
16236
|
id:
|
|
16103
16237
|
description: The ID of the retention filter.
|
|
16104
16238
|
example: retention-filter-id
|
|
@@ -16487,6 +16621,74 @@ components:
|
|
|
16487
16621
|
type: string
|
|
16488
16622
|
x-enum-varnames:
|
|
16489
16623
|
- SAML_ASSERTION_ATTRIBUTES
|
|
16624
|
+
SLOReportInterval:
|
|
16625
|
+
description: The frequency at which report data is to be generated.
|
|
16626
|
+
enum:
|
|
16627
|
+
- weekly
|
|
16628
|
+
- monthly
|
|
16629
|
+
example: weekly
|
|
16630
|
+
type: string
|
|
16631
|
+
x-enum-varnames:
|
|
16632
|
+
- WEEKLY
|
|
16633
|
+
- MONTHLY
|
|
16634
|
+
SLOReportPostResponse:
|
|
16635
|
+
description: The SLO report response.
|
|
16636
|
+
properties:
|
|
16637
|
+
data:
|
|
16638
|
+
$ref: '#/components/schemas/SLOReportPostResponseData'
|
|
16639
|
+
type: object
|
|
16640
|
+
SLOReportPostResponseData:
|
|
16641
|
+
description: The data portion of the SLO report response.
|
|
16642
|
+
properties:
|
|
16643
|
+
id:
|
|
16644
|
+
description: The ID of the report job.
|
|
16645
|
+
example: dc8d92aa-e0af-11ee-af21-1feeaccaa3a3
|
|
16646
|
+
type: string
|
|
16647
|
+
type:
|
|
16648
|
+
description: The type of ID.
|
|
16649
|
+
example: report_id
|
|
16650
|
+
type: string
|
|
16651
|
+
type: object
|
|
16652
|
+
SLOReportStatus:
|
|
16653
|
+
description: The status of the SLO report job.
|
|
16654
|
+
enum:
|
|
16655
|
+
- in_progress
|
|
16656
|
+
- completed
|
|
16657
|
+
- completed_with_errors
|
|
16658
|
+
- failed
|
|
16659
|
+
example: completed
|
|
16660
|
+
type: string
|
|
16661
|
+
x-enum-varnames:
|
|
16662
|
+
- IN_PROGRESS
|
|
16663
|
+
- COMPLETED
|
|
16664
|
+
- COMPLETED_WITH_ERRORS
|
|
16665
|
+
- FAILED
|
|
16666
|
+
SLOReportStatusGetResponse:
|
|
16667
|
+
description: The SLO report status response.
|
|
16668
|
+
properties:
|
|
16669
|
+
data:
|
|
16670
|
+
$ref: '#/components/schemas/SLOReportStatusGetResponseData'
|
|
16671
|
+
type: object
|
|
16672
|
+
SLOReportStatusGetResponseAttributes:
|
|
16673
|
+
description: The attributes portion of the SLO report status response.
|
|
16674
|
+
properties:
|
|
16675
|
+
status:
|
|
16676
|
+
$ref: '#/components/schemas/SLOReportStatus'
|
|
16677
|
+
type: object
|
|
16678
|
+
SLOReportStatusGetResponseData:
|
|
16679
|
+
description: The data portion of the SLO report status response.
|
|
16680
|
+
properties:
|
|
16681
|
+
attributes:
|
|
16682
|
+
$ref: '#/components/schemas/SLOReportStatusGetResponseAttributes'
|
|
16683
|
+
id:
|
|
16684
|
+
description: The ID of the report job.
|
|
16685
|
+
example: dc8d92aa-e0af-11ee-af21-1feeaccaa3a3
|
|
16686
|
+
type: string
|
|
16687
|
+
type:
|
|
16688
|
+
description: The type of ID.
|
|
16689
|
+
example: report_id
|
|
16690
|
+
type: string
|
|
16691
|
+
type: object
|
|
16490
16692
|
ScalarColumn:
|
|
16491
16693
|
description: A single column in a scalar query response.
|
|
16492
16694
|
oneOf:
|
|
@@ -17283,7 +17485,8 @@ components:
|
|
|
17283
17485
|
$ref: '#/components/schemas/CloudConfigurationRuleComplianceSignalOptions'
|
|
17284
17486
|
filters:
|
|
17285
17487
|
description: Additional queries to filter matched events before they are
|
|
17286
|
-
processed.
|
|
17488
|
+
processed. This field is deprecated for log detection, signal correlation,
|
|
17489
|
+
and workload security rules.
|
|
17287
17490
|
items:
|
|
17288
17491
|
$ref: '#/components/schemas/SecurityMonitoringFilter'
|
|
17289
17492
|
type: array
|
|
@@ -17531,7 +17734,8 @@ components:
|
|
|
17531
17734
|
type: array
|
|
17532
17735
|
filters:
|
|
17533
17736
|
description: Additional queries to filter matched events before they are
|
|
17534
|
-
processed.
|
|
17737
|
+
processed. This field is deprecated for log detection, signal correlation,
|
|
17738
|
+
and workload security rules.
|
|
17535
17739
|
items:
|
|
17536
17740
|
$ref: '#/components/schemas/SecurityMonitoringFilter'
|
|
17537
17741
|
type: array
|
|
@@ -17633,7 +17837,8 @@ components:
|
|
|
17633
17837
|
type: integer
|
|
17634
17838
|
filters:
|
|
17635
17839
|
description: Additional queries to filter matched events before they are
|
|
17636
|
-
processed.
|
|
17840
|
+
processed. This field is deprecated for log detection, signal correlation,
|
|
17841
|
+
and workload security rules.
|
|
17637
17842
|
items:
|
|
17638
17843
|
$ref: '#/components/schemas/SecurityMonitoringFilter'
|
|
17639
17844
|
type: array
|
|
@@ -17912,7 +18117,8 @@ components:
|
|
|
17912
18117
|
type: array
|
|
17913
18118
|
filters:
|
|
17914
18119
|
description: Additional queries to filter matched events before they are
|
|
17915
|
-
processed.
|
|
18120
|
+
processed. This field is deprecated for log detection, signal correlation,
|
|
18121
|
+
and workload security rules.
|
|
17916
18122
|
items:
|
|
17917
18123
|
$ref: '#/components/schemas/SecurityMonitoringFilter'
|
|
17918
18124
|
type: array
|
|
@@ -18033,13 +18239,22 @@ components:
|
|
|
18033
18239
|
description: User ID of the user who created the rule.
|
|
18034
18240
|
format: int64
|
|
18035
18241
|
type: integer
|
|
18242
|
+
defaultTags:
|
|
18243
|
+
description: Default Tags for default rules (included in tags)
|
|
18244
|
+
example:
|
|
18245
|
+
- security:attacks
|
|
18246
|
+
items:
|
|
18247
|
+
description: Default Tag.
|
|
18248
|
+
type: string
|
|
18249
|
+
type: array
|
|
18036
18250
|
deprecationDate:
|
|
18037
18251
|
description: When the rule will be deprecated, timestamp in milliseconds.
|
|
18038
18252
|
format: int64
|
|
18039
18253
|
type: integer
|
|
18040
18254
|
filters:
|
|
18041
18255
|
description: Additional queries to filter matched events before they are
|
|
18042
|
-
processed.
|
|
18256
|
+
processed. This field is deprecated for log detection, signal correlation,
|
|
18257
|
+
and workload security rules.
|
|
18043
18258
|
items:
|
|
18044
18259
|
$ref: '#/components/schemas/SecurityMonitoringFilter'
|
|
18045
18260
|
type: array
|
|
@@ -18115,6 +18330,13 @@ components:
|
|
|
18115
18330
|
type: integer
|
|
18116
18331
|
creator:
|
|
18117
18332
|
$ref: '#/components/schemas/SecurityMonitoringUser'
|
|
18333
|
+
data_exclusion_query:
|
|
18334
|
+
description: An exclusion query on the input data of the security rules,
|
|
18335
|
+
which could be logs, Agent events, or other types of data based on the
|
|
18336
|
+
security rule. Events matching this query are ignored by any detection
|
|
18337
|
+
rules referenced in the suppression rule.
|
|
18338
|
+
example: source:cloudtrail account_id:12345
|
|
18339
|
+
type: string
|
|
18118
18340
|
description:
|
|
18119
18341
|
description: A description for the suppression rule.
|
|
18120
18342
|
example: This rule suppresses low-severity signals in staging environments.
|
|
@@ -18163,6 +18385,13 @@ components:
|
|
|
18163
18385
|
description: Object containing the attributes of the suppression rule to be
|
|
18164
18386
|
created.
|
|
18165
18387
|
properties:
|
|
18388
|
+
data_exclusion_query:
|
|
18389
|
+
description: An exclusion query on the input data of the security rules,
|
|
18390
|
+
which could be logs, Agent events, or other types of data based on the
|
|
18391
|
+
security rule. Events matching this query are ignored by any detection
|
|
18392
|
+
rules referenced in the suppression rule.
|
|
18393
|
+
example: source:cloudtrail account_id:12345
|
|
18394
|
+
type: string
|
|
18166
18395
|
description:
|
|
18167
18396
|
description: A description for the suppression rule.
|
|
18168
18397
|
example: This rule suppresses low-severity signals in staging environments.
|
|
@@ -18188,15 +18417,14 @@ components:
|
|
|
18188
18417
|
type: string
|
|
18189
18418
|
suppression_query:
|
|
18190
18419
|
description: The suppression query of the suppression rule. If a signal
|
|
18191
|
-
matches this query, it is suppressed and is not triggered
|
|
18192
|
-
as the queries to search signals in the
|
|
18420
|
+
matches this query, it is suppressed and is not triggered. It uses the
|
|
18421
|
+
same syntax as the queries to search signals in the Signals Explorer.
|
|
18193
18422
|
example: env:staging status:low
|
|
18194
18423
|
type: string
|
|
18195
18424
|
required:
|
|
18196
18425
|
- name
|
|
18197
18426
|
- enabled
|
|
18198
18427
|
- rule_query
|
|
18199
|
-
- suppression_query
|
|
18200
18428
|
type: object
|
|
18201
18429
|
SecurityMonitoringSuppressionCreateData:
|
|
18202
18430
|
description: Object for a single suppression rule.
|
|
@@ -18240,6 +18468,13 @@ components:
|
|
|
18240
18468
|
SecurityMonitoringSuppressionUpdateAttributes:
|
|
18241
18469
|
description: The suppression rule properties to be updated.
|
|
18242
18470
|
properties:
|
|
18471
|
+
data_exclusion_query:
|
|
18472
|
+
description: An exclusion query on the input data of the security rules,
|
|
18473
|
+
which could be logs, Agent events, or other types of data based on the
|
|
18474
|
+
security rule. Events matching this query are ignored by any detection
|
|
18475
|
+
rules referenced in the suppression rule.
|
|
18476
|
+
example: source:cloudtrail account_id:12345
|
|
18477
|
+
type: string
|
|
18243
18478
|
description:
|
|
18244
18479
|
description: A description for the suppression rule.
|
|
18245
18480
|
example: This rule suppresses low-severity signals in staging environments.
|
|
@@ -19683,6 +19918,14 @@ components:
|
|
|
19683
19918
|
feature, which the service is a part of.
|
|
19684
19919
|
example: my-app
|
|
19685
19920
|
type: string
|
|
19921
|
+
ci-pipeline-fingerprints:
|
|
19922
|
+
description: A set of CI fingerprints.
|
|
19923
|
+
example:
|
|
19924
|
+
- j88xdEy0J5lc
|
|
19925
|
+
- eZ7LMljCk8vo
|
|
19926
|
+
items:
|
|
19927
|
+
type: string
|
|
19928
|
+
type: array
|
|
19686
19929
|
contacts:
|
|
19687
19930
|
description: A list of contacts related to the services.
|
|
19688
19931
|
items:
|
|
@@ -20116,6 +20359,53 @@ components:
|
|
|
20116
20359
|
- channel_name
|
|
20117
20360
|
- redirect_url
|
|
20118
20361
|
type: object
|
|
20362
|
+
SloReportCreateRequest:
|
|
20363
|
+
description: The SLO report request body.
|
|
20364
|
+
properties:
|
|
20365
|
+
data:
|
|
20366
|
+
$ref: '#/components/schemas/SloReportCreateRequestData'
|
|
20367
|
+
required:
|
|
20368
|
+
- data
|
|
20369
|
+
type: object
|
|
20370
|
+
SloReportCreateRequestAttributes:
|
|
20371
|
+
description: The attributes portion of the SLO report request.
|
|
20372
|
+
properties:
|
|
20373
|
+
from_ts:
|
|
20374
|
+
description: The `from` timestamp for the report in epoch seconds.
|
|
20375
|
+
example: 1690901870
|
|
20376
|
+
format: int64
|
|
20377
|
+
type: integer
|
|
20378
|
+
interval:
|
|
20379
|
+
$ref: '#/components/schemas/SLOReportInterval'
|
|
20380
|
+
query:
|
|
20381
|
+
description: The query string used to filter SLO results. Some examples
|
|
20382
|
+
of queries include `service:<service-name>` and `slo-name`.
|
|
20383
|
+
example: slo_type:metric
|
|
20384
|
+
type: string
|
|
20385
|
+
timezone:
|
|
20386
|
+
description: The timezone used to determine the start and end of each interval.
|
|
20387
|
+
For example, weekly intervals start at 12am on Sunday in the specified
|
|
20388
|
+
timezone.
|
|
20389
|
+
example: America/New_York
|
|
20390
|
+
type: string
|
|
20391
|
+
to_ts:
|
|
20392
|
+
description: The `to` timestamp for the report in epoch seconds.
|
|
20393
|
+
example: 1706803070
|
|
20394
|
+
format: int64
|
|
20395
|
+
type: integer
|
|
20396
|
+
required:
|
|
20397
|
+
- query
|
|
20398
|
+
- from_ts
|
|
20399
|
+
- to_ts
|
|
20400
|
+
type: object
|
|
20401
|
+
SloReportCreateRequestData:
|
|
20402
|
+
description: The data portion of the SLO report request.
|
|
20403
|
+
properties:
|
|
20404
|
+
attributes:
|
|
20405
|
+
$ref: '#/components/schemas/SloReportCreateRequestAttributes'
|
|
20406
|
+
required:
|
|
20407
|
+
- attributes
|
|
20408
|
+
type: object
|
|
20119
20409
|
SortDirection:
|
|
20120
20410
|
default: desc
|
|
20121
20411
|
description: The direction to sort by.
|
|
@@ -21734,6 +22024,7 @@ components:
|
|
|
21734
22024
|
If the second element is not present, the API returns null.'
|
|
21735
22025
|
items:
|
|
21736
22026
|
$ref: '#/components/schemas/Unit'
|
|
22027
|
+
nullable: true
|
|
21737
22028
|
type: array
|
|
21738
22029
|
type: object
|
|
21739
22030
|
TimeseriesResponseSeriesList:
|
|
@@ -22191,6 +22482,7 @@ components:
|
|
|
22191
22482
|
description: Included resources related to the team membership
|
|
22192
22483
|
oneOf:
|
|
22193
22484
|
- $ref: '#/components/schemas/User'
|
|
22485
|
+
- $ref: '#/components/schemas/Team'
|
|
22194
22486
|
UserTeamPermission:
|
|
22195
22487
|
description: A user's permissions for a given team
|
|
22196
22488
|
properties:
|
|
@@ -22312,6 +22604,11 @@ components:
|
|
|
22312
22604
|
items:
|
|
22313
22605
|
$ref: '#/components/schemas/UserTeam'
|
|
22314
22606
|
type: array
|
|
22607
|
+
included:
|
|
22608
|
+
description: Resources related to the team memberships
|
|
22609
|
+
items:
|
|
22610
|
+
$ref: '#/components/schemas/UserTeamIncluded'
|
|
22611
|
+
type: array
|
|
22315
22612
|
links:
|
|
22316
22613
|
$ref: '#/components/schemas/TeamsResponseLinks'
|
|
22317
22614
|
meta:
|
|
@@ -22435,20 +22732,28 @@ components:
|
|
|
22435
22732
|
authorizationCode:
|
|
22436
22733
|
authorizationUrl: /oauth2/v1/authorize
|
|
22437
22734
|
scopes:
|
|
22735
|
+
apm_read: Read and query APM and Trace Analytics.
|
|
22438
22736
|
apm_service_catalog_read: View service catalog and service definitions.
|
|
22439
22737
|
apm_service_catalog_write: Add, modify, and delete service catalog definitions
|
|
22440
22738
|
when those definitions are maintained by Datadog.
|
|
22441
|
-
cases_read: Read all cases data.
|
|
22442
|
-
cases_write: Create, update and delete cases data.
|
|
22443
22739
|
ci_visibility_pipelines_write: Create CI Visibility pipeline spans using
|
|
22444
22740
|
the API.
|
|
22445
22741
|
ci_visibility_read: View CI Visibility.
|
|
22742
|
+
cloud_cost_management_read: View Cloud Cost pages. This does not restrict
|
|
22743
|
+
access to the cloud cost data source in dashboards and notebooks.
|
|
22744
|
+
cloud_cost_management_write: Configure cloud cost accounts and global
|
|
22745
|
+
customizations.
|
|
22746
|
+
continuous_profiler_pgo_read: Read and query Continuous Profiler data
|
|
22747
|
+
for Profile-Guided Optimization (PGO).
|
|
22446
22748
|
create_webhooks: Create webhooks integrations.
|
|
22447
22749
|
dashboards_public_share: Generate public and authenticated links to share
|
|
22448
22750
|
dashboards or embeddable graphs externally.
|
|
22449
22751
|
dashboards_read: View dashboards.
|
|
22450
22752
|
dashboards_write: Create and change dashboards.
|
|
22753
|
+
data_scanner_read: View Data Scanner configurations.
|
|
22754
|
+
data_scanner_write: Edit Data Scanner configurations.
|
|
22451
22755
|
events_read: Read Events data.
|
|
22756
|
+
hosts_read: List hosts and their attributes.
|
|
22452
22757
|
incident_notification_settings_write: Configure Incidents Notification
|
|
22453
22758
|
settings.
|
|
22454
22759
|
incident_read: View incidents in Datadog.
|
|
@@ -22456,10 +22761,15 @@ components:
|
|
|
22456
22761
|
incident_write: Create, view, and manage incidents in Datadog.
|
|
22457
22762
|
metrics_read: View custom metrics.
|
|
22458
22763
|
monitors_downtime: Set downtimes to suppress alerts from any monitor in
|
|
22459
|
-
an organization. Mute and unmute
|
|
22764
|
+
an organization. Mute and unmute monitors. The ability to write monitors
|
|
22460
22765
|
is not required to set downtimes.
|
|
22461
22766
|
monitors_read: View monitors.
|
|
22462
22767
|
monitors_write: Edit and delete individual monitors.
|
|
22768
|
+
org_management: Edit org configurations, including authentication and
|
|
22769
|
+
certain security preferences such as configuring SAML, renaming an org,
|
|
22770
|
+
configuring allowed login methods, creating child orgs, subscribing
|
|
22771
|
+
& unsubscribing from apps in the marketplace, and enabling & disabling
|
|
22772
|
+
Remote Configuration for the entire organization.
|
|
22463
22773
|
security_monitoring_filters_read: Read Security Filters.
|
|
22464
22774
|
security_monitoring_filters_write: Create, edit, and delete Security Filters.
|
|
22465
22775
|
security_monitoring_findings_read: View CSPM Findings.
|
|
@@ -23023,7 +23333,11 @@ paths:
|
|
|
23023
23333
|
post:
|
|
23024
23334
|
description: 'Create a retention filter to index spans in your organization.
|
|
23025
23335
|
|
|
23026
|
-
Returns the retention filter definition when the request is successful.
|
|
23336
|
+
Returns the retention filter definition when the request is successful.
|
|
23337
|
+
|
|
23338
|
+
|
|
23339
|
+
Default filters with types spans-errors-sampling-processor and spans-appsec-sampling-processor
|
|
23340
|
+
cannot be created.'
|
|
23027
23341
|
operationId: CreateApmRetentionFilter
|
|
23028
23342
|
requestBody:
|
|
23029
23343
|
content:
|
|
@@ -23037,7 +23351,7 @@ paths:
|
|
|
23037
23351
|
content:
|
|
23038
23352
|
application/json:
|
|
23039
23353
|
schema:
|
|
23040
|
-
$ref: '#/components/schemas/
|
|
23354
|
+
$ref: '#/components/schemas/RetentionFilterCreateResponse'
|
|
23041
23355
|
description: OK
|
|
23042
23356
|
'400':
|
|
23043
23357
|
$ref: '#/components/responses/BadRequestResponse'
|
|
@@ -23077,7 +23391,11 @@ paths:
|
|
|
23077
23391
|
x-codegen-request-body-name: body
|
|
23078
23392
|
/api/v2/apm/config/retention-filters/{filter_id}:
|
|
23079
23393
|
delete:
|
|
23080
|
-
description: Delete a specific retention filter from your organization.
|
|
23394
|
+
description: 'Delete a specific retention filter from your organization.
|
|
23395
|
+
|
|
23396
|
+
|
|
23397
|
+
Default filters with types spans-errors-sampling-processor and spans-appsec-sampling-processor
|
|
23398
|
+
cannot be deleted.'
|
|
23081
23399
|
operationId: DeleteApmRetentionFilter
|
|
23082
23400
|
parameters:
|
|
23083
23401
|
- $ref: '#/components/parameters/RetentionFilterIdParam'
|
|
@@ -23115,7 +23433,11 @@ paths:
|
|
|
23115
23433
|
tags:
|
|
23116
23434
|
- APM Retention Filters
|
|
23117
23435
|
put:
|
|
23118
|
-
description: Update a retention filter from your organization.
|
|
23436
|
+
description: 'Update a retention filter from your organization.
|
|
23437
|
+
|
|
23438
|
+
|
|
23439
|
+
Default filters (filters with types spans-errors-sampling-processor and spans-appsec-sampling-processor)
|
|
23440
|
+
cannot be renamed or removed.'
|
|
23119
23441
|
operationId: UpdateApmRetentionFilter
|
|
23120
23442
|
parameters:
|
|
23121
23443
|
- $ref: '#/components/parameters/RetentionFilterIdParam'
|
|
@@ -23448,10 +23770,6 @@ paths:
|
|
|
23448
23770
|
description: Authentication Error
|
|
23449
23771
|
'429':
|
|
23450
23772
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
23451
|
-
security:
|
|
23452
|
-
- apiKeyAuth: []
|
|
23453
|
-
appKeyAuth: []
|
|
23454
|
-
- AuthZ: []
|
|
23455
23773
|
summary: List all AuthN Mappings
|
|
23456
23774
|
tags:
|
|
23457
23775
|
- AuthN Mappings
|
|
@@ -23492,11 +23810,6 @@ paths:
|
|
|
23492
23810
|
description: Not Found
|
|
23493
23811
|
'429':
|
|
23494
23812
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
23495
|
-
security:
|
|
23496
|
-
- apiKeyAuth: []
|
|
23497
|
-
appKeyAuth: []
|
|
23498
|
-
- AuthZ:
|
|
23499
|
-
- user_access_manage
|
|
23500
23813
|
summary: Create an AuthN Mapping
|
|
23501
23814
|
tags:
|
|
23502
23815
|
- AuthN Mappings
|
|
@@ -23634,7 +23947,7 @@ paths:
|
|
|
23634
23947
|
operationId: SearchCases
|
|
23635
23948
|
parameters:
|
|
23636
23949
|
- $ref: '#/components/parameters/PageSize'
|
|
23637
|
-
- $ref: '#/components/parameters/
|
|
23950
|
+
- $ref: '#/components/parameters/PageNumber'
|
|
23638
23951
|
- $ref: '#/components/parameters/CaseSortableFieldParameter'
|
|
23639
23952
|
- description: Search query
|
|
23640
23953
|
in: query
|
|
@@ -23667,17 +23980,12 @@ paths:
|
|
|
23667
23980
|
$ref: '#/components/responses/NotFoundResponse'
|
|
23668
23981
|
'429':
|
|
23669
23982
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
23670
|
-
security:
|
|
23671
|
-
- apiKeyAuth: []
|
|
23672
|
-
appKeyAuth: []
|
|
23673
|
-
- AuthZ:
|
|
23674
|
-
- cases_read
|
|
23675
23983
|
summary: Search cases
|
|
23676
23984
|
tags:
|
|
23677
23985
|
- Case Management
|
|
23678
23986
|
x-pagination:
|
|
23679
23987
|
limitParam: page[size]
|
|
23680
|
-
|
|
23988
|
+
pageParam: page[number]
|
|
23681
23989
|
resultsPath: data
|
|
23682
23990
|
post:
|
|
23683
23991
|
description: Create a Case
|
|
@@ -23706,11 +24014,6 @@ paths:
|
|
|
23706
24014
|
$ref: '#/components/responses/NotFoundResponse'
|
|
23707
24015
|
'429':
|
|
23708
24016
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
23709
|
-
security:
|
|
23710
|
-
- apiKeyAuth: []
|
|
23711
|
-
appKeyAuth: []
|
|
23712
|
-
- AuthZ:
|
|
23713
|
-
- cases_write
|
|
23714
24017
|
summary: Create a case
|
|
23715
24018
|
tags:
|
|
23716
24019
|
- Case Management
|
|
@@ -23735,11 +24038,6 @@ paths:
|
|
|
23735
24038
|
$ref: '#/components/responses/NotFoundResponse'
|
|
23736
24039
|
'429':
|
|
23737
24040
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
23738
|
-
security:
|
|
23739
|
-
- apiKeyAuth: []
|
|
23740
|
-
appKeyAuth: []
|
|
23741
|
-
- AuthZ:
|
|
23742
|
-
- cases_read
|
|
23743
24041
|
summary: Get all projects
|
|
23744
24042
|
tags:
|
|
23745
24043
|
- Case Management
|
|
@@ -23770,11 +24068,6 @@ paths:
|
|
|
23770
24068
|
$ref: '#/components/responses/NotFoundResponse'
|
|
23771
24069
|
'429':
|
|
23772
24070
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
23773
|
-
security:
|
|
23774
|
-
- apiKeyAuth: []
|
|
23775
|
-
appKeyAuth: []
|
|
23776
|
-
- AuthZ:
|
|
23777
|
-
- cases_write
|
|
23778
24071
|
summary: Create a project
|
|
23779
24072
|
tags:
|
|
23780
24073
|
- Case Management
|
|
@@ -23797,11 +24090,6 @@ paths:
|
|
|
23797
24090
|
description: API error response
|
|
23798
24091
|
'429':
|
|
23799
24092
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
23800
|
-
security:
|
|
23801
|
-
- apiKeyAuth: []
|
|
23802
|
-
appKeyAuth: []
|
|
23803
|
-
- AuthZ:
|
|
23804
|
-
- cases_write
|
|
23805
24093
|
summary: Remove a project
|
|
23806
24094
|
tags:
|
|
23807
24095
|
- Case Management
|
|
@@ -23827,11 +24115,6 @@ paths:
|
|
|
23827
24115
|
$ref: '#/components/responses/NotFoundResponse'
|
|
23828
24116
|
'429':
|
|
23829
24117
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
23830
|
-
security:
|
|
23831
|
-
- apiKeyAuth: []
|
|
23832
|
-
appKeyAuth: []
|
|
23833
|
-
- AuthZ:
|
|
23834
|
-
- cases_read
|
|
23835
24118
|
summary: Get the details of a project
|
|
23836
24119
|
tags:
|
|
23837
24120
|
- Case Management
|
|
@@ -23858,11 +24141,6 @@ paths:
|
|
|
23858
24141
|
$ref: '#/components/responses/NotFoundResponse'
|
|
23859
24142
|
'429':
|
|
23860
24143
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
23861
|
-
security:
|
|
23862
|
-
- apiKeyAuth: []
|
|
23863
|
-
appKeyAuth: []
|
|
23864
|
-
- AuthZ:
|
|
23865
|
-
- cases_read
|
|
23866
24144
|
summary: Get the details of a case
|
|
23867
24145
|
tags:
|
|
23868
24146
|
- Case Management
|
|
@@ -23896,11 +24174,6 @@ paths:
|
|
|
23896
24174
|
$ref: '#/components/responses/NotFoundResponse'
|
|
23897
24175
|
'429':
|
|
23898
24176
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
23899
|
-
security:
|
|
23900
|
-
- apiKeyAuth: []
|
|
23901
|
-
appKeyAuth: []
|
|
23902
|
-
- AuthZ:
|
|
23903
|
-
- cases_write
|
|
23904
24177
|
summary: Archive case
|
|
23905
24178
|
tags:
|
|
23906
24179
|
- Case Management
|
|
@@ -23934,11 +24207,6 @@ paths:
|
|
|
23934
24207
|
$ref: '#/components/responses/NotFoundResponse'
|
|
23935
24208
|
'429':
|
|
23936
24209
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
23937
|
-
security:
|
|
23938
|
-
- apiKeyAuth: []
|
|
23939
|
-
appKeyAuth: []
|
|
23940
|
-
- AuthZ:
|
|
23941
|
-
- cases_write
|
|
23942
24210
|
summary: Assign case
|
|
23943
24211
|
tags:
|
|
23944
24212
|
- Case Management
|
|
@@ -23972,11 +24240,6 @@ paths:
|
|
|
23972
24240
|
$ref: '#/components/responses/NotFoundResponse'
|
|
23973
24241
|
'429':
|
|
23974
24242
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
23975
|
-
security:
|
|
23976
|
-
- apiKeyAuth: []
|
|
23977
|
-
appKeyAuth: []
|
|
23978
|
-
- AuthZ:
|
|
23979
|
-
- cases_write
|
|
23980
24243
|
summary: Update case priority
|
|
23981
24244
|
tags:
|
|
23982
24245
|
- Case Management
|
|
@@ -24010,11 +24273,6 @@ paths:
|
|
|
24010
24273
|
$ref: '#/components/responses/NotFoundResponse'
|
|
24011
24274
|
'429':
|
|
24012
24275
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
24013
|
-
security:
|
|
24014
|
-
- apiKeyAuth: []
|
|
24015
|
-
appKeyAuth: []
|
|
24016
|
-
- AuthZ:
|
|
24017
|
-
- cases_write
|
|
24018
24276
|
summary: Update case status
|
|
24019
24277
|
tags:
|
|
24020
24278
|
- Case Management
|
|
@@ -24048,11 +24306,6 @@ paths:
|
|
|
24048
24306
|
$ref: '#/components/responses/NotFoundResponse'
|
|
24049
24307
|
'429':
|
|
24050
24308
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
24051
|
-
security:
|
|
24052
|
-
- apiKeyAuth: []
|
|
24053
|
-
appKeyAuth: []
|
|
24054
|
-
- AuthZ:
|
|
24055
|
-
- cases_write
|
|
24056
24309
|
summary: Unarchive case
|
|
24057
24310
|
tags:
|
|
24058
24311
|
- Case Management
|
|
@@ -24086,11 +24339,6 @@ paths:
|
|
|
24086
24339
|
$ref: '#/components/responses/NotFoundResponse'
|
|
24087
24340
|
'429':
|
|
24088
24341
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
24089
|
-
security:
|
|
24090
|
-
- apiKeyAuth: []
|
|
24091
|
-
appKeyAuth: []
|
|
24092
|
-
- AuthZ:
|
|
24093
|
-
- cases_write
|
|
24094
24342
|
summary: Unassign case
|
|
24095
24343
|
tags:
|
|
24096
24344
|
- Case Management
|
|
@@ -24664,6 +24912,11 @@ paths:
|
|
|
24664
24912
|
description: Forbidden
|
|
24665
24913
|
'429':
|
|
24666
24914
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
24915
|
+
security:
|
|
24916
|
+
- apiKeyAuth: []
|
|
24917
|
+
appKeyAuth: []
|
|
24918
|
+
- AuthZ:
|
|
24919
|
+
- cloud_cost_management_read
|
|
24667
24920
|
summary: List Cloud Cost Management AWS CUR configs
|
|
24668
24921
|
tags:
|
|
24669
24922
|
- Cloud Cost Management
|
|
@@ -24701,6 +24954,11 @@ paths:
|
|
|
24701
24954
|
description: Forbidden
|
|
24702
24955
|
'429':
|
|
24703
24956
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
24957
|
+
security:
|
|
24958
|
+
- apiKeyAuth: []
|
|
24959
|
+
appKeyAuth: []
|
|
24960
|
+
- AuthZ:
|
|
24961
|
+
- cloud_cost_management_write
|
|
24704
24962
|
summary: Create Cloud Cost Management AWS CUR config
|
|
24705
24963
|
tags:
|
|
24706
24964
|
- Cloud Cost Management
|
|
@@ -24731,6 +24989,11 @@ paths:
|
|
|
24731
24989
|
description: Not Found
|
|
24732
24990
|
'429':
|
|
24733
24991
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
24992
|
+
security:
|
|
24993
|
+
- apiKeyAuth: []
|
|
24994
|
+
appKeyAuth: []
|
|
24995
|
+
- AuthZ:
|
|
24996
|
+
- cloud_cost_management_write
|
|
24734
24997
|
summary: Delete Cloud Cost Management AWS CUR config
|
|
24735
24998
|
tags:
|
|
24736
24999
|
- Cloud Cost Management
|
|
@@ -24764,6 +25027,11 @@ paths:
|
|
|
24764
25027
|
description: Forbidden
|
|
24765
25028
|
'429':
|
|
24766
25029
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
25030
|
+
security:
|
|
25031
|
+
- apiKeyAuth: []
|
|
25032
|
+
appKeyAuth: []
|
|
25033
|
+
- AuthZ:
|
|
25034
|
+
- cloud_cost_management_write
|
|
24767
25035
|
summary: Update Cloud Cost Management AWS CUR config
|
|
24768
25036
|
tags:
|
|
24769
25037
|
- Cloud Cost Management
|
|
@@ -24805,6 +25073,11 @@ paths:
|
|
|
24805
25073
|
description: Forbidden
|
|
24806
25074
|
'429':
|
|
24807
25075
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
25076
|
+
security:
|
|
25077
|
+
- apiKeyAuth: []
|
|
25078
|
+
appKeyAuth: []
|
|
25079
|
+
- AuthZ:
|
|
25080
|
+
- cloud_cost_management_read
|
|
24808
25081
|
summary: List related AWS accounts
|
|
24809
25082
|
tags:
|
|
24810
25083
|
- Cloud Cost Management
|
|
@@ -24831,6 +25104,11 @@ paths:
|
|
|
24831
25104
|
description: Forbidden
|
|
24832
25105
|
'429':
|
|
24833
25106
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
25107
|
+
security:
|
|
25108
|
+
- apiKeyAuth: []
|
|
25109
|
+
appKeyAuth: []
|
|
25110
|
+
- AuthZ:
|
|
25111
|
+
- cloud_cost_management_read
|
|
24834
25112
|
summary: List Cloud Cost Management Azure configs
|
|
24835
25113
|
tags:
|
|
24836
25114
|
- Cloud Cost Management
|
|
@@ -24868,6 +25146,11 @@ paths:
|
|
|
24868
25146
|
description: Forbidden
|
|
24869
25147
|
'429':
|
|
24870
25148
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
25149
|
+
security:
|
|
25150
|
+
- apiKeyAuth: []
|
|
25151
|
+
appKeyAuth: []
|
|
25152
|
+
- AuthZ:
|
|
25153
|
+
- cloud_cost_management_write
|
|
24871
25154
|
summary: Create Cloud Cost Management Azure configs
|
|
24872
25155
|
tags:
|
|
24873
25156
|
- Cloud Cost Management
|
|
@@ -24898,6 +25181,11 @@ paths:
|
|
|
24898
25181
|
description: Not Found
|
|
24899
25182
|
'429':
|
|
24900
25183
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
25184
|
+
security:
|
|
25185
|
+
- apiKeyAuth: []
|
|
25186
|
+
appKeyAuth: []
|
|
25187
|
+
- AuthZ:
|
|
25188
|
+
- cloud_cost_management_write
|
|
24901
25189
|
summary: Delete Cloud Cost Management Azure config
|
|
24902
25190
|
tags:
|
|
24903
25191
|
- Cloud Cost Management
|
|
@@ -24937,6 +25225,11 @@ paths:
|
|
|
24937
25225
|
description: Forbidden
|
|
24938
25226
|
'429':
|
|
24939
25227
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
25228
|
+
security:
|
|
25229
|
+
- apiKeyAuth: []
|
|
25230
|
+
appKeyAuth: []
|
|
25231
|
+
- AuthZ:
|
|
25232
|
+
- cloud_cost_management_write
|
|
24940
25233
|
summary: Update Cloud Cost Management Azure config
|
|
24941
25234
|
tags:
|
|
24942
25235
|
- Cloud Cost Management
|
|
@@ -24963,6 +25256,11 @@ paths:
|
|
|
24963
25256
|
description: Forbidden
|
|
24964
25257
|
'429':
|
|
24965
25258
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
25259
|
+
security:
|
|
25260
|
+
- apiKeyAuth: []
|
|
25261
|
+
appKeyAuth: []
|
|
25262
|
+
- AuthZ:
|
|
25263
|
+
- cloud_cost_management_read
|
|
24966
25264
|
summary: Cloud Cost Enabled
|
|
24967
25265
|
tags:
|
|
24968
25266
|
- Cloud Cost Management
|
|
@@ -25022,7 +25320,8 @@ paths:
|
|
|
25022
25320
|
end_month)\ncursor := response.metadata.pagination.next_record_id\nWHILE cursor
|
|
25023
25321
|
!= null BEGIN\n sleep(5 seconds) # Avoid running into rate limit\n response
|
|
25024
25322
|
:= GetMonthlyCostAttribution(start_month, end_month, next_record_id=cursor)\n
|
|
25025
|
-
\ cursor := response.metadata.pagination.next_record_id\nEND\n
|
|
25323
|
+
\ cursor := response.metadata.pagination.next_record_id\nEND\n```\n\nThis
|
|
25324
|
+
endpoint is only accessible for [parent-level organizations](https://docs.datadoghq.com/account_management/multi_organization/)."
|
|
25026
25325
|
operationId: GetMonthlyCostAttribution
|
|
25027
25326
|
parameters:
|
|
25028
25327
|
- description: 'Datetime in ISO-8601 format, UTC, precise to month: `[YYYY-MM]`
|
|
@@ -25947,11 +26246,6 @@ paths:
|
|
|
25947
26246
|
$ref: '#/components/responses/NotAuthorizedResponse'
|
|
25948
26247
|
'429':
|
|
25949
26248
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
25950
|
-
security:
|
|
25951
|
-
- apiKeyAuth: []
|
|
25952
|
-
appKeyAuth: []
|
|
25953
|
-
- AuthZ:
|
|
25954
|
-
- events_read
|
|
25955
26249
|
summary: Search events
|
|
25956
26250
|
tags:
|
|
25957
26251
|
- Events
|
|
@@ -27713,6 +28007,11 @@ paths:
|
|
|
27713
28007
|
$ref: '#/components/responses/NotFoundResponse'
|
|
27714
28008
|
'429':
|
|
27715
28009
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
28010
|
+
security:
|
|
28011
|
+
- apiKeyAuth: []
|
|
28012
|
+
appKeyAuth: []
|
|
28013
|
+
- AuthZ:
|
|
28014
|
+
- org_management
|
|
27716
28015
|
summary: Get IP Allowlist
|
|
27717
28016
|
tags:
|
|
27718
28017
|
- IP Allowlist
|
|
@@ -27740,6 +28039,11 @@ paths:
|
|
|
27740
28039
|
$ref: '#/components/responses/NotFoundResponse'
|
|
27741
28040
|
'429':
|
|
27742
28041
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
28042
|
+
security:
|
|
28043
|
+
- apiKeyAuth: []
|
|
28044
|
+
appKeyAuth: []
|
|
28045
|
+
- AuthZ:
|
|
28046
|
+
- org_management
|
|
27743
28047
|
summary: Update IP Allowlist
|
|
27744
28048
|
tags:
|
|
27745
28049
|
- IP Allowlist
|
|
@@ -28020,10 +28324,6 @@ paths:
|
|
|
28020
28324
|
description: Forbidden
|
|
28021
28325
|
'429':
|
|
28022
28326
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
28023
|
-
security:
|
|
28024
|
-
- apiKeyAuth: []
|
|
28025
|
-
appKeyAuth: []
|
|
28026
|
-
- AuthZ: []
|
|
28027
28327
|
summary: Get archive order
|
|
28028
28328
|
tags:
|
|
28029
28329
|
- Logs Archives
|
|
@@ -28096,10 +28396,6 @@ paths:
|
|
|
28096
28396
|
description: Forbidden
|
|
28097
28397
|
'429':
|
|
28098
28398
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
28099
|
-
security:
|
|
28100
|
-
- apiKeyAuth: []
|
|
28101
|
-
appKeyAuth: []
|
|
28102
|
-
- AuthZ: []
|
|
28103
28399
|
summary: Get all archives
|
|
28104
28400
|
tags:
|
|
28105
28401
|
- Logs Archives
|
|
@@ -28202,10 +28498,6 @@ paths:
|
|
|
28202
28498
|
description: Not found
|
|
28203
28499
|
'429':
|
|
28204
28500
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
28205
|
-
security:
|
|
28206
|
-
- apiKeyAuth: []
|
|
28207
|
-
appKeyAuth: []
|
|
28208
|
-
- AuthZ: []
|
|
28209
28501
|
summary: Get an archive
|
|
28210
28502
|
tags:
|
|
28211
28503
|
- Logs Archives
|
|
@@ -28328,10 +28620,6 @@ paths:
|
|
|
28328
28620
|
description: Not found
|
|
28329
28621
|
'429':
|
|
28330
28622
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
28331
|
-
security:
|
|
28332
|
-
- apiKeyAuth: []
|
|
28333
|
-
appKeyAuth: []
|
|
28334
|
-
- AuthZ: []
|
|
28335
28623
|
summary: List read roles for an archive
|
|
28336
28624
|
tags:
|
|
28337
28625
|
- Logs Archives
|
|
@@ -28518,10 +28806,6 @@ paths:
|
|
|
28518
28806
|
$ref: '#/components/responses/NotAuthorizedResponse'
|
|
28519
28807
|
'429':
|
|
28520
28808
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
28521
|
-
security:
|
|
28522
|
-
- apiKeyAuth: []
|
|
28523
|
-
appKeyAuth: []
|
|
28524
|
-
- AuthZ: []
|
|
28525
28809
|
summary: Get all log-based metrics
|
|
28526
28810
|
tags:
|
|
28527
28811
|
- Logs Metrics
|
|
@@ -28593,10 +28877,6 @@ paths:
|
|
|
28593
28877
|
$ref: '#/components/responses/NotFoundResponse'
|
|
28594
28878
|
'429':
|
|
28595
28879
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
28596
|
-
security:
|
|
28597
|
-
- apiKeyAuth: []
|
|
28598
|
-
appKeyAuth: []
|
|
28599
|
-
- AuthZ: []
|
|
28600
28880
|
summary: Get a log-based metric
|
|
28601
28881
|
tags:
|
|
28602
28882
|
- Logs Metrics
|
|
@@ -29016,8 +29296,8 @@ paths:
|
|
|
29016
29296
|
x-codegen-request-body-name: body
|
|
29017
29297
|
/api/v2/metrics/{metric_name}/active-configurations:
|
|
29018
29298
|
get:
|
|
29019
|
-
description: List tags and aggregations that are actively queried on dashboards
|
|
29020
|
-
|
|
29299
|
+
description: List tags and aggregations that are actively queried on dashboards,
|
|
29300
|
+
notebooks, monitors, and the Metrics Explorer for a given metric name.
|
|
29021
29301
|
operationId: ListActiveMetricConfigurations
|
|
29022
29302
|
parameters:
|
|
29023
29303
|
- $ref: '#/components/parameters/MetricName'
|
|
@@ -29063,11 +29343,6 @@ paths:
|
|
|
29063
29343
|
schema:
|
|
29064
29344
|
$ref: '#/components/schemas/APIErrorResponse'
|
|
29065
29345
|
description: Too Many Requests
|
|
29066
|
-
security:
|
|
29067
|
-
- apiKeyAuth: []
|
|
29068
|
-
appKeyAuth: []
|
|
29069
|
-
- AuthZ:
|
|
29070
|
-
- metrics_read
|
|
29071
29346
|
summary: List active tags and aggregations
|
|
29072
29347
|
tags:
|
|
29073
29348
|
- Metrics
|
|
@@ -29247,10 +29522,6 @@ paths:
|
|
|
29247
29522
|
schema:
|
|
29248
29523
|
$ref: '#/components/schemas/APIErrorResponse'
|
|
29249
29524
|
description: Too Many Requests
|
|
29250
|
-
security:
|
|
29251
|
-
- apiKeyAuth: []
|
|
29252
|
-
appKeyAuth: []
|
|
29253
|
-
- AuthZ: []
|
|
29254
29525
|
summary: Tag Configuration Cardinality Estimator
|
|
29255
29526
|
tags:
|
|
29256
29527
|
- Metrics
|
|
@@ -29482,10 +29753,6 @@ paths:
|
|
|
29482
29753
|
schema:
|
|
29483
29754
|
$ref: '#/components/schemas/APIErrorResponse'
|
|
29484
29755
|
description: Too Many Requests
|
|
29485
|
-
security:
|
|
29486
|
-
- apiKeyAuth: []
|
|
29487
|
-
appKeyAuth: []
|
|
29488
|
-
- AuthZ: []
|
|
29489
29756
|
summary: List distinct metric volumes by metric name
|
|
29490
29757
|
tags:
|
|
29491
29758
|
- Metrics
|
|
@@ -30381,7 +30648,7 @@ paths:
|
|
|
30381
30648
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
30382
30649
|
summary: Get all CSM Threats Agent rules
|
|
30383
30650
|
tags:
|
|
30384
|
-
-
|
|
30651
|
+
- CSM Threats
|
|
30385
30652
|
post:
|
|
30386
30653
|
description: Create a new Cloud Security Management Threats Agent rule with
|
|
30387
30654
|
the given parameters.
|
|
@@ -30410,7 +30677,7 @@ paths:
|
|
|
30410
30677
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
30411
30678
|
summary: Create a CSM Threats Agent rule
|
|
30412
30679
|
tags:
|
|
30413
|
-
-
|
|
30680
|
+
- CSM Threats
|
|
30414
30681
|
x-codegen-request-body-name: body
|
|
30415
30682
|
/api/v2/remote_config/products/cws/agent_rules/{agent_rule_id}:
|
|
30416
30683
|
delete:
|
|
@@ -30429,7 +30696,7 @@ paths:
|
|
|
30429
30696
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
30430
30697
|
summary: Delete a CSM Threats Agent rule
|
|
30431
30698
|
tags:
|
|
30432
|
-
-
|
|
30699
|
+
- CSM Threats
|
|
30433
30700
|
get:
|
|
30434
30701
|
description: Get the details of a specific Cloud Security Management Threats
|
|
30435
30702
|
Agent rule.
|
|
@@ -30451,7 +30718,7 @@ paths:
|
|
|
30451
30718
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
30452
30719
|
summary: Get a CSM Threats Agent rule
|
|
30453
30720
|
tags:
|
|
30454
|
-
-
|
|
30721
|
+
- CSM Threats
|
|
30455
30722
|
patch:
|
|
30456
30723
|
description: 'Update a specific Cloud Security Management Threats Agent rule.
|
|
30457
30724
|
|
|
@@ -30485,7 +30752,7 @@ paths:
|
|
|
30485
30752
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
30486
30753
|
summary: Update a CSM Threats Agent rule
|
|
30487
30754
|
tags:
|
|
30488
|
-
-
|
|
30755
|
+
- CSM Threats
|
|
30489
30756
|
x-codegen-request-body-name: body
|
|
30490
30757
|
/api/v2/remote_config/products/cws/policy/download:
|
|
30491
30758
|
get:
|
|
@@ -30511,7 +30778,7 @@ paths:
|
|
|
30511
30778
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
30512
30779
|
summary: Get the latest CSM Threats policy
|
|
30513
30780
|
tags:
|
|
30514
|
-
-
|
|
30781
|
+
- CSM Threats
|
|
30515
30782
|
/api/v2/restriction_policy/{resource_id}:
|
|
30516
30783
|
delete:
|
|
30517
30784
|
description: Deletes the restriction policy associated with a specified resource.
|
|
@@ -30565,12 +30832,12 @@ paths:
|
|
|
30565
30832
|
|
|
30566
30833
|
Restriction policies can be applied to the following resources:
|
|
30567
30834
|
|
|
30568
|
-
- Connections: `connection`
|
|
30569
|
-
|
|
30570
30835
|
- Dashboards: `dashboard`
|
|
30571
30836
|
|
|
30572
30837
|
- Notebooks: `notebook`
|
|
30573
30838
|
|
|
30839
|
+
- Powerpacks: `powerpack`
|
|
30840
|
+
|
|
30574
30841
|
- Security Rules: `security-rule`
|
|
30575
30842
|
|
|
30576
30843
|
- Service Level Objectives: `slo`
|
|
@@ -30582,12 +30849,12 @@ paths:
|
|
|
30582
30849
|
|
|
30583
30850
|
-------------------------|--------------------------
|
|
30584
30851
|
|
|
30585
|
-
Connections | `viewer`, `editor`, `resolver`
|
|
30586
|
-
|
|
30587
30852
|
Dashboards | `viewer`, `editor`
|
|
30588
30853
|
|
|
30589
30854
|
Notebooks | `viewer`, `editor`
|
|
30590
30855
|
|
|
30856
|
+
Powerpacks | `viewer`, `editor`
|
|
30857
|
+
|
|
30591
30858
|
Security Rules | `viewer`, `editor`
|
|
30592
30859
|
|
|
30593
30860
|
Service Level Objectives | `viewer`, `editor`'
|
|
@@ -31796,7 +32063,7 @@ paths:
|
|
|
31796
32063
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
31797
32064
|
summary: Get the latest Cloud Workload Security policy
|
|
31798
32065
|
tags:
|
|
31799
|
-
-
|
|
32066
|
+
- CSM Threats
|
|
31800
32067
|
/api/v2/security_monitoring/cloud_workload_security/agent_rules:
|
|
31801
32068
|
get:
|
|
31802
32069
|
description: Get the list of Agent rules.
|
|
@@ -31814,7 +32081,7 @@ paths:
|
|
|
31814
32081
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
31815
32082
|
summary: Get all Cloud Workload Security Agent rules
|
|
31816
32083
|
tags:
|
|
31817
|
-
-
|
|
32084
|
+
- CSM Threats
|
|
31818
32085
|
post:
|
|
31819
32086
|
description: Create a new Agent rule with the given parameters.
|
|
31820
32087
|
operationId: CreateCloudWorkloadSecurityAgentRule
|
|
@@ -31842,7 +32109,7 @@ paths:
|
|
|
31842
32109
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
31843
32110
|
summary: Create a Cloud Workload Security Agent rule
|
|
31844
32111
|
tags:
|
|
31845
|
-
-
|
|
32112
|
+
- CSM Threats
|
|
31846
32113
|
x-codegen-request-body-name: body
|
|
31847
32114
|
/api/v2/security_monitoring/cloud_workload_security/agent_rules/{agent_rule_id}:
|
|
31848
32115
|
delete:
|
|
@@ -31861,7 +32128,7 @@ paths:
|
|
|
31861
32128
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
31862
32129
|
summary: Delete a Cloud Workload Security Agent rule
|
|
31863
32130
|
tags:
|
|
31864
|
-
-
|
|
32131
|
+
- CSM Threats
|
|
31865
32132
|
get:
|
|
31866
32133
|
description: Get the details of a specific Agent rule.
|
|
31867
32134
|
operationId: GetCloudWorkloadSecurityAgentRule
|
|
@@ -31882,7 +32149,7 @@ paths:
|
|
|
31882
32149
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
31883
32150
|
summary: Get a Cloud Workload Security Agent rule
|
|
31884
32151
|
tags:
|
|
31885
|
-
-
|
|
32152
|
+
- CSM Threats
|
|
31886
32153
|
patch:
|
|
31887
32154
|
description: 'Update a specific Agent rule.
|
|
31888
32155
|
|
|
@@ -31916,7 +32183,7 @@ paths:
|
|
|
31916
32183
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
31917
32184
|
summary: Update a Cloud Workload Security Agent rule
|
|
31918
32185
|
tags:
|
|
31919
|
-
-
|
|
32186
|
+
- CSM Threats
|
|
31920
32187
|
x-codegen-request-body-name: body
|
|
31921
32188
|
/api/v2/security_monitoring/configuration/security_filters:
|
|
31922
32189
|
get:
|
|
@@ -32274,6 +32541,34 @@ paths:
|
|
|
32274
32541
|
tags:
|
|
32275
32542
|
- Security Monitoring
|
|
32276
32543
|
x-codegen-request-body-name: body
|
|
32544
|
+
/api/v2/security_monitoring/rules/validation:
|
|
32545
|
+
post:
|
|
32546
|
+
description: Validate a detection rule.
|
|
32547
|
+
operationId: ValidateSecurityMonitoringRule
|
|
32548
|
+
requestBody:
|
|
32549
|
+
content:
|
|
32550
|
+
application/json:
|
|
32551
|
+
schema:
|
|
32552
|
+
$ref: '#/components/schemas/SecurityMonitoringRuleCreatePayload'
|
|
32553
|
+
required: true
|
|
32554
|
+
responses:
|
|
32555
|
+
'204':
|
|
32556
|
+
description: OK
|
|
32557
|
+
'400':
|
|
32558
|
+
$ref: '#/components/responses/BadRequestResponse'
|
|
32559
|
+
'403':
|
|
32560
|
+
$ref: '#/components/responses/NotAuthorizedResponse'
|
|
32561
|
+
'429':
|
|
32562
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
32563
|
+
security:
|
|
32564
|
+
- apiKeyAuth: []
|
|
32565
|
+
appKeyAuth: []
|
|
32566
|
+
- AuthZ:
|
|
32567
|
+
- security_monitoring_rules_write
|
|
32568
|
+
summary: Validate a detection rule
|
|
32569
|
+
tags:
|
|
32570
|
+
- Security Monitoring
|
|
32571
|
+
x-codegen-request-body-name: body
|
|
32277
32572
|
/api/v2/security_monitoring/rules/{rule_id}:
|
|
32278
32573
|
delete:
|
|
32279
32574
|
description: Delete an existing rule. Default rules cannot be deleted.
|
|
@@ -32328,7 +32623,10 @@ paths:
|
|
|
32328
32623
|
must be included. For example, when modifying a query all queries must be
|
|
32329
32624
|
included.
|
|
32330
32625
|
|
|
32331
|
-
Default rules can only be updated to be enabled
|
|
32626
|
+
Default rules can only be updated to be enabled, to change notifications,
|
|
32627
|
+
or to update
|
|
32628
|
+
|
|
32629
|
+
the tags (default tags cannot be removed).'
|
|
32332
32630
|
operationId: UpdateSecurityMonitoringRule
|
|
32333
32631
|
parameters:
|
|
32334
32632
|
- $ref: '#/components/parameters/SecurityMonitoringRuleID'
|
|
@@ -33581,6 +33879,149 @@ paths:
|
|
|
33581
33879
|
- Incident Services
|
|
33582
33880
|
x-codegen-request-body-name: body
|
|
33583
33881
|
x-unstable: '**Note**: This endpoint is deprecated.'
|
|
33882
|
+
/api/v2/slo/report:
|
|
33883
|
+
post:
|
|
33884
|
+
description: 'Create a job to generate an SLO report. The report job is processed
|
|
33885
|
+
asynchronously and eventually results in a CSV report being available for
|
|
33886
|
+
download.
|
|
33887
|
+
|
|
33888
|
+
|
|
33889
|
+
Check the status of the job and download the CSV report using the returned
|
|
33890
|
+
`report_id`.'
|
|
33891
|
+
operationId: CreateSLOReportJob
|
|
33892
|
+
requestBody:
|
|
33893
|
+
content:
|
|
33894
|
+
application/json:
|
|
33895
|
+
schema:
|
|
33896
|
+
$ref: '#/components/schemas/SloReportCreateRequest'
|
|
33897
|
+
description: Create SLO report job request body.
|
|
33898
|
+
required: true
|
|
33899
|
+
responses:
|
|
33900
|
+
'200':
|
|
33901
|
+
content:
|
|
33902
|
+
application/json:
|
|
33903
|
+
schema:
|
|
33904
|
+
$ref: '#/components/schemas/SLOReportPostResponse'
|
|
33905
|
+
description: OK
|
|
33906
|
+
'400':
|
|
33907
|
+
content:
|
|
33908
|
+
application/json:
|
|
33909
|
+
schema:
|
|
33910
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
|
33911
|
+
description: Bad Request
|
|
33912
|
+
'403':
|
|
33913
|
+
content:
|
|
33914
|
+
application/json:
|
|
33915
|
+
schema:
|
|
33916
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
|
33917
|
+
description: Forbidden
|
|
33918
|
+
'429':
|
|
33919
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
33920
|
+
security:
|
|
33921
|
+
- apiKeyAuth: []
|
|
33922
|
+
appKeyAuth: []
|
|
33923
|
+
- AuthZ:
|
|
33924
|
+
- slos_read
|
|
33925
|
+
summary: Create a new SLO report
|
|
33926
|
+
tags:
|
|
33927
|
+
- Service Level Objectives
|
|
33928
|
+
x-codegen-request-body-name: body
|
|
33929
|
+
x-unstable: '**Note**: This feature is in private beta. To request access, use
|
|
33930
|
+
the request access form in the [Service Level Objectives](https://docs.datadoghq.com/service_management/service_level_objectives/#slo-csv-export)
|
|
33931
|
+
docs.'
|
|
33932
|
+
/api/v2/slo/report/{report_id}/download:
|
|
33933
|
+
get:
|
|
33934
|
+
description: 'Download an SLO report. This can only be performed after the report
|
|
33935
|
+
job has completed.
|
|
33936
|
+
|
|
33937
|
+
|
|
33938
|
+
Reports are not guaranteed to exist indefinitely. Datadog recommends that
|
|
33939
|
+
you download the report as soon as it is available.'
|
|
33940
|
+
operationId: GetSLOReport
|
|
33941
|
+
parameters:
|
|
33942
|
+
- $ref: '#/components/parameters/ReportID'
|
|
33943
|
+
responses:
|
|
33944
|
+
'200':
|
|
33945
|
+
content:
|
|
33946
|
+
text/csv:
|
|
33947
|
+
schema:
|
|
33948
|
+
type: string
|
|
33949
|
+
description: OK
|
|
33950
|
+
'400':
|
|
33951
|
+
content:
|
|
33952
|
+
application/json:
|
|
33953
|
+
schema:
|
|
33954
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
|
33955
|
+
description: Bad Request
|
|
33956
|
+
'403':
|
|
33957
|
+
content:
|
|
33958
|
+
application/json:
|
|
33959
|
+
schema:
|
|
33960
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
|
33961
|
+
description: Forbidden
|
|
33962
|
+
'404':
|
|
33963
|
+
content:
|
|
33964
|
+
application/json:
|
|
33965
|
+
schema:
|
|
33966
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
|
33967
|
+
description: Not Found
|
|
33968
|
+
'429':
|
|
33969
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
33970
|
+
security:
|
|
33971
|
+
- apiKeyAuth: []
|
|
33972
|
+
appKeyAuth: []
|
|
33973
|
+
- AuthZ:
|
|
33974
|
+
- slos_read
|
|
33975
|
+
summary: Get SLO report
|
|
33976
|
+
tags:
|
|
33977
|
+
- Service Level Objectives
|
|
33978
|
+
x-unstable: '**Note**: This feature is in private beta. To request access, use
|
|
33979
|
+
the request access form in the [Service Level Objectives](https://docs.datadoghq.com/service_management/service_level_objectives/#slo-csv-export)
|
|
33980
|
+
docs.'
|
|
33981
|
+
/api/v2/slo/report/{report_id}/status:
|
|
33982
|
+
get:
|
|
33983
|
+
description: Get the status of the SLO report job.
|
|
33984
|
+
operationId: GetSLOReportJobStatus
|
|
33985
|
+
parameters:
|
|
33986
|
+
- $ref: '#/components/parameters/ReportID'
|
|
33987
|
+
responses:
|
|
33988
|
+
'200':
|
|
33989
|
+
content:
|
|
33990
|
+
application/json:
|
|
33991
|
+
schema:
|
|
33992
|
+
$ref: '#/components/schemas/SLOReportStatusGetResponse'
|
|
33993
|
+
description: OK
|
|
33994
|
+
'400':
|
|
33995
|
+
content:
|
|
33996
|
+
application/json:
|
|
33997
|
+
schema:
|
|
33998
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
|
33999
|
+
description: Bad Request
|
|
34000
|
+
'403':
|
|
34001
|
+
content:
|
|
34002
|
+
application/json:
|
|
34003
|
+
schema:
|
|
34004
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
|
34005
|
+
description: Forbidden
|
|
34006
|
+
'404':
|
|
34007
|
+
content:
|
|
34008
|
+
application/json:
|
|
34009
|
+
schema:
|
|
34010
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
|
34011
|
+
description: Not Found
|
|
34012
|
+
'429':
|
|
34013
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
34014
|
+
security:
|
|
34015
|
+
- apiKeyAuth: []
|
|
34016
|
+
appKeyAuth: []
|
|
34017
|
+
- AuthZ:
|
|
34018
|
+
- slos_read
|
|
34019
|
+
summary: Get SLO report status
|
|
34020
|
+
tags:
|
|
34021
|
+
- Service Level Objectives
|
|
34022
|
+
x-unstable: '**Note**: This feature is in private beta. To request access, use
|
|
34023
|
+
the request access form in the [Service Level Objectives](https://docs.datadoghq.com/service_management/service_level_objectives/#slo-csv-export)
|
|
34024
|
+
docs.'
|
|
33584
34025
|
/api/v2/spans/analytics/aggregate:
|
|
33585
34026
|
post:
|
|
33586
34027
|
description: 'The API endpoint to aggregate spans into buckets and compute metrics
|
|
@@ -33607,6 +34048,11 @@ paths:
|
|
|
33607
34048
|
$ref: '#/components/responses/ForbiddenResponse'
|
|
33608
34049
|
'429':
|
|
33609
34050
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
34051
|
+
security:
|
|
34052
|
+
- apiKeyAuth: []
|
|
34053
|
+
appKeyAuth: []
|
|
34054
|
+
- AuthZ:
|
|
34055
|
+
- apm_read
|
|
33610
34056
|
summary: Aggregate spans
|
|
33611
34057
|
tags:
|
|
33612
34058
|
- Spans
|
|
@@ -33688,6 +34134,11 @@ paths:
|
|
|
33688
34134
|
$ref: '#/components/responses/SpansUnprocessableEntityResponse'
|
|
33689
34135
|
'429':
|
|
33690
34136
|
$ref: '#/components/responses/SpansTooManyRequestsResponse'
|
|
34137
|
+
security:
|
|
34138
|
+
- apiKeyAuth: []
|
|
34139
|
+
appKeyAuth: []
|
|
34140
|
+
- AuthZ:
|
|
34141
|
+
- apm_read
|
|
33691
34142
|
summary: Get a list of spans
|
|
33692
34143
|
tags:
|
|
33693
34144
|
- Spans
|
|
@@ -33731,6 +34182,11 @@ paths:
|
|
|
33731
34182
|
$ref: '#/components/responses/SpansUnprocessableEntityResponse'
|
|
33732
34183
|
'429':
|
|
33733
34184
|
$ref: '#/components/responses/SpansTooManyRequestsResponse'
|
|
34185
|
+
security:
|
|
34186
|
+
- apiKeyAuth: []
|
|
34187
|
+
appKeyAuth: []
|
|
34188
|
+
- AuthZ:
|
|
34189
|
+
- apm_read
|
|
33734
34190
|
summary: Search spans
|
|
33735
34191
|
tags:
|
|
33736
34192
|
- Spans
|
|
@@ -34681,10 +35137,11 @@ paths:
|
|
|
34681
35137
|
x-unstable: '**Note**: This endpoint is deprecated. See the [Teams API endpoints](https://docs.datadoghq.com/api/latest/teams/).'
|
|
34682
35138
|
/api/v2/usage/application_security:
|
|
34683
35139
|
get:
|
|
35140
|
+
deprecated: true
|
|
34684
35141
|
description: 'Get hourly usage for application security .
|
|
34685
35142
|
|
|
34686
|
-
**Note:**
|
|
34687
|
-
hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family)'
|
|
35143
|
+
**Note:** This endpoint has been deprecated. Hourly usage data for all products
|
|
35144
|
+
is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family)'
|
|
34688
35145
|
operationId: GetUsageApplicationSecurityMonitoring
|
|
34689
35146
|
parameters:
|
|
34690
35147
|
- description: 'Datetime in ISO-8601 format, UTC, precise to hour: `[YYYY-MM-DDThh]`
|
|
@@ -34750,7 +35207,10 @@ paths:
|
|
|
34750
35207
|
|
|
34751
35208
|
[`/historical_cost`](https://docs.datadoghq.com/api/latest/usage-metering/#get-historical-cost-across-your-account)
|
|
34752
35209
|
|
|
34753
|
-
instead.
|
|
35210
|
+
instead.
|
|
35211
|
+
|
|
35212
|
+
|
|
35213
|
+
This endpoint is only accessible for [parent-level organizations](https://docs.datadoghq.com/account_management/multi_organization/).'
|
|
34754
35214
|
operationId: GetCostByOrg
|
|
34755
35215
|
parameters:
|
|
34756
35216
|
- description: 'Datetime in ISO-8601 format, UTC, precise to month: `[YYYY-MM]`
|
|
@@ -34810,7 +35270,10 @@ paths:
|
|
|
34810
35270
|
|
|
34811
35271
|
and is delayed by up to 72 hours from when it was incurred.
|
|
34812
35272
|
|
|
34813
|
-
To access historical costs prior to this, use the `/historical_cost` endpoint.
|
|
35273
|
+
To access historical costs prior to this, use the `/historical_cost` endpoint.
|
|
35274
|
+
|
|
35275
|
+
|
|
35276
|
+
This endpoint is only accessible for [parent-level organizations](https://docs.datadoghq.com/account_management/multi_organization/).'
|
|
34814
35277
|
operationId: GetEstimatedCostByOrg
|
|
34815
35278
|
parameters:
|
|
34816
35279
|
- description: String to specify whether cost is broken down at a parent-org
|
|
@@ -34895,7 +35358,10 @@ paths:
|
|
|
34895
35358
|
description: 'Get historical cost across multi-org and single root-org accounts.
|
|
34896
35359
|
|
|
34897
35360
|
Cost data for a given month becomes available no later than the 16th of the
|
|
34898
|
-
following month.
|
|
35361
|
+
following month.
|
|
35362
|
+
|
|
35363
|
+
|
|
35364
|
+
This endpoint is only accessible for [parent-level organizations](https://docs.datadoghq.com/account_management/multi_organization/).'
|
|
34899
35365
|
operationId: GetHistoricalCostByOrg
|
|
34900
35366
|
parameters:
|
|
34901
35367
|
- description: String to specify whether cost is broken down at a parent-org
|
|
@@ -35082,10 +35548,11 @@ paths:
|
|
|
35082
35548
|
- Usage Metering
|
|
35083
35549
|
/api/v2/usage/lambda_traced_invocations:
|
|
35084
35550
|
get:
|
|
35551
|
+
deprecated: true
|
|
35085
35552
|
description: 'Get hourly usage for Lambda traced invocations.
|
|
35086
35553
|
|
|
35087
|
-
**Note:**
|
|
35088
|
-
hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family)'
|
|
35554
|
+
**Note:** This endpoint has been deprecated.. Hourly usage data for all products
|
|
35555
|
+
is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family)'
|
|
35089
35556
|
operationId: GetUsageLambdaTracedInvocations
|
|
35090
35557
|
parameters:
|
|
35091
35558
|
- description: 'Datetime in ISO-8601 format, UTC, precise to hour: `[YYYY-MM-DDThh]`
|
|
@@ -35141,10 +35608,11 @@ paths:
|
|
|
35141
35608
|
- Usage Metering
|
|
35142
35609
|
/api/v2/usage/observability_pipelines:
|
|
35143
35610
|
get:
|
|
35611
|
+
deprecated: true
|
|
35144
35612
|
description: 'Get hourly usage for observability pipelines.
|
|
35145
35613
|
|
|
35146
|
-
**Note:**
|
|
35147
|
-
hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family)'
|
|
35614
|
+
**Note:** This endpoint has been deprecated. Hourly usage data for all products
|
|
35615
|
+
is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family)'
|
|
35148
35616
|
operationId: GetUsageObservabilityPipelines
|
|
35149
35617
|
parameters:
|
|
35150
35618
|
- description: 'Datetime in ISO-8601 format, UTC, precise to hour: `[YYYY-MM-DDThh]`
|
|
@@ -35205,7 +35673,8 @@ paths:
|
|
|
35205
35673
|
Projected cost data is only available for the current month and becomes available
|
|
35206
35674
|
around the 12th of the month.
|
|
35207
35675
|
|
|
35208
|
-
|
|
35676
|
+
|
|
35677
|
+
This endpoint is only accessible for [parent-level organizations](https://docs.datadoghq.com/account_management/multi_organization/).'
|
|
35209
35678
|
operationId: GetProjectedCost
|
|
35210
35679
|
parameters:
|
|
35211
35680
|
- description: String to specify whether cost is broken down at a parent-org
|
|
@@ -35759,10 +36228,6 @@ tags:
|
|
|
35759
36228
|
Cloud Cost Management accounts for AWS and Azure. See the [Cloud Cost Management
|
|
35760
36229
|
page](https://docs.datadoghq.com/cloud_cost_management/) for more information.
|
|
35761
36230
|
name: Cloud Cost Management
|
|
35762
|
-
- description: Workload activity security rules for generating events using the Datadog
|
|
35763
|
-
security Agent. See the [Setting up CSM Workload Security page](https://docs.datadoghq.com/security/cloud_security_management/setup/csm_workload_security/)
|
|
35764
|
-
for more information.
|
|
35765
|
-
name: Cloud Workload Security
|
|
35766
36231
|
- description: Manage your Datadog Cloudflare integration directly through the Datadog
|
|
35767
36232
|
API. See the [Cloudflare integration page](https://docs.datadoghq.com/integrations/cloudflare/)
|
|
35768
36233
|
for more information.
|
|
@@ -35868,6 +36333,10 @@ tags:
|
|
|
35868
36333
|
- description: 'Custom Destinations forward all the logs ingested to an external destination.
|
|
35869
36334
|
|
|
35870
36335
|
|
|
36336
|
+
**Note**: Log forwarding is not available for the Government (US1-FED) site. Contact
|
|
36337
|
+
your account representative for more information.
|
|
36338
|
+
|
|
36339
|
+
|
|
35871
36340
|
See the [Custom Destinations Page](https://app.datadoghq.com/logs/pipelines/log-forwarding/custom-destinations)
|
|
35872
36341
|
|
|
35873
36342
|
for a list of the custom destinations currently configured in web UI.'
|
|
@@ -35988,6 +36457,18 @@ tags:
|
|
|
35988
36457
|
externalDocs:
|
|
35989
36458
|
url: https://docs.datadoghq.com/tracing/service_catalog/
|
|
35990
36459
|
name: Service Definition
|
|
36460
|
+
- description: '[Service Level Objectives](https://docs.datadoghq.com/monitors/service_level_objectives/#configuration)
|
|
36461
|
+
|
|
36462
|
+
(SLOs) are a key part of the site reliability engineering toolkit.
|
|
36463
|
+
|
|
36464
|
+
SLOs provide a framework for defining clear targets around application performance,
|
|
36465
|
+
|
|
36466
|
+
which ultimately help teams provide a consistent customer experience,
|
|
36467
|
+
|
|
36468
|
+
balance feature development with platform stability,
|
|
36469
|
+
|
|
36470
|
+
and improve communication with internal and external users.'
|
|
36471
|
+
name: Service Level Objectives
|
|
35991
36472
|
- description: 'API to create, update scorecard rules and outcomes. See [Service Scorecards](https://docs.datadoghq.com/service_catalog/scorecards)
|
|
35992
36473
|
for more information.
|
|
35993
36474
|
|
|
@@ -36020,8 +36501,6 @@ tags:
|
|
|
36020
36501
|
|
|
36021
36502
|
This API is available to all Pro and Enterprise customers.
|
|
36022
36503
|
|
|
36023
|
-
Usage is only accessible for [parent-level organizations](https://docs.datadoghq.com/account_management/multi_organization/).
|
|
36024
|
-
|
|
36025
36504
|
|
|
36026
36505
|
**Note**: Usage data is delayed by up to 72 hours from when it was incurred.
|
|
36027
36506
|
|