datadog_api_client 2.13.0 → 2.14.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 +181 -16
- data/.generator/schemas/v2/openapi.yaml +391 -151
- data/.generator/src/generator/formatter.py +34 -29
- data/.generator/src/generator/templates/api_client.j2 +81 -53
- data/.generator/src/generator/templates/configuration.j2 +21 -0
- data/.pre-commit-config.yaml +2 -2
- data/CHANGELOG.md +31 -0
- data/README.md +23 -0
- data/examples/v1/azure-integration/CreateAzureIntegration.rb +3 -0
- data/examples/v1/azure-integration/DeleteAzureIntegration.rb +3 -0
- data/examples/v1/azure-integration/UpdateAzureHostFilters.rb +3 -0
- data/examples/v1/azure-integration/UpdateAzureIntegration.rb +3 -0
- data/examples/v1/dashboards/CreateDashboard_252716965.rb +6 -0
- data/examples/v1/dashboards/DeletePublicDashboardInvitation.rb +3 -3
- data/examples/v1/synthetics/CreateSyntheticsAPITest_1487281163.rb +1 -0
- data/examples/v2/ci-visibility-pipelines/CreateCIAppPipelineEvent.rb +3 -0
- data/examples/v2/ci-visibility-pipelines/CreateCIAppPipelineEvent_129899466.rb +3 -0
- data/examples/v2/logs/AggregateLogs_2955613758.rb +1 -1
- data/examples/v2/teams/CreateTeam.rb +2 -2
- data/examples/v2/teams/CreateTeam_252121814.rb +24 -0
- data/examples/v2/teams/GetUserMemberships.rb +8 -0
- data/examples/v2/teams/UpdateTeam.rb +9 -0
- data/lib/datadog_api_client/api_client.rb +81 -53
- data/lib/datadog_api_client/configuration.rb +22 -0
- data/lib/datadog_api_client/inflector.rb +10 -1
- data/lib/datadog_api_client/v1/api/service_level_objective_corrections_api.rb +2 -2
- data/lib/datadog_api_client/v1/api/service_level_objectives_api.rb +10 -10
- data/lib/datadog_api_client/v1/api/usage_metering_api.rb +3 -3
- data/lib/datadog_api_client/v1/models/azure_account.rb +32 -1
- data/lib/datadog_api_client/v1/models/distribution_widget_definition.rb +13 -1
- data/lib/datadog_api_client/v1/models/hourly_usage_attribution_usage_type.rb +3 -0
- 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/synthetics_test_request.rb +11 -1
- data/lib/datadog_api_client/v1/models/usage_ci_visibility_hour.rb +12 -1
- data/lib/datadog_api_client/v1/models/usage_summary_date.rb +24 -4
- data/lib/datadog_api_client/v1/models/usage_summary_date_org.rb +24 -4
- data/lib/datadog_api_client/v1/models/usage_summary_response.rb +24 -4
- data/lib/datadog_api_client/v1/models/widget_comparator.rb +1 -0
- data/lib/datadog_api_client/v2/api/ci_visibility_pipelines_api.rb +10 -6
- data/lib/datadog_api_client/v2/api/ip_allowlist_api.rb +2 -2
- data/lib/datadog_api_client/v2/api/metrics_api.rb +1 -1
- data/lib/datadog_api_client/v2/api/security_monitoring_api.rb +3 -3
- data/lib/datadog_api_client/v2/api/spans_metrics_api.rb +2 -2
- data/lib/datadog_api_client/v2/api/teams_api.rb +65 -0
- data/lib/datadog_api_client/v2/models/application_key_create_attributes.rb +1 -1
- data/lib/datadog_api_client/v2/models/application_key_update_attributes.rb +1 -1
- data/lib/datadog_api_client/v2/models/audit_logs_event_attributes.rb +11 -1
- data/lib/datadog_api_client/v2/models/ci_app_event_attributes.rb +9 -21
- data/lib/datadog_api_client/v2/models/ci_app_pipeline_event.rb +1 -1
- data/lib/datadog_api_client/v2/models/{team_data.rb → ci_app_pipeline_event_attributes.rb} +24 -62
- data/lib/datadog_api_client/v2/models/ci_app_pipeline_level.rb +30 -0
- data/lib/datadog_api_client/v2/models/ci_app_pipelines_query_filter.rb +1 -1
- data/lib/datadog_api_client/v2/models/ci_app_test_level.rb +29 -0
- data/lib/datadog_api_client/v2/models/ci_app_tests_analytics_aggregate_response.rb +1 -1
- data/lib/datadog_api_client/v2/models/ci_app_tests_query_filter.rb +1 -1
- data/lib/datadog_api_client/v2/models/cloud_configuration_rule_compliance_signal_options.rb +25 -1
- data/lib/datadog_api_client/v2/models/dashboard_list_item.rb +25 -1
- data/lib/datadog_api_client/v2/models/downtime_schedule_one_time_response.rb +19 -1
- data/lib/datadog_api_client/v2/models/formula_limit.rb +1 -0
- data/lib/datadog_api_client/v2/models/full_application_key_attributes.rb +1 -1
- data/lib/datadog_api_client/v2/models/logs_aggregate_request.rb +1 -1
- data/lib/datadog_api_client/v2/models/logs_aggregate_request_page.rb +1 -1
- data/lib/datadog_api_client/v2/models/logs_group_by.rb +3 -2
- data/lib/datadog_api_client/v2/models/logs_group_by_histogram.rb +1 -1
- data/lib/datadog_api_client/v2/models/logs_list_request.rb +1 -1
- data/lib/datadog_api_client/v2/models/logs_query_options.rb +1 -1
- data/lib/datadog_api_client/v2/models/logs_response_metadata_page.rb +1 -1
- data/lib/datadog_api_client/v2/models/on_demand_concurrency_cap.rb +14 -4
- data/lib/datadog_api_client/v2/models/on_demand_concurrency_cap_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/partial_application_key_attributes.rb +1 -1
- data/lib/datadog_api_client/v2/models/query_formula.rb +1 -0
- data/lib/datadog_api_client/v2/models/relationship_to_team_links.rb +14 -4
- data/lib/datadog_api_client/v2/models/relationship_to_user_team_permission.rb +14 -4
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_metadata_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_response.rb +80 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_rule_response_query.rb +26 -2
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_state_update_data.rb +24 -4
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_triage_update_data.rb +24 -4
- data/lib/datadog_api_client/v2/models/security_monitoring_standard_rule_query.rb +1 -19
- data/lib/datadog_api_client/v2/models/security_monitoring_triage_user.rb +11 -1
- data/lib/datadog_api_client/v2/models/sensitive_data_scanner_get_config_response_data.rb +11 -1
- data/lib/datadog_api_client/v2/models/sensitive_data_scanner_meta.rb +11 -1
- data/lib/datadog_api_client/v2/models/sensitive_data_scanner_standard_pattern_attributes.rb +11 -1
- data/lib/datadog_api_client/v2/models/team_attributes.rb +50 -4
- data/lib/datadog_api_client/v2/models/team_create_attributes.rb +57 -4
- data/lib/datadog_api_client/v2/models/team_relationships_links.rb +80 -0
- data/lib/datadog_api_client/v2/models/team_response.rb +1 -1
- data/lib/datadog_api_client/v2/models/team_update_attributes.rb +57 -4
- data/lib/datadog_api_client/v2/models/teams_response.rb +24 -4
- data/lib/datadog_api_client/v2/models/teams_response_links.rb +129 -0
- data/lib/datadog_api_client/v2/models/teams_response_meta.rb +80 -0
- data/lib/datadog_api_client/v2/models/teams_response_meta_pagination.rb +150 -0
- data/lib/datadog_api_client/v2/models/usage_attributes_object.rb +11 -1
- data/lib/datadog_api_client/v2/models/user_teams_response.rb +24 -4
- data/lib/datadog_api_client/version.rb +1 -1
- data/spec/configuration_spec.rb +17 -0
- data/spec/retry_spec.rb +44 -0
- metadata +16 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3a1d063addbaca4e392e6fc62e3c1f99950085da2242d847509619175ba29a98
|
|
4
|
+
data.tar.gz: f45864818991e4a24efb758994cc698412a221ee94f4e3694172cdfd91425adc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: de3d684673d3721085cb9533ae211c25cc428524d9acf519d77deefbd3fd8598501dab5c1681115ee39485f1f9f9d27d32ac40164daa516dbbdd1fa784217687
|
|
7
|
+
data.tar.gz: 1ff7af7cf491ed235b19e1afb0a36cc65416a9ad8624eb2d3d7b5f4a8a4ac47aafa9a31b8144ca0c586dda58fa9c6a0f689039589a7d8f4545f9dd48f4a5fd75
|
data/.apigentools-info
CHANGED
|
@@ -4,13 +4,13 @@
|
|
|
4
4
|
"spec_versions": {
|
|
5
5
|
"v1": {
|
|
6
6
|
"apigentools_version": "1.6.5",
|
|
7
|
-
"regenerated": "2023-
|
|
8
|
-
"spec_repo_commit": "
|
|
7
|
+
"regenerated": "2023-08-22 13:54:18.923508",
|
|
8
|
+
"spec_repo_commit": "51fe480e"
|
|
9
9
|
},
|
|
10
10
|
"v2": {
|
|
11
11
|
"apigentools_version": "1.6.5",
|
|
12
|
-
"regenerated": "2023-
|
|
13
|
-
"spec_repo_commit": "
|
|
12
|
+
"regenerated": "2023-08-22 13:54:18.940437",
|
|
13
|
+
"spec_repo_commit": "51fe480e"
|
|
14
14
|
}
|
|
15
15
|
}
|
|
16
16
|
}
|
|
@@ -647,6 +647,14 @@ components:
|
|
|
647
647
|
AzureAccount:
|
|
648
648
|
description: Datadog-Azure integrations configured for your organization.
|
|
649
649
|
properties:
|
|
650
|
+
app_service_plan_filters:
|
|
651
|
+
description: 'Limit the Azure app service plans that are pulled into Datadog
|
|
652
|
+
using tags.
|
|
653
|
+
|
|
654
|
+
Only app service plans that match one of the defined tags are imported
|
|
655
|
+
into Datadog.'
|
|
656
|
+
example: key:value,filter:example
|
|
657
|
+
type: string
|
|
650
658
|
automute:
|
|
651
659
|
description: Silence monitors for expected Azure VM shutdowns.
|
|
652
660
|
example: true
|
|
@@ -659,6 +667,15 @@ components:
|
|
|
659
667
|
description: Your Azure web application secret key.
|
|
660
668
|
example: testingx./Sw*g/Y33t..R1cH+hScMDt
|
|
661
669
|
type: string
|
|
670
|
+
cspm_enabled:
|
|
671
|
+
description: Enable Cloud Security Management Misconfigurations for your
|
|
672
|
+
organization.
|
|
673
|
+
example: true
|
|
674
|
+
type: boolean
|
|
675
|
+
custom_metrics_enabled:
|
|
676
|
+
description: Enable custom metrics for your organization.
|
|
677
|
+
example: true
|
|
678
|
+
type: boolean
|
|
662
679
|
errors:
|
|
663
680
|
description: Errors in your configuration.
|
|
664
681
|
example:
|
|
@@ -1496,6 +1513,11 @@ components:
|
|
|
1496
1513
|
across one or several tags, such as hosts.\nUnlike the heat map, a distribution
|
|
1497
1514
|
graph\u2019s x-axis is quantity rather than time."
|
|
1498
1515
|
properties:
|
|
1516
|
+
custom_links:
|
|
1517
|
+
description: A list of custom links.
|
|
1518
|
+
items:
|
|
1519
|
+
$ref: '#/components/schemas/WidgetCustomLink'
|
|
1520
|
+
type: array
|
|
1499
1521
|
legend_size:
|
|
1500
1522
|
deprecated: true
|
|
1501
1523
|
description: (Deprecated) The widget legend was replaced by a tooltip and
|
|
@@ -1561,7 +1583,6 @@ components:
|
|
|
1561
1583
|
- $ref: '#/components/schemas/FormulaAndFunctionMetricQueryDefinition'
|
|
1562
1584
|
- $ref: '#/components/schemas/FormulaAndFunctionEventQueryDefinition'
|
|
1563
1585
|
- $ref: '#/components/schemas/FormulaAndFunctionApmResourceStatsQueryDefinition'
|
|
1564
|
-
type: object
|
|
1565
1586
|
DistributionWidgetHistogramRequestType:
|
|
1566
1587
|
description: Request type for the histogram request.
|
|
1567
1588
|
enum:
|
|
@@ -2762,7 +2783,6 @@ components:
|
|
|
2762
2783
|
- $ref: '#/components/schemas/FormulaAndFunctionApmResourceStatsQueryDefinition'
|
|
2763
2784
|
- $ref: '#/components/schemas/FormulaAndFunctionSLOQueryDefinition'
|
|
2764
2785
|
- $ref: '#/components/schemas/FormulaAndFunctionCloudCostQueryDefinition'
|
|
2765
|
-
type: object
|
|
2766
2786
|
FormulaAndFunctionResponseFormat:
|
|
2767
2787
|
description: Timeseries, scalar, or event list response. Event list response
|
|
2768
2788
|
formats are supported by Geomap widgets.
|
|
@@ -3865,10 +3885,12 @@ components:
|
|
|
3865
3885
|
- api_usage
|
|
3866
3886
|
- apm_fargate_usage
|
|
3867
3887
|
- apm_host_usage
|
|
3888
|
+
- apm_usm_usage
|
|
3868
3889
|
- appsec_fargate_usage
|
|
3869
3890
|
- appsec_usage
|
|
3870
3891
|
- browser_usage
|
|
3871
3892
|
- container_excl_agent_usage
|
|
3893
|
+
- ci_visibility_itr_usage
|
|
3872
3894
|
- container_usage
|
|
3873
3895
|
- cspm_containers_usage
|
|
3874
3896
|
- cspm_hosts_usage
|
|
@@ -3895,15 +3917,18 @@ components:
|
|
|
3895
3917
|
- estimated_rum_sessions_usage
|
|
3896
3918
|
- universal_service_monitoring_usage
|
|
3897
3919
|
- vuln_management_hosts_usage
|
|
3920
|
+
- sds_scanned_bytes_usage
|
|
3898
3921
|
type: string
|
|
3899
3922
|
x-enum-varnames:
|
|
3900
3923
|
- API_USAGE
|
|
3901
3924
|
- APM_FARGATE_USAGE
|
|
3902
3925
|
- APM_HOST_USAGE
|
|
3926
|
+
- APM_USM_USAGE
|
|
3903
3927
|
- APPSEC_FARGATE_USAGE
|
|
3904
3928
|
- APPSEC_USAGE
|
|
3905
3929
|
- BROWSER_USAGE
|
|
3906
3930
|
- CONTAINER_EXCL_AGENT_USAGE
|
|
3931
|
+
- CI_VISIBILITY_ITR_USAGE
|
|
3907
3932
|
- CONTAINER_USAGE
|
|
3908
3933
|
- CSPM_CONTAINERS_USAGE
|
|
3909
3934
|
- CSPM_HOSTS_USAGE
|
|
@@ -3930,6 +3955,7 @@ components:
|
|
|
3930
3955
|
- ESTIMATED_RUM_SESSIONS_USAGE
|
|
3931
3956
|
- UNIVERSAL_SERVICE_MONITORING_USAGE
|
|
3932
3957
|
- VULN_MANAGEMENT_HOSTS_USAGE
|
|
3958
|
+
- SDS_SCANNED_BYTES_USAGE
|
|
3933
3959
|
IFrameWidgetDefinition:
|
|
3934
3960
|
description: The iframe widget allows you to embed a portion of any other web
|
|
3935
3961
|
page on your dashboard. Only available on FREE layout dashboards.
|
|
@@ -5563,7 +5589,6 @@ components:
|
|
|
5563
5589
|
- $ref: '#/components/schemas/LogsLookupProcessor'
|
|
5564
5590
|
- $ref: '#/components/schemas/ReferenceTableLogsLookupProcessor'
|
|
5565
5591
|
- $ref: '#/components/schemas/LogsTraceRemapper'
|
|
5566
|
-
type: object
|
|
5567
5592
|
LogsQueryCompute:
|
|
5568
5593
|
description: Define computation for a log query.
|
|
5569
5594
|
properties:
|
|
@@ -6455,7 +6480,6 @@ components:
|
|
|
6455
6480
|
description: A formula and function query.
|
|
6456
6481
|
oneOf:
|
|
6457
6482
|
- $ref: '#/components/schemas/MonitorFormulaAndFunctionEventQueryDefinition'
|
|
6458
|
-
type: object
|
|
6459
6483
|
MonitorGroupSearchResponse:
|
|
6460
6484
|
description: The response of a monitor group search.
|
|
6461
6485
|
example:
|
|
@@ -7404,10 +7428,14 @@ components:
|
|
|
7404
7428
|
- appsec_fargate_percentage
|
|
7405
7429
|
- apm_host_usage
|
|
7406
7430
|
- apm_host_percentage
|
|
7431
|
+
- apm_usm_usage
|
|
7432
|
+
- apm_usm_percentage
|
|
7407
7433
|
- appsec_usage
|
|
7408
7434
|
- appsec_percentage
|
|
7409
7435
|
- browser_usage
|
|
7410
7436
|
- browser_percentage
|
|
7437
|
+
- ci_visibility_itr_usage
|
|
7438
|
+
- ci_visibility_itr_percentage
|
|
7411
7439
|
- container_excl_agent_usage
|
|
7412
7440
|
- container_excl_agent_percentage
|
|
7413
7441
|
- container_usage
|
|
@@ -7462,6 +7490,8 @@ components:
|
|
|
7462
7490
|
- universal_service_monitoring_percentage
|
|
7463
7491
|
- vuln_management_hosts_usage
|
|
7464
7492
|
- vuln_management_hosts_percentage
|
|
7493
|
+
- sds_scanned_bytes_usage
|
|
7494
|
+
- sds_scanned_bytes_percentage
|
|
7465
7495
|
- '*'
|
|
7466
7496
|
type: string
|
|
7467
7497
|
x-enum-varnames:
|
|
@@ -7473,10 +7503,14 @@ components:
|
|
|
7473
7503
|
- APPSEC_FARGATE_PERCENTAGE
|
|
7474
7504
|
- APM_HOST_USAGE
|
|
7475
7505
|
- APM_HOST_PERCENTAGE
|
|
7506
|
+
- APM_USM_USAGE
|
|
7507
|
+
- APM_USM_PERCENTAGE
|
|
7476
7508
|
- APPSEC_USAGE
|
|
7477
7509
|
- APPSEC_PERCENTAGE
|
|
7478
7510
|
- BROWSER_USAGE
|
|
7479
7511
|
- BROWSER_PERCENTAGE
|
|
7512
|
+
- CI_VISIBILITY_ITR_USAGE
|
|
7513
|
+
- CI_VISIBILITY_ITR_PERCENTAGE
|
|
7480
7514
|
- CONTAINER_EXCL_AGENT_USAGE
|
|
7481
7515
|
- CONTAINER_EXCL_AGENT_PERCENTAGE
|
|
7482
7516
|
- CONTAINER_USAGE
|
|
@@ -7531,6 +7565,8 @@ components:
|
|
|
7531
7565
|
- UNIVERSAL_SERVICE_MONITORING_PERCENTAGE
|
|
7532
7566
|
- VULN_MANAGEMENT_HOSTS_USAGE
|
|
7533
7567
|
- VULN_MANAGEMENT_HOSTS_PERCENTAGE
|
|
7568
|
+
- SDS_SCANNED_BYTES_USAGE
|
|
7569
|
+
- SDS_SCANNED_BYTES_PERCENTAGE
|
|
7534
7570
|
- ALL
|
|
7535
7571
|
MonthlyUsageAttributionValues:
|
|
7536
7572
|
description: Fields in Usage Summary by tag(s).
|
|
@@ -7559,6 +7595,15 @@ components:
|
|
|
7559
7595
|
description: The APM host usage by tag(s).
|
|
7560
7596
|
format: double
|
|
7561
7597
|
type: number
|
|
7598
|
+
apm_usm_percentage:
|
|
7599
|
+
description: The percentage of APM and Universal Service Monitoring host
|
|
7600
|
+
usage by tag(s).
|
|
7601
|
+
format: double
|
|
7602
|
+
type: number
|
|
7603
|
+
apm_usm_usage:
|
|
7604
|
+
description: The APM and Universal Service Monitoring host usage by tag(s).
|
|
7605
|
+
format: double
|
|
7606
|
+
type: number
|
|
7562
7607
|
appsec_fargate_percentage:
|
|
7563
7608
|
description: The percentage of Application Security Monitoring ECS Fargate
|
|
7564
7609
|
task usage by tag(s).
|
|
@@ -7586,6 +7631,15 @@ components:
|
|
|
7586
7631
|
description: The synthetic browser test usage by tag(s).
|
|
7587
7632
|
format: double
|
|
7588
7633
|
type: number
|
|
7634
|
+
ci_visibility_itr_percentage:
|
|
7635
|
+
description: The percentage of Git committers for Intelligent Test Runner
|
|
7636
|
+
usage by tag(s).
|
|
7637
|
+
format: double
|
|
7638
|
+
type: number
|
|
7639
|
+
ci_visibility_itr_usage:
|
|
7640
|
+
description: The Git committers for Intelligent Test Runner usage by tag(s).
|
|
7641
|
+
format: double
|
|
7642
|
+
type: number
|
|
7589
7643
|
container_excl_agent_percentage:
|
|
7590
7644
|
description: The percentage of container usage without the Datadog Agent
|
|
7591
7645
|
by tag(s).
|
|
@@ -7780,6 +7834,14 @@ components:
|
|
|
7780
7834
|
description: The profiled hosts usage by tag(s).
|
|
7781
7835
|
format: double
|
|
7782
7836
|
type: number
|
|
7837
|
+
sds_scanned_bytes_percentage:
|
|
7838
|
+
description: The percentage of Sensitive Data Scanner usage by tag(s).
|
|
7839
|
+
format: double
|
|
7840
|
+
type: number
|
|
7841
|
+
sds_scanned_bytes_usage:
|
|
7842
|
+
description: The total Sensitive Data Scanner usage by tag(s).
|
|
7843
|
+
format: double
|
|
7844
|
+
type: number
|
|
7783
7845
|
snmp_percentage:
|
|
7784
7846
|
description: The percentage of network device usage by tag(s).
|
|
7785
7847
|
format: double
|
|
@@ -7951,7 +8013,6 @@ components:
|
|
|
7951
8013
|
- $ref: '#/components/schemas/NotebookHeatMapCellAttributes'
|
|
7952
8014
|
- $ref: '#/components/schemas/NotebookDistributionCellAttributes'
|
|
7953
8015
|
- $ref: '#/components/schemas/NotebookLogStreamCellAttributes'
|
|
7954
|
-
type: object
|
|
7955
8016
|
NotebookCellResourceType:
|
|
7956
8017
|
default: notebook_cells
|
|
7957
8018
|
description: Type of the Notebook Cell resource.
|
|
@@ -8007,7 +8068,6 @@ components:
|
|
|
8007
8068
|
- $ref: '#/components/schemas/NotebookHeatMapCellAttributes'
|
|
8008
8069
|
- $ref: '#/components/schemas/NotebookDistributionCellAttributes'
|
|
8009
8070
|
- $ref: '#/components/schemas/NotebookLogStreamCellAttributes'
|
|
8010
|
-
type: object
|
|
8011
8071
|
NotebookCellTime:
|
|
8012
8072
|
description: Timeframe for the notebook cell. When 'null', the notebook global
|
|
8013
8073
|
time is used.
|
|
@@ -8062,7 +8122,6 @@ components:
|
|
|
8062
8122
|
- $ref: '#/components/schemas/NotebookHeatMapCellAttributes'
|
|
8063
8123
|
- $ref: '#/components/schemas/NotebookDistributionCellAttributes'
|
|
8064
8124
|
- $ref: '#/components/schemas/NotebookLogStreamCellAttributes'
|
|
8065
|
-
type: object
|
|
8066
8125
|
NotebookCreateData:
|
|
8067
8126
|
description: The data for a notebook create request.
|
|
8068
8127
|
properties:
|
|
@@ -8162,7 +8221,6 @@ components:
|
|
|
8162
8221
|
oneOf:
|
|
8163
8222
|
- $ref: '#/components/schemas/NotebookRelativeTime'
|
|
8164
8223
|
- $ref: '#/components/schemas/NotebookAbsoluteTime'
|
|
8165
|
-
type: object
|
|
8166
8224
|
NotebookGraphSize:
|
|
8167
8225
|
description: The size of the graph.
|
|
8168
8226
|
enum:
|
|
@@ -8462,7 +8520,6 @@ components:
|
|
|
8462
8520
|
oneOf:
|
|
8463
8521
|
- $ref: '#/components/schemas/NotebookCellCreateRequest'
|
|
8464
8522
|
- $ref: '#/components/schemas/NotebookCellUpdateRequest'
|
|
8465
|
-
type: object
|
|
8466
8523
|
NotebookUpdateData:
|
|
8467
8524
|
description: The data for a notebook update request.
|
|
8468
8525
|
properties:
|
|
@@ -11369,6 +11426,7 @@ components:
|
|
|
11369
11426
|
- name
|
|
11370
11427
|
- thresholds
|
|
11371
11428
|
- type
|
|
11429
|
+
type: object
|
|
11372
11430
|
ServiceLevelObjectiveQuery:
|
|
11373
11431
|
description: 'A metric-based SLO. **Required if type is `metric`**. Note that
|
|
11374
11432
|
Datadog only allows the sum by aggregator
|
|
@@ -11497,6 +11555,7 @@ components:
|
|
|
11497
11555
|
- name
|
|
11498
11556
|
- thresholds
|
|
11499
11557
|
- type
|
|
11558
|
+
type: object
|
|
11500
11559
|
ServiceMapWidgetDefinition:
|
|
11501
11560
|
description: This widget displays a map of a service to all of the services
|
|
11502
11561
|
that call it, and all of the services that it calls.
|
|
@@ -12026,7 +12085,6 @@ components:
|
|
|
12026
12085
|
oneOf:
|
|
12027
12086
|
- $ref: '#/components/schemas/SunburstWidgetLegendTable'
|
|
12028
12087
|
- $ref: '#/components/schemas/SunburstWidgetLegendInlineAutomatic'
|
|
12029
|
-
type: object
|
|
12030
12088
|
SunburstWidgetLegendInlineAutomatic:
|
|
12031
12089
|
description: Configuration of inline or automatic legends.
|
|
12032
12090
|
properties:
|
|
@@ -12040,6 +12098,7 @@ components:
|
|
|
12040
12098
|
$ref: '#/components/schemas/SunburstWidgetLegendInlineAutomaticType'
|
|
12041
12099
|
required:
|
|
12042
12100
|
- type
|
|
12101
|
+
type: object
|
|
12043
12102
|
SunburstWidgetLegendInlineAutomaticType:
|
|
12044
12103
|
description: Whether to show the legend inline or let it be automatically generated.
|
|
12045
12104
|
enum:
|
|
@@ -12057,6 +12116,7 @@ components:
|
|
|
12057
12116
|
$ref: '#/components/schemas/SunburstWidgetLegendTableType'
|
|
12058
12117
|
required:
|
|
12059
12118
|
- type
|
|
12119
|
+
type: object
|
|
12060
12120
|
SunburstWidgetLegendTableType:
|
|
12061
12121
|
description: Whether or not to show a table legend.
|
|
12062
12122
|
enum:
|
|
@@ -12425,7 +12485,6 @@ components:
|
|
|
12425
12485
|
- $ref: '#/components/schemas/SyntheticsAssertionTarget'
|
|
12426
12486
|
- $ref: '#/components/schemas/SyntheticsAssertionJSONPathTarget'
|
|
12427
12487
|
- $ref: '#/components/schemas/SyntheticsAssertionXPathTarget'
|
|
12428
|
-
type: object
|
|
12429
12488
|
SyntheticsAssertionJSONPathOperator:
|
|
12430
12489
|
description: Assertion operator to apply.
|
|
12431
12490
|
enum:
|
|
@@ -12605,7 +12664,6 @@ components:
|
|
|
12605
12664
|
- $ref: '#/components/schemas/SyntheticsBasicAuthDigest'
|
|
12606
12665
|
- $ref: '#/components/schemas/SyntheticsBasicAuthOauthClient'
|
|
12607
12666
|
- $ref: '#/components/schemas/SyntheticsBasicAuthOauthROP'
|
|
12608
|
-
type: object
|
|
12609
12667
|
SyntheticsBasicAuthDigest:
|
|
12610
12668
|
description: Object to handle digest authentication when performing the test.
|
|
12611
12669
|
properties:
|
|
@@ -14644,6 +14702,9 @@ components:
|
|
|
14644
14702
|
maximum: 10
|
|
14645
14703
|
minimum: 0
|
|
14646
14704
|
type: integer
|
|
14705
|
+
persistCookies:
|
|
14706
|
+
description: Persist cookies across redirects.
|
|
14707
|
+
type: boolean
|
|
14647
14708
|
port:
|
|
14648
14709
|
description: Port to use when performing the test.
|
|
14649
14710
|
format: int64
|
|
@@ -16341,6 +16402,13 @@ components:
|
|
|
16341
16402
|
format: int64
|
|
16342
16403
|
nullable: true
|
|
16343
16404
|
type: integer
|
|
16405
|
+
ci_visibility_itr_committers:
|
|
16406
|
+
description: Shows the total count of all active Git committers for Intelligent
|
|
16407
|
+
Test Runner in the current month. A committer is active if they commit
|
|
16408
|
+
at least 3 times in a given month.
|
|
16409
|
+
format: int64
|
|
16410
|
+
nullable: true
|
|
16411
|
+
type: integer
|
|
16344
16412
|
ci_visibility_pipeline_committers:
|
|
16345
16413
|
description: Shows the total count of all active Git committers for Pipelines
|
|
16346
16414
|
in the current month. A committer is active if they commit at least 3
|
|
@@ -17552,6 +17620,11 @@ components:
|
|
|
17552
17620
|
the current month for all organizations.
|
|
17553
17621
|
format: int64
|
|
17554
17622
|
type: integer
|
|
17623
|
+
ci_visibility_itr_committers_hwm:
|
|
17624
|
+
description: Shows the high-water mark of all CI visibility intelligent
|
|
17625
|
+
test runner committers over all hours in the current month for all organizations.
|
|
17626
|
+
format: int64
|
|
17627
|
+
type: integer
|
|
17555
17628
|
ci_visibility_pipeline_committers_hwm:
|
|
17556
17629
|
description: Shows the high-water mark of all CI visibility pipeline committers
|
|
17557
17630
|
over all hours in the current month for all organizations.
|
|
@@ -17879,6 +17952,11 @@ components:
|
|
|
17879
17952
|
Management hosts over all hours in the current date for the given org.
|
|
17880
17953
|
format: int64
|
|
17881
17954
|
type: integer
|
|
17955
|
+
workflow_executions_usage_sum:
|
|
17956
|
+
description: Sum of all workflows executed over all hours in the current
|
|
17957
|
+
date for all organizations.
|
|
17958
|
+
format: int64
|
|
17959
|
+
type: integer
|
|
17882
17960
|
type: object
|
|
17883
17961
|
UsageSummaryDateOrg:
|
|
17884
17962
|
description: Global hourly report of all data billed by Datadog for a given
|
|
@@ -17974,6 +18052,12 @@ components:
|
|
|
17974
18052
|
the current date for the given org.
|
|
17975
18053
|
format: int64
|
|
17976
18054
|
type: integer
|
|
18055
|
+
ci_visibility_itr_committers_hwm:
|
|
18056
|
+
description: Shows the high-water mark of all CI visibility intelligent
|
|
18057
|
+
test runner committers over all hours in the current date for the given
|
|
18058
|
+
org.
|
|
18059
|
+
format: int64
|
|
18060
|
+
type: integer
|
|
17977
18061
|
ci_visibility_pipeline_committers_hwm:
|
|
17978
18062
|
description: Shows the high-water mark of all CI visibility pipeline committers
|
|
17979
18063
|
over all hours in the current date for the given org.
|
|
@@ -18304,6 +18388,11 @@ components:
|
|
|
18304
18388
|
Management hosts over all hours in the current date for the given org.
|
|
18305
18389
|
format: int64
|
|
18306
18390
|
type: integer
|
|
18391
|
+
workflow_executions_usage_sum:
|
|
18392
|
+
description: Sum of all workflows executed over all hours in the current
|
|
18393
|
+
date for the given org.
|
|
18394
|
+
format: int64
|
|
18395
|
+
type: integer
|
|
18307
18396
|
type: object
|
|
18308
18397
|
UsageSummaryResponse:
|
|
18309
18398
|
description: Response summarizing all usage aggregated across the months in
|
|
@@ -18405,6 +18494,11 @@ components:
|
|
|
18405
18494
|
the current months for all organizations.
|
|
18406
18495
|
format: int64
|
|
18407
18496
|
type: integer
|
|
18497
|
+
ci_visibility_itr_committers_hwm_sum:
|
|
18498
|
+
description: Shows the high-water mark of all CI visibility intelligent
|
|
18499
|
+
test runner committers over all hours in the current months for all organizations.
|
|
18500
|
+
format: int64
|
|
18501
|
+
type: integer
|
|
18408
18502
|
ci_visibility_pipeline_committers_hwm_sum:
|
|
18409
18503
|
description: Shows the high-water mark of all CI visibility pipeline committers
|
|
18410
18504
|
over all hours in the current months for all organizations.
|
|
@@ -18777,6 +18871,11 @@ components:
|
|
|
18777
18871
|
Management hosts over all hours in the current months for all organizations.
|
|
18778
18872
|
format: int64
|
|
18779
18873
|
type: integer
|
|
18874
|
+
workflow_executions_usage_agg_sum:
|
|
18875
|
+
description: Sum of all workflows executed over all hours in the current
|
|
18876
|
+
months for all organizations.
|
|
18877
|
+
format: int64
|
|
18878
|
+
type: integer
|
|
18780
18879
|
type: object
|
|
18781
18880
|
UsageSyntheticsAPIHour:
|
|
18782
18881
|
description: Number of Synthetics API tests run for each hour for a given organization.
|
|
@@ -19262,6 +19361,7 @@ components:
|
|
|
19262
19361
|
WidgetComparator:
|
|
19263
19362
|
description: Comparator to apply.
|
|
19264
19363
|
enum:
|
|
19364
|
+
- '='
|
|
19265
19365
|
- '>'
|
|
19266
19366
|
- '>='
|
|
19267
19367
|
- <
|
|
@@ -19269,6 +19369,7 @@ components:
|
|
|
19269
19369
|
example: '>'
|
|
19270
19370
|
type: string
|
|
19271
19371
|
x-enum-varnames:
|
|
19372
|
+
- EQUAL_TO
|
|
19272
19373
|
- GREATER_THAN
|
|
19273
19374
|
- GREATER_THAN_OR_EQUAL_TO
|
|
19274
19375
|
- LESS_THAN
|
|
@@ -19382,7 +19483,6 @@ components:
|
|
|
19382
19483
|
- $ref: '#/components/schemas/ListStreamWidgetDefinition'
|
|
19383
19484
|
- $ref: '#/components/schemas/FunnelWidgetDefinition'
|
|
19384
19485
|
- $ref: '#/components/schemas/TopologyMapWidgetDefinition'
|
|
19385
|
-
type: object
|
|
19386
19486
|
WidgetDisplayType:
|
|
19387
19487
|
description: Type of display to use for the request.
|
|
19388
19488
|
enum:
|
|
@@ -19964,16 +20064,21 @@ components:
|
|
|
19964
20064
|
authorizationUrl: /oauth2/v1/authorize
|
|
19965
20065
|
scopes:
|
|
19966
20066
|
dashboards_public_share: Generate public and authenticated links to share
|
|
19967
|
-
dashboards externally.
|
|
20067
|
+
dashboards or embeddable graphs externally.
|
|
19968
20068
|
dashboards_read: View dashboards.
|
|
19969
20069
|
dashboards_write: Create and change dashboards.
|
|
19970
20070
|
events_read: Read Events data.
|
|
19971
20071
|
metrics_read: View custom metrics.
|
|
19972
20072
|
monitors_downtime: Set downtimes to suppress alerts from any monitor in
|
|
19973
|
-
an organization. The ability to write monitors
|
|
19974
|
-
downtimes.
|
|
20073
|
+
an organization. Mute and unmute hosts. The ability to write monitors
|
|
20074
|
+
is not required to set downtimes.
|
|
19975
20075
|
monitors_read: View monitors.
|
|
19976
20076
|
monitors_write: Edit, mute, and delete individual monitors.
|
|
20077
|
+
slos_corrections: Apply, edit, and delete SLO status corrections. A user
|
|
20078
|
+
with this permission can make status corrections, even if they do not
|
|
20079
|
+
have permission to edit those SLOs.
|
|
20080
|
+
slos_read: View SLOs and status corrections.
|
|
20081
|
+
slos_write: Create, edit, and delete SLOs.
|
|
19977
20082
|
synthetics_global_variable_read: View, search, and use Synthetics global
|
|
19978
20083
|
variables.
|
|
19979
20084
|
synthetics_global_variable_write: Create, edit, and delete global variables
|
|
@@ -26891,6 +26996,11 @@ paths:
|
|
|
26891
26996
|
description: Not Found
|
|
26892
26997
|
'429':
|
|
26893
26998
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
26999
|
+
security:
|
|
27000
|
+
- apiKeyAuth: []
|
|
27001
|
+
appKeyAuth: []
|
|
27002
|
+
- AuthZ:
|
|
27003
|
+
- slos_read
|
|
26894
27004
|
summary: Get all SLOs
|
|
26895
27005
|
tags:
|
|
26896
27006
|
- Service Level Objectives
|
|
@@ -26925,6 +27035,11 @@ paths:
|
|
|
26925
27035
|
description: Forbidden
|
|
26926
27036
|
'429':
|
|
26927
27037
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
27038
|
+
security:
|
|
27039
|
+
- apiKeyAuth: []
|
|
27040
|
+
appKeyAuth: []
|
|
27041
|
+
- AuthZ:
|
|
27042
|
+
- slos_write
|
|
26928
27043
|
summary: Create an SLO object
|
|
26929
27044
|
tags:
|
|
26930
27045
|
- Service Level Objectives
|
|
@@ -26970,6 +27085,11 @@ paths:
|
|
|
26970
27085
|
description: Forbidden
|
|
26971
27086
|
'429':
|
|
26972
27087
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
27088
|
+
security:
|
|
27089
|
+
- apiKeyAuth: []
|
|
27090
|
+
appKeyAuth: []
|
|
27091
|
+
- AuthZ:
|
|
27092
|
+
- slos_write
|
|
26973
27093
|
summary: Bulk Delete SLO Timeframes
|
|
26974
27094
|
tags:
|
|
26975
27095
|
- Service Level Objectives
|
|
@@ -27016,6 +27136,11 @@ paths:
|
|
|
27016
27136
|
description: Conflict
|
|
27017
27137
|
'429':
|
|
27018
27138
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
27139
|
+
security:
|
|
27140
|
+
- apiKeyAuth: []
|
|
27141
|
+
appKeyAuth: []
|
|
27142
|
+
- AuthZ:
|
|
27143
|
+
- slos_read
|
|
27019
27144
|
summary: Check if SLOs can be safely deleted
|
|
27020
27145
|
tags:
|
|
27021
27146
|
- Service Level Objectives
|
|
@@ -27054,6 +27179,11 @@ paths:
|
|
|
27054
27179
|
description: Forbidden
|
|
27055
27180
|
'429':
|
|
27056
27181
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
27182
|
+
security:
|
|
27183
|
+
- apiKeyAuth: []
|
|
27184
|
+
appKeyAuth: []
|
|
27185
|
+
- AuthZ:
|
|
27186
|
+
- slos_read
|
|
27057
27187
|
summary: Get all SLO corrections
|
|
27058
27188
|
tags:
|
|
27059
27189
|
- Service Level Objective Corrections
|
|
@@ -27094,6 +27224,11 @@ paths:
|
|
|
27094
27224
|
description: SLO Not Found
|
|
27095
27225
|
'429':
|
|
27096
27226
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
27227
|
+
security:
|
|
27228
|
+
- apiKeyAuth: []
|
|
27229
|
+
appKeyAuth: []
|
|
27230
|
+
- AuthZ:
|
|
27231
|
+
- slos_corrections
|
|
27097
27232
|
summary: Create an SLO correction
|
|
27098
27233
|
tags:
|
|
27099
27234
|
- Service Level Objective Corrections
|
|
@@ -27268,6 +27403,11 @@ paths:
|
|
|
27268
27403
|
description: Forbidden
|
|
27269
27404
|
'429':
|
|
27270
27405
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
27406
|
+
security:
|
|
27407
|
+
- apiKeyAuth: []
|
|
27408
|
+
appKeyAuth: []
|
|
27409
|
+
- AuthZ:
|
|
27410
|
+
- slos_read
|
|
27271
27411
|
summary: Search for SLOs
|
|
27272
27412
|
tags:
|
|
27273
27413
|
- Service Level Objectives
|
|
@@ -27321,6 +27461,11 @@ paths:
|
|
|
27321
27461
|
description: Conflict
|
|
27322
27462
|
'429':
|
|
27323
27463
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
27464
|
+
security:
|
|
27465
|
+
- apiKeyAuth: []
|
|
27466
|
+
appKeyAuth: []
|
|
27467
|
+
- AuthZ:
|
|
27468
|
+
- slos_write
|
|
27324
27469
|
summary: Delete an SLO
|
|
27325
27470
|
tags:
|
|
27326
27471
|
- Service Level Objectives
|
|
@@ -27362,6 +27507,11 @@ paths:
|
|
|
27362
27507
|
description: Not found
|
|
27363
27508
|
'429':
|
|
27364
27509
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
27510
|
+
security:
|
|
27511
|
+
- apiKeyAuth: []
|
|
27512
|
+
appKeyAuth: []
|
|
27513
|
+
- AuthZ:
|
|
27514
|
+
- slos_read
|
|
27365
27515
|
summary: Get an SLO's details
|
|
27366
27516
|
tags:
|
|
27367
27517
|
- Service Level Objectives
|
|
@@ -27409,6 +27559,11 @@ paths:
|
|
|
27409
27559
|
description: Not Found
|
|
27410
27560
|
'429':
|
|
27411
27561
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
27562
|
+
security:
|
|
27563
|
+
- apiKeyAuth: []
|
|
27564
|
+
appKeyAuth: []
|
|
27565
|
+
- AuthZ:
|
|
27566
|
+
- slos_write
|
|
27412
27567
|
summary: Update an SLO
|
|
27413
27568
|
tags:
|
|
27414
27569
|
- Service Level Objectives
|
|
@@ -27451,6 +27606,11 @@ paths:
|
|
|
27451
27606
|
description: Not Found
|
|
27452
27607
|
'429':
|
|
27453
27608
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
27609
|
+
security:
|
|
27610
|
+
- apiKeyAuth: []
|
|
27611
|
+
appKeyAuth: []
|
|
27612
|
+
- AuthZ:
|
|
27613
|
+
- slos_read
|
|
27454
27614
|
summary: Get Corrections For an SLO
|
|
27455
27615
|
tags:
|
|
27456
27616
|
- Service Level Objectives
|
|
@@ -27532,6 +27692,11 @@ paths:
|
|
|
27532
27692
|
description: Not Found
|
|
27533
27693
|
'429':
|
|
27534
27694
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
27695
|
+
security:
|
|
27696
|
+
- apiKeyAuth: []
|
|
27697
|
+
appKeyAuth: []
|
|
27698
|
+
- AuthZ:
|
|
27699
|
+
- slos_read
|
|
27535
27700
|
summary: Get an SLO's history
|
|
27536
27701
|
tags:
|
|
27537
27702
|
- Service Level Objectives
|