datadog_api_client 2.26.1 → 2.27.1
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 +2152 -10
- data/.generator/schemas/v2/openapi.yaml +1771 -41
- data/.generator/src/generator/formatter.py +1 -1
- data/.github/workflows/approved_status.yml +4 -0
- data/.github/workflows/changelog.yml +5 -0
- data/.github/workflows/codeql-analysis.yml +4 -0
- data/.github/workflows/docs.yml +3 -0
- data/.github/workflows/labeler.yml +5 -0
- data/.github/workflows/prepare_release.yml +4 -0
- data/.github/workflows/publish.yml +5 -0
- data/.github/workflows/release.yml +4 -0
- data/.github/workflows/stale.yml +6 -0
- data/.github/workflows/test.yml +3 -0
- data/.github/workflows/test_integration.yml +3 -0
- data/CHANGELOG.md +27 -0
- data/examples/v1/dashboards/CreateDashboard_1433408735.rb +44 -0
- data/examples/v1/dashboards/CreateDashboard_794302680.rb +152 -0
- data/examples/v1/synthetics/CreateSyntheticsAPITest_1072503741.rb +1 -1
- data/examples/v1/synthetics/CreateSyntheticsAPITest_1279271422.rb +1 -1
- data/examples/v1/synthetics/CreateSyntheticsAPITest_1402674167.rb +1 -1
- data/examples/v1/synthetics/CreateSyntheticsAPITest_3829801148.rb +1 -1
- data/examples/v1/synthetics/CreateSyntheticsMobileTest.rb +27 -0
- data/examples/v1/synthetics/FetchUptimes.rb +13 -0
- data/examples/v1/synthetics/GetMobileTest.rb +8 -0
- data/examples/v1/synthetics/UpdateMobileTest.rb +30 -0
- data/examples/v2/logs/AggregateLogs_2955613758.rb +0 -1
- data/examples/v2/microsoft-teams-integration/CreateApiHandle.rb +17 -0
- data/examples/v2/microsoft-teams-integration/CreateApiHandle_1540689753.rb +17 -0
- data/examples/v2/microsoft-teams-integration/DeleteApiHandle.rb +5 -0
- data/examples/v2/microsoft-teams-integration/DeleteApiHandle_377884154.rb +8 -0
- data/examples/v2/microsoft-teams-integration/GetApiHandle.rb +5 -0
- data/examples/v2/microsoft-teams-integration/GetApiHandleByName.rb +5 -0
- data/examples/v2/microsoft-teams-integration/GetApiHandleByName_1103107145.rb +8 -0
- data/examples/v2/microsoft-teams-integration/GetApiHandle_2883785101.rb +8 -0
- data/examples/v2/microsoft-teams-integration/GetChannelByName.rb +5 -0
- data/examples/v2/microsoft-teams-integration/ListApiHandles.rb +5 -0
- data/examples/v2/microsoft-teams-integration/ListApiHandles_769592979.rb +5 -0
- data/examples/v2/microsoft-teams-integration/UpdateApiHandle.rb +17 -0
- data/examples/v2/microsoft-teams-integration/UpdateApiHandle_419892746.rb +18 -0
- data/examples/v2/security-monitoring/CreateSecurityMonitoringRule.rb +9 -0
- data/lib/datadog_api_client/inflector.rb +51 -0
- data/lib/datadog_api_client/v1/api/synthetics_api.rb +272 -0
- data/lib/datadog_api_client/v1/api/usage_metering_api.rb +3 -3
- data/lib/datadog_api_client/v1/models/hourly_usage_attribution_usage_type.rb +1 -0
- data/lib/datadog_api_client/v1/models/monthly_usage_attribution_supported_metrics.rb +2 -0
- data/lib/datadog_api_client/v1/models/monthly_usage_attribution_values.rb +11 -1
- data/lib/datadog_api_client/v1/models/synthetics_config_variable_type.rb +1 -0
- data/lib/datadog_api_client/v1/models/synthetics_fetch_uptimes_payload.rb +167 -0
- data/lib/datadog_api_client/v1/models/synthetics_mobile_device_id.rb +251 -0
- data/lib/datadog_api_client/v1/models/synthetics_mobile_step.rb +203 -0
- data/lib/datadog_api_client/v1/models/synthetics_mobile_step_type.rb +42 -0
- data/lib/datadog_api_client/v1/models/synthetics_mobile_test.rb +263 -0
- data/lib/datadog_api_client/v1/models/synthetics_mobile_test_binding.rb +105 -0
- data/lib/datadog_api_client/v1/models/synthetics_mobile_test_binding_items.rb +117 -0
- data/lib/datadog_api_client/v1/models/synthetics_mobile_test_binding_items_role.rb +27 -0
- data/lib/datadog_api_client/v1/models/synthetics_mobile_test_ci_options.rb +123 -0
- data/lib/datadog_api_client/v1/models/synthetics_mobile_test_config.rb +117 -0
- data/lib/datadog_api_client/v1/models/synthetics_mobile_test_initial_application_arguments.rb +105 -0
- data/lib/datadog_api_client/v1/models/synthetics_mobile_test_initial_application_arguments_property_names.rb +105 -0
- data/lib/datadog_api_client/v1/models/synthetics_mobile_test_options.rb +354 -0
- data/lib/datadog_api_client/v1/models/synthetics_mobile_test_options_monitor_options.rb +155 -0
- data/lib/datadog_api_client/v1/models/synthetics_mobile_test_options_monitor_options_notification_preset_name.rb +29 -0
- data/lib/datadog_api_client/v1/models/synthetics_mobile_test_type.rb +26 -0
- data/lib/datadog_api_client/v1/models/synthetics_mobile_tests_mobile_application.rb +154 -0
- data/lib/datadog_api_client/v1/models/synthetics_mobile_tests_mobile_application_reference_type.rb +27 -0
- data/lib/datadog_api_client/v1/models/synthetics_test_request.rb +1 -1
- data/lib/datadog_api_client/v1/models/synthetics_test_request_port.rb +63 -0
- data/lib/datadog_api_client/v1/models/synthetics_test_uptime.rb +135 -0
- data/lib/datadog_api_client/v1/models/synthetics_uptime.rb +161 -0
- data/lib/datadog_api_client/v1/models/table_widget_request.rb +16 -4
- data/lib/datadog_api_client/v1/models/table_widget_text_format_match.rb +144 -0
- data/lib/datadog_api_client/v1/models/table_widget_text_format_match_type.rb +31 -0
- data/lib/datadog_api_client/v1/models/table_widget_text_format_palette.rb +36 -0
- data/lib/datadog_api_client/v1/models/table_widget_text_format_replace.rb +63 -0
- data/lib/datadog_api_client/v1/models/table_widget_text_format_replace_all.rb +144 -0
- data/lib/datadog_api_client/v1/models/table_widget_text_format_replace_all_type.rb +26 -0
- data/lib/datadog_api_client/v1/models/table_widget_text_format_replace_substring.rb +165 -0
- data/lib/datadog_api_client/v1/models/table_widget_text_format_replace_substring_type.rb +26 -0
- data/lib/datadog_api_client/v1/models/table_widget_text_format_rule.rb +163 -0
- data/lib/datadog_api_client/v1/models/usage_summary_date.rb +31 -1
- data/lib/datadog_api_client/v1/models/usage_summary_date_org.rb +31 -1
- data/lib/datadog_api_client/v1/models/usage_summary_response.rb +31 -1
- data/lib/datadog_api_client/v2/api/authn_mappings_api.rb +3 -3
- data/lib/datadog_api_client/v2/api/incidents_api.rb +1 -1
- data/lib/datadog_api_client/v2/api/metrics_api.rb +4 -4
- data/lib/datadog_api_client/v2/api/microsoft_teams_integration_api.rb +497 -0
- data/lib/datadog_api_client/v2/api/restriction_policies_api.rb +3 -3
- data/lib/datadog_api_client/v2/api/usage_metering_api.rb +1 -1
- data/lib/datadog_api_client/v2/models/dora_deployment_request_attributes.rb +11 -1
- data/lib/datadog_api_client/v2/models/fastly_services_response.rb +1 -1
- data/lib/datadog_api_client/v2/models/incident_notification_handle.rb +1 -1
- data/lib/datadog_api_client/v2/models/metric_tag_configuration_attributes.rb +1 -1
- data/lib/datadog_api_client/v2/models/metric_tag_configuration_create_attributes.rb +1 -1
- data/lib/datadog_api_client/v2/models/metric_tag_configuration_metric_type_category.rb +27 -0
- data/lib/datadog_api_client/v2/models/metric_tag_configuration_update_attributes.rb +1 -1
- data/lib/datadog_api_client/v2/models/microsoft_teams_api_handle_attributes.rb +186 -0
- data/lib/datadog_api_client/v2/models/microsoft_teams_api_handle_info_response.rb +105 -0
- data/lib/datadog_api_client/v2/models/microsoft_teams_api_handle_info_response_attributes.rb +249 -0
- data/lib/datadog_api_client/v2/models/microsoft_teams_api_handle_info_response_data.rb +147 -0
- data/lib/datadog_api_client/v2/models/microsoft_teams_api_handle_info_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/microsoft_teams_api_handle_request_attributes.rb +202 -0
- data/lib/datadog_api_client/v2/models/microsoft_teams_api_handle_request_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/microsoft_teams_api_handle_response_data.rb +147 -0
- data/lib/datadog_api_client/v2/models/microsoft_teams_api_handle_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/microsoft_teams_api_handles_response.rb +125 -0
- data/lib/datadog_api_client/v2/models/microsoft_teams_channel_info_response_attributes.rb +165 -0
- data/lib/datadog_api_client/v2/models/microsoft_teams_channel_info_response_data.rb +147 -0
- data/lib/datadog_api_client/v2/models/microsoft_teams_channel_info_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/microsoft_teams_create_api_handle_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/microsoft_teams_create_api_handle_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/microsoft_teams_get_channel_by_name_response.rb +105 -0
- data/lib/datadog_api_client/v2/models/microsoft_teams_update_api_handle_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/microsoft_teams_update_api_handle_request_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/powerpack_template_variable.rb +35 -4
- data/lib/datadog_api_client/v2/models/security_monitoring_reference_table.rb +145 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_update_payload.rb +13 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_standard_rule_create_payload.rb +13 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_standard_rule_payload.rb +13 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_standard_rule_response.rb +13 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_standard_rule_test_payload.rb +13 -1
- data/lib/datadog_api_client/v2/models/team_update_attributes.rb +1 -26
- data/lib/datadog_api_client/version.rb +1 -1
- metadata +72 -2
|
@@ -451,6 +451,48 @@ components:
|
|
|
451
451
|
required: true
|
|
452
452
|
schema:
|
|
453
453
|
type: string
|
|
454
|
+
MicrosoftTeamsChannelNamePathParameter:
|
|
455
|
+
description: Your channel name.
|
|
456
|
+
in: path
|
|
457
|
+
name: channel_name
|
|
458
|
+
required: true
|
|
459
|
+
schema:
|
|
460
|
+
type: string
|
|
461
|
+
MicrosoftTeamsHandleIDPathParameter:
|
|
462
|
+
description: Your handle id.
|
|
463
|
+
in: path
|
|
464
|
+
name: handle_id
|
|
465
|
+
required: true
|
|
466
|
+
schema:
|
|
467
|
+
type: string
|
|
468
|
+
MicrosoftTeamsHandleNamePathParameter:
|
|
469
|
+
description: Your handle name.
|
|
470
|
+
in: path
|
|
471
|
+
name: handle_name
|
|
472
|
+
required: true
|
|
473
|
+
schema:
|
|
474
|
+
type: string
|
|
475
|
+
MicrosoftTeamsTeamNamePathParameter:
|
|
476
|
+
description: Your team name.
|
|
477
|
+
in: path
|
|
478
|
+
name: team_name
|
|
479
|
+
required: true
|
|
480
|
+
schema:
|
|
481
|
+
type: string
|
|
482
|
+
MicrosoftTeamsTenantIDQueryParameter:
|
|
483
|
+
description: Your tenant id.
|
|
484
|
+
in: query
|
|
485
|
+
name: tenant_id
|
|
486
|
+
required: false
|
|
487
|
+
schema:
|
|
488
|
+
type: string
|
|
489
|
+
MicrosoftTeamsTenantNamePathParameter:
|
|
490
|
+
description: Your tenant name.
|
|
491
|
+
in: path
|
|
492
|
+
name: tenant_name
|
|
493
|
+
required: true
|
|
494
|
+
schema:
|
|
495
|
+
type: string
|
|
454
496
|
OpsgenieServiceIDPathParameter:
|
|
455
497
|
description: The UUID of the service.
|
|
456
498
|
in: path
|
|
@@ -691,6 +733,12 @@ components:
|
|
|
691
733
|
schema:
|
|
692
734
|
$ref: '#/components/schemas/APIErrorResponse'
|
|
693
735
|
description: Not Found
|
|
736
|
+
PreconditionFailedResponse:
|
|
737
|
+
content:
|
|
738
|
+
application/json:
|
|
739
|
+
schema:
|
|
740
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
|
741
|
+
description: Failed Precondition
|
|
694
742
|
SpansBadRequestResponse:
|
|
695
743
|
content:
|
|
696
744
|
application/json:
|
|
@@ -6501,6 +6549,12 @@ components:
|
|
|
6501
6549
|
example: 1693491974000000000
|
|
6502
6550
|
format: int64
|
|
6503
6551
|
type: integer
|
|
6552
|
+
team:
|
|
6553
|
+
description: Name of the team owning the deployed service. If not provided,
|
|
6554
|
+
this is automatically populated with the team associated with the service
|
|
6555
|
+
in the Service Catalog.
|
|
6556
|
+
example: backend
|
|
6557
|
+
type: string
|
|
6504
6558
|
version:
|
|
6505
6559
|
description: Version to correlate with [APM Deployment Tracking](https://docs.datadoghq.com/tracing/services/deployment_tracking/).
|
|
6506
6560
|
example: v1.12.07
|
|
@@ -9142,7 +9196,7 @@ components:
|
|
|
9142
9196
|
data:
|
|
9143
9197
|
description: The JSON:API data schema.
|
|
9144
9198
|
items:
|
|
9145
|
-
$ref: '#/components/schemas/
|
|
9199
|
+
$ref: '#/components/schemas/FastlyServiceData'
|
|
9146
9200
|
type: array
|
|
9147
9201
|
type: object
|
|
9148
9202
|
Finding:
|
|
@@ -10384,6 +10438,13 @@ components:
|
|
|
10384
10438
|
notification_handles:
|
|
10385
10439
|
description: Notification handles that will be notified of the incident
|
|
10386
10440
|
at creation.
|
|
10441
|
+
example:
|
|
10442
|
+
- display_name: Jane Doe
|
|
10443
|
+
handle: '@user@email.com'
|
|
10444
|
+
- display_name: Slack Channel
|
|
10445
|
+
handle: '@slack-channel'
|
|
10446
|
+
- display_name: Incident Workflow
|
|
10447
|
+
handle: '@workflow-from-incident'
|
|
10387
10448
|
items:
|
|
10388
10449
|
$ref: '#/components/schemas/IncidentNotificationHandle'
|
|
10389
10450
|
type: array
|
|
@@ -10670,7 +10731,8 @@ components:
|
|
|
10670
10731
|
example: Jane Doe
|
|
10671
10732
|
type: string
|
|
10672
10733
|
handle:
|
|
10673
|
-
description: The
|
|
10734
|
+
description: The handle used for the notification. This includes an email
|
|
10735
|
+
address, Slack channel, or workflow.
|
|
10674
10736
|
example: '@test.user@test.com'
|
|
10675
10737
|
type: string
|
|
10676
10738
|
type: object
|
|
@@ -10783,6 +10845,13 @@ components:
|
|
|
10783
10845
|
notification_handles:
|
|
10784
10846
|
description: Notification handles that will be notified of the incident
|
|
10785
10847
|
during update.
|
|
10848
|
+
example:
|
|
10849
|
+
- display_name: Jane Doe
|
|
10850
|
+
handle: '@user@email.com'
|
|
10851
|
+
- display_name: Slack Channel
|
|
10852
|
+
handle: '@slack-channel'
|
|
10853
|
+
- display_name: Incident Workflow
|
|
10854
|
+
handle: '@workflow-from-incident'
|
|
10786
10855
|
items:
|
|
10787
10856
|
$ref: '#/components/schemas/IncidentNotificationHandle'
|
|
10788
10857
|
nullable: true
|
|
@@ -11750,6 +11819,13 @@ components:
|
|
|
11750
11819
|
notification_handles:
|
|
11751
11820
|
description: Notification handles that will be notified of the incident
|
|
11752
11821
|
during update.
|
|
11822
|
+
example:
|
|
11823
|
+
- display_name: Jane Doe
|
|
11824
|
+
handle: '@user@email.com'
|
|
11825
|
+
- display_name: Slack Channel
|
|
11826
|
+
handle: '@slack-channel'
|
|
11827
|
+
- display_name: Incident Workflow
|
|
11828
|
+
handle: '@workflow-from-incident'
|
|
11753
11829
|
items:
|
|
11754
11830
|
$ref: '#/components/schemas/IncidentNotificationHandle'
|
|
11755
11831
|
type: array
|
|
@@ -13911,8 +13987,8 @@ components:
|
|
|
13911
13987
|
- time: sum, space: sum
|
|
13912
13988
|
|
|
13913
13989
|
|
|
13914
|
-
Can only be applied to metrics that have a `metric_type`
|
|
13915
|
-
or `gauge`.'
|
|
13990
|
+
Can only be applied to non_distribution metrics that have a `metric_type`
|
|
13991
|
+
of `count`, `rate`, or `gauge`.'
|
|
13916
13992
|
example:
|
|
13917
13993
|
- space: sum
|
|
13918
13994
|
time: sum
|
|
@@ -14520,6 +14596,17 @@ components:
|
|
|
14520
14596
|
required:
|
|
14521
14597
|
- data
|
|
14522
14598
|
type: object
|
|
14599
|
+
MetricTagConfigurationMetricTypeCategory:
|
|
14600
|
+
default: distribution
|
|
14601
|
+
description: The metric's type category.
|
|
14602
|
+
enum:
|
|
14603
|
+
- non_distribution
|
|
14604
|
+
- distribution
|
|
14605
|
+
example: distribution
|
|
14606
|
+
type: string
|
|
14607
|
+
x-enum-varnames:
|
|
14608
|
+
- NON_DISTRIBUTION
|
|
14609
|
+
- DISTRIBUTION
|
|
14523
14610
|
MetricTagConfigurationMetricTypes:
|
|
14524
14611
|
default: gauge
|
|
14525
14612
|
description: The metric's type.
|
|
@@ -14722,6 +14809,276 @@ components:
|
|
|
14722
14809
|
- data_source
|
|
14723
14810
|
- query
|
|
14724
14811
|
type: object
|
|
14812
|
+
MicrosoftTeamsApiHandleAttributes:
|
|
14813
|
+
description: Handle attributes.
|
|
14814
|
+
properties:
|
|
14815
|
+
channel_id:
|
|
14816
|
+
description: Channel id.
|
|
14817
|
+
example: fake-channel-id
|
|
14818
|
+
maxLength: 255
|
|
14819
|
+
type: string
|
|
14820
|
+
name:
|
|
14821
|
+
description: Handle name.
|
|
14822
|
+
example: fake-handle-name
|
|
14823
|
+
maxLength: 255
|
|
14824
|
+
type: string
|
|
14825
|
+
team_id:
|
|
14826
|
+
description: Team id.
|
|
14827
|
+
example: 00000000-0000-0000-0000-000000000000
|
|
14828
|
+
maxLength: 255
|
|
14829
|
+
type: string
|
|
14830
|
+
tenant_id:
|
|
14831
|
+
description: Tenant id.
|
|
14832
|
+
example: 00000000-0000-0000-0000-000000000001
|
|
14833
|
+
maxLength: 255
|
|
14834
|
+
type: string
|
|
14835
|
+
type: object
|
|
14836
|
+
MicrosoftTeamsApiHandleInfoResponse:
|
|
14837
|
+
description: Response of a handle.
|
|
14838
|
+
properties:
|
|
14839
|
+
data:
|
|
14840
|
+
$ref: '#/components/schemas/MicrosoftTeamsApiHandleInfoResponseData'
|
|
14841
|
+
type: object
|
|
14842
|
+
MicrosoftTeamsApiHandleInfoResponseAttributes:
|
|
14843
|
+
description: Handle attributes.
|
|
14844
|
+
properties:
|
|
14845
|
+
channel_id:
|
|
14846
|
+
description: Channel id.
|
|
14847
|
+
example: fake-channel-id
|
|
14848
|
+
maxLength: 255
|
|
14849
|
+
type: string
|
|
14850
|
+
channel_name:
|
|
14851
|
+
description: Channel name.
|
|
14852
|
+
example: fake-channel-name
|
|
14853
|
+
maxLength: 255
|
|
14854
|
+
type: string
|
|
14855
|
+
name:
|
|
14856
|
+
description: Handle name.
|
|
14857
|
+
example: fake-handle-name
|
|
14858
|
+
maxLength: 255
|
|
14859
|
+
type: string
|
|
14860
|
+
team_id:
|
|
14861
|
+
description: Team id.
|
|
14862
|
+
example: 00000000-0000-0000-0000-000000000000
|
|
14863
|
+
maxLength: 255
|
|
14864
|
+
type: string
|
|
14865
|
+
team_name:
|
|
14866
|
+
description: Team name.
|
|
14867
|
+
example: fake-team-name
|
|
14868
|
+
maxLength: 255
|
|
14869
|
+
type: string
|
|
14870
|
+
tenant_id:
|
|
14871
|
+
description: Tenant id.
|
|
14872
|
+
example: 00000000-0000-0000-0000-000000000001
|
|
14873
|
+
maxLength: 255
|
|
14874
|
+
type: string
|
|
14875
|
+
tenant_name:
|
|
14876
|
+
description: Tenant name.
|
|
14877
|
+
example: fake-tenant-name
|
|
14878
|
+
maxLength: 255
|
|
14879
|
+
type: string
|
|
14880
|
+
type: object
|
|
14881
|
+
MicrosoftTeamsApiHandleInfoResponseData:
|
|
14882
|
+
description: Handle data from a response.
|
|
14883
|
+
properties:
|
|
14884
|
+
attributes:
|
|
14885
|
+
$ref: '#/components/schemas/MicrosoftTeamsApiHandleInfoResponseAttributes'
|
|
14886
|
+
id:
|
|
14887
|
+
description: The ID of the handle.
|
|
14888
|
+
example: 596da4af-0563-4097-90ff-07230c3f9db3
|
|
14889
|
+
maxLength: 100
|
|
14890
|
+
minLength: 1
|
|
14891
|
+
type: string
|
|
14892
|
+
type:
|
|
14893
|
+
$ref: '#/components/schemas/MicrosoftTeamsApiHandleInfoType'
|
|
14894
|
+
type: object
|
|
14895
|
+
MicrosoftTeamsApiHandleInfoType:
|
|
14896
|
+
default: ms-teams-handle-info
|
|
14897
|
+
description: Handle resource type.
|
|
14898
|
+
enum:
|
|
14899
|
+
- ms-teams-handle-info
|
|
14900
|
+
example: ms-teams-handle-info
|
|
14901
|
+
type: string
|
|
14902
|
+
x-enum-varnames:
|
|
14903
|
+
- MS_TEAMS_HANDLE_INFO
|
|
14904
|
+
MicrosoftTeamsApiHandleRequestAttributes:
|
|
14905
|
+
description: Handle attributes.
|
|
14906
|
+
properties:
|
|
14907
|
+
channel_id:
|
|
14908
|
+
description: Channel id.
|
|
14909
|
+
example: fake-channel-id
|
|
14910
|
+
maxLength: 255
|
|
14911
|
+
type: string
|
|
14912
|
+
name:
|
|
14913
|
+
description: Handle name.
|
|
14914
|
+
example: fake-handle-name
|
|
14915
|
+
maxLength: 255
|
|
14916
|
+
type: string
|
|
14917
|
+
team_id:
|
|
14918
|
+
description: Team id.
|
|
14919
|
+
example: 00000000-0000-0000-0000-000000000000
|
|
14920
|
+
maxLength: 255
|
|
14921
|
+
type: string
|
|
14922
|
+
tenant_id:
|
|
14923
|
+
description: Tenant id.
|
|
14924
|
+
example: 00000000-0000-0000-0000-000000000001
|
|
14925
|
+
maxLength: 255
|
|
14926
|
+
type: string
|
|
14927
|
+
required:
|
|
14928
|
+
- name
|
|
14929
|
+
- channel_id
|
|
14930
|
+
- team_id
|
|
14931
|
+
- tenant_id
|
|
14932
|
+
type: object
|
|
14933
|
+
MicrosoftTeamsApiHandleRequestData:
|
|
14934
|
+
description: Handle data from a response.
|
|
14935
|
+
properties:
|
|
14936
|
+
attributes:
|
|
14937
|
+
$ref: '#/components/schemas/MicrosoftTeamsApiHandleRequestAttributes'
|
|
14938
|
+
type:
|
|
14939
|
+
$ref: '#/components/schemas/MicrosoftTeamsApiHandleType'
|
|
14940
|
+
required:
|
|
14941
|
+
- type
|
|
14942
|
+
- attributes
|
|
14943
|
+
type: object
|
|
14944
|
+
MicrosoftTeamsApiHandleResponseData:
|
|
14945
|
+
description: Handle data from a response.
|
|
14946
|
+
properties:
|
|
14947
|
+
attributes:
|
|
14948
|
+
$ref: '#/components/schemas/MicrosoftTeamsApiHandleAttributes'
|
|
14949
|
+
id:
|
|
14950
|
+
description: The ID of the handle.
|
|
14951
|
+
example: 596da4af-0563-4097-90ff-07230c3f9db3
|
|
14952
|
+
maxLength: 100
|
|
14953
|
+
minLength: 1
|
|
14954
|
+
type: string
|
|
14955
|
+
type:
|
|
14956
|
+
$ref: '#/components/schemas/MicrosoftTeamsApiHandleType'
|
|
14957
|
+
type: object
|
|
14958
|
+
MicrosoftTeamsApiHandleType:
|
|
14959
|
+
default: handle
|
|
14960
|
+
description: Specifies the handle resource type.
|
|
14961
|
+
enum:
|
|
14962
|
+
- handle
|
|
14963
|
+
example: handle
|
|
14964
|
+
type: string
|
|
14965
|
+
x-enum-varnames:
|
|
14966
|
+
- HANDLE
|
|
14967
|
+
MicrosoftTeamsApiHandlesResponse:
|
|
14968
|
+
description: Response with a list of handles.
|
|
14969
|
+
properties:
|
|
14970
|
+
data:
|
|
14971
|
+
description: An array of handles.
|
|
14972
|
+
example:
|
|
14973
|
+
- attributes:
|
|
14974
|
+
channelId: 19:b41k24b14bn1nwffkernfkwrnfneubgkr@thread.tacv2
|
|
14975
|
+
channelName: General
|
|
14976
|
+
name: general-handle
|
|
14977
|
+
teamId: 00000000-0000-0000-0000-000000000000
|
|
14978
|
+
teamName: Example Team
|
|
14979
|
+
tenantId: 00000000-0000-0000-0000-000000000001
|
|
14980
|
+
tenantName: Company, Inc.
|
|
14981
|
+
id: 596da4af-0563-4097-90ff-07230c3f9db3
|
|
14982
|
+
type: ms-teams-handle-info
|
|
14983
|
+
- attributes:
|
|
14984
|
+
channelId: 19:b41k24b14bn1nwffkernfkwrnfneubgk1@thread.tacv2
|
|
14985
|
+
channelName: General2
|
|
14986
|
+
name: general-handle-2
|
|
14987
|
+
teamId: 00000000-0000-0000-0000-000000000002
|
|
14988
|
+
teamName: Example Team 2
|
|
14989
|
+
tenantId: 00000000-0000-0000-0000-000000000003
|
|
14990
|
+
tenantName: Company, Inc.
|
|
14991
|
+
id: 596da4af-0563-4097-90ff-07230c3f9db4
|
|
14992
|
+
type: ms-teams-handle-info
|
|
14993
|
+
items:
|
|
14994
|
+
$ref: '#/components/schemas/MicrosoftTeamsApiHandleInfoResponseData'
|
|
14995
|
+
type: array
|
|
14996
|
+
required:
|
|
14997
|
+
- data
|
|
14998
|
+
type: object
|
|
14999
|
+
MicrosoftTeamsChannelInfoResponseAttributes:
|
|
15000
|
+
description: Channel attributes.
|
|
15001
|
+
properties:
|
|
15002
|
+
is_primary:
|
|
15003
|
+
description: Indicates if this is the primary channel.
|
|
15004
|
+
example: true
|
|
15005
|
+
maxLength: 255
|
|
15006
|
+
type: boolean
|
|
15007
|
+
team_id:
|
|
15008
|
+
description: Team id.
|
|
15009
|
+
example: 00000000-0000-0000-0000-000000000000
|
|
15010
|
+
maxLength: 255
|
|
15011
|
+
type: string
|
|
15012
|
+
tenant_id:
|
|
15013
|
+
description: Tenant id.
|
|
15014
|
+
example: 00000000-0000-0000-0000-000000000001
|
|
15015
|
+
maxLength: 255
|
|
15016
|
+
type: string
|
|
15017
|
+
type: object
|
|
15018
|
+
MicrosoftTeamsChannelInfoResponseData:
|
|
15019
|
+
description: Channel data from a response.
|
|
15020
|
+
properties:
|
|
15021
|
+
attributes:
|
|
15022
|
+
$ref: '#/components/schemas/MicrosoftTeamsChannelInfoResponseAttributes'
|
|
15023
|
+
id:
|
|
15024
|
+
description: The ID of the channel.
|
|
15025
|
+
example: 19:b41k24b14bn1nwffkernfkwrnfneubgkr@thread.tacv2
|
|
15026
|
+
maxLength: 255
|
|
15027
|
+
minLength: 1
|
|
15028
|
+
type: string
|
|
15029
|
+
type:
|
|
15030
|
+
$ref: '#/components/schemas/MicrosoftTeamsChannelInfoType'
|
|
15031
|
+
type: object
|
|
15032
|
+
MicrosoftTeamsChannelInfoType:
|
|
15033
|
+
default: ms-teams-channel-info
|
|
15034
|
+
description: Channel info resource type.
|
|
15035
|
+
enum:
|
|
15036
|
+
- ms-teams-channel-info
|
|
15037
|
+
example: ms-teams-channel-info
|
|
15038
|
+
type: string
|
|
15039
|
+
x-enum-varnames:
|
|
15040
|
+
- MS_TEAMS_CHANNEL_INFO
|
|
15041
|
+
MicrosoftTeamsCreateApiHandleRequest:
|
|
15042
|
+
description: Create handle request.
|
|
15043
|
+
properties:
|
|
15044
|
+
data:
|
|
15045
|
+
$ref: '#/components/schemas/MicrosoftTeamsApiHandleRequestData'
|
|
15046
|
+
required:
|
|
15047
|
+
- data
|
|
15048
|
+
type: object
|
|
15049
|
+
MicrosoftTeamsCreateApiHandleResponse:
|
|
15050
|
+
description: Response of a handle.
|
|
15051
|
+
properties:
|
|
15052
|
+
data:
|
|
15053
|
+
$ref: '#/components/schemas/MicrosoftTeamsApiHandleResponseData'
|
|
15054
|
+
required:
|
|
15055
|
+
- data
|
|
15056
|
+
type: object
|
|
15057
|
+
MicrosoftTeamsGetChannelByNameResponse:
|
|
15058
|
+
description: Response with channel, team, and tenant ID information.
|
|
15059
|
+
properties:
|
|
15060
|
+
data:
|
|
15061
|
+
$ref: '#/components/schemas/MicrosoftTeamsChannelInfoResponseData'
|
|
15062
|
+
type: object
|
|
15063
|
+
MicrosoftTeamsUpdateApiHandleRequest:
|
|
15064
|
+
description: Update handle request.
|
|
15065
|
+
properties:
|
|
15066
|
+
data:
|
|
15067
|
+
$ref: '#/components/schemas/MicrosoftTeamsUpdateApiHandleRequestData'
|
|
15068
|
+
required:
|
|
15069
|
+
- data
|
|
15070
|
+
type: object
|
|
15071
|
+
MicrosoftTeamsUpdateApiHandleRequestData:
|
|
15072
|
+
description: Handle data from a response.
|
|
15073
|
+
properties:
|
|
15074
|
+
attributes:
|
|
15075
|
+
$ref: '#/components/schemas/MicrosoftTeamsApiHandleAttributes'
|
|
15076
|
+
type:
|
|
15077
|
+
$ref: '#/components/schemas/MicrosoftTeamsApiHandleType'
|
|
15078
|
+
required:
|
|
15079
|
+
- type
|
|
15080
|
+
- attributes
|
|
15081
|
+
type: object
|
|
14725
15082
|
MonitorConfigPolicyAttributeCreateRequest:
|
|
14726
15083
|
description: Policy and policy type for a monitor configuration policy.
|
|
14727
15084
|
properties:
|
|
@@ -16217,6 +16574,18 @@ components:
|
|
|
16217
16574
|
PowerpackTemplateVariable:
|
|
16218
16575
|
description: Powerpack template variables.
|
|
16219
16576
|
properties:
|
|
16577
|
+
available_values:
|
|
16578
|
+
description: The list of values that the template variable drop-down is
|
|
16579
|
+
limited to.
|
|
16580
|
+
example:
|
|
16581
|
+
- my-host
|
|
16582
|
+
- host1
|
|
16583
|
+
- host2
|
|
16584
|
+
items:
|
|
16585
|
+
description: Template variable value.
|
|
16586
|
+
type: string
|
|
16587
|
+
nullable: true
|
|
16588
|
+
type: array
|
|
16220
16589
|
defaults:
|
|
16221
16590
|
description: One or many template variable default values within the saved
|
|
16222
16591
|
view, which are unioned together using `OR` if more than one is specified.
|
|
@@ -16229,6 +16598,12 @@ components:
|
|
|
16229
16598
|
description: The name of the variable.
|
|
16230
16599
|
example: datacenter
|
|
16231
16600
|
type: string
|
|
16601
|
+
prefix:
|
|
16602
|
+
description: The tag prefix associated with the variable. Only tags with
|
|
16603
|
+
this prefix appear in the variable drop-down.
|
|
16604
|
+
example: host
|
|
16605
|
+
nullable: true
|
|
16606
|
+
type: string
|
|
16232
16607
|
required:
|
|
16233
16608
|
- name
|
|
16234
16609
|
type: object
|
|
@@ -19032,6 +19407,25 @@ components:
|
|
|
19032
19407
|
meta:
|
|
19033
19408
|
$ref: '#/components/schemas/ResponseMetaAttributes'
|
|
19034
19409
|
type: object
|
|
19410
|
+
SecurityMonitoringReferenceTable:
|
|
19411
|
+
description: Reference table for the rule.
|
|
19412
|
+
properties:
|
|
19413
|
+
checkPresence:
|
|
19414
|
+
description: Whether to include or exclude the matched values.
|
|
19415
|
+
type: boolean
|
|
19416
|
+
columnName:
|
|
19417
|
+
description: The name of the column in the reference table.
|
|
19418
|
+
type: string
|
|
19419
|
+
logFieldPath:
|
|
19420
|
+
description: The field in the log to match against the reference table.
|
|
19421
|
+
type: string
|
|
19422
|
+
ruleQueryName:
|
|
19423
|
+
description: The name of the rule query to apply the reference table to.
|
|
19424
|
+
type: string
|
|
19425
|
+
tableName:
|
|
19426
|
+
description: The name of the reference table.
|
|
19427
|
+
type: string
|
|
19428
|
+
type: object
|
|
19035
19429
|
SecurityMonitoringRuleCase:
|
|
19036
19430
|
description: Case when signal is generated.
|
|
19037
19431
|
properties:
|
|
@@ -19537,6 +19931,11 @@ components:
|
|
|
19537
19931
|
items:
|
|
19538
19932
|
$ref: '#/components/schemas/SecurityMonitoringRuleQuery'
|
|
19539
19933
|
type: array
|
|
19934
|
+
referenceTables:
|
|
19935
|
+
description: Reference tables for the rule.
|
|
19936
|
+
items:
|
|
19937
|
+
$ref: '#/components/schemas/SecurityMonitoringReferenceTable'
|
|
19938
|
+
type: array
|
|
19540
19939
|
tags:
|
|
19541
19940
|
description: Tags for generated signals.
|
|
19542
19941
|
items:
|
|
@@ -20241,6 +20640,11 @@ components:
|
|
|
20241
20640
|
items:
|
|
20242
20641
|
$ref: '#/components/schemas/SecurityMonitoringStandardRuleQuery'
|
|
20243
20642
|
type: array
|
|
20643
|
+
referenceTables:
|
|
20644
|
+
description: Reference tables for the rule.
|
|
20645
|
+
items:
|
|
20646
|
+
$ref: '#/components/schemas/SecurityMonitoringReferenceTable'
|
|
20647
|
+
type: array
|
|
20244
20648
|
tags:
|
|
20245
20649
|
description: Tags for generated signals.
|
|
20246
20650
|
example:
|
|
@@ -20308,6 +20712,11 @@ components:
|
|
|
20308
20712
|
items:
|
|
20309
20713
|
$ref: '#/components/schemas/SecurityMonitoringStandardRuleQuery'
|
|
20310
20714
|
type: array
|
|
20715
|
+
referenceTables:
|
|
20716
|
+
description: Reference tables for the rule.
|
|
20717
|
+
items:
|
|
20718
|
+
$ref: '#/components/schemas/SecurityMonitoringReferenceTable'
|
|
20719
|
+
type: array
|
|
20311
20720
|
tags:
|
|
20312
20721
|
description: Tags for generated signals.
|
|
20313
20722
|
example:
|
|
@@ -20448,6 +20857,11 @@ components:
|
|
|
20448
20857
|
items:
|
|
20449
20858
|
$ref: '#/components/schemas/SecurityMonitoringStandardRuleQuery'
|
|
20450
20859
|
type: array
|
|
20860
|
+
referenceTables:
|
|
20861
|
+
description: Reference tables for the rule.
|
|
20862
|
+
items:
|
|
20863
|
+
$ref: '#/components/schemas/SecurityMonitoringReferenceTable'
|
|
20864
|
+
type: array
|
|
20451
20865
|
tags:
|
|
20452
20866
|
description: Tags for generated signals.
|
|
20453
20867
|
items:
|
|
@@ -20512,6 +20926,11 @@ components:
|
|
|
20512
20926
|
items:
|
|
20513
20927
|
$ref: '#/components/schemas/SecurityMonitoringStandardRuleQuery'
|
|
20514
20928
|
type: array
|
|
20929
|
+
referenceTables:
|
|
20930
|
+
description: Reference tables for the rule.
|
|
20931
|
+
items:
|
|
20932
|
+
$ref: '#/components/schemas/SecurityMonitoringReferenceTable'
|
|
20933
|
+
type: array
|
|
20515
20934
|
tags:
|
|
20516
20935
|
description: Tags for generated signals.
|
|
20517
20936
|
example:
|
|
@@ -23947,12 +24366,6 @@ components:
|
|
|
23947
24366
|
format: int64
|
|
23948
24367
|
nullable: true
|
|
23949
24368
|
type: integer
|
|
23950
|
-
color:
|
|
23951
|
-
description: An identifier for the color representing the team
|
|
23952
|
-
format: int32
|
|
23953
|
-
maximum: 13
|
|
23954
|
-
minimum: 0
|
|
23955
|
-
type: integer
|
|
23956
24369
|
description:
|
|
23957
24370
|
description: Free-form markdown description/content for the team's homepage
|
|
23958
24371
|
type: string
|
|
@@ -25270,6 +25683,10 @@ paths:
|
|
|
25270
25683
|
summary: Get all API keys
|
|
25271
25684
|
tags:
|
|
25272
25685
|
- Key Management
|
|
25686
|
+
x-permission:
|
|
25687
|
+
operator: OR
|
|
25688
|
+
permissions:
|
|
25689
|
+
- api_keys_read
|
|
25273
25690
|
post:
|
|
25274
25691
|
description: Create an API key.
|
|
25275
25692
|
operationId: CreateAPIKey
|
|
@@ -25304,6 +25721,10 @@ paths:
|
|
|
25304
25721
|
tags:
|
|
25305
25722
|
- Key Management
|
|
25306
25723
|
x-codegen-request-body-name: body
|
|
25724
|
+
x-permission:
|
|
25725
|
+
operator: OR
|
|
25726
|
+
permissions:
|
|
25727
|
+
- api_keys_write
|
|
25307
25728
|
/api/v2/api_keys/{api_key_id}:
|
|
25308
25729
|
delete:
|
|
25309
25730
|
description: Delete an API key.
|
|
@@ -25330,6 +25751,10 @@ paths:
|
|
|
25330
25751
|
summary: Delete an API key
|
|
25331
25752
|
tags:
|
|
25332
25753
|
- Key Management
|
|
25754
|
+
x-permission:
|
|
25755
|
+
operator: OR
|
|
25756
|
+
permissions:
|
|
25757
|
+
- api_keys_delete
|
|
25333
25758
|
get:
|
|
25334
25759
|
description: Get an API key.
|
|
25335
25760
|
operationId: GetAPIKey
|
|
@@ -25360,6 +25785,10 @@ paths:
|
|
|
25360
25785
|
summary: Get API key
|
|
25361
25786
|
tags:
|
|
25362
25787
|
- Key Management
|
|
25788
|
+
x-permission:
|
|
25789
|
+
operator: OR
|
|
25790
|
+
permissions:
|
|
25791
|
+
- api_keys_read
|
|
25363
25792
|
patch:
|
|
25364
25793
|
description: Update an API key.
|
|
25365
25794
|
operationId: UpdateAPIKey
|
|
@@ -25402,6 +25831,10 @@ paths:
|
|
|
25402
25831
|
tags:
|
|
25403
25832
|
- Key Management
|
|
25404
25833
|
x-codegen-request-body-name: body
|
|
25834
|
+
x-permission:
|
|
25835
|
+
operator: OR
|
|
25836
|
+
permissions:
|
|
25837
|
+
- api_keys_write
|
|
25405
25838
|
/api/v2/apicatalog/api:
|
|
25406
25839
|
get:
|
|
25407
25840
|
description: List APIs and their IDs.
|
|
@@ -25690,6 +26123,10 @@ paths:
|
|
|
25690
26123
|
summary: Get all span-based metrics
|
|
25691
26124
|
tags:
|
|
25692
26125
|
- Spans Metrics
|
|
26126
|
+
x-permission:
|
|
26127
|
+
operator: OR
|
|
26128
|
+
permissions:
|
|
26129
|
+
- apm_read
|
|
25693
26130
|
post:
|
|
25694
26131
|
description: 'Create a metric based on your ingested spans in your organization.
|
|
25695
26132
|
|
|
@@ -25722,6 +26159,10 @@ paths:
|
|
|
25722
26159
|
tags:
|
|
25723
26160
|
- Spans Metrics
|
|
25724
26161
|
x-codegen-request-body-name: body
|
|
26162
|
+
x-permission:
|
|
26163
|
+
operator: OR
|
|
26164
|
+
permissions:
|
|
26165
|
+
- apm_generate_metrics
|
|
25725
26166
|
/api/v2/apm/config/metrics/{metric_id}:
|
|
25726
26167
|
delete:
|
|
25727
26168
|
description: Delete a specific span-based metric from your organization.
|
|
@@ -25740,6 +26181,10 @@ paths:
|
|
|
25740
26181
|
summary: Delete a span-based metric
|
|
25741
26182
|
tags:
|
|
25742
26183
|
- Spans Metrics
|
|
26184
|
+
x-permission:
|
|
26185
|
+
operator: OR
|
|
26186
|
+
permissions:
|
|
26187
|
+
- apm_generate_metrics
|
|
25743
26188
|
get:
|
|
25744
26189
|
description: Get a specific span-based metric from your organization.
|
|
25745
26190
|
operationId: GetSpansMetric
|
|
@@ -25761,6 +26206,10 @@ paths:
|
|
|
25761
26206
|
summary: Get a span-based metric
|
|
25762
26207
|
tags:
|
|
25763
26208
|
- Spans Metrics
|
|
26209
|
+
x-permission:
|
|
26210
|
+
operator: OR
|
|
26211
|
+
permissions:
|
|
26212
|
+
- apm_read
|
|
25764
26213
|
patch:
|
|
25765
26214
|
description: 'Update a specific span-based metric from your organization.
|
|
25766
26215
|
|
|
@@ -25795,6 +26244,10 @@ paths:
|
|
|
25795
26244
|
tags:
|
|
25796
26245
|
- Spans Metrics
|
|
25797
26246
|
x-codegen-request-body-name: body
|
|
26247
|
+
x-permission:
|
|
26248
|
+
operator: OR
|
|
26249
|
+
permissions:
|
|
26250
|
+
- apm_generate_metrics
|
|
25798
26251
|
/api/v2/apm/config/retention-filters:
|
|
25799
26252
|
get:
|
|
25800
26253
|
description: Get the list of APM retention filters.
|
|
@@ -25813,6 +26266,11 @@ paths:
|
|
|
25813
26266
|
summary: List all APM retention filters
|
|
25814
26267
|
tags:
|
|
25815
26268
|
- APM Retention Filters
|
|
26269
|
+
x-permission:
|
|
26270
|
+
operator: OR
|
|
26271
|
+
permissions:
|
|
26272
|
+
- apm_retention_filter_read
|
|
26273
|
+
- apm_pipelines_read
|
|
25816
26274
|
post:
|
|
25817
26275
|
description: 'Create a retention filter to index spans in your organization.
|
|
25818
26276
|
|
|
@@ -25848,6 +26306,11 @@ paths:
|
|
|
25848
26306
|
tags:
|
|
25849
26307
|
- APM Retention Filters
|
|
25850
26308
|
x-codegen-request-body-name: body
|
|
26309
|
+
x-permission:
|
|
26310
|
+
operator: OR
|
|
26311
|
+
permissions:
|
|
26312
|
+
- apm_retention_filter_write
|
|
26313
|
+
- apm_pipelines_write
|
|
25851
26314
|
/api/v2/apm/config/retention-filters-execution-order:
|
|
25852
26315
|
put:
|
|
25853
26316
|
description: Re-order the execution order of retention filters.
|
|
@@ -25872,6 +26335,11 @@ paths:
|
|
|
25872
26335
|
tags:
|
|
25873
26336
|
- APM Retention Filters
|
|
25874
26337
|
x-codegen-request-body-name: body
|
|
26338
|
+
x-permission:
|
|
26339
|
+
operator: OR
|
|
26340
|
+
permissions:
|
|
26341
|
+
- apm_retention_filter_write
|
|
26342
|
+
- apm_pipelines_write
|
|
25875
26343
|
/api/v2/apm/config/retention-filters/{filter_id}:
|
|
25876
26344
|
delete:
|
|
25877
26345
|
description: 'Delete a specific retention filter from your organization.
|
|
@@ -25894,6 +26362,11 @@ paths:
|
|
|
25894
26362
|
summary: Delete a retention filter
|
|
25895
26363
|
tags:
|
|
25896
26364
|
- APM Retention Filters
|
|
26365
|
+
x-permission:
|
|
26366
|
+
operator: OR
|
|
26367
|
+
permissions:
|
|
26368
|
+
- apm_retention_filter_write
|
|
26369
|
+
- apm_pipelines_write
|
|
25897
26370
|
get:
|
|
25898
26371
|
description: Get an APM retention filter.
|
|
25899
26372
|
operationId: GetApmRetentionFilter
|
|
@@ -25915,6 +26388,11 @@ paths:
|
|
|
25915
26388
|
summary: Get a given APM retention filter
|
|
25916
26389
|
tags:
|
|
25917
26390
|
- APM Retention Filters
|
|
26391
|
+
x-permission:
|
|
26392
|
+
operator: OR
|
|
26393
|
+
permissions:
|
|
26394
|
+
- apm_retention_filter_read
|
|
26395
|
+
- apm_pipelines_read
|
|
25918
26396
|
put:
|
|
25919
26397
|
description: 'Update a retention filter from your organization.
|
|
25920
26398
|
|
|
@@ -25950,6 +26428,11 @@ paths:
|
|
|
25950
26428
|
tags:
|
|
25951
26429
|
- APM Retention Filters
|
|
25952
26430
|
x-codegen-request-body-name: body
|
|
26431
|
+
x-permission:
|
|
26432
|
+
operator: OR
|
|
26433
|
+
permissions:
|
|
26434
|
+
- apm_retention_filter_write
|
|
26435
|
+
- apm_pipelines_write
|
|
25953
26436
|
/api/v2/application_keys:
|
|
25954
26437
|
get:
|
|
25955
26438
|
description: List all application keys available for your org
|
|
@@ -25992,6 +26475,10 @@ paths:
|
|
|
25992
26475
|
summary: Get all application keys
|
|
25993
26476
|
tags:
|
|
25994
26477
|
- Key Management
|
|
26478
|
+
x-permission:
|
|
26479
|
+
operator: OR
|
|
26480
|
+
permissions:
|
|
26481
|
+
- org_app_keys_read
|
|
25995
26482
|
/api/v2/application_keys/{app_key_id}:
|
|
25996
26483
|
delete:
|
|
25997
26484
|
description: Delete an application key
|
|
@@ -26019,6 +26506,10 @@ paths:
|
|
|
26019
26506
|
tags:
|
|
26020
26507
|
- Key Management
|
|
26021
26508
|
x-codegen-request-body-name: body
|
|
26509
|
+
x-permission:
|
|
26510
|
+
operator: OR
|
|
26511
|
+
permissions:
|
|
26512
|
+
- org_app_keys_write
|
|
26022
26513
|
get:
|
|
26023
26514
|
description: Get an application key for your org.
|
|
26024
26515
|
operationId: GetApplicationKey
|
|
@@ -26055,6 +26546,10 @@ paths:
|
|
|
26055
26546
|
summary: Get an application key
|
|
26056
26547
|
tags:
|
|
26057
26548
|
- Key Management
|
|
26549
|
+
x-permission:
|
|
26550
|
+
operator: OR
|
|
26551
|
+
permissions:
|
|
26552
|
+
- org_app_keys_read
|
|
26058
26553
|
patch:
|
|
26059
26554
|
description: Edit an application key
|
|
26060
26555
|
operationId: UpdateApplicationKey
|
|
@@ -26097,6 +26592,10 @@ paths:
|
|
|
26097
26592
|
tags:
|
|
26098
26593
|
- Key Management
|
|
26099
26594
|
x-codegen-request-body-name: body
|
|
26595
|
+
x-permission:
|
|
26596
|
+
operator: OR
|
|
26597
|
+
permissions:
|
|
26598
|
+
- org_app_keys_write
|
|
26100
26599
|
/api/v2/audit/events:
|
|
26101
26600
|
get:
|
|
26102
26601
|
description: 'List endpoint returns events that match a Audit Logs search query.
|
|
@@ -26178,6 +26677,10 @@ paths:
|
|
|
26178
26677
|
cursorPath: meta.page.after
|
|
26179
26678
|
limitParam: page[limit]
|
|
26180
26679
|
resultsPath: data
|
|
26680
|
+
x-permission:
|
|
26681
|
+
operator: OR
|
|
26682
|
+
permissions:
|
|
26683
|
+
- audit_logs_read
|
|
26181
26684
|
/api/v2/audit/events/search:
|
|
26182
26685
|
post:
|
|
26183
26686
|
description: 'List endpoint returns Audit Logs events that match an Audit search
|
|
@@ -26219,6 +26722,10 @@ paths:
|
|
|
26219
26722
|
cursorPath: meta.page.after
|
|
26220
26723
|
limitParam: body.page.limit
|
|
26221
26724
|
resultsPath: data
|
|
26725
|
+
x-permission:
|
|
26726
|
+
operator: OR
|
|
26727
|
+
permissions:
|
|
26728
|
+
- audit_logs_read
|
|
26222
26729
|
/api/v2/authn_mappings:
|
|
26223
26730
|
get:
|
|
26224
26731
|
description: List all AuthN Mappings in the org.
|
|
@@ -26261,6 +26768,9 @@ paths:
|
|
|
26261
26768
|
summary: List all AuthN Mappings
|
|
26262
26769
|
tags:
|
|
26263
26770
|
- AuthN Mappings
|
|
26771
|
+
x-permission:
|
|
26772
|
+
operator: OPEN
|
|
26773
|
+
permissions: []
|
|
26264
26774
|
post:
|
|
26265
26775
|
description: Create an AuthN Mapping.
|
|
26266
26776
|
operationId: CreateAuthNMapping
|
|
@@ -26301,6 +26811,10 @@ paths:
|
|
|
26301
26811
|
tags:
|
|
26302
26812
|
- AuthN Mappings
|
|
26303
26813
|
x-codegen-request-body-name: body
|
|
26814
|
+
x-permission:
|
|
26815
|
+
operator: OR
|
|
26816
|
+
permissions:
|
|
26817
|
+
- user_access_manage
|
|
26304
26818
|
/api/v2/authn_mappings/{authn_mapping_id}:
|
|
26305
26819
|
delete:
|
|
26306
26820
|
description: Delete an AuthN Mapping specified by AuthN Mapping UUID.
|
|
@@ -26324,14 +26838,13 @@ paths:
|
|
|
26324
26838
|
description: Not Found
|
|
26325
26839
|
'429':
|
|
26326
26840
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
26327
|
-
security:
|
|
26328
|
-
- apiKeyAuth: []
|
|
26329
|
-
appKeyAuth: []
|
|
26330
|
-
- AuthZ:
|
|
26331
|
-
- user_access_manage
|
|
26332
26841
|
summary: Delete an AuthN Mapping
|
|
26333
26842
|
tags:
|
|
26334
26843
|
- AuthN Mappings
|
|
26844
|
+
x-permission:
|
|
26845
|
+
operator: OR
|
|
26846
|
+
permissions:
|
|
26847
|
+
- user_access_manage
|
|
26335
26848
|
get:
|
|
26336
26849
|
description: Get an AuthN Mapping specified by the AuthN Mapping UUID.
|
|
26337
26850
|
operationId: GetAuthNMapping
|
|
@@ -26358,13 +26871,12 @@ paths:
|
|
|
26358
26871
|
description: Not Found
|
|
26359
26872
|
'429':
|
|
26360
26873
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
26361
|
-
security:
|
|
26362
|
-
- apiKeyAuth: []
|
|
26363
|
-
appKeyAuth: []
|
|
26364
|
-
- AuthZ: []
|
|
26365
26874
|
summary: Get an AuthN Mapping by UUID
|
|
26366
26875
|
tags:
|
|
26367
26876
|
- AuthN Mappings
|
|
26877
|
+
x-permission:
|
|
26878
|
+
operator: OPEN
|
|
26879
|
+
permissions: []
|
|
26368
26880
|
patch:
|
|
26369
26881
|
description: Edit an AuthN Mapping.
|
|
26370
26882
|
operationId: UpdateAuthNMapping
|
|
@@ -26415,15 +26927,14 @@ paths:
|
|
|
26415
26927
|
description: Unprocessable Entity
|
|
26416
26928
|
'429':
|
|
26417
26929
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
26418
|
-
security:
|
|
26419
|
-
- apiKeyAuth: []
|
|
26420
|
-
appKeyAuth: []
|
|
26421
|
-
- AuthZ:
|
|
26422
|
-
- user_access_manage
|
|
26423
26930
|
summary: Edit an AuthN Mapping
|
|
26424
26931
|
tags:
|
|
26425
26932
|
- AuthN Mappings
|
|
26426
26933
|
x-codegen-request-body-name: body
|
|
26934
|
+
x-permission:
|
|
26935
|
+
operator: OR
|
|
26936
|
+
permissions:
|
|
26937
|
+
- user_access_manage
|
|
26427
26938
|
/api/v2/cases:
|
|
26428
26939
|
get:
|
|
26429
26940
|
description: Search cases.
|
|
@@ -27103,6 +27614,10 @@ paths:
|
|
|
27103
27614
|
tags:
|
|
27104
27615
|
- CI Visibility Pipelines
|
|
27105
27616
|
x-codegen-request-body-name: body
|
|
27617
|
+
x-permission:
|
|
27618
|
+
operator: OR
|
|
27619
|
+
permissions:
|
|
27620
|
+
- ci_visibility_read
|
|
27106
27621
|
/api/v2/ci/pipelines/events:
|
|
27107
27622
|
get:
|
|
27108
27623
|
description: 'List endpoint returns CI Visibility pipeline events that match
|
|
@@ -27187,6 +27702,10 @@ paths:
|
|
|
27187
27702
|
cursorPath: meta.page.after
|
|
27188
27703
|
limitParam: page[limit]
|
|
27189
27704
|
resultsPath: data
|
|
27705
|
+
x-permission:
|
|
27706
|
+
operator: OR
|
|
27707
|
+
permissions:
|
|
27708
|
+
- ci_visibility_read
|
|
27190
27709
|
/api/v2/ci/pipelines/events/search:
|
|
27191
27710
|
post:
|
|
27192
27711
|
description: 'List endpoint returns CI Visibility pipeline events that match
|
|
@@ -27230,6 +27749,10 @@ paths:
|
|
|
27230
27749
|
cursorPath: meta.page.after
|
|
27231
27750
|
limitParam: body.page.limit
|
|
27232
27751
|
resultsPath: data
|
|
27752
|
+
x-permission:
|
|
27753
|
+
operator: OR
|
|
27754
|
+
permissions:
|
|
27755
|
+
- ci_visibility_read
|
|
27233
27756
|
/api/v2/ci/tests/analytics/aggregate:
|
|
27234
27757
|
post:
|
|
27235
27758
|
description: The API endpoint to aggregate CI Visibility test events into buckets
|
|
@@ -27263,6 +27786,10 @@ paths:
|
|
|
27263
27786
|
tags:
|
|
27264
27787
|
- CI Visibility Tests
|
|
27265
27788
|
x-codegen-request-body-name: body
|
|
27789
|
+
x-permission:
|
|
27790
|
+
operator: OR
|
|
27791
|
+
permissions:
|
|
27792
|
+
- ci_visibility_read
|
|
27266
27793
|
/api/v2/ci/tests/events:
|
|
27267
27794
|
get:
|
|
27268
27795
|
description: 'List endpoint returns CI Visibility test events that match a [search
|
|
@@ -27347,6 +27874,10 @@ paths:
|
|
|
27347
27874
|
cursorPath: meta.page.after
|
|
27348
27875
|
limitParam: page[limit]
|
|
27349
27876
|
resultsPath: data
|
|
27877
|
+
x-permission:
|
|
27878
|
+
operator: OR
|
|
27879
|
+
permissions:
|
|
27880
|
+
- ci_visibility_read
|
|
27350
27881
|
/api/v2/ci/tests/events/search:
|
|
27351
27882
|
post:
|
|
27352
27883
|
description: 'List endpoint returns CI Visibility test events that match a [search
|
|
@@ -27390,6 +27921,10 @@ paths:
|
|
|
27390
27921
|
cursorPath: meta.page.after
|
|
27391
27922
|
limitParam: body.page.limit
|
|
27392
27923
|
resultsPath: data
|
|
27924
|
+
x-permission:
|
|
27925
|
+
operator: OR
|
|
27926
|
+
permissions:
|
|
27927
|
+
- ci_visibility_read
|
|
27393
27928
|
/api/v2/container_images:
|
|
27394
27929
|
get:
|
|
27395
27930
|
description: Get all Container Images for your organization.
|
|
@@ -27467,6 +28002,9 @@ paths:
|
|
|
27467
28002
|
cursorPath: meta.pagination.next_cursor
|
|
27468
28003
|
limitParam: page[size]
|
|
27469
28004
|
resultsPath: data
|
|
28005
|
+
x-permission:
|
|
28006
|
+
operator: OPEN
|
|
28007
|
+
permissions: []
|
|
27470
28008
|
/api/v2/containers:
|
|
27471
28009
|
get:
|
|
27472
28010
|
description: Get all containers for your organization.
|
|
@@ -27544,6 +28082,9 @@ paths:
|
|
|
27544
28082
|
cursorPath: meta.pagination.next_cursor
|
|
27545
28083
|
limitParam: page[size]
|
|
27546
28084
|
resultsPath: data
|
|
28085
|
+
x-permission:
|
|
28086
|
+
operator: OPEN
|
|
28087
|
+
permissions: []
|
|
27547
28088
|
/api/v2/cost/aws_cur_config:
|
|
27548
28089
|
get:
|
|
27549
28090
|
description: List the AWS CUR configs.
|
|
@@ -27571,6 +28112,10 @@ paths:
|
|
|
27571
28112
|
summary: List Cloud Cost Management AWS CUR configs
|
|
27572
28113
|
tags:
|
|
27573
28114
|
- Cloud Cost Management
|
|
28115
|
+
x-permission:
|
|
28116
|
+
operator: OR
|
|
28117
|
+
permissions:
|
|
28118
|
+
- cloud_cost_management_read
|
|
27574
28119
|
post:
|
|
27575
28120
|
description: Create a Cloud Cost Management account for an AWS CUR config.
|
|
27576
28121
|
operationId: CreateCostAWSCURConfig
|
|
@@ -27609,6 +28154,10 @@ paths:
|
|
|
27609
28154
|
summary: Create Cloud Cost Management AWS CUR config
|
|
27610
28155
|
tags:
|
|
27611
28156
|
- Cloud Cost Management
|
|
28157
|
+
x-permission:
|
|
28158
|
+
operator: OR
|
|
28159
|
+
permissions:
|
|
28160
|
+
- cloud_cost_management_write
|
|
27612
28161
|
/api/v2/cost/aws_cur_config/{cloud_account_id}:
|
|
27613
28162
|
delete:
|
|
27614
28163
|
description: Archive a Cloud Cost Management Account.
|
|
@@ -27640,6 +28189,10 @@ paths:
|
|
|
27640
28189
|
summary: Delete Cloud Cost Management AWS CUR config
|
|
27641
28190
|
tags:
|
|
27642
28191
|
- Cloud Cost Management
|
|
28192
|
+
x-permission:
|
|
28193
|
+
operator: OR
|
|
28194
|
+
permissions:
|
|
28195
|
+
- cloud_cost_management_write
|
|
27643
28196
|
patch:
|
|
27644
28197
|
description: Update the status of an AWS CUR config (active/archived).
|
|
27645
28198
|
operationId: UpdateCostAWSCURConfig
|
|
@@ -27674,6 +28227,10 @@ paths:
|
|
|
27674
28227
|
summary: Update Cloud Cost Management AWS CUR config
|
|
27675
28228
|
tags:
|
|
27676
28229
|
- Cloud Cost Management
|
|
28230
|
+
x-permission:
|
|
28231
|
+
operator: OR
|
|
28232
|
+
permissions:
|
|
28233
|
+
- cloud_cost_management_write
|
|
27677
28234
|
/api/v2/cost/aws_related_accounts:
|
|
27678
28235
|
get:
|
|
27679
28236
|
deprecated: true
|
|
@@ -27717,6 +28274,10 @@ paths:
|
|
|
27717
28274
|
summary: List related AWS accounts
|
|
27718
28275
|
tags:
|
|
27719
28276
|
- Cloud Cost Management
|
|
28277
|
+
x-permission:
|
|
28278
|
+
operator: OR
|
|
28279
|
+
permissions:
|
|
28280
|
+
- cloud_cost_management_read
|
|
27720
28281
|
/api/v2/cost/azure_uc_config:
|
|
27721
28282
|
get:
|
|
27722
28283
|
description: List the Azure configs.
|
|
@@ -27744,6 +28305,10 @@ paths:
|
|
|
27744
28305
|
summary: List Cloud Cost Management Azure configs
|
|
27745
28306
|
tags:
|
|
27746
28307
|
- Cloud Cost Management
|
|
28308
|
+
x-permission:
|
|
28309
|
+
operator: OR
|
|
28310
|
+
permissions:
|
|
28311
|
+
- cloud_cost_management_read
|
|
27747
28312
|
post:
|
|
27748
28313
|
description: Create a Cloud Cost Management account for an Azure config.
|
|
27749
28314
|
operationId: CreateCostAzureUCConfigs
|
|
@@ -27782,6 +28347,10 @@ paths:
|
|
|
27782
28347
|
summary: Create Cloud Cost Management Azure configs
|
|
27783
28348
|
tags:
|
|
27784
28349
|
- Cloud Cost Management
|
|
28350
|
+
x-permission:
|
|
28351
|
+
operator: OR
|
|
28352
|
+
permissions:
|
|
28353
|
+
- cloud_cost_management_write
|
|
27785
28354
|
/api/v2/cost/azure_uc_config/{cloud_account_id}:
|
|
27786
28355
|
delete:
|
|
27787
28356
|
description: Archive a Cloud Cost Management Account.
|
|
@@ -27813,6 +28382,10 @@ paths:
|
|
|
27813
28382
|
summary: Delete Cloud Cost Management Azure config
|
|
27814
28383
|
tags:
|
|
27815
28384
|
- Cloud Cost Management
|
|
28385
|
+
x-permission:
|
|
28386
|
+
operator: OR
|
|
28387
|
+
permissions:
|
|
28388
|
+
- cloud_cost_management_write
|
|
27816
28389
|
patch:
|
|
27817
28390
|
description: Update the status of an Azure config (active/archived).
|
|
27818
28391
|
operationId: UpdateCostAzureUCConfigs
|
|
@@ -27853,6 +28426,10 @@ paths:
|
|
|
27853
28426
|
summary: Update Cloud Cost Management Azure config
|
|
27854
28427
|
tags:
|
|
27855
28428
|
- Cloud Cost Management
|
|
28429
|
+
x-permission:
|
|
28430
|
+
operator: OR
|
|
28431
|
+
permissions:
|
|
28432
|
+
- cloud_cost_management_write
|
|
27856
28433
|
/api/v2/cost/custom_costs:
|
|
27857
28434
|
get:
|
|
27858
28435
|
description: List the Custom Costs files.
|
|
@@ -27992,6 +28569,10 @@ paths:
|
|
|
27992
28569
|
summary: Cloud Cost Enabled
|
|
27993
28570
|
tags:
|
|
27994
28571
|
- Cloud Cost Management
|
|
28572
|
+
x-permission:
|
|
28573
|
+
operator: OR
|
|
28574
|
+
permissions:
|
|
28575
|
+
- cloud_cost_management_read
|
|
27995
28576
|
/api/v2/cost_by_tag/active_billing_dimensions:
|
|
27996
28577
|
get:
|
|
27997
28578
|
description: Get active billing dimensions for cost attribution. Cost data for
|
|
@@ -28030,6 +28611,10 @@ paths:
|
|
|
28030
28611
|
summary: Get active billing dimensions for cost attribution
|
|
28031
28612
|
tags:
|
|
28032
28613
|
- Usage Metering
|
|
28614
|
+
x-permission:
|
|
28615
|
+
operator: OR
|
|
28616
|
+
permissions:
|
|
28617
|
+
- usage_read
|
|
28033
28618
|
x-unstable: '**Note**: This endpoint is in public beta.
|
|
28034
28619
|
|
|
28035
28620
|
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).'
|
|
@@ -28153,6 +28738,10 @@ paths:
|
|
|
28153
28738
|
summary: Get Monthly Cost Attribution
|
|
28154
28739
|
tags:
|
|
28155
28740
|
- Usage Metering
|
|
28741
|
+
x-permission:
|
|
28742
|
+
operator: OR
|
|
28743
|
+
permissions:
|
|
28744
|
+
- usage_read
|
|
28156
28745
|
x-unstable: '**Note**: This endpoint is in public beta.
|
|
28157
28746
|
|
|
28158
28747
|
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).'
|
|
@@ -28198,6 +28787,10 @@ paths:
|
|
|
28198
28787
|
summary: Get all application keys owned by current user
|
|
28199
28788
|
tags:
|
|
28200
28789
|
- Key Management
|
|
28790
|
+
x-permission:
|
|
28791
|
+
operator: OR
|
|
28792
|
+
permissions:
|
|
28793
|
+
- user_app_keys
|
|
28201
28794
|
post:
|
|
28202
28795
|
description: Create an application key for current user
|
|
28203
28796
|
operationId: CreateCurrentUserApplicationKey
|
|
@@ -28232,6 +28825,10 @@ paths:
|
|
|
28232
28825
|
tags:
|
|
28233
28826
|
- Key Management
|
|
28234
28827
|
x-codegen-request-body-name: body
|
|
28828
|
+
x-permission:
|
|
28829
|
+
operator: OR
|
|
28830
|
+
permissions:
|
|
28831
|
+
- user_app_keys
|
|
28235
28832
|
/api/v2/current_user/application_keys/{app_key_id}:
|
|
28236
28833
|
delete:
|
|
28237
28834
|
description: Delete an application key owned by current user
|
|
@@ -28258,6 +28855,10 @@ paths:
|
|
|
28258
28855
|
summary: Delete an application key owned by current user
|
|
28259
28856
|
tags:
|
|
28260
28857
|
- Key Management
|
|
28858
|
+
x-permission:
|
|
28859
|
+
operator: OR
|
|
28860
|
+
permissions:
|
|
28861
|
+
- user_app_keys
|
|
28261
28862
|
get:
|
|
28262
28863
|
description: Get an application key owned by current user
|
|
28263
28864
|
operationId: GetCurrentUserApplicationKey
|
|
@@ -28287,6 +28888,10 @@ paths:
|
|
|
28287
28888
|
summary: Get one application key owned by current user
|
|
28288
28889
|
tags:
|
|
28289
28890
|
- Key Management
|
|
28891
|
+
x-permission:
|
|
28892
|
+
operator: OR
|
|
28893
|
+
permissions:
|
|
28894
|
+
- user_app_keys
|
|
28290
28895
|
patch:
|
|
28291
28896
|
description: Edit an application key owned by current user
|
|
28292
28897
|
operationId: UpdateCurrentUserApplicationKey
|
|
@@ -28329,6 +28934,10 @@ paths:
|
|
|
28329
28934
|
tags:
|
|
28330
28935
|
- Key Management
|
|
28331
28936
|
x-codegen-request-body-name: body
|
|
28937
|
+
x-permission:
|
|
28938
|
+
operator: OR
|
|
28939
|
+
permissions:
|
|
28940
|
+
- user_app_keys
|
|
28332
28941
|
/api/v2/dashboard/lists/manual/{dashboard_list_id}/dashboards:
|
|
28333
28942
|
delete:
|
|
28334
28943
|
description: Delete dashboards from an existing dashboard list.
|
|
@@ -28419,6 +29028,10 @@ paths:
|
|
|
28419
29028
|
summary: Get items of a Dashboard List
|
|
28420
29029
|
tags:
|
|
28421
29030
|
- Dashboard Lists
|
|
29031
|
+
x-permission:
|
|
29032
|
+
operator: OR
|
|
29033
|
+
permissions:
|
|
29034
|
+
- dashboards_read
|
|
28422
29035
|
post:
|
|
28423
29036
|
description: Add dashboards to an existing dashboard list.
|
|
28424
29037
|
operationId: CreateDashboardListItems
|
|
@@ -28677,6 +29290,10 @@ paths:
|
|
|
28677
29290
|
limitParam: page[limit]
|
|
28678
29291
|
pageOffsetParam: page[offset]
|
|
28679
29292
|
resultsPath: data
|
|
29293
|
+
x-permission:
|
|
29294
|
+
operator: OR
|
|
29295
|
+
permissions:
|
|
29296
|
+
- monitors_downtime
|
|
28680
29297
|
post:
|
|
28681
29298
|
description: Schedule a downtime.
|
|
28682
29299
|
operationId: CreateDowntime
|
|
@@ -28717,6 +29334,10 @@ paths:
|
|
|
28717
29334
|
tags:
|
|
28718
29335
|
- Downtimes
|
|
28719
29336
|
x-codegen-request-body-name: body
|
|
29337
|
+
x-permission:
|
|
29338
|
+
operator: OR
|
|
29339
|
+
permissions:
|
|
29340
|
+
- monitors_downtime
|
|
28720
29341
|
/api/v2/downtime/{downtime_id}:
|
|
28721
29342
|
delete:
|
|
28722
29343
|
description: Cancel a downtime.
|
|
@@ -28754,6 +29375,10 @@ paths:
|
|
|
28754
29375
|
summary: Cancel a downtime
|
|
28755
29376
|
tags:
|
|
28756
29377
|
- Downtimes
|
|
29378
|
+
x-permission:
|
|
29379
|
+
operator: OR
|
|
29380
|
+
permissions:
|
|
29381
|
+
- monitors_downtime
|
|
28757
29382
|
get:
|
|
28758
29383
|
description: Get downtime detail by `downtime_id`.
|
|
28759
29384
|
operationId: GetDowntime
|
|
@@ -28810,6 +29435,10 @@ paths:
|
|
|
28810
29435
|
summary: Get a downtime
|
|
28811
29436
|
tags:
|
|
28812
29437
|
- Downtimes
|
|
29438
|
+
x-permission:
|
|
29439
|
+
operator: OR
|
|
29440
|
+
permissions:
|
|
29441
|
+
- monitors_downtime
|
|
28813
29442
|
patch:
|
|
28814
29443
|
description: Update a downtime by `downtime_id`.
|
|
28815
29444
|
operationId: UpdateDowntime
|
|
@@ -28864,6 +29493,10 @@ paths:
|
|
|
28864
29493
|
tags:
|
|
28865
29494
|
- Downtimes
|
|
28866
29495
|
x-codegen-request-body-name: body
|
|
29496
|
+
x-permission:
|
|
29497
|
+
operator: OR
|
|
29498
|
+
permissions:
|
|
29499
|
+
- monitors_downtime
|
|
28867
29500
|
/api/v2/events:
|
|
28868
29501
|
get:
|
|
28869
29502
|
description: 'List endpoint returns events that match an events search query.
|
|
@@ -28942,6 +29575,10 @@ paths:
|
|
|
28942
29575
|
cursorPath: meta.page.after
|
|
28943
29576
|
limitParam: page[limit]
|
|
28944
29577
|
resultsPath: data
|
|
29578
|
+
x-permission:
|
|
29579
|
+
operator: OR
|
|
29580
|
+
permissions:
|
|
29581
|
+
- events_read
|
|
28945
29582
|
/api/v2/events/search:
|
|
28946
29583
|
post:
|
|
28947
29584
|
description: 'List endpoint returns events that match an events search query.
|
|
@@ -28979,6 +29616,10 @@ paths:
|
|
|
28979
29616
|
cursorPath: meta.page.after
|
|
28980
29617
|
limitParam: body.page.limit
|
|
28981
29618
|
resultsPath: data
|
|
29619
|
+
x-permission:
|
|
29620
|
+
operator: OR
|
|
29621
|
+
permissions:
|
|
29622
|
+
- events_read
|
|
28982
29623
|
/api/v2/incidents:
|
|
28983
29624
|
get:
|
|
28984
29625
|
description: Get all incidents for the user's organization.
|
|
@@ -29016,6 +29657,10 @@ paths:
|
|
|
29016
29657
|
limitParam: page[size]
|
|
29017
29658
|
pageOffsetParam: page[offset]
|
|
29018
29659
|
resultsPath: data
|
|
29660
|
+
x-permission:
|
|
29661
|
+
operator: OR
|
|
29662
|
+
permissions:
|
|
29663
|
+
- incident_read
|
|
29019
29664
|
x-unstable: '**Note**: This endpoint is in public beta.
|
|
29020
29665
|
|
|
29021
29666
|
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).'
|
|
@@ -29055,6 +29700,10 @@ paths:
|
|
|
29055
29700
|
tags:
|
|
29056
29701
|
- Incidents
|
|
29057
29702
|
x-codegen-request-body-name: body
|
|
29703
|
+
x-permission:
|
|
29704
|
+
operator: OR
|
|
29705
|
+
permissions:
|
|
29706
|
+
- incident_write
|
|
29058
29707
|
x-unstable: '**Note**: This endpoint is in public beta.
|
|
29059
29708
|
|
|
29060
29709
|
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).'
|
|
@@ -29097,6 +29746,10 @@ paths:
|
|
|
29097
29746
|
limitParam: page[size]
|
|
29098
29747
|
pageOffsetParam: page[offset]
|
|
29099
29748
|
resultsPath: data.attributes.incidents
|
|
29749
|
+
x-permission:
|
|
29750
|
+
operator: OR
|
|
29751
|
+
permissions:
|
|
29752
|
+
- incident_read
|
|
29100
29753
|
x-unstable: '**Note**: This endpoint is in public beta.
|
|
29101
29754
|
|
|
29102
29755
|
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).'
|
|
@@ -29127,6 +29780,10 @@ paths:
|
|
|
29127
29780
|
summary: Delete an existing incident
|
|
29128
29781
|
tags:
|
|
29129
29782
|
- Incidents
|
|
29783
|
+
x-permission:
|
|
29784
|
+
operator: OR
|
|
29785
|
+
permissions:
|
|
29786
|
+
- incident_write
|
|
29130
29787
|
x-unstable: '**Note**: This endpoint is in public beta.
|
|
29131
29788
|
|
|
29132
29789
|
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).'
|
|
@@ -29161,6 +29818,10 @@ paths:
|
|
|
29161
29818
|
summary: Get the details of an incident
|
|
29162
29819
|
tags:
|
|
29163
29820
|
- Incidents
|
|
29821
|
+
x-permission:
|
|
29822
|
+
operator: OR
|
|
29823
|
+
permissions:
|
|
29824
|
+
- incident_read
|
|
29164
29825
|
x-unstable: '**Note**: This endpoint is in public beta.
|
|
29165
29826
|
|
|
29166
29827
|
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).'
|
|
@@ -29204,6 +29865,10 @@ paths:
|
|
|
29204
29865
|
tags:
|
|
29205
29866
|
- Incidents
|
|
29206
29867
|
x-codegen-request-body-name: body
|
|
29868
|
+
x-permission:
|
|
29869
|
+
operator: OR
|
|
29870
|
+
permissions:
|
|
29871
|
+
- incident_write
|
|
29207
29872
|
x-unstable: '**Note**: This endpoint is in public beta.
|
|
29208
29873
|
|
|
29209
29874
|
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).'
|
|
@@ -29232,14 +29897,13 @@ paths:
|
|
|
29232
29897
|
$ref: '#/components/responses/NotFoundResponse'
|
|
29233
29898
|
'429':
|
|
29234
29899
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
29235
|
-
security:
|
|
29236
|
-
- apiKeyAuth: []
|
|
29237
|
-
appKeyAuth: []
|
|
29238
|
-
- AuthZ:
|
|
29239
|
-
- incident_read
|
|
29240
29900
|
summary: Get a list of attachments
|
|
29241
29901
|
tags:
|
|
29242
29902
|
- Incidents
|
|
29903
|
+
x-permission:
|
|
29904
|
+
operator: OR
|
|
29905
|
+
permissions:
|
|
29906
|
+
- incident_read
|
|
29243
29907
|
x-unstable: '**Note**: This endpoint is in public beta.
|
|
29244
29908
|
|
|
29245
29909
|
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).'
|
|
@@ -29278,6 +29942,10 @@ paths:
|
|
|
29278
29942
|
tags:
|
|
29279
29943
|
- Incidents
|
|
29280
29944
|
x-codegen-request-body-name: body
|
|
29945
|
+
x-permission:
|
|
29946
|
+
operator: OR
|
|
29947
|
+
permissions:
|
|
29948
|
+
- incident_write
|
|
29281
29949
|
x-unstable: '**Note**: This endpoint is in public beta.
|
|
29282
29950
|
|
|
29283
29951
|
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).'
|
|
@@ -29312,6 +29980,10 @@ paths:
|
|
|
29312
29980
|
summary: Get a list of an incident's integration metadata
|
|
29313
29981
|
tags:
|
|
29314
29982
|
- Incidents
|
|
29983
|
+
x-permission:
|
|
29984
|
+
operator: OR
|
|
29985
|
+
permissions:
|
|
29986
|
+
- incident_read
|
|
29315
29987
|
x-unstable: '**Note**: This endpoint is in public beta.
|
|
29316
29988
|
|
|
29317
29989
|
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).'
|
|
@@ -29353,6 +30025,10 @@ paths:
|
|
|
29353
30025
|
tags:
|
|
29354
30026
|
- Incidents
|
|
29355
30027
|
x-codegen-request-body-name: body
|
|
30028
|
+
x-permission:
|
|
30029
|
+
operator: OR
|
|
30030
|
+
permissions:
|
|
30031
|
+
- incident_write
|
|
29356
30032
|
x-unstable: '**Note**: This endpoint is in public beta.
|
|
29357
30033
|
|
|
29358
30034
|
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).'
|
|
@@ -29495,6 +30171,10 @@ paths:
|
|
|
29495
30171
|
summary: Get a list of an incident's todos
|
|
29496
30172
|
tags:
|
|
29497
30173
|
- Incidents
|
|
30174
|
+
x-permission:
|
|
30175
|
+
operator: OR
|
|
30176
|
+
permissions:
|
|
30177
|
+
- incident_read
|
|
29498
30178
|
x-unstable: '**Note**: This endpoint is in public beta.
|
|
29499
30179
|
|
|
29500
30180
|
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).'
|
|
@@ -29536,6 +30216,10 @@ paths:
|
|
|
29536
30216
|
tags:
|
|
29537
30217
|
- Incidents
|
|
29538
30218
|
x-codegen-request-body-name: body
|
|
30219
|
+
x-permission:
|
|
30220
|
+
operator: OR
|
|
30221
|
+
permissions:
|
|
30222
|
+
- incident_write
|
|
29539
30223
|
x-unstable: '**Note**: This endpoint is in public beta.
|
|
29540
30224
|
|
|
29541
30225
|
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).'
|
|
@@ -29567,6 +30251,10 @@ paths:
|
|
|
29567
30251
|
summary: Delete an incident todo
|
|
29568
30252
|
tags:
|
|
29569
30253
|
- Incidents
|
|
30254
|
+
x-permission:
|
|
30255
|
+
operator: OR
|
|
30256
|
+
permissions:
|
|
30257
|
+
- incident_write
|
|
29570
30258
|
x-unstable: '**Note**: This endpoint is in public beta.
|
|
29571
30259
|
|
|
29572
30260
|
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).'
|
|
@@ -29601,6 +30289,10 @@ paths:
|
|
|
29601
30289
|
summary: Get incident todo details
|
|
29602
30290
|
tags:
|
|
29603
30291
|
- Incidents
|
|
30292
|
+
x-permission:
|
|
30293
|
+
operator: OR
|
|
30294
|
+
permissions:
|
|
30295
|
+
- incident_read
|
|
29604
30296
|
x-unstable: '**Note**: This endpoint is in public beta.
|
|
29605
30297
|
|
|
29606
30298
|
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).'
|
|
@@ -29643,6 +30335,10 @@ paths:
|
|
|
29643
30335
|
tags:
|
|
29644
30336
|
- Incidents
|
|
29645
30337
|
x-codegen-request-body-name: body
|
|
30338
|
+
x-permission:
|
|
30339
|
+
operator: OR
|
|
30340
|
+
permissions:
|
|
30341
|
+
- incident_write
|
|
29646
30342
|
x-unstable: '**Note**: This endpoint is in public beta.
|
|
29647
30343
|
|
|
29648
30344
|
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).'
|
|
@@ -29667,6 +30363,10 @@ paths:
|
|
|
29667
30363
|
summary: List all GCP STS-enabled service accounts
|
|
29668
30364
|
tags:
|
|
29669
30365
|
- GCP Integration
|
|
30366
|
+
x-permission:
|
|
30367
|
+
operator: OR
|
|
30368
|
+
permissions:
|
|
30369
|
+
- gcp_configuration_read
|
|
29670
30370
|
post:
|
|
29671
30371
|
description: Create a new entry within Datadog for your STS enabled service
|
|
29672
30372
|
account.
|
|
@@ -29698,6 +30398,10 @@ paths:
|
|
|
29698
30398
|
tags:
|
|
29699
30399
|
- GCP Integration
|
|
29700
30400
|
x-codegen-request-body-name: body
|
|
30401
|
+
x-permission:
|
|
30402
|
+
operator: OR
|
|
30403
|
+
permissions:
|
|
30404
|
+
- gcp_configurations_manage
|
|
29701
30405
|
/api/v2/integration/gcp/accounts/{account_id}:
|
|
29702
30406
|
delete:
|
|
29703
30407
|
description: Delete an STS enabled GCP account from within Datadog.
|
|
@@ -29716,6 +30420,10 @@ paths:
|
|
|
29716
30420
|
summary: Delete an STS enabled GCP Account
|
|
29717
30421
|
tags:
|
|
29718
30422
|
- GCP Integration
|
|
30423
|
+
x-permission:
|
|
30424
|
+
operator: OR
|
|
30425
|
+
permissions:
|
|
30426
|
+
- gcp_configurations_manage
|
|
29719
30427
|
patch:
|
|
29720
30428
|
description: Update an STS enabled service account.
|
|
29721
30429
|
operationId: UpdateGCPSTSAccount
|
|
@@ -29746,6 +30454,10 @@ paths:
|
|
|
29746
30454
|
tags:
|
|
29747
30455
|
- GCP Integration
|
|
29748
30456
|
x-codegen-request-body-name: body
|
|
30457
|
+
x-permission:
|
|
30458
|
+
operator: OR
|
|
30459
|
+
permissions:
|
|
30460
|
+
- gcp_configuration_edit
|
|
29749
30461
|
/api/v2/integration/gcp/sts_delegate:
|
|
29750
30462
|
get:
|
|
29751
30463
|
description: List your Datadog-GCP STS delegate account configured in your Datadog
|
|
@@ -29766,6 +30478,10 @@ paths:
|
|
|
29766
30478
|
tags:
|
|
29767
30479
|
- GCP Integration
|
|
29768
30480
|
x-codegen-request-body-name: body
|
|
30481
|
+
x-permission:
|
|
30482
|
+
operator: OR
|
|
30483
|
+
permissions:
|
|
30484
|
+
- gcp_configuration_read
|
|
29769
30485
|
post:
|
|
29770
30486
|
description: Create a Datadog GCP principal.
|
|
29771
30487
|
operationId: MakeGCPSTSDelegate
|
|
@@ -29794,6 +30510,204 @@ paths:
|
|
|
29794
30510
|
tags:
|
|
29795
30511
|
- GCP Integration
|
|
29796
30512
|
x-codegen-request-body-name: body
|
|
30513
|
+
x-permission:
|
|
30514
|
+
operator: OR
|
|
30515
|
+
permissions:
|
|
30516
|
+
- gcp_configuration_edit
|
|
30517
|
+
/api/v2/integration/ms-teams/configuration/channel/{tenant_name}/{team_name}/{channel_name}:
|
|
30518
|
+
get:
|
|
30519
|
+
description: Get the tenant, team, and channel ID of a channel in the Datadog
|
|
30520
|
+
Microsoft Teams integration.
|
|
30521
|
+
operationId: GetChannelByName
|
|
30522
|
+
parameters:
|
|
30523
|
+
- $ref: '#/components/parameters/MicrosoftTeamsTenantNamePathParameter'
|
|
30524
|
+
- $ref: '#/components/parameters/MicrosoftTeamsTeamNamePathParameter'
|
|
30525
|
+
- $ref: '#/components/parameters/MicrosoftTeamsChannelNamePathParameter'
|
|
30526
|
+
responses:
|
|
30527
|
+
'200':
|
|
30528
|
+
content:
|
|
30529
|
+
application/json:
|
|
30530
|
+
schema:
|
|
30531
|
+
$ref: '#/components/schemas/MicrosoftTeamsGetChannelByNameResponse'
|
|
30532
|
+
description: OK
|
|
30533
|
+
'400':
|
|
30534
|
+
$ref: '#/components/responses/BadRequestResponse'
|
|
30535
|
+
'403':
|
|
30536
|
+
$ref: '#/components/responses/ForbiddenResponse'
|
|
30537
|
+
'404':
|
|
30538
|
+
$ref: '#/components/responses/NotFoundResponse'
|
|
30539
|
+
'429':
|
|
30540
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
30541
|
+
summary: Get channel information by name
|
|
30542
|
+
tags:
|
|
30543
|
+
- Microsoft Teams Integration
|
|
30544
|
+
/api/v2/integration/ms-teams/configuration/tenant-based-handles:
|
|
30545
|
+
get:
|
|
30546
|
+
description: Get a list of all handles from the Datadog Microsoft Teams integration.
|
|
30547
|
+
operationId: ListApiHandles
|
|
30548
|
+
parameters:
|
|
30549
|
+
- $ref: '#/components/parameters/MicrosoftTeamsTenantIDQueryParameter'
|
|
30550
|
+
responses:
|
|
30551
|
+
'200':
|
|
30552
|
+
content:
|
|
30553
|
+
application/json:
|
|
30554
|
+
schema:
|
|
30555
|
+
$ref: '#/components/schemas/MicrosoftTeamsApiHandlesResponse'
|
|
30556
|
+
description: OK
|
|
30557
|
+
'400':
|
|
30558
|
+
$ref: '#/components/responses/BadRequestResponse'
|
|
30559
|
+
'403':
|
|
30560
|
+
$ref: '#/components/responses/ForbiddenResponse'
|
|
30561
|
+
'404':
|
|
30562
|
+
$ref: '#/components/responses/NotFoundResponse'
|
|
30563
|
+
'412':
|
|
30564
|
+
$ref: '#/components/responses/PreconditionFailedResponse'
|
|
30565
|
+
'429':
|
|
30566
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
30567
|
+
summary: Get all handles
|
|
30568
|
+
tags:
|
|
30569
|
+
- Microsoft Teams Integration
|
|
30570
|
+
post:
|
|
30571
|
+
description: Create a handle in the Datadog Microsoft Teams integration.
|
|
30572
|
+
operationId: CreateApiHandle
|
|
30573
|
+
requestBody:
|
|
30574
|
+
content:
|
|
30575
|
+
application/json:
|
|
30576
|
+
schema:
|
|
30577
|
+
$ref: '#/components/schemas/MicrosoftTeamsCreateApiHandleRequest'
|
|
30578
|
+
description: Handle payload.
|
|
30579
|
+
required: true
|
|
30580
|
+
responses:
|
|
30581
|
+
'201':
|
|
30582
|
+
content:
|
|
30583
|
+
application/json:
|
|
30584
|
+
schema:
|
|
30585
|
+
$ref: '#/components/schemas/MicrosoftTeamsCreateApiHandleResponse'
|
|
30586
|
+
description: CREATED
|
|
30587
|
+
'400':
|
|
30588
|
+
$ref: '#/components/responses/BadRequestResponse'
|
|
30589
|
+
'403':
|
|
30590
|
+
$ref: '#/components/responses/ForbiddenResponse'
|
|
30591
|
+
'404':
|
|
30592
|
+
$ref: '#/components/responses/NotFoundResponse'
|
|
30593
|
+
'409':
|
|
30594
|
+
$ref: '#/components/responses/ConflictResponse'
|
|
30595
|
+
'412':
|
|
30596
|
+
$ref: '#/components/responses/PreconditionFailedResponse'
|
|
30597
|
+
'429':
|
|
30598
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
30599
|
+
summary: Create handle
|
|
30600
|
+
tags:
|
|
30601
|
+
- Microsoft Teams Integration
|
|
30602
|
+
x-codegen-request-body-name: body
|
|
30603
|
+
/api/v2/integration/ms-teams/configuration/tenant-based-handles/name/{handle_name}:
|
|
30604
|
+
get:
|
|
30605
|
+
description: Get the tenant, team, and channel information of a handle by name
|
|
30606
|
+
from the Datadog Microsoft Teams integration.
|
|
30607
|
+
operationId: GetApiHandleByName
|
|
30608
|
+
parameters:
|
|
30609
|
+
- $ref: '#/components/parameters/MicrosoftTeamsHandleNamePathParameter'
|
|
30610
|
+
responses:
|
|
30611
|
+
'200':
|
|
30612
|
+
content:
|
|
30613
|
+
application/json:
|
|
30614
|
+
schema:
|
|
30615
|
+
$ref: '#/components/schemas/MicrosoftTeamsApiHandleInfoResponse'
|
|
30616
|
+
description: OK
|
|
30617
|
+
'400':
|
|
30618
|
+
$ref: '#/components/responses/BadRequestResponse'
|
|
30619
|
+
'403':
|
|
30620
|
+
$ref: '#/components/responses/ForbiddenResponse'
|
|
30621
|
+
'404':
|
|
30622
|
+
$ref: '#/components/responses/NotFoundResponse'
|
|
30623
|
+
'412':
|
|
30624
|
+
$ref: '#/components/responses/PreconditionFailedResponse'
|
|
30625
|
+
'429':
|
|
30626
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
30627
|
+
summary: Get handle information by name
|
|
30628
|
+
tags:
|
|
30629
|
+
- Microsoft Teams Integration
|
|
30630
|
+
/api/v2/integration/ms-teams/configuration/tenant-based-handles/{handle_id}:
|
|
30631
|
+
delete:
|
|
30632
|
+
description: Delete a handle from the Datadog Microsoft Teams integration.
|
|
30633
|
+
operationId: DeleteApiHandle
|
|
30634
|
+
parameters:
|
|
30635
|
+
- $ref: '#/components/parameters/MicrosoftTeamsHandleIDPathParameter'
|
|
30636
|
+
responses:
|
|
30637
|
+
'204':
|
|
30638
|
+
description: OK
|
|
30639
|
+
'400':
|
|
30640
|
+
$ref: '#/components/responses/BadRequestResponse'
|
|
30641
|
+
'403':
|
|
30642
|
+
$ref: '#/components/responses/ForbiddenResponse'
|
|
30643
|
+
'412':
|
|
30644
|
+
$ref: '#/components/responses/PreconditionFailedResponse'
|
|
30645
|
+
'429':
|
|
30646
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
30647
|
+
summary: Delete handle
|
|
30648
|
+
tags:
|
|
30649
|
+
- Microsoft Teams Integration
|
|
30650
|
+
get:
|
|
30651
|
+
description: Get the tenant, team, and channel information of a handle from
|
|
30652
|
+
the Datadog Microsoft Teams integration.
|
|
30653
|
+
operationId: GetApiHandle
|
|
30654
|
+
parameters:
|
|
30655
|
+
- $ref: '#/components/parameters/MicrosoftTeamsHandleIDPathParameter'
|
|
30656
|
+
responses:
|
|
30657
|
+
'200':
|
|
30658
|
+
content:
|
|
30659
|
+
application/json:
|
|
30660
|
+
schema:
|
|
30661
|
+
$ref: '#/components/schemas/MicrosoftTeamsApiHandleInfoResponse'
|
|
30662
|
+
description: OK
|
|
30663
|
+
'400':
|
|
30664
|
+
$ref: '#/components/responses/BadRequestResponse'
|
|
30665
|
+
'403':
|
|
30666
|
+
$ref: '#/components/responses/ForbiddenResponse'
|
|
30667
|
+
'404':
|
|
30668
|
+
$ref: '#/components/responses/NotFoundResponse'
|
|
30669
|
+
'412':
|
|
30670
|
+
$ref: '#/components/responses/PreconditionFailedResponse'
|
|
30671
|
+
'429':
|
|
30672
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
30673
|
+
summary: Get handle information
|
|
30674
|
+
tags:
|
|
30675
|
+
- Microsoft Teams Integration
|
|
30676
|
+
patch:
|
|
30677
|
+
description: Update a handle from the Datadog Microsoft Teams integration.
|
|
30678
|
+
operationId: UpdateApiHandle
|
|
30679
|
+
parameters:
|
|
30680
|
+
- $ref: '#/components/parameters/MicrosoftTeamsHandleIDPathParameter'
|
|
30681
|
+
requestBody:
|
|
30682
|
+
content:
|
|
30683
|
+
application/json:
|
|
30684
|
+
schema:
|
|
30685
|
+
$ref: '#/components/schemas/MicrosoftTeamsUpdateApiHandleRequest'
|
|
30686
|
+
description: Opsgenie service payload.
|
|
30687
|
+
required: true
|
|
30688
|
+
responses:
|
|
30689
|
+
'200':
|
|
30690
|
+
content:
|
|
30691
|
+
application/json:
|
|
30692
|
+
schema:
|
|
30693
|
+
$ref: '#/components/schemas/MicrosoftTeamsApiHandleInfoResponse'
|
|
30694
|
+
description: OK
|
|
30695
|
+
'400':
|
|
30696
|
+
$ref: '#/components/responses/BadRequestResponse'
|
|
30697
|
+
'403':
|
|
30698
|
+
$ref: '#/components/responses/ForbiddenResponse'
|
|
30699
|
+
'404':
|
|
30700
|
+
$ref: '#/components/responses/NotFoundResponse'
|
|
30701
|
+
'409':
|
|
30702
|
+
$ref: '#/components/responses/ConflictResponse'
|
|
30703
|
+
'412':
|
|
30704
|
+
$ref: '#/components/responses/PreconditionFailedResponse'
|
|
30705
|
+
'429':
|
|
30706
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
30707
|
+
summary: Update handle
|
|
30708
|
+
tags:
|
|
30709
|
+
- Microsoft Teams Integration
|
|
30710
|
+
x-codegen-request-body-name: body
|
|
29797
30711
|
/api/v2/integration/opsgenie/services:
|
|
29798
30712
|
get:
|
|
29799
30713
|
description: Get a list of all services from the Datadog Opsgenie integration.
|
|
@@ -29812,6 +30726,10 @@ paths:
|
|
|
29812
30726
|
summary: Get all service objects
|
|
29813
30727
|
tags:
|
|
29814
30728
|
- Opsgenie Integration
|
|
30729
|
+
x-permission:
|
|
30730
|
+
operator: OR
|
|
30731
|
+
permissions:
|
|
30732
|
+
- integrations_read
|
|
29815
30733
|
post:
|
|
29816
30734
|
description: Create a new service object in the Opsgenie integration.
|
|
29817
30735
|
operationId: CreateOpsgenieService
|
|
@@ -29841,6 +30759,10 @@ paths:
|
|
|
29841
30759
|
tags:
|
|
29842
30760
|
- Opsgenie Integration
|
|
29843
30761
|
x-codegen-request-body-name: body
|
|
30762
|
+
x-permission:
|
|
30763
|
+
operator: OR
|
|
30764
|
+
permissions:
|
|
30765
|
+
- manage_integrations
|
|
29844
30766
|
/api/v2/integration/opsgenie/services/{integration_service_id}:
|
|
29845
30767
|
delete:
|
|
29846
30768
|
description: Delete a single service object in the Datadog Opsgenie integration.
|
|
@@ -29861,6 +30783,10 @@ paths:
|
|
|
29861
30783
|
summary: Delete a single service object
|
|
29862
30784
|
tags:
|
|
29863
30785
|
- Opsgenie Integration
|
|
30786
|
+
x-permission:
|
|
30787
|
+
operator: OR
|
|
30788
|
+
permissions:
|
|
30789
|
+
- manage_integrations
|
|
29864
30790
|
get:
|
|
29865
30791
|
description: Get a single service from the Datadog Opsgenie integration.
|
|
29866
30792
|
operationId: GetOpsgenieService
|
|
@@ -29886,6 +30812,10 @@ paths:
|
|
|
29886
30812
|
summary: Get a single service object
|
|
29887
30813
|
tags:
|
|
29888
30814
|
- Opsgenie Integration
|
|
30815
|
+
x-permission:
|
|
30816
|
+
operator: OR
|
|
30817
|
+
permissions:
|
|
30818
|
+
- integrations_read
|
|
29889
30819
|
patch:
|
|
29890
30820
|
description: Update a single service object in the Datadog Opsgenie integration.
|
|
29891
30821
|
operationId: UpdateOpsgenieService
|
|
@@ -29919,6 +30849,10 @@ paths:
|
|
|
29919
30849
|
tags:
|
|
29920
30850
|
- Opsgenie Integration
|
|
29921
30851
|
x-codegen-request-body-name: body
|
|
30852
|
+
x-permission:
|
|
30853
|
+
operator: OR
|
|
30854
|
+
permissions:
|
|
30855
|
+
- manage_integrations
|
|
29922
30856
|
/api/v2/integrations/cloudflare/accounts:
|
|
29923
30857
|
get:
|
|
29924
30858
|
description: List Cloudflare accounts.
|
|
@@ -29941,6 +30875,10 @@ paths:
|
|
|
29941
30875
|
summary: List Cloudflare accounts
|
|
29942
30876
|
tags:
|
|
29943
30877
|
- Cloudflare Integration
|
|
30878
|
+
x-permission:
|
|
30879
|
+
operator: OR
|
|
30880
|
+
permissions:
|
|
30881
|
+
- integrations_read
|
|
29944
30882
|
post:
|
|
29945
30883
|
description: Create a Cloudflare account.
|
|
29946
30884
|
operationId: CreateCloudflareAccount
|
|
@@ -29969,6 +30907,10 @@ paths:
|
|
|
29969
30907
|
tags:
|
|
29970
30908
|
- Cloudflare Integration
|
|
29971
30909
|
x-codegen-request-body-name: body
|
|
30910
|
+
x-permission:
|
|
30911
|
+
operator: OR
|
|
30912
|
+
permissions:
|
|
30913
|
+
- manage_integrations
|
|
29972
30914
|
/api/v2/integrations/cloudflare/accounts/{account_id}:
|
|
29973
30915
|
delete:
|
|
29974
30916
|
description: Delete a Cloudflare account.
|
|
@@ -29994,6 +30936,10 @@ paths:
|
|
|
29994
30936
|
summary: Delete Cloudflare account
|
|
29995
30937
|
tags:
|
|
29996
30938
|
- Cloudflare Integration
|
|
30939
|
+
x-permission:
|
|
30940
|
+
operator: OR
|
|
30941
|
+
permissions:
|
|
30942
|
+
- manage_integrations
|
|
29997
30943
|
get:
|
|
29998
30944
|
description: Get a Cloudflare account.
|
|
29999
30945
|
operationId: GetCloudflareAccount
|
|
@@ -30022,6 +30968,10 @@ paths:
|
|
|
30022
30968
|
summary: Get Cloudflare account
|
|
30023
30969
|
tags:
|
|
30024
30970
|
- Cloudflare Integration
|
|
30971
|
+
x-permission:
|
|
30972
|
+
operator: OR
|
|
30973
|
+
permissions:
|
|
30974
|
+
- integrations_read
|
|
30025
30975
|
patch:
|
|
30026
30976
|
description: Update a Cloudflare account.
|
|
30027
30977
|
operationId: UpdateCloudflareAccount
|
|
@@ -30057,6 +31007,10 @@ paths:
|
|
|
30057
31007
|
tags:
|
|
30058
31008
|
- Cloudflare Integration
|
|
30059
31009
|
x-codegen-request-body-name: body
|
|
31010
|
+
x-permission:
|
|
31011
|
+
operator: OR
|
|
31012
|
+
permissions:
|
|
31013
|
+
- manage_integrations
|
|
30060
31014
|
/api/v2/integrations/confluent-cloud/accounts:
|
|
30061
31015
|
get:
|
|
30062
31016
|
description: List Confluent accounts.
|
|
@@ -30079,6 +31033,10 @@ paths:
|
|
|
30079
31033
|
summary: List Confluent accounts
|
|
30080
31034
|
tags:
|
|
30081
31035
|
- Confluent Cloud
|
|
31036
|
+
x-permission:
|
|
31037
|
+
operator: OR
|
|
31038
|
+
permissions:
|
|
31039
|
+
- integrations_read
|
|
30082
31040
|
post:
|
|
30083
31041
|
description: Create a Confluent account.
|
|
30084
31042
|
operationId: CreateConfluentAccount
|
|
@@ -30108,6 +31066,10 @@ paths:
|
|
|
30108
31066
|
tags:
|
|
30109
31067
|
- Confluent Cloud
|
|
30110
31068
|
x-codegen-request-body-name: body
|
|
31069
|
+
x-permission:
|
|
31070
|
+
operator: OR
|
|
31071
|
+
permissions:
|
|
31072
|
+
- manage_integrations
|
|
30111
31073
|
/api/v2/integrations/confluent-cloud/accounts/{account_id}:
|
|
30112
31074
|
delete:
|
|
30113
31075
|
description: Delete a Confluent account with the provided account ID.
|
|
@@ -30128,6 +31090,10 @@ paths:
|
|
|
30128
31090
|
summary: Delete Confluent account
|
|
30129
31091
|
tags:
|
|
30130
31092
|
- Confluent Cloud
|
|
31093
|
+
x-permission:
|
|
31094
|
+
operator: OR
|
|
31095
|
+
permissions:
|
|
31096
|
+
- manage_integrations
|
|
30131
31097
|
get:
|
|
30132
31098
|
description: Get the Confluent account with the provided account ID.
|
|
30133
31099
|
operationId: GetConfluentAccount
|
|
@@ -30151,6 +31117,10 @@ paths:
|
|
|
30151
31117
|
summary: Get Confluent account
|
|
30152
31118
|
tags:
|
|
30153
31119
|
- Confluent Cloud
|
|
31120
|
+
x-permission:
|
|
31121
|
+
operator: OR
|
|
31122
|
+
permissions:
|
|
31123
|
+
- integrations_read
|
|
30154
31124
|
patch:
|
|
30155
31125
|
description: Update the Confluent account with the provided account ID.
|
|
30156
31126
|
operationId: UpdateConfluentAccount
|
|
@@ -30182,6 +31152,10 @@ paths:
|
|
|
30182
31152
|
tags:
|
|
30183
31153
|
- Confluent Cloud
|
|
30184
31154
|
x-codegen-request-body-name: body
|
|
31155
|
+
x-permission:
|
|
31156
|
+
operator: OR
|
|
31157
|
+
permissions:
|
|
31158
|
+
- manage_integrations
|
|
30185
31159
|
/api/v2/integrations/confluent-cloud/accounts/{account_id}/resources:
|
|
30186
31160
|
get:
|
|
30187
31161
|
description: Get a Confluent resource for the account associated with the provided
|
|
@@ -30207,6 +31181,10 @@ paths:
|
|
|
30207
31181
|
summary: List Confluent Account resources
|
|
30208
31182
|
tags:
|
|
30209
31183
|
- Confluent Cloud
|
|
31184
|
+
x-permission:
|
|
31185
|
+
operator: OR
|
|
31186
|
+
permissions:
|
|
31187
|
+
- integrations_read
|
|
30210
31188
|
post:
|
|
30211
31189
|
description: Create a Confluent resource for the account associated with the
|
|
30212
31190
|
provided ID.
|
|
@@ -30239,6 +31217,10 @@ paths:
|
|
|
30239
31217
|
tags:
|
|
30240
31218
|
- Confluent Cloud
|
|
30241
31219
|
x-codegen-request-body-name: body
|
|
31220
|
+
x-permission:
|
|
31221
|
+
operator: OR
|
|
31222
|
+
permissions:
|
|
31223
|
+
- manage_integrations
|
|
30242
31224
|
/api/v2/integrations/confluent-cloud/accounts/{account_id}/resources/{resource_id}:
|
|
30243
31225
|
delete:
|
|
30244
31226
|
description: Delete a Confluent resource with the provided resource id for the
|
|
@@ -30261,6 +31243,10 @@ paths:
|
|
|
30261
31243
|
summary: Delete resource from Confluent account
|
|
30262
31244
|
tags:
|
|
30263
31245
|
- Confluent Cloud
|
|
31246
|
+
x-permission:
|
|
31247
|
+
operator: OR
|
|
31248
|
+
permissions:
|
|
31249
|
+
- manage_integrations
|
|
30264
31250
|
get:
|
|
30265
31251
|
description: Get a Confluent resource with the provided resource id for the
|
|
30266
31252
|
account associated with the provided account ID.
|
|
@@ -30286,6 +31272,10 @@ paths:
|
|
|
30286
31272
|
summary: Get resource from Confluent account
|
|
30287
31273
|
tags:
|
|
30288
31274
|
- Confluent Cloud
|
|
31275
|
+
x-permission:
|
|
31276
|
+
operator: OR
|
|
31277
|
+
permissions:
|
|
31278
|
+
- integrations_read
|
|
30289
31279
|
patch:
|
|
30290
31280
|
description: Update a Confluent resource with the provided resource id for the
|
|
30291
31281
|
account associated with the provided account ID.
|
|
@@ -30319,6 +31309,10 @@ paths:
|
|
|
30319
31309
|
tags:
|
|
30320
31310
|
- Confluent Cloud
|
|
30321
31311
|
x-codegen-request-body-name: body
|
|
31312
|
+
x-permission:
|
|
31313
|
+
operator: OR
|
|
31314
|
+
permissions:
|
|
31315
|
+
- manage_integrations
|
|
30322
31316
|
/api/v2/integrations/fastly/accounts:
|
|
30323
31317
|
get:
|
|
30324
31318
|
description: List Fastly accounts.
|
|
@@ -30341,6 +31335,10 @@ paths:
|
|
|
30341
31335
|
summary: List Fastly accounts
|
|
30342
31336
|
tags:
|
|
30343
31337
|
- Fastly Integration
|
|
31338
|
+
x-permission:
|
|
31339
|
+
operator: OR
|
|
31340
|
+
permissions:
|
|
31341
|
+
- integrations_read
|
|
30344
31342
|
post:
|
|
30345
31343
|
description: Create a Fastly account.
|
|
30346
31344
|
operationId: CreateFastlyAccount
|
|
@@ -30369,6 +31367,10 @@ paths:
|
|
|
30369
31367
|
tags:
|
|
30370
31368
|
- Fastly Integration
|
|
30371
31369
|
x-codegen-request-body-name: body
|
|
31370
|
+
x-permission:
|
|
31371
|
+
operator: OR
|
|
31372
|
+
permissions:
|
|
31373
|
+
- manage_integrations
|
|
30372
31374
|
/api/v2/integrations/fastly/accounts/{account_id}:
|
|
30373
31375
|
delete:
|
|
30374
31376
|
description: Delete a Fastly account.
|
|
@@ -30389,6 +31391,10 @@ paths:
|
|
|
30389
31391
|
summary: Delete Fastly account
|
|
30390
31392
|
tags:
|
|
30391
31393
|
- Fastly Integration
|
|
31394
|
+
x-permission:
|
|
31395
|
+
operator: OR
|
|
31396
|
+
permissions:
|
|
31397
|
+
- manage_integrations
|
|
30392
31398
|
get:
|
|
30393
31399
|
description: Get a Fastly account.
|
|
30394
31400
|
operationId: GetFastlyAccount
|
|
@@ -30412,6 +31418,10 @@ paths:
|
|
|
30412
31418
|
summary: Get Fastly account
|
|
30413
31419
|
tags:
|
|
30414
31420
|
- Fastly Integration
|
|
31421
|
+
x-permission:
|
|
31422
|
+
operator: OR
|
|
31423
|
+
permissions:
|
|
31424
|
+
- integrations_read
|
|
30415
31425
|
patch:
|
|
30416
31426
|
description: Update a Fastly account.
|
|
30417
31427
|
operationId: UpdateFastlyAccount
|
|
@@ -30442,6 +31452,10 @@ paths:
|
|
|
30442
31452
|
tags:
|
|
30443
31453
|
- Fastly Integration
|
|
30444
31454
|
x-codegen-request-body-name: body
|
|
31455
|
+
x-permission:
|
|
31456
|
+
operator: OR
|
|
31457
|
+
permissions:
|
|
31458
|
+
- manage_integrations
|
|
30445
31459
|
/api/v2/integrations/fastly/accounts/{account_id}/services:
|
|
30446
31460
|
get:
|
|
30447
31461
|
description: List Fastly services for an account.
|
|
@@ -30466,6 +31480,10 @@ paths:
|
|
|
30466
31480
|
summary: List Fastly services
|
|
30467
31481
|
tags:
|
|
30468
31482
|
- Fastly Integration
|
|
31483
|
+
x-permission:
|
|
31484
|
+
operator: OR
|
|
31485
|
+
permissions:
|
|
31486
|
+
- integrations_read
|
|
30469
31487
|
post:
|
|
30470
31488
|
description: Create a Fastly service for an account.
|
|
30471
31489
|
operationId: CreateFastlyService
|
|
@@ -30496,6 +31514,10 @@ paths:
|
|
|
30496
31514
|
tags:
|
|
30497
31515
|
- Fastly Integration
|
|
30498
31516
|
x-codegen-request-body-name: body
|
|
31517
|
+
x-permission:
|
|
31518
|
+
operator: OR
|
|
31519
|
+
permissions:
|
|
31520
|
+
- manage_integrations
|
|
30499
31521
|
/api/v2/integrations/fastly/accounts/{account_id}/services/{service_id}:
|
|
30500
31522
|
delete:
|
|
30501
31523
|
description: Delete a Fastly service for an account.
|
|
@@ -30517,6 +31539,10 @@ paths:
|
|
|
30517
31539
|
summary: Delete Fastly service
|
|
30518
31540
|
tags:
|
|
30519
31541
|
- Fastly Integration
|
|
31542
|
+
x-permission:
|
|
31543
|
+
operator: OR
|
|
31544
|
+
permissions:
|
|
31545
|
+
- manage_integrations
|
|
30520
31546
|
get:
|
|
30521
31547
|
description: Get a Fastly service for an account.
|
|
30522
31548
|
operationId: GetFastlyService
|
|
@@ -30541,6 +31567,10 @@ paths:
|
|
|
30541
31567
|
summary: Get Fastly service
|
|
30542
31568
|
tags:
|
|
30543
31569
|
- Fastly Integration
|
|
31570
|
+
x-permission:
|
|
31571
|
+
operator: OR
|
|
31572
|
+
permissions:
|
|
31573
|
+
- integrations_read
|
|
30544
31574
|
patch:
|
|
30545
31575
|
description: Update a Fastly service for an account.
|
|
30546
31576
|
operationId: UpdateFastlyService
|
|
@@ -30572,6 +31602,10 @@ paths:
|
|
|
30572
31602
|
tags:
|
|
30573
31603
|
- Fastly Integration
|
|
30574
31604
|
x-codegen-request-body-name: body
|
|
31605
|
+
x-permission:
|
|
31606
|
+
operator: OR
|
|
31607
|
+
permissions:
|
|
31608
|
+
- manage_integrations
|
|
30575
31609
|
/api/v2/integrations/okta/accounts:
|
|
30576
31610
|
get:
|
|
30577
31611
|
description: List Okta accounts.
|
|
@@ -30594,6 +31628,10 @@ paths:
|
|
|
30594
31628
|
summary: List Okta accounts
|
|
30595
31629
|
tags:
|
|
30596
31630
|
- Okta Integration
|
|
31631
|
+
x-permission:
|
|
31632
|
+
operator: OR
|
|
31633
|
+
permissions:
|
|
31634
|
+
- integrations_read
|
|
30597
31635
|
post:
|
|
30598
31636
|
description: Create an Okta account.
|
|
30599
31637
|
operationId: CreateOktaAccount
|
|
@@ -30622,6 +31660,10 @@ paths:
|
|
|
30622
31660
|
tags:
|
|
30623
31661
|
- Okta Integration
|
|
30624
31662
|
x-codegen-request-body-name: body
|
|
31663
|
+
x-permission:
|
|
31664
|
+
operator: OR
|
|
31665
|
+
permissions:
|
|
31666
|
+
- manage_integrations
|
|
30625
31667
|
/api/v2/integrations/okta/accounts/{account_id}:
|
|
30626
31668
|
delete:
|
|
30627
31669
|
description: Delete an Okta account.
|
|
@@ -30647,6 +31689,10 @@ paths:
|
|
|
30647
31689
|
summary: Delete Okta account
|
|
30648
31690
|
tags:
|
|
30649
31691
|
- Okta Integration
|
|
31692
|
+
x-permission:
|
|
31693
|
+
operator: OR
|
|
31694
|
+
permissions:
|
|
31695
|
+
- manage_integrations
|
|
30650
31696
|
get:
|
|
30651
31697
|
description: Get an Okta account.
|
|
30652
31698
|
operationId: GetOktaAccount
|
|
@@ -30675,6 +31721,10 @@ paths:
|
|
|
30675
31721
|
summary: Get Okta account
|
|
30676
31722
|
tags:
|
|
30677
31723
|
- Okta Integration
|
|
31724
|
+
x-permission:
|
|
31725
|
+
operator: OR
|
|
31726
|
+
permissions:
|
|
31727
|
+
- integrations_read
|
|
30678
31728
|
patch:
|
|
30679
31729
|
description: Update an Okta account.
|
|
30680
31730
|
operationId: UpdateOktaAccount
|
|
@@ -30710,6 +31760,10 @@ paths:
|
|
|
30710
31760
|
tags:
|
|
30711
31761
|
- Okta Integration
|
|
30712
31762
|
x-codegen-request-body-name: body
|
|
31763
|
+
x-permission:
|
|
31764
|
+
operator: OR
|
|
31765
|
+
permissions:
|
|
31766
|
+
- manage_integrations
|
|
30713
31767
|
/api/v2/ip_allowlist:
|
|
30714
31768
|
get:
|
|
30715
31769
|
description: Returns the IP allowlist and its enabled or disabled state.
|
|
@@ -30735,6 +31789,10 @@ paths:
|
|
|
30735
31789
|
summary: Get IP Allowlist
|
|
30736
31790
|
tags:
|
|
30737
31791
|
- IP Allowlist
|
|
31792
|
+
x-permission:
|
|
31793
|
+
operator: OR
|
|
31794
|
+
permissions:
|
|
31795
|
+
- org_management
|
|
30738
31796
|
patch:
|
|
30739
31797
|
description: Edit the entries in the IP allowlist, and enable or disable it.
|
|
30740
31798
|
operationId: UpdateIPAllowlist
|
|
@@ -30768,6 +31826,10 @@ paths:
|
|
|
30768
31826
|
tags:
|
|
30769
31827
|
- IP Allowlist
|
|
30770
31828
|
x-codegen-request-body-name: body
|
|
31829
|
+
x-permission:
|
|
31830
|
+
operator: OR
|
|
31831
|
+
permissions:
|
|
31832
|
+
- org_management
|
|
30771
31833
|
/api/v2/logs:
|
|
30772
31834
|
post:
|
|
30773
31835
|
description: 'Send your logs to your Datadog platform over HTTP. Limits per
|
|
@@ -31023,6 +32085,10 @@ paths:
|
|
|
31023
32085
|
tags:
|
|
31024
32086
|
- Logs
|
|
31025
32087
|
x-codegen-request-body-name: body
|
|
32088
|
+
x-permission:
|
|
32089
|
+
operator: OR
|
|
32090
|
+
permissions:
|
|
32091
|
+
- logs_read_data
|
|
31026
32092
|
/api/v2/logs/config/archive-order:
|
|
31027
32093
|
get:
|
|
31028
32094
|
description: 'Get the current order of your archives.
|
|
@@ -31047,6 +32113,9 @@ paths:
|
|
|
31047
32113
|
summary: Get archive order
|
|
31048
32114
|
tags:
|
|
31049
32115
|
- Logs Archives
|
|
32116
|
+
x-permission:
|
|
32117
|
+
operator: OPEN
|
|
32118
|
+
permissions: []
|
|
31050
32119
|
put:
|
|
31051
32120
|
description: 'Update the order of your archives. Since logs are processed sequentially,
|
|
31052
32121
|
reordering an archive may change
|
|
@@ -31097,6 +32166,10 @@ paths:
|
|
|
31097
32166
|
tags:
|
|
31098
32167
|
- Logs Archives
|
|
31099
32168
|
x-codegen-request-body-name: body
|
|
32169
|
+
x-permission:
|
|
32170
|
+
operator: OR
|
|
32171
|
+
permissions:
|
|
32172
|
+
- logs_write_archives
|
|
31100
32173
|
/api/v2/logs/config/archives:
|
|
31101
32174
|
get:
|
|
31102
32175
|
description: Get the list of configured logs archives with their definitions.
|
|
@@ -31119,6 +32192,10 @@ paths:
|
|
|
31119
32192
|
summary: Get all archives
|
|
31120
32193
|
tags:
|
|
31121
32194
|
- Logs Archives
|
|
32195
|
+
x-permission:
|
|
32196
|
+
operator: OR
|
|
32197
|
+
permissions:
|
|
32198
|
+
- logs_read_archives
|
|
31122
32199
|
post:
|
|
31123
32200
|
description: Create an archive in your organization.
|
|
31124
32201
|
operationId: CreateLogsArchive
|
|
@@ -31154,6 +32231,10 @@ paths:
|
|
|
31154
32231
|
tags:
|
|
31155
32232
|
- Logs Archives
|
|
31156
32233
|
x-codegen-request-body-name: body
|
|
32234
|
+
x-permission:
|
|
32235
|
+
operator: OR
|
|
32236
|
+
permissions:
|
|
32237
|
+
- logs_write_archives
|
|
31157
32238
|
/api/v2/logs/config/archives/{archive_id}:
|
|
31158
32239
|
delete:
|
|
31159
32240
|
description: Delete a given archive from your organization.
|
|
@@ -31186,6 +32267,10 @@ paths:
|
|
|
31186
32267
|
summary: Delete an archive
|
|
31187
32268
|
tags:
|
|
31188
32269
|
- Logs Archives
|
|
32270
|
+
x-permission:
|
|
32271
|
+
operator: OR
|
|
32272
|
+
permissions:
|
|
32273
|
+
- logs_write_archives
|
|
31189
32274
|
get:
|
|
31190
32275
|
description: Get a specific archive from your organization.
|
|
31191
32276
|
operationId: GetLogsArchive
|
|
@@ -31221,6 +32306,10 @@ paths:
|
|
|
31221
32306
|
summary: Get an archive
|
|
31222
32307
|
tags:
|
|
31223
32308
|
- Logs Archives
|
|
32309
|
+
x-permission:
|
|
32310
|
+
operator: OR
|
|
32311
|
+
permissions:
|
|
32312
|
+
- logs_read_archives
|
|
31224
32313
|
put:
|
|
31225
32314
|
description: 'Update a given archive configuration.
|
|
31226
32315
|
|
|
@@ -31269,6 +32358,10 @@ paths:
|
|
|
31269
32358
|
tags:
|
|
31270
32359
|
- Logs Archives
|
|
31271
32360
|
x-codegen-request-body-name: body
|
|
32361
|
+
x-permission:
|
|
32362
|
+
operator: OR
|
|
32363
|
+
permissions:
|
|
32364
|
+
- logs_write_archives
|
|
31272
32365
|
/api/v2/logs/config/archives/{archive_id}/readers:
|
|
31273
32366
|
delete:
|
|
31274
32367
|
description: Removes a role from an archive. ([Roles API](https://docs.datadoghq.com/api/v2/roles/))
|
|
@@ -31308,6 +32401,10 @@ paths:
|
|
|
31308
32401
|
tags:
|
|
31309
32402
|
- Logs Archives
|
|
31310
32403
|
x-codegen-request-body-name: body
|
|
32404
|
+
x-permission:
|
|
32405
|
+
operator: OR
|
|
32406
|
+
permissions:
|
|
32407
|
+
- logs_write_archives
|
|
31311
32408
|
get:
|
|
31312
32409
|
description: Returns all read roles a given archive is restricted to.
|
|
31313
32410
|
operationId: ListArchiveReadRoles
|
|
@@ -31344,6 +32441,9 @@ paths:
|
|
|
31344
32441
|
tags:
|
|
31345
32442
|
- Logs Archives
|
|
31346
32443
|
x-codegen-request-body-name: body
|
|
32444
|
+
x-permission:
|
|
32445
|
+
operator: OPEN
|
|
32446
|
+
permissions: []
|
|
31347
32447
|
post:
|
|
31348
32448
|
description: Adds a read role to an archive. ([Roles API](https://docs.datadoghq.com/api/v2/roles/))
|
|
31349
32449
|
operationId: AddReadRoleToArchive
|
|
@@ -31382,6 +32482,10 @@ paths:
|
|
|
31382
32482
|
tags:
|
|
31383
32483
|
- Logs Archives
|
|
31384
32484
|
x-codegen-request-body-name: body
|
|
32485
|
+
x-permission:
|
|
32486
|
+
operator: OR
|
|
32487
|
+
permissions:
|
|
32488
|
+
- logs_write_archives
|
|
31385
32489
|
/api/v2/logs/config/custom-destinations:
|
|
31386
32490
|
get:
|
|
31387
32491
|
description: Get the list of configured custom destinations in your organization
|
|
@@ -31405,6 +32509,10 @@ paths:
|
|
|
31405
32509
|
summary: Get all custom destinations
|
|
31406
32510
|
tags:
|
|
31407
32511
|
- Logs Custom Destinations
|
|
32512
|
+
x-permission:
|
|
32513
|
+
operator: OR
|
|
32514
|
+
permissions:
|
|
32515
|
+
- logs_read_data
|
|
31408
32516
|
post:
|
|
31409
32517
|
description: Create a custom destination in your organization.
|
|
31410
32518
|
operationId: CreateLogsCustomDestination
|
|
@@ -31434,6 +32542,10 @@ paths:
|
|
|
31434
32542
|
tags:
|
|
31435
32543
|
- Logs Custom Destinations
|
|
31436
32544
|
x-codegen-request-body-name: body
|
|
32545
|
+
x-permission:
|
|
32546
|
+
operator: OR
|
|
32547
|
+
permissions:
|
|
32548
|
+
- logs_write_forwarding_rules
|
|
31437
32549
|
/api/v2/logs/config/custom-destinations/{custom_destination_id}:
|
|
31438
32550
|
delete:
|
|
31439
32551
|
description: Delete a specific custom destination in your organization.
|
|
@@ -31454,6 +32566,10 @@ paths:
|
|
|
31454
32566
|
summary: Delete a custom destination
|
|
31455
32567
|
tags:
|
|
31456
32568
|
- Logs Custom Destinations
|
|
32569
|
+
x-permission:
|
|
32570
|
+
operator: OR
|
|
32571
|
+
permissions:
|
|
32572
|
+
- logs_write_forwarding_rules
|
|
31457
32573
|
get:
|
|
31458
32574
|
description: Get a specific custom destination in your organization.
|
|
31459
32575
|
operationId: GetLogsCustomDestination
|
|
@@ -31477,6 +32593,10 @@ paths:
|
|
|
31477
32593
|
summary: Get a custom destination
|
|
31478
32594
|
tags:
|
|
31479
32595
|
- Logs Custom Destinations
|
|
32596
|
+
x-permission:
|
|
32597
|
+
operator: OR
|
|
32598
|
+
permissions:
|
|
32599
|
+
- logs_read_data
|
|
31480
32600
|
patch:
|
|
31481
32601
|
description: Update the given fields of a specific custom destination in your
|
|
31482
32602
|
organization.
|
|
@@ -31511,6 +32631,10 @@ paths:
|
|
|
31511
32631
|
tags:
|
|
31512
32632
|
- Logs Custom Destinations
|
|
31513
32633
|
x-codegen-request-body-name: body
|
|
32634
|
+
x-permission:
|
|
32635
|
+
operator: OR
|
|
32636
|
+
permissions:
|
|
32637
|
+
- logs_write_forwarding_rules
|
|
31514
32638
|
/api/v2/logs/config/metrics:
|
|
31515
32639
|
get:
|
|
31516
32640
|
description: Get the list of configured log-based metrics with their definitions.
|
|
@@ -31529,6 +32653,9 @@ paths:
|
|
|
31529
32653
|
summary: Get all log-based metrics
|
|
31530
32654
|
tags:
|
|
31531
32655
|
- Logs Metrics
|
|
32656
|
+
x-permission:
|
|
32657
|
+
operator: OPEN
|
|
32658
|
+
permissions: []
|
|
31532
32659
|
post:
|
|
31533
32660
|
description: 'Create a metric based on your ingested logs in your organization.
|
|
31534
32661
|
|
|
@@ -31561,6 +32688,10 @@ paths:
|
|
|
31561
32688
|
tags:
|
|
31562
32689
|
- Logs Metrics
|
|
31563
32690
|
x-codegen-request-body-name: body
|
|
32691
|
+
x-permission:
|
|
32692
|
+
operator: OR
|
|
32693
|
+
permissions:
|
|
32694
|
+
- logs_generate_metrics
|
|
31564
32695
|
/api/v2/logs/config/metrics/{metric_id}:
|
|
31565
32696
|
delete:
|
|
31566
32697
|
description: Delete a specific log-based metric from your organization.
|
|
@@ -31579,6 +32710,10 @@ paths:
|
|
|
31579
32710
|
summary: Delete a log-based metric
|
|
31580
32711
|
tags:
|
|
31581
32712
|
- Logs Metrics
|
|
32713
|
+
x-permission:
|
|
32714
|
+
operator: OR
|
|
32715
|
+
permissions:
|
|
32716
|
+
- logs_generate_metrics
|
|
31582
32717
|
get:
|
|
31583
32718
|
description: Get a specific log-based metric from your organization.
|
|
31584
32719
|
operationId: GetLogsMetric
|
|
@@ -31600,6 +32735,9 @@ paths:
|
|
|
31600
32735
|
summary: Get a log-based metric
|
|
31601
32736
|
tags:
|
|
31602
32737
|
- Logs Metrics
|
|
32738
|
+
x-permission:
|
|
32739
|
+
operator: OPEN
|
|
32740
|
+
permissions: []
|
|
31603
32741
|
patch:
|
|
31604
32742
|
description: 'Update a specific log-based metric from your organization.
|
|
31605
32743
|
|
|
@@ -31634,6 +32772,10 @@ paths:
|
|
|
31634
32772
|
tags:
|
|
31635
32773
|
- Logs Metrics
|
|
31636
32774
|
x-codegen-request-body-name: body
|
|
32775
|
+
x-permission:
|
|
32776
|
+
operator: OR
|
|
32777
|
+
permissions:
|
|
32778
|
+
- logs_generate_metrics
|
|
31637
32779
|
/api/v2/logs/events:
|
|
31638
32780
|
get:
|
|
31639
32781
|
description: 'List endpoint returns logs that match a log search query.
|
|
@@ -31746,6 +32888,10 @@ paths:
|
|
|
31746
32888
|
cursorPath: meta.page.after
|
|
31747
32889
|
limitParam: page[limit]
|
|
31748
32890
|
resultsPath: data
|
|
32891
|
+
x-permission:
|
|
32892
|
+
operator: OR
|
|
32893
|
+
permissions:
|
|
32894
|
+
- logs_read_data
|
|
31749
32895
|
/api/v2/logs/events/search:
|
|
31750
32896
|
post:
|
|
31751
32897
|
description: 'List endpoint returns logs that match a log search query.
|
|
@@ -31795,6 +32941,10 @@ paths:
|
|
|
31795
32941
|
cursorPath: meta.page.after
|
|
31796
32942
|
limitParam: body.page.limit
|
|
31797
32943
|
resultsPath: data
|
|
32944
|
+
x-permission:
|
|
32945
|
+
operator: OR
|
|
32946
|
+
permissions:
|
|
32947
|
+
- logs_read_data
|
|
31798
32948
|
/api/v2/metrics:
|
|
31799
32949
|
get:
|
|
31800
32950
|
description: "Returns all metrics that can be configured in the Metrics Summary
|
|
@@ -31822,7 +32972,7 @@ paths:
|
|
|
31822
32972
|
name: filter[metric_type]
|
|
31823
32973
|
required: false
|
|
31824
32974
|
schema:
|
|
31825
|
-
$ref: '#/components/schemas/
|
|
32975
|
+
$ref: '#/components/schemas/MetricTagConfigurationMetricTypeCategory'
|
|
31826
32976
|
- description: 'Filter distributions with additional percentile
|
|
31827
32977
|
|
|
31828
32978
|
aggregations enabled or disabled.'
|
|
@@ -31897,6 +33047,10 @@ paths:
|
|
|
31897
33047
|
summary: Get a list of metrics
|
|
31898
33048
|
tags:
|
|
31899
33049
|
- Metrics
|
|
33050
|
+
x-permission:
|
|
33051
|
+
operator: OR
|
|
33052
|
+
permissions:
|
|
33053
|
+
- metrics_read
|
|
31900
33054
|
/api/v2/metrics/config/bulk-tags:
|
|
31901
33055
|
delete:
|
|
31902
33056
|
description: 'Delete all custom lists of queryable tag keys for a set of existing
|
|
@@ -31951,6 +33105,10 @@ paths:
|
|
|
31951
33105
|
tags:
|
|
31952
33106
|
- Metrics
|
|
31953
33107
|
x-codegen-request-body-name: body
|
|
33108
|
+
x-permission:
|
|
33109
|
+
operator: OR
|
|
33110
|
+
permissions:
|
|
33111
|
+
- metric_tags_write
|
|
31954
33112
|
post:
|
|
31955
33113
|
description: 'Create and define a list of queryable tag keys for a set of existing
|
|
31956
33114
|
count, gauge, rate, and distribution metrics.
|
|
@@ -32014,6 +33172,10 @@ paths:
|
|
|
32014
33172
|
tags:
|
|
32015
33173
|
- Metrics
|
|
32016
33174
|
x-codegen-request-body-name: body
|
|
33175
|
+
x-permission:
|
|
33176
|
+
operator: OR
|
|
33177
|
+
permissions:
|
|
33178
|
+
- metric_tags_write
|
|
32017
33179
|
/api/v2/metrics/{metric_name}/active-configurations:
|
|
32018
33180
|
get:
|
|
32019
33181
|
description: List tags and aggregations that are actively queried on dashboards,
|
|
@@ -32066,6 +33228,10 @@ paths:
|
|
|
32066
33228
|
summary: List active tags and aggregations
|
|
32067
33229
|
tags:
|
|
32068
33230
|
- Metrics
|
|
33231
|
+
x-permission:
|
|
33232
|
+
operator: OR
|
|
33233
|
+
permissions:
|
|
33234
|
+
- metrics_read
|
|
32069
33235
|
/api/v2/metrics/{metric_name}/all-tags:
|
|
32070
33236
|
get:
|
|
32071
33237
|
description: View indexed tag key-value pairs for a given metric name.
|
|
@@ -32111,6 +33277,10 @@ paths:
|
|
|
32111
33277
|
summary: List tags by metric name
|
|
32112
33278
|
tags:
|
|
32113
33279
|
- Metrics
|
|
33280
|
+
x-permission:
|
|
33281
|
+
operator: OR
|
|
33282
|
+
permissions:
|
|
33283
|
+
- metrics_read
|
|
32114
33284
|
/api/v2/metrics/{metric_name}/assets:
|
|
32115
33285
|
get:
|
|
32116
33286
|
description: Returns dashboards, monitors, notebooks, and SLOs that a metric
|
|
@@ -32172,8 +33342,7 @@ paths:
|
|
|
32172
33342
|
schema:
|
|
32173
33343
|
type: string
|
|
32174
33344
|
- description: The number of hours of look back (from now) to estimate cardinality
|
|
32175
|
-
with.
|
|
32176
|
-
to the minimum 49 hours.
|
|
33345
|
+
with. If unspecified, it defaults to 0 hours.
|
|
32177
33346
|
example: 49
|
|
32178
33347
|
in: query
|
|
32179
33348
|
name: filter[hours_ago]
|
|
@@ -32202,7 +33371,7 @@ paths:
|
|
|
32202
33371
|
schema:
|
|
32203
33372
|
type: boolean
|
|
32204
33373
|
- description: A window, in hours, from the look back to estimate cardinality
|
|
32205
|
-
with.
|
|
33374
|
+
with. The minimum and default is 1 hour.
|
|
32206
33375
|
example: 6
|
|
32207
33376
|
in: query
|
|
32208
33377
|
name: filter[timespan_h]
|
|
@@ -32245,6 +33414,9 @@ paths:
|
|
|
32245
33414
|
summary: Tag Configuration Cardinality Estimator
|
|
32246
33415
|
tags:
|
|
32247
33416
|
- Metrics
|
|
33417
|
+
x-permission:
|
|
33418
|
+
operator: OPEN
|
|
33419
|
+
permissions: []
|
|
32248
33420
|
/api/v2/metrics/{metric_name}/tags:
|
|
32249
33421
|
delete:
|
|
32250
33422
|
description: 'Deletes a metric''s tag configuration. Can only be used with application
|
|
@@ -32277,6 +33449,10 @@ paths:
|
|
|
32277
33449
|
summary: Delete a tag configuration
|
|
32278
33450
|
tags:
|
|
32279
33451
|
- Metrics
|
|
33452
|
+
x-permission:
|
|
33453
|
+
operator: OR
|
|
33454
|
+
permissions:
|
|
33455
|
+
- metric_tags_write
|
|
32280
33456
|
get:
|
|
32281
33457
|
description: Returns the tag configuration for the given metric name.
|
|
32282
33458
|
operationId: ListTagConfigurationByName
|
|
@@ -32315,6 +33491,10 @@ paths:
|
|
|
32315
33491
|
summary: List tag configuration by name
|
|
32316
33492
|
tags:
|
|
32317
33493
|
- Metrics
|
|
33494
|
+
x-permission:
|
|
33495
|
+
operator: OR
|
|
33496
|
+
permissions:
|
|
33497
|
+
- metrics_read
|
|
32318
33498
|
patch:
|
|
32319
33499
|
description: 'Update the tag configuration of a metric or percentile aggregations
|
|
32320
33500
|
of a distribution metric or custom aggregations
|
|
@@ -32373,6 +33553,10 @@ paths:
|
|
|
32373
33553
|
tags:
|
|
32374
33554
|
- Metrics
|
|
32375
33555
|
x-codegen-request-body-name: body
|
|
33556
|
+
x-permission:
|
|
33557
|
+
operator: OR
|
|
33558
|
+
permissions:
|
|
33559
|
+
- metric_tags_write
|
|
32376
33560
|
post:
|
|
32377
33561
|
description: 'Create and define a list of queryable tag keys for an existing
|
|
32378
33562
|
count/gauge/rate/distribution metric.
|
|
@@ -32432,6 +33616,10 @@ paths:
|
|
|
32432
33616
|
tags:
|
|
32433
33617
|
- Metrics
|
|
32434
33618
|
x-codegen-request-body-name: body
|
|
33619
|
+
x-permission:
|
|
33620
|
+
operator: OR
|
|
33621
|
+
permissions:
|
|
33622
|
+
- metric_tags_write
|
|
32435
33623
|
/api/v2/metrics/{metric_name}/volumes:
|
|
32436
33624
|
get:
|
|
32437
33625
|
description: 'View distinct metrics volumes for the given metric name.
|
|
@@ -32476,6 +33664,9 @@ paths:
|
|
|
32476
33664
|
summary: List distinct metric volumes by metric name
|
|
32477
33665
|
tags:
|
|
32478
33666
|
- Metrics
|
|
33667
|
+
x-permission:
|
|
33668
|
+
operator: OPEN
|
|
33669
|
+
permissions: []
|
|
32479
33670
|
/api/v2/monitor/policy:
|
|
32480
33671
|
get:
|
|
32481
33672
|
description: Get all monitor configuration policies.
|
|
@@ -32503,6 +33694,10 @@ paths:
|
|
|
32503
33694
|
summary: Get all monitor configuration policies
|
|
32504
33695
|
tags:
|
|
32505
33696
|
- Monitors
|
|
33697
|
+
x-permission:
|
|
33698
|
+
operator: OR
|
|
33699
|
+
permissions:
|
|
33700
|
+
- monitors_read
|
|
32506
33701
|
post:
|
|
32507
33702
|
description: Create a monitor configuration policy.
|
|
32508
33703
|
operationId: CreateMonitorConfigPolicy
|
|
@@ -32538,6 +33733,10 @@ paths:
|
|
|
32538
33733
|
tags:
|
|
32539
33734
|
- Monitors
|
|
32540
33735
|
x-codegen-request-body-name: body
|
|
33736
|
+
x-permission:
|
|
33737
|
+
operator: OR
|
|
33738
|
+
permissions:
|
|
33739
|
+
- monitor_config_policy_write
|
|
32541
33740
|
/api/v2/monitor/policy/{policy_id}:
|
|
32542
33741
|
delete:
|
|
32543
33742
|
description: Delete a monitor configuration policy.
|
|
@@ -32576,6 +33775,10 @@ paths:
|
|
|
32576
33775
|
summary: Delete a monitor configuration policy
|
|
32577
33776
|
tags:
|
|
32578
33777
|
- Monitors
|
|
33778
|
+
x-permission:
|
|
33779
|
+
operator: OR
|
|
33780
|
+
permissions:
|
|
33781
|
+
- monitor_config_policy_write
|
|
32579
33782
|
get:
|
|
32580
33783
|
description: Get a monitor configuration policy by `policy_id`.
|
|
32581
33784
|
operationId: GetMonitorConfigPolicy
|
|
@@ -32616,6 +33819,10 @@ paths:
|
|
|
32616
33819
|
summary: Get a monitor configuration policy
|
|
32617
33820
|
tags:
|
|
32618
33821
|
- Monitors
|
|
33822
|
+
x-permission:
|
|
33823
|
+
operator: OR
|
|
33824
|
+
permissions:
|
|
33825
|
+
- monitors_read
|
|
32619
33826
|
patch:
|
|
32620
33827
|
description: Edit a monitor configuration policy.
|
|
32621
33828
|
operationId: UpdateMonitorConfigPolicy
|
|
@@ -32665,6 +33872,10 @@ paths:
|
|
|
32665
33872
|
tags:
|
|
32666
33873
|
- Monitors
|
|
32667
33874
|
x-codegen-request-body-name: body
|
|
33875
|
+
x-permission:
|
|
33876
|
+
operator: OR
|
|
33877
|
+
permissions:
|
|
33878
|
+
- monitor_config_policy_write
|
|
32668
33879
|
/api/v2/monitor/{monitor_id}/downtime_matches:
|
|
32669
33880
|
get:
|
|
32670
33881
|
description: Get all active downtimes for the specified monitor.
|
|
@@ -32715,6 +33926,10 @@ paths:
|
|
|
32715
33926
|
limitParam: page[limit]
|
|
32716
33927
|
pageOffsetParam: page[offset]
|
|
32717
33928
|
resultsPath: data
|
|
33929
|
+
x-permission:
|
|
33930
|
+
operator: OR
|
|
33931
|
+
permissions:
|
|
33932
|
+
- monitors_downtime
|
|
32718
33933
|
/api/v2/ndm/devices:
|
|
32719
33934
|
get:
|
|
32720
33935
|
description: Get the list of devices.
|
|
@@ -32900,12 +34115,12 @@ paths:
|
|
|
32900
34115
|
$ref: '#/components/responses/ForbiddenResponse'
|
|
32901
34116
|
'429':
|
|
32902
34117
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
32903
|
-
security:
|
|
32904
|
-
- apiKeyAuth: []
|
|
32905
|
-
appKeyAuth: []
|
|
32906
34118
|
summary: List Org Configs
|
|
32907
34119
|
tags:
|
|
32908
34120
|
- Organizations
|
|
34121
|
+
x-permission:
|
|
34122
|
+
operator: OPEN
|
|
34123
|
+
permissions: []
|
|
32909
34124
|
/api/v2/org_configs/{org_config_name}:
|
|
32910
34125
|
get:
|
|
32911
34126
|
description: Return the name, description, and value of a specific Org Config.
|
|
@@ -32929,12 +34144,12 @@ paths:
|
|
|
32929
34144
|
$ref: '#/components/responses/NotFoundResponse'
|
|
32930
34145
|
'429':
|
|
32931
34146
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
32932
|
-
security:
|
|
32933
|
-
- apiKeyAuth: []
|
|
32934
|
-
appKeyAuth: []
|
|
32935
34147
|
summary: Get a specific Org Config value
|
|
32936
34148
|
tags:
|
|
32937
34149
|
- Organizations
|
|
34150
|
+
x-permission:
|
|
34151
|
+
operator: OPEN
|
|
34152
|
+
permissions: []
|
|
32938
34153
|
patch:
|
|
32939
34154
|
description: Update the value of a specific Org Config.
|
|
32940
34155
|
operationId: UpdateOrgConfig
|
|
@@ -32966,6 +34181,10 @@ paths:
|
|
|
32966
34181
|
summary: Update a specific Org Config
|
|
32967
34182
|
tags:
|
|
32968
34183
|
- Organizations
|
|
34184
|
+
x-permission:
|
|
34185
|
+
operator: OR
|
|
34186
|
+
permissions:
|
|
34187
|
+
- org_management
|
|
32969
34188
|
/api/v2/permissions:
|
|
32970
34189
|
get:
|
|
32971
34190
|
description: Returns a list of all permissions, including name, description,
|
|
@@ -33276,6 +34495,10 @@ paths:
|
|
|
33276
34495
|
limitParam: page[limit]
|
|
33277
34496
|
pageOffsetParam: page[offset]
|
|
33278
34497
|
resultsPath: data
|
|
34498
|
+
x-permission:
|
|
34499
|
+
operator: OR
|
|
34500
|
+
permissions:
|
|
34501
|
+
- dashboards_read
|
|
33279
34502
|
post:
|
|
33280
34503
|
description: Create a powerpack.
|
|
33281
34504
|
operationId: CreatePowerpack
|
|
@@ -33310,6 +34533,10 @@ paths:
|
|
|
33310
34533
|
tags:
|
|
33311
34534
|
- Powerpack
|
|
33312
34535
|
x-codegen-request-body-name: body
|
|
34536
|
+
x-permission:
|
|
34537
|
+
operator: OR
|
|
34538
|
+
permissions:
|
|
34539
|
+
- dashboards_write
|
|
33313
34540
|
/api/v2/powerpacks/{powerpack_id}:
|
|
33314
34541
|
delete:
|
|
33315
34542
|
description: Delete a powerpack.
|
|
@@ -33340,6 +34567,10 @@ paths:
|
|
|
33340
34567
|
summary: Delete a powerpack
|
|
33341
34568
|
tags:
|
|
33342
34569
|
- Powerpack
|
|
34570
|
+
x-permission:
|
|
34571
|
+
operator: OR
|
|
34572
|
+
permissions:
|
|
34573
|
+
- dashboards_write
|
|
33343
34574
|
get:
|
|
33344
34575
|
description: Get a powerpack.
|
|
33345
34576
|
operationId: GetPowerpack
|
|
@@ -33373,6 +34604,10 @@ paths:
|
|
|
33373
34604
|
summary: Get a Powerpack
|
|
33374
34605
|
tags:
|
|
33375
34606
|
- Powerpack
|
|
34607
|
+
x-permission:
|
|
34608
|
+
operator: OR
|
|
34609
|
+
permissions:
|
|
34610
|
+
- dashboards_read
|
|
33376
34611
|
patch:
|
|
33377
34612
|
description: Update a powerpack.
|
|
33378
34613
|
operationId: UpdatePowerpack
|
|
@@ -33420,6 +34655,10 @@ paths:
|
|
|
33420
34655
|
tags:
|
|
33421
34656
|
- Powerpack
|
|
33422
34657
|
x-codegen-request-body-name: body
|
|
34658
|
+
x-permission:
|
|
34659
|
+
operator: OR
|
|
34660
|
+
permissions:
|
|
34661
|
+
- dashboards_write
|
|
33423
34662
|
/api/v2/processes:
|
|
33424
34663
|
get:
|
|
33425
34664
|
description: Get all processes for your organization.
|
|
@@ -33515,6 +34754,9 @@ paths:
|
|
|
33515
34754
|
cursorPath: meta.page.after
|
|
33516
34755
|
limitParam: page[limit]
|
|
33517
34756
|
resultsPath: data
|
|
34757
|
+
x-permission:
|
|
34758
|
+
operator: OPEN
|
|
34759
|
+
permissions: []
|
|
33518
34760
|
/api/v2/query/scalar:
|
|
33519
34761
|
post:
|
|
33520
34762
|
description: 'Query scalar values (as seen on Query Value, Table, and Toplist
|
|
@@ -33554,6 +34796,10 @@ paths:
|
|
|
33554
34796
|
tags:
|
|
33555
34797
|
- Metrics
|
|
33556
34798
|
x-codegen-request-body-name: body
|
|
34799
|
+
x-permission:
|
|
34800
|
+
operator: OR
|
|
34801
|
+
permissions:
|
|
34802
|
+
- timeseries_query
|
|
33557
34803
|
x-unstable: '**Note**: This endpoint is GA for Metrics, Real User Monitoring
|
|
33558
34804
|
(RUM), Cloud Cost Management, and Log Management data sources.
|
|
33559
34805
|
|
|
@@ -33596,6 +34842,10 @@ paths:
|
|
|
33596
34842
|
tags:
|
|
33597
34843
|
- Metrics
|
|
33598
34844
|
x-codegen-request-body-name: body
|
|
34845
|
+
x-permission:
|
|
34846
|
+
operator: OR
|
|
34847
|
+
permissions:
|
|
34848
|
+
- timeseries_query
|
|
33599
34849
|
x-unstable: '**Note**: This endpoint is GA for Metrics, Real User Monitoring
|
|
33600
34850
|
(RUM), Cloud Cost Management, and Log Management data sources.
|
|
33601
34851
|
|
|
@@ -33768,9 +35018,13 @@ paths:
|
|
|
33768
35018
|
security:
|
|
33769
35019
|
- apiKeyAuth: []
|
|
33770
35020
|
appKeyAuth: []
|
|
35021
|
+
- AuthZ: []
|
|
33771
35022
|
summary: Delete a restriction policy
|
|
33772
35023
|
tags:
|
|
33773
35024
|
- Restriction Policies
|
|
35025
|
+
x-permission:
|
|
35026
|
+
operator: OPEN
|
|
35027
|
+
permissions: []
|
|
33774
35028
|
get:
|
|
33775
35029
|
description: Retrieves the restriction policy associated with a specified resource.
|
|
33776
35030
|
operationId: GetRestrictionPolicy
|
|
@@ -33792,9 +35046,13 @@ paths:
|
|
|
33792
35046
|
security:
|
|
33793
35047
|
- apiKeyAuth: []
|
|
33794
35048
|
appKeyAuth: []
|
|
35049
|
+
- AuthZ: []
|
|
33795
35050
|
summary: Get a restriction policy
|
|
33796
35051
|
tags:
|
|
33797
35052
|
- Restriction Policies
|
|
35053
|
+
x-permission:
|
|
35054
|
+
operator: OPEN
|
|
35055
|
+
permissions: []
|
|
33798
35056
|
post:
|
|
33799
35057
|
description: 'Updates the restriction policy associated with a resource.
|
|
33800
35058
|
|
|
@@ -33871,10 +35129,14 @@ paths:
|
|
|
33871
35129
|
security:
|
|
33872
35130
|
- apiKeyAuth: []
|
|
33873
35131
|
appKeyAuth: []
|
|
35132
|
+
- AuthZ: []
|
|
33874
35133
|
summary: Update a restriction policy
|
|
33875
35134
|
tags:
|
|
33876
35135
|
- Restriction Policies
|
|
33877
35136
|
x-codegen-request-body-name: body
|
|
35137
|
+
x-permission:
|
|
35138
|
+
operator: OPEN
|
|
35139
|
+
permissions: []
|
|
33878
35140
|
/api/v2/roles:
|
|
33879
35141
|
get:
|
|
33880
35142
|
description: Returns all roles, including their names and their unique identifiers.
|
|
@@ -33929,6 +35191,10 @@ paths:
|
|
|
33929
35191
|
summary: List roles
|
|
33930
35192
|
tags:
|
|
33931
35193
|
- Roles
|
|
35194
|
+
x-permission:
|
|
35195
|
+
operator: OR
|
|
35196
|
+
permissions:
|
|
35197
|
+
- user_access_read
|
|
33932
35198
|
post:
|
|
33933
35199
|
description: Create a new role for your organization.
|
|
33934
35200
|
operationId: CreateRole
|
|
@@ -33968,6 +35234,10 @@ paths:
|
|
|
33968
35234
|
tags:
|
|
33969
35235
|
- Roles
|
|
33970
35236
|
x-codegen-request-body-name: body
|
|
35237
|
+
x-permission:
|
|
35238
|
+
operator: OR
|
|
35239
|
+
permissions:
|
|
35240
|
+
- user_access_manage
|
|
33971
35241
|
/api/v2/roles/{role_id}:
|
|
33972
35242
|
delete:
|
|
33973
35243
|
description: Disables a role.
|
|
@@ -34089,6 +35359,10 @@ paths:
|
|
|
34089
35359
|
tags:
|
|
34090
35360
|
- Roles
|
|
34091
35361
|
x-codegen-request-body-name: body
|
|
35362
|
+
x-permission:
|
|
35363
|
+
operator: OR
|
|
35364
|
+
permissions:
|
|
35365
|
+
- user_access_manage
|
|
34092
35366
|
/api/v2/roles/{role_id}/clone:
|
|
34093
35367
|
post:
|
|
34094
35368
|
description: Clone an existing role
|
|
@@ -34143,6 +35417,10 @@ paths:
|
|
|
34143
35417
|
tags:
|
|
34144
35418
|
- Roles
|
|
34145
35419
|
x-codegen-request-body-name: body
|
|
35420
|
+
x-permission:
|
|
35421
|
+
operator: OR
|
|
35422
|
+
permissions:
|
|
35423
|
+
- user_access_manage
|
|
34146
35424
|
/api/v2/roles/{role_id}/permissions:
|
|
34147
35425
|
delete:
|
|
34148
35426
|
description: Removes a permission from a role.
|
|
@@ -34191,6 +35469,10 @@ paths:
|
|
|
34191
35469
|
tags:
|
|
34192
35470
|
- Roles
|
|
34193
35471
|
x-codegen-request-body-name: body
|
|
35472
|
+
x-permission:
|
|
35473
|
+
operator: OR
|
|
35474
|
+
permissions:
|
|
35475
|
+
- user_access_manage
|
|
34194
35476
|
get:
|
|
34195
35477
|
description: Returns a list of all permissions for a single role.
|
|
34196
35478
|
operationId: ListRolePermissions
|
|
@@ -34273,6 +35555,10 @@ paths:
|
|
|
34273
35555
|
tags:
|
|
34274
35556
|
- Roles
|
|
34275
35557
|
x-codegen-request-body-name: body
|
|
35558
|
+
x-permission:
|
|
35559
|
+
operator: OR
|
|
35560
|
+
permissions:
|
|
35561
|
+
- user_access_manage
|
|
34276
35562
|
/api/v2/roles/{role_id}/users:
|
|
34277
35563
|
delete:
|
|
34278
35564
|
description: Removes a user from a role.
|
|
@@ -34321,6 +35607,10 @@ paths:
|
|
|
34321
35607
|
tags:
|
|
34322
35608
|
- Roles
|
|
34323
35609
|
x-codegen-request-body-name: body
|
|
35610
|
+
x-permission:
|
|
35611
|
+
operator: OR
|
|
35612
|
+
permissions:
|
|
35613
|
+
- user_access_manage
|
|
34324
35614
|
get:
|
|
34325
35615
|
description: Gets all users of a role.
|
|
34326
35616
|
operationId: ListRoleUsers
|
|
@@ -34422,6 +35712,10 @@ paths:
|
|
|
34422
35712
|
tags:
|
|
34423
35713
|
- Roles
|
|
34424
35714
|
x-codegen-request-body-name: body
|
|
35715
|
+
x-permission:
|
|
35716
|
+
operator: OR
|
|
35717
|
+
permissions:
|
|
35718
|
+
- user_access_manage
|
|
34425
35719
|
/api/v2/rum/analytics/aggregate:
|
|
34426
35720
|
post:
|
|
34427
35721
|
description: The API endpoint to aggregate RUM events into buckets of computed
|
|
@@ -34454,6 +35748,9 @@ paths:
|
|
|
34454
35748
|
tags:
|
|
34455
35749
|
- RUM
|
|
34456
35750
|
x-codegen-request-body-name: body
|
|
35751
|
+
x-permission:
|
|
35752
|
+
operator: OPEN
|
|
35753
|
+
permissions: []
|
|
34457
35754
|
/api/v2/rum/applications:
|
|
34458
35755
|
get:
|
|
34459
35756
|
description: List all the RUM applications in your organization.
|
|
@@ -34472,6 +35769,10 @@ paths:
|
|
|
34472
35769
|
summary: List all the RUM applications
|
|
34473
35770
|
tags:
|
|
34474
35771
|
- RUM
|
|
35772
|
+
x-permission:
|
|
35773
|
+
operator: OR
|
|
35774
|
+
permissions:
|
|
35775
|
+
- rum_apps_read
|
|
34475
35776
|
post:
|
|
34476
35777
|
description: Create a new RUM application in your organization.
|
|
34477
35778
|
operationId: CreateRUMApplication
|
|
@@ -34496,6 +35797,10 @@ paths:
|
|
|
34496
35797
|
tags:
|
|
34497
35798
|
- RUM
|
|
34498
35799
|
x-codegen-request-body-name: body
|
|
35800
|
+
x-permission:
|
|
35801
|
+
operator: OR
|
|
35802
|
+
permissions:
|
|
35803
|
+
- rum_apps_write
|
|
34499
35804
|
/api/v2/rum/applications/{id}:
|
|
34500
35805
|
delete:
|
|
34501
35806
|
description: Delete an existing RUM application in your organization.
|
|
@@ -34517,6 +35822,10 @@ paths:
|
|
|
34517
35822
|
summary: Delete a RUM application
|
|
34518
35823
|
tags:
|
|
34519
35824
|
- RUM
|
|
35825
|
+
x-permission:
|
|
35826
|
+
operator: OR
|
|
35827
|
+
permissions:
|
|
35828
|
+
- rum_apps_write
|
|
34520
35829
|
get:
|
|
34521
35830
|
description: Get the RUM application with given ID in your organization.
|
|
34522
35831
|
operationId: GetRUMApplication
|
|
@@ -34541,6 +35850,10 @@ paths:
|
|
|
34541
35850
|
summary: Get a RUM application
|
|
34542
35851
|
tags:
|
|
34543
35852
|
- RUM
|
|
35853
|
+
x-permission:
|
|
35854
|
+
operator: OR
|
|
35855
|
+
permissions:
|
|
35856
|
+
- rum_apps_read
|
|
34544
35857
|
patch:
|
|
34545
35858
|
description: Update the RUM application with given ID in your organization.
|
|
34546
35859
|
operationId: UpdateRUMApplication
|
|
@@ -34580,6 +35893,10 @@ paths:
|
|
|
34580
35893
|
tags:
|
|
34581
35894
|
- RUM
|
|
34582
35895
|
x-codegen-request-body-name: body
|
|
35896
|
+
x-permission:
|
|
35897
|
+
operator: OR
|
|
35898
|
+
permissions:
|
|
35899
|
+
- rum_apps_write
|
|
34583
35900
|
/api/v2/rum/events:
|
|
34584
35901
|
get:
|
|
34585
35902
|
description: 'List endpoint returns events that match a RUM search query.
|
|
@@ -34665,6 +35982,9 @@ paths:
|
|
|
34665
35982
|
cursorPath: meta.page.after
|
|
34666
35983
|
limitParam: page[limit]
|
|
34667
35984
|
resultsPath: data
|
|
35985
|
+
x-permission:
|
|
35986
|
+
operator: OPEN
|
|
35987
|
+
permissions: []
|
|
34668
35988
|
/api/v2/rum/events/search:
|
|
34669
35989
|
post:
|
|
34670
35990
|
description: 'List endpoint returns RUM events that match a RUM search query.
|
|
@@ -34709,6 +36029,9 @@ paths:
|
|
|
34709
36029
|
cursorPath: meta.page.after
|
|
34710
36030
|
limitParam: body.page.limit
|
|
34711
36031
|
resultsPath: data
|
|
36032
|
+
x-permission:
|
|
36033
|
+
operator: OPEN
|
|
36034
|
+
permissions: []
|
|
34712
36035
|
/api/v2/saml_configurations/idp_metadata:
|
|
34713
36036
|
post:
|
|
34714
36037
|
description: 'Endpoint for uploading IdP metadata for SAML setup.
|
|
@@ -34743,6 +36066,10 @@ paths:
|
|
|
34743
36066
|
tags:
|
|
34744
36067
|
- Organizations
|
|
34745
36068
|
x-codegen-request-body-name: body
|
|
36069
|
+
x-permission:
|
|
36070
|
+
operator: OR
|
|
36071
|
+
permissions:
|
|
36072
|
+
- org_management
|
|
34746
36073
|
/api/v2/scorecard/outcomes:
|
|
34747
36074
|
get:
|
|
34748
36075
|
description: Fetches all rule outcomes.
|
|
@@ -35087,6 +36414,10 @@ paths:
|
|
|
35087
36414
|
summary: Get the latest Cloud Workload Security policy
|
|
35088
36415
|
tags:
|
|
35089
36416
|
- CSM Threats
|
|
36417
|
+
x-permission:
|
|
36418
|
+
operator: OR
|
|
36419
|
+
permissions:
|
|
36420
|
+
- security_monitoring_cws_agent_rules_read
|
|
35090
36421
|
/api/v2/security_monitoring/cloud_workload_security/agent_rules:
|
|
35091
36422
|
get:
|
|
35092
36423
|
description: Get the list of Agent rules.
|
|
@@ -35105,6 +36436,10 @@ paths:
|
|
|
35105
36436
|
summary: Get all Cloud Workload Security Agent rules
|
|
35106
36437
|
tags:
|
|
35107
36438
|
- CSM Threats
|
|
36439
|
+
x-permission:
|
|
36440
|
+
operator: OR
|
|
36441
|
+
permissions:
|
|
36442
|
+
- security_monitoring_cws_agent_rules_read
|
|
35108
36443
|
post:
|
|
35109
36444
|
description: Create a new Agent rule with the given parameters.
|
|
35110
36445
|
operationId: CreateCloudWorkloadSecurityAgentRule
|
|
@@ -35134,6 +36469,10 @@ paths:
|
|
|
35134
36469
|
tags:
|
|
35135
36470
|
- CSM Threats
|
|
35136
36471
|
x-codegen-request-body-name: body
|
|
36472
|
+
x-permission:
|
|
36473
|
+
operator: OR
|
|
36474
|
+
permissions:
|
|
36475
|
+
- security_monitoring_cws_agent_rules_write
|
|
35137
36476
|
/api/v2/security_monitoring/cloud_workload_security/agent_rules/{agent_rule_id}:
|
|
35138
36477
|
delete:
|
|
35139
36478
|
description: Delete a specific Agent rule.
|
|
@@ -35152,6 +36491,10 @@ paths:
|
|
|
35152
36491
|
summary: Delete a Cloud Workload Security Agent rule
|
|
35153
36492
|
tags:
|
|
35154
36493
|
- CSM Threats
|
|
36494
|
+
x-permission:
|
|
36495
|
+
operator: OR
|
|
36496
|
+
permissions:
|
|
36497
|
+
- security_monitoring_cws_agent_rules_write
|
|
35155
36498
|
get:
|
|
35156
36499
|
description: Get the details of a specific Agent rule.
|
|
35157
36500
|
operationId: GetCloudWorkloadSecurityAgentRule
|
|
@@ -35173,6 +36516,10 @@ paths:
|
|
|
35173
36516
|
summary: Get a Cloud Workload Security Agent rule
|
|
35174
36517
|
tags:
|
|
35175
36518
|
- CSM Threats
|
|
36519
|
+
x-permission:
|
|
36520
|
+
operator: OR
|
|
36521
|
+
permissions:
|
|
36522
|
+
- security_monitoring_cws_agent_rules_read
|
|
35176
36523
|
patch:
|
|
35177
36524
|
description: 'Update a specific Agent rule.
|
|
35178
36525
|
|
|
@@ -35208,6 +36555,10 @@ paths:
|
|
|
35208
36555
|
tags:
|
|
35209
36556
|
- CSM Threats
|
|
35210
36557
|
x-codegen-request-body-name: body
|
|
36558
|
+
x-permission:
|
|
36559
|
+
operator: OR
|
|
36560
|
+
permissions:
|
|
36561
|
+
- security_monitoring_cws_agent_rules_write
|
|
35211
36562
|
/api/v2/security_monitoring/configuration/security_filters:
|
|
35212
36563
|
get:
|
|
35213
36564
|
description: Get the list of configured security filters with their definitions.
|
|
@@ -35231,6 +36582,10 @@ paths:
|
|
|
35231
36582
|
summary: Get all security filters
|
|
35232
36583
|
tags:
|
|
35233
36584
|
- Security Monitoring
|
|
36585
|
+
x-permission:
|
|
36586
|
+
operator: OR
|
|
36587
|
+
permissions:
|
|
36588
|
+
- security_monitoring_filters_read
|
|
35234
36589
|
post:
|
|
35235
36590
|
description: 'Create a security filter.
|
|
35236
36591
|
|
|
@@ -35270,6 +36625,10 @@ paths:
|
|
|
35270
36625
|
tags:
|
|
35271
36626
|
- Security Monitoring
|
|
35272
36627
|
x-codegen-request-body-name: body
|
|
36628
|
+
x-permission:
|
|
36629
|
+
operator: OR
|
|
36630
|
+
permissions:
|
|
36631
|
+
- security_monitoring_filters_write
|
|
35273
36632
|
/api/v2/security_monitoring/configuration/security_filters/{security_filter_id}:
|
|
35274
36633
|
delete:
|
|
35275
36634
|
description: Delete a specific security filter.
|
|
@@ -35293,6 +36652,10 @@ paths:
|
|
|
35293
36652
|
summary: Delete a security filter
|
|
35294
36653
|
tags:
|
|
35295
36654
|
- Security Monitoring
|
|
36655
|
+
x-permission:
|
|
36656
|
+
operator: OR
|
|
36657
|
+
permissions:
|
|
36658
|
+
- security_monitoring_filters_write
|
|
35296
36659
|
get:
|
|
35297
36660
|
description: 'Get the details of a specific security filter.
|
|
35298
36661
|
|
|
@@ -35324,6 +36687,10 @@ paths:
|
|
|
35324
36687
|
summary: Get a security filter
|
|
35325
36688
|
tags:
|
|
35326
36689
|
- Security Monitoring
|
|
36690
|
+
x-permission:
|
|
36691
|
+
operator: OR
|
|
36692
|
+
permissions:
|
|
36693
|
+
- security_monitoring_filters_read
|
|
35327
36694
|
patch:
|
|
35328
36695
|
description: 'Update a specific security filter.
|
|
35329
36696
|
|
|
@@ -35364,6 +36731,10 @@ paths:
|
|
|
35364
36731
|
tags:
|
|
35365
36732
|
- Security Monitoring
|
|
35366
36733
|
x-codegen-request-body-name: body
|
|
36734
|
+
x-permission:
|
|
36735
|
+
operator: OR
|
|
36736
|
+
permissions:
|
|
36737
|
+
- security_monitoring_filters_write
|
|
35367
36738
|
/api/v2/security_monitoring/configuration/suppressions:
|
|
35368
36739
|
get:
|
|
35369
36740
|
description: Get the list of all suppression rules.
|
|
@@ -35533,6 +36904,10 @@ paths:
|
|
|
35533
36904
|
summary: List rules
|
|
35534
36905
|
tags:
|
|
35535
36906
|
- Security Monitoring
|
|
36907
|
+
x-permission:
|
|
36908
|
+
operator: OR
|
|
36909
|
+
permissions:
|
|
36910
|
+
- security_monitoring_rules_read
|
|
35536
36911
|
post:
|
|
35537
36912
|
description: Create a detection rule.
|
|
35538
36913
|
operationId: CreateSecurityMonitoringRule
|
|
@@ -35564,6 +36939,10 @@ paths:
|
|
|
35564
36939
|
tags:
|
|
35565
36940
|
- Security Monitoring
|
|
35566
36941
|
x-codegen-request-body-name: body
|
|
36942
|
+
x-permission:
|
|
36943
|
+
operator: OR
|
|
36944
|
+
permissions:
|
|
36945
|
+
- security_monitoring_rules_write
|
|
35567
36946
|
/api/v2/security_monitoring/rules/convert:
|
|
35568
36947
|
post:
|
|
35569
36948
|
description: 'Convert a rule that doesn''t (yet) exist from JSON to Terraform
|
|
@@ -35603,6 +36982,10 @@ paths:
|
|
|
35603
36982
|
tags:
|
|
35604
36983
|
- Security Monitoring
|
|
35605
36984
|
x-codegen-request-body-name: body
|
|
36985
|
+
x-permission:
|
|
36986
|
+
operator: OR
|
|
36987
|
+
permissions:
|
|
36988
|
+
- security_monitoring_rules_write
|
|
35606
36989
|
/api/v2/security_monitoring/rules/test:
|
|
35607
36990
|
post:
|
|
35608
36991
|
description: Test a rule.
|
|
@@ -35639,6 +37022,10 @@ paths:
|
|
|
35639
37022
|
tags:
|
|
35640
37023
|
- Security Monitoring
|
|
35641
37024
|
x-codegen-request-body-name: body
|
|
37025
|
+
x-permission:
|
|
37026
|
+
operator: OR
|
|
37027
|
+
permissions:
|
|
37028
|
+
- security_monitoring_rules_write
|
|
35642
37029
|
/api/v2/security_monitoring/rules/validation:
|
|
35643
37030
|
post:
|
|
35644
37031
|
description: Validate a detection rule.
|
|
@@ -35667,6 +37054,10 @@ paths:
|
|
|
35667
37054
|
tags:
|
|
35668
37055
|
- Security Monitoring
|
|
35669
37056
|
x-codegen-request-body-name: body
|
|
37057
|
+
x-permission:
|
|
37058
|
+
operator: OR
|
|
37059
|
+
permissions:
|
|
37060
|
+
- security_monitoring_rules_write
|
|
35670
37061
|
/api/v2/security_monitoring/rules/{rule_id}:
|
|
35671
37062
|
delete:
|
|
35672
37063
|
description: Delete an existing rule. Default rules cannot be deleted.
|
|
@@ -35690,6 +37081,10 @@ paths:
|
|
|
35690
37081
|
summary: Delete an existing rule
|
|
35691
37082
|
tags:
|
|
35692
37083
|
- Security Monitoring
|
|
37084
|
+
x-permission:
|
|
37085
|
+
operator: OR
|
|
37086
|
+
permissions:
|
|
37087
|
+
- security_monitoring_rules_write
|
|
35693
37088
|
get:
|
|
35694
37089
|
description: Get a rule's details.
|
|
35695
37090
|
operationId: GetSecurityMonitoringRule
|
|
@@ -35714,6 +37109,10 @@ paths:
|
|
|
35714
37109
|
summary: Get a rule's details
|
|
35715
37110
|
tags:
|
|
35716
37111
|
- Security Monitoring
|
|
37112
|
+
x-permission:
|
|
37113
|
+
operator: OR
|
|
37114
|
+
permissions:
|
|
37115
|
+
- security_monitoring_rules_read
|
|
35717
37116
|
put:
|
|
35718
37117
|
description: 'Update an existing rule. When updating `cases`, `queries` or `options`,
|
|
35719
37118
|
the whole field
|
|
@@ -35760,6 +37159,10 @@ paths:
|
|
|
35760
37159
|
tags:
|
|
35761
37160
|
- Security Monitoring
|
|
35762
37161
|
x-codegen-request-body-name: body
|
|
37162
|
+
x-permission:
|
|
37163
|
+
operator: OR
|
|
37164
|
+
permissions:
|
|
37165
|
+
- security_monitoring_rules_write
|
|
35763
37166
|
/api/v2/security_monitoring/rules/{rule_id}/convert:
|
|
35764
37167
|
get:
|
|
35765
37168
|
description: 'Convert an existing rule from JSON to Terraform for datadog provider
|
|
@@ -35791,6 +37194,10 @@ paths:
|
|
|
35791
37194
|
summary: Convert an existing rule from JSON to Terraform
|
|
35792
37195
|
tags:
|
|
35793
37196
|
- Security Monitoring
|
|
37197
|
+
x-permission:
|
|
37198
|
+
operator: OR
|
|
37199
|
+
permissions:
|
|
37200
|
+
- security_monitoring_rules_read
|
|
35794
37201
|
/api/v2/security_monitoring/rules/{rule_id}/test:
|
|
35795
37202
|
post:
|
|
35796
37203
|
description: Test an existing rule.
|
|
@@ -35829,6 +37236,10 @@ paths:
|
|
|
35829
37236
|
tags:
|
|
35830
37237
|
- Security Monitoring
|
|
35831
37238
|
x-codegen-request-body-name: body
|
|
37239
|
+
x-permission:
|
|
37240
|
+
operator: OR
|
|
37241
|
+
permissions:
|
|
37242
|
+
- security_monitoring_rules_write
|
|
35832
37243
|
/api/v2/security_monitoring/signals:
|
|
35833
37244
|
get:
|
|
35834
37245
|
description: 'The list endpoint returns security signals that match a search
|
|
@@ -35912,6 +37323,10 @@ paths:
|
|
|
35912
37323
|
cursorPath: meta.page.after
|
|
35913
37324
|
limitParam: page[limit]
|
|
35914
37325
|
resultsPath: data
|
|
37326
|
+
x-permission:
|
|
37327
|
+
operator: OR
|
|
37328
|
+
permissions:
|
|
37329
|
+
- security_monitoring_signals_read
|
|
35915
37330
|
/api/v2/security_monitoring/signals/search:
|
|
35916
37331
|
post:
|
|
35917
37332
|
description: 'Returns security signals that match a search query.
|
|
@@ -35953,6 +37368,10 @@ paths:
|
|
|
35953
37368
|
cursorPath: meta.page.after
|
|
35954
37369
|
limitParam: body.page.limit
|
|
35955
37370
|
resultsPath: data
|
|
37371
|
+
x-permission:
|
|
37372
|
+
operator: OR
|
|
37373
|
+
permissions:
|
|
37374
|
+
- security_monitoring_signals_read
|
|
35956
37375
|
/api/v2/security_monitoring/signals/{signal_id}:
|
|
35957
37376
|
get:
|
|
35958
37377
|
description: Get a signal's details.
|
|
@@ -35978,6 +37397,10 @@ paths:
|
|
|
35978
37397
|
summary: Get a signal's details
|
|
35979
37398
|
tags:
|
|
35980
37399
|
- Security Monitoring
|
|
37400
|
+
x-permission:
|
|
37401
|
+
operator: OR
|
|
37402
|
+
permissions:
|
|
37403
|
+
- security_monitoring_signals_read
|
|
35981
37404
|
/api/v2/security_monitoring/signals/{signal_id}/assignee:
|
|
35982
37405
|
patch:
|
|
35983
37406
|
description: Modify the triage assignee of a security signal.
|
|
@@ -36022,6 +37445,10 @@ paths:
|
|
|
36022
37445
|
tags:
|
|
36023
37446
|
- Security Monitoring
|
|
36024
37447
|
x-codegen-request-body-name: body
|
|
37448
|
+
x-permission:
|
|
37449
|
+
operator: OR
|
|
37450
|
+
permissions:
|
|
37451
|
+
- security_monitoring_signals_write
|
|
36025
37452
|
/api/v2/security_monitoring/signals/{signal_id}/incidents:
|
|
36026
37453
|
patch:
|
|
36027
37454
|
description: Change the related incidents for a security signal.
|
|
@@ -36066,6 +37493,10 @@ paths:
|
|
|
36066
37493
|
tags:
|
|
36067
37494
|
- Security Monitoring
|
|
36068
37495
|
x-codegen-request-body-name: body
|
|
37496
|
+
x-permission:
|
|
37497
|
+
operator: OR
|
|
37498
|
+
permissions:
|
|
37499
|
+
- security_monitoring_signals_write
|
|
36069
37500
|
/api/v2/security_monitoring/signals/{signal_id}/state:
|
|
36070
37501
|
patch:
|
|
36071
37502
|
description: Change the triage state of a security signal.
|
|
@@ -36110,6 +37541,10 @@ paths:
|
|
|
36110
37541
|
tags:
|
|
36111
37542
|
- Security Monitoring
|
|
36112
37543
|
x-codegen-request-body-name: body
|
|
37544
|
+
x-permission:
|
|
37545
|
+
operator: OR
|
|
37546
|
+
permissions:
|
|
37547
|
+
- security_monitoring_signals_write
|
|
36113
37548
|
/api/v2/sensitive-data-scanner/config:
|
|
36114
37549
|
get:
|
|
36115
37550
|
description: List all the Scanning groups in your organization.
|
|
@@ -36138,6 +37573,10 @@ paths:
|
|
|
36138
37573
|
summary: List Scanning Groups
|
|
36139
37574
|
tags:
|
|
36140
37575
|
- Sensitive Data Scanner
|
|
37576
|
+
x-permission:
|
|
37577
|
+
operator: OR
|
|
37578
|
+
permissions:
|
|
37579
|
+
- data_scanner_read
|
|
36141
37580
|
patch:
|
|
36142
37581
|
description: Reorder the list of groups.
|
|
36143
37582
|
operationId: ReorderScanningGroups
|
|
@@ -36172,6 +37611,10 @@ paths:
|
|
|
36172
37611
|
tags:
|
|
36173
37612
|
- Sensitive Data Scanner
|
|
36174
37613
|
x-codegen-request-body-name: body
|
|
37614
|
+
x-permission:
|
|
37615
|
+
operator: OR
|
|
37616
|
+
permissions:
|
|
37617
|
+
- data_scanner_write
|
|
36175
37618
|
/api/v2/sensitive-data-scanner/config/groups:
|
|
36176
37619
|
post:
|
|
36177
37620
|
description: 'Create a scanning group.
|
|
@@ -36216,6 +37659,10 @@ paths:
|
|
|
36216
37659
|
tags:
|
|
36217
37660
|
- Sensitive Data Scanner
|
|
36218
37661
|
x-codegen-request-body-name: body
|
|
37662
|
+
x-permission:
|
|
37663
|
+
operator: OR
|
|
37664
|
+
permissions:
|
|
37665
|
+
- data_scanner_write
|
|
36219
37666
|
/api/v2/sensitive-data-scanner/config/groups/{group_id}:
|
|
36220
37667
|
delete:
|
|
36221
37668
|
description: Delete a given group.
|
|
@@ -36255,6 +37702,10 @@ paths:
|
|
|
36255
37702
|
tags:
|
|
36256
37703
|
- Sensitive Data Scanner
|
|
36257
37704
|
x-codegen-request-body-name: body
|
|
37705
|
+
x-permission:
|
|
37706
|
+
operator: OR
|
|
37707
|
+
permissions:
|
|
37708
|
+
- data_scanner_write
|
|
36258
37709
|
patch:
|
|
36259
37710
|
description: 'Update a group, including the order of the rules.
|
|
36260
37711
|
|
|
@@ -36301,6 +37752,10 @@ paths:
|
|
|
36301
37752
|
tags:
|
|
36302
37753
|
- Sensitive Data Scanner
|
|
36303
37754
|
x-codegen-request-body-name: body
|
|
37755
|
+
x-permission:
|
|
37756
|
+
operator: OR
|
|
37757
|
+
permissions:
|
|
37758
|
+
- data_scanner_write
|
|
36304
37759
|
/api/v2/sensitive-data-scanner/config/rules:
|
|
36305
37760
|
post:
|
|
36306
37761
|
description: 'Create a scanning rule in a sensitive data scanner group, ordered
|
|
@@ -36346,6 +37801,10 @@ paths:
|
|
|
36346
37801
|
tags:
|
|
36347
37802
|
- Sensitive Data Scanner
|
|
36348
37803
|
x-codegen-request-body-name: body
|
|
37804
|
+
x-permission:
|
|
37805
|
+
operator: OR
|
|
37806
|
+
permissions:
|
|
37807
|
+
- data_scanner_write
|
|
36349
37808
|
/api/v2/sensitive-data-scanner/config/rules/{rule_id}:
|
|
36350
37809
|
delete:
|
|
36351
37810
|
description: Delete a given rule.
|
|
@@ -36385,6 +37844,10 @@ paths:
|
|
|
36385
37844
|
tags:
|
|
36386
37845
|
- Sensitive Data Scanner
|
|
36387
37846
|
x-codegen-request-body-name: body
|
|
37847
|
+
x-permission:
|
|
37848
|
+
operator: OR
|
|
37849
|
+
permissions:
|
|
37850
|
+
- data_scanner_write
|
|
36388
37851
|
patch:
|
|
36389
37852
|
description: 'Update a scanning rule.
|
|
36390
37853
|
|
|
@@ -36430,6 +37893,10 @@ paths:
|
|
|
36430
37893
|
tags:
|
|
36431
37894
|
- Sensitive Data Scanner
|
|
36432
37895
|
x-codegen-request-body-name: body
|
|
37896
|
+
x-permission:
|
|
37897
|
+
operator: OR
|
|
37898
|
+
permissions:
|
|
37899
|
+
- data_scanner_write
|
|
36433
37900
|
/api/v2/sensitive-data-scanner/config/standard-patterns:
|
|
36434
37901
|
get:
|
|
36435
37902
|
description: Returns all standard patterns.
|
|
@@ -36458,6 +37925,10 @@ paths:
|
|
|
36458
37925
|
summary: List standard patterns
|
|
36459
37926
|
tags:
|
|
36460
37927
|
- Sensitive Data Scanner
|
|
37928
|
+
x-permission:
|
|
37929
|
+
operator: OR
|
|
37930
|
+
permissions:
|
|
37931
|
+
- data_scanner_read
|
|
36461
37932
|
/api/v2/series:
|
|
36462
37933
|
post:
|
|
36463
37934
|
description: "The metrics end-point allows you to post time-series data that
|
|
@@ -36564,6 +38035,10 @@ paths:
|
|
|
36564
38035
|
tags:
|
|
36565
38036
|
- Service Accounts
|
|
36566
38037
|
x-codegen-request-body-name: body
|
|
38038
|
+
x-permission:
|
|
38039
|
+
operator: OR
|
|
38040
|
+
permissions:
|
|
38041
|
+
- service_account_write
|
|
36567
38042
|
/api/v2/service_accounts/{service_account_id}/application_keys:
|
|
36568
38043
|
get:
|
|
36569
38044
|
description: List all application keys available for this service account.
|
|
@@ -36606,6 +38081,10 @@ paths:
|
|
|
36606
38081
|
summary: List application keys for this service account
|
|
36607
38082
|
tags:
|
|
36608
38083
|
- Service Accounts
|
|
38084
|
+
x-permission:
|
|
38085
|
+
operator: OR
|
|
38086
|
+
permissions:
|
|
38087
|
+
- service_account_write
|
|
36609
38088
|
post:
|
|
36610
38089
|
description: Create an application key for this service account.
|
|
36611
38090
|
operationId: CreateServiceAccountApplicationKey
|
|
@@ -36642,6 +38121,10 @@ paths:
|
|
|
36642
38121
|
tags:
|
|
36643
38122
|
- Service Accounts
|
|
36644
38123
|
x-codegen-request-body-name: body
|
|
38124
|
+
x-permission:
|
|
38125
|
+
operator: OR
|
|
38126
|
+
permissions:
|
|
38127
|
+
- service_account_write
|
|
36645
38128
|
/api/v2/service_accounts/{service_account_id}/application_keys/{app_key_id}:
|
|
36646
38129
|
delete:
|
|
36647
38130
|
description: Delete an application key owned by this service account.
|
|
@@ -36669,6 +38152,10 @@ paths:
|
|
|
36669
38152
|
summary: Delete an application key for this service account
|
|
36670
38153
|
tags:
|
|
36671
38154
|
- Service Accounts
|
|
38155
|
+
x-permission:
|
|
38156
|
+
operator: OR
|
|
38157
|
+
permissions:
|
|
38158
|
+
- service_account_write
|
|
36672
38159
|
get:
|
|
36673
38160
|
description: Get an application key owned by this service account.
|
|
36674
38161
|
operationId: GetServiceAccountApplicationKey
|
|
@@ -36699,6 +38186,10 @@ paths:
|
|
|
36699
38186
|
summary: Get one application key for this service account
|
|
36700
38187
|
tags:
|
|
36701
38188
|
- Service Accounts
|
|
38189
|
+
x-permission:
|
|
38190
|
+
operator: OR
|
|
38191
|
+
permissions:
|
|
38192
|
+
- service_account_write
|
|
36702
38193
|
patch:
|
|
36703
38194
|
description: Edit an application key owned by this service account.
|
|
36704
38195
|
operationId: UpdateServiceAccountApplicationKey
|
|
@@ -36742,6 +38233,10 @@ paths:
|
|
|
36742
38233
|
tags:
|
|
36743
38234
|
- Service Accounts
|
|
36744
38235
|
x-codegen-request-body-name: body
|
|
38236
|
+
x-permission:
|
|
38237
|
+
operator: OR
|
|
38238
|
+
permissions:
|
|
38239
|
+
- service_account_write
|
|
36745
38240
|
/api/v2/services:
|
|
36746
38241
|
get:
|
|
36747
38242
|
deprecated: true
|
|
@@ -36779,6 +38274,10 @@ paths:
|
|
|
36779
38274
|
summary: Get a list of all incident services
|
|
36780
38275
|
tags:
|
|
36781
38276
|
- Incident Services
|
|
38277
|
+
x-permission:
|
|
38278
|
+
operator: OR
|
|
38279
|
+
permissions:
|
|
38280
|
+
- incident_read
|
|
36782
38281
|
x-unstable: '**Note**: This endpoint is deprecated.'
|
|
36783
38282
|
post:
|
|
36784
38283
|
deprecated: true
|
|
@@ -36817,6 +38316,10 @@ paths:
|
|
|
36817
38316
|
tags:
|
|
36818
38317
|
- Incident Services
|
|
36819
38318
|
x-codegen-request-body-name: body
|
|
38319
|
+
x-permission:
|
|
38320
|
+
operator: OR
|
|
38321
|
+
permissions:
|
|
38322
|
+
- incident_settings_write
|
|
36820
38323
|
x-unstable: '**Note**: This endpoint is deprecated.'
|
|
36821
38324
|
/api/v2/services/definitions:
|
|
36822
38325
|
get:
|
|
@@ -36850,6 +38353,10 @@ paths:
|
|
|
36850
38353
|
limitParam: page[size]
|
|
36851
38354
|
pageParam: page[number]
|
|
36852
38355
|
resultsPath: data
|
|
38356
|
+
x-permission:
|
|
38357
|
+
operator: OR
|
|
38358
|
+
permissions:
|
|
38359
|
+
- apm_service_catalog_read
|
|
36853
38360
|
post:
|
|
36854
38361
|
description: Create or update service definition in the Datadog Service Catalog.
|
|
36855
38362
|
operationId: CreateOrUpdateServiceDefinitions
|
|
@@ -36884,6 +38391,10 @@ paths:
|
|
|
36884
38391
|
tags:
|
|
36885
38392
|
- Service Definition
|
|
36886
38393
|
x-codegen-request-body-name: body
|
|
38394
|
+
x-permission:
|
|
38395
|
+
operator: OR
|
|
38396
|
+
permissions:
|
|
38397
|
+
- apm_service_catalog_write
|
|
36887
38398
|
/api/v2/services/definitions/{service_name}:
|
|
36888
38399
|
delete:
|
|
36889
38400
|
description: Delete a single service definition in the Datadog Service Catalog.
|
|
@@ -36909,6 +38420,10 @@ paths:
|
|
|
36909
38420
|
summary: Delete a single service definition
|
|
36910
38421
|
tags:
|
|
36911
38422
|
- Service Definition
|
|
38423
|
+
x-permission:
|
|
38424
|
+
operator: OR
|
|
38425
|
+
permissions:
|
|
38426
|
+
- apm_service_catalog_write
|
|
36912
38427
|
get:
|
|
36913
38428
|
description: Get a single service definition from the Datadog Service Catalog.
|
|
36914
38429
|
operationId: GetServiceDefinition
|
|
@@ -36940,6 +38455,10 @@ paths:
|
|
|
36940
38455
|
summary: Get a single service definition
|
|
36941
38456
|
tags:
|
|
36942
38457
|
- Service Definition
|
|
38458
|
+
x-permission:
|
|
38459
|
+
operator: OR
|
|
38460
|
+
permissions:
|
|
38461
|
+
- apm_service_catalog_read
|
|
36943
38462
|
/api/v2/services/{service_id}:
|
|
36944
38463
|
delete:
|
|
36945
38464
|
deprecated: true
|
|
@@ -36968,6 +38487,10 @@ paths:
|
|
|
36968
38487
|
summary: Delete an existing incident service
|
|
36969
38488
|
tags:
|
|
36970
38489
|
- Incident Services
|
|
38490
|
+
x-permission:
|
|
38491
|
+
operator: OR
|
|
38492
|
+
permissions:
|
|
38493
|
+
- incident_settings_write
|
|
36971
38494
|
x-unstable: '**Note**: This endpoint is deprecated.'
|
|
36972
38495
|
get:
|
|
36973
38496
|
deprecated: true
|
|
@@ -37004,6 +38527,10 @@ paths:
|
|
|
37004
38527
|
summary: Get details of an incident service
|
|
37005
38528
|
tags:
|
|
37006
38529
|
- Incident Services
|
|
38530
|
+
x-permission:
|
|
38531
|
+
operator: OR
|
|
38532
|
+
permissions:
|
|
38533
|
+
- incident_read
|
|
37007
38534
|
x-unstable: '**Note**: This endpoint is deprecated.'
|
|
37008
38535
|
patch:
|
|
37009
38536
|
deprecated: true
|
|
@@ -37045,6 +38572,10 @@ paths:
|
|
|
37045
38572
|
tags:
|
|
37046
38573
|
- Incident Services
|
|
37047
38574
|
x-codegen-request-body-name: body
|
|
38575
|
+
x-permission:
|
|
38576
|
+
operator: OR
|
|
38577
|
+
permissions:
|
|
38578
|
+
- incident_settings_write
|
|
37048
38579
|
x-unstable: '**Note**: This endpoint is deprecated.'
|
|
37049
38580
|
/api/v2/slo/report:
|
|
37050
38581
|
post:
|
|
@@ -37224,6 +38755,10 @@ paths:
|
|
|
37224
38755
|
tags:
|
|
37225
38756
|
- Spans
|
|
37226
38757
|
x-codegen-request-body-name: body
|
|
38758
|
+
x-permission:
|
|
38759
|
+
operator: OR
|
|
38760
|
+
permissions:
|
|
38761
|
+
- apm_read
|
|
37227
38762
|
/api/v2/spans/events:
|
|
37228
38763
|
get:
|
|
37229
38764
|
description: 'List endpoint returns spans that match a span search query.
|
|
@@ -37379,6 +38914,10 @@ paths:
|
|
|
37379
38914
|
summary: Get the on-demand concurrency cap
|
|
37380
38915
|
tags:
|
|
37381
38916
|
- Synthetics
|
|
38917
|
+
x-permission:
|
|
38918
|
+
operator: OR
|
|
38919
|
+
permissions:
|
|
38920
|
+
- billing_read
|
|
37382
38921
|
post:
|
|
37383
38922
|
description: Save new value for on-demand concurrency cap.
|
|
37384
38923
|
operationId: SetOnDemandConcurrencyCap
|
|
@@ -37402,6 +38941,10 @@ paths:
|
|
|
37402
38941
|
tags:
|
|
37403
38942
|
- Synthetics
|
|
37404
38943
|
x-codegen-request-body-name: body
|
|
38944
|
+
x-permission:
|
|
38945
|
+
operator: OR
|
|
38946
|
+
permissions:
|
|
38947
|
+
- billing_edit
|
|
37405
38948
|
/api/v2/team:
|
|
37406
38949
|
get:
|
|
37407
38950
|
description: 'Get all teams.
|
|
@@ -37472,6 +39015,10 @@ paths:
|
|
|
37472
39015
|
limitParam: page[size]
|
|
37473
39016
|
pageParam: page[number]
|
|
37474
39017
|
resultsPath: data
|
|
39018
|
+
x-permission:
|
|
39019
|
+
operator: OR
|
|
39020
|
+
permissions:
|
|
39021
|
+
- teams_read
|
|
37475
39022
|
post:
|
|
37476
39023
|
description: 'Create a new team.
|
|
37477
39024
|
|
|
@@ -37510,6 +39057,11 @@ paths:
|
|
|
37510
39057
|
tags:
|
|
37511
39058
|
- Teams
|
|
37512
39059
|
x-codegen-request-body-name: body
|
|
39060
|
+
x-permission:
|
|
39061
|
+
operator: AND
|
|
39062
|
+
permissions:
|
|
39063
|
+
- teams_read
|
|
39064
|
+
- teams_manage
|
|
37513
39065
|
/api/v2/team/{team_id}:
|
|
37514
39066
|
delete:
|
|
37515
39067
|
description: Remove a team using the team's `id`.
|
|
@@ -37543,6 +39095,11 @@ paths:
|
|
|
37543
39095
|
summary: Remove a team
|
|
37544
39096
|
tags:
|
|
37545
39097
|
- Teams
|
|
39098
|
+
x-permission:
|
|
39099
|
+
operator: AND
|
|
39100
|
+
permissions:
|
|
39101
|
+
- teams_read
|
|
39102
|
+
- teams_manage
|
|
37546
39103
|
get:
|
|
37547
39104
|
description: Get a single team using the team's `id`.
|
|
37548
39105
|
operationId: GetTeam
|
|
@@ -37578,6 +39135,10 @@ paths:
|
|
|
37578
39135
|
summary: Get a team
|
|
37579
39136
|
tags:
|
|
37580
39137
|
- Teams
|
|
39138
|
+
x-permission:
|
|
39139
|
+
operator: OR
|
|
39140
|
+
permissions:
|
|
39141
|
+
- teams_read
|
|
37581
39142
|
patch:
|
|
37582
39143
|
description: 'Update a team using the team''s `id`.
|
|
37583
39144
|
|
|
@@ -37636,6 +39197,10 @@ paths:
|
|
|
37636
39197
|
tags:
|
|
37637
39198
|
- Teams
|
|
37638
39199
|
x-codegen-request-body-name: body
|
|
39200
|
+
x-permission:
|
|
39201
|
+
operator: OR
|
|
39202
|
+
permissions:
|
|
39203
|
+
- teams_read
|
|
37639
39204
|
/api/v2/team/{team_id}/links:
|
|
37640
39205
|
get:
|
|
37641
39206
|
description: Get all links for a given team.
|
|
@@ -37672,6 +39237,10 @@ paths:
|
|
|
37672
39237
|
summary: Get links for a team
|
|
37673
39238
|
tags:
|
|
37674
39239
|
- Teams
|
|
39240
|
+
x-permission:
|
|
39241
|
+
operator: OR
|
|
39242
|
+
permissions:
|
|
39243
|
+
- teams_read
|
|
37675
39244
|
post:
|
|
37676
39245
|
description: Add a new link to a team.
|
|
37677
39246
|
operationId: CreateTeamLink
|
|
@@ -37720,6 +39289,10 @@ paths:
|
|
|
37720
39289
|
tags:
|
|
37721
39290
|
- Teams
|
|
37722
39291
|
x-codegen-request-body-name: body
|
|
39292
|
+
x-permission:
|
|
39293
|
+
operator: OR
|
|
39294
|
+
permissions:
|
|
39295
|
+
- teams_read
|
|
37723
39296
|
/api/v2/team/{team_id}/links/{link_id}:
|
|
37724
39297
|
delete:
|
|
37725
39298
|
description: Remove a link from a team.
|
|
@@ -37758,6 +39331,10 @@ paths:
|
|
|
37758
39331
|
summary: Remove a team link
|
|
37759
39332
|
tags:
|
|
37760
39333
|
- Teams
|
|
39334
|
+
x-permission:
|
|
39335
|
+
operator: OR
|
|
39336
|
+
permissions:
|
|
39337
|
+
- teams_read
|
|
37761
39338
|
get:
|
|
37762
39339
|
description: Get a single link for a team.
|
|
37763
39340
|
operationId: GetTeamLink
|
|
@@ -37799,6 +39376,10 @@ paths:
|
|
|
37799
39376
|
summary: Get a team link
|
|
37800
39377
|
tags:
|
|
37801
39378
|
- Teams
|
|
39379
|
+
x-permission:
|
|
39380
|
+
operator: OR
|
|
39381
|
+
permissions:
|
|
39382
|
+
- teams_read
|
|
37802
39383
|
patch:
|
|
37803
39384
|
description: Update a team link.
|
|
37804
39385
|
operationId: UpdateTeamLink
|
|
@@ -37847,6 +39428,10 @@ paths:
|
|
|
37847
39428
|
tags:
|
|
37848
39429
|
- Teams
|
|
37849
39430
|
x-codegen-request-body-name: body
|
|
39431
|
+
x-permission:
|
|
39432
|
+
operator: OR
|
|
39433
|
+
permissions:
|
|
39434
|
+
- teams_read
|
|
37850
39435
|
/api/v2/team/{team_id}/memberships:
|
|
37851
39436
|
get:
|
|
37852
39437
|
description: Get a paginated list of members for a team
|
|
@@ -37901,6 +39486,10 @@ paths:
|
|
|
37901
39486
|
limitParam: page[size]
|
|
37902
39487
|
pageParam: page[number]
|
|
37903
39488
|
resultsPath: data
|
|
39489
|
+
x-permission:
|
|
39490
|
+
operator: OR
|
|
39491
|
+
permissions:
|
|
39492
|
+
- teams_read
|
|
37904
39493
|
post:
|
|
37905
39494
|
description: Add a user to a team.
|
|
37906
39495
|
operationId: CreateTeamMembership
|
|
@@ -37949,6 +39538,10 @@ paths:
|
|
|
37949
39538
|
tags:
|
|
37950
39539
|
- Teams
|
|
37951
39540
|
x-codegen-request-body-name: body
|
|
39541
|
+
x-permission:
|
|
39542
|
+
operator: OR
|
|
39543
|
+
permissions:
|
|
39544
|
+
- teams_read
|
|
37952
39545
|
/api/v2/team/{team_id}/memberships/{user_id}:
|
|
37953
39546
|
delete:
|
|
37954
39547
|
description: Remove a user from a team.
|
|
@@ -37987,6 +39580,10 @@ paths:
|
|
|
37987
39580
|
summary: Remove a user from a team
|
|
37988
39581
|
tags:
|
|
37989
39582
|
- Teams
|
|
39583
|
+
x-permission:
|
|
39584
|
+
operator: OR
|
|
39585
|
+
permissions:
|
|
39586
|
+
- teams_read
|
|
37990
39587
|
patch:
|
|
37991
39588
|
description: Update a user's membership attributes on a team.
|
|
37992
39589
|
operationId: UpdateTeamMembership
|
|
@@ -38035,6 +39632,10 @@ paths:
|
|
|
38035
39632
|
tags:
|
|
38036
39633
|
- Teams
|
|
38037
39634
|
x-codegen-request-body-name: body
|
|
39635
|
+
x-permission:
|
|
39636
|
+
operator: OR
|
|
39637
|
+
permissions:
|
|
39638
|
+
- teams_read
|
|
38038
39639
|
/api/v2/team/{team_id}/permission-settings:
|
|
38039
39640
|
get:
|
|
38040
39641
|
description: Get all permission settings for a given team.
|
|
@@ -38071,6 +39672,10 @@ paths:
|
|
|
38071
39672
|
summary: Get permission settings for a team
|
|
38072
39673
|
tags:
|
|
38073
39674
|
- Teams
|
|
39675
|
+
x-permission:
|
|
39676
|
+
operator: OR
|
|
39677
|
+
permissions:
|
|
39678
|
+
- teams_read
|
|
38074
39679
|
/api/v2/team/{team_id}/permission-settings/{action}:
|
|
38075
39680
|
put:
|
|
38076
39681
|
description: Update a team permission setting for a given team.
|
|
@@ -38120,6 +39725,10 @@ paths:
|
|
|
38120
39725
|
tags:
|
|
38121
39726
|
- Teams
|
|
38122
39727
|
x-codegen-request-body-name: body
|
|
39728
|
+
x-permission:
|
|
39729
|
+
operator: OR
|
|
39730
|
+
permissions:
|
|
39731
|
+
- teams_read
|
|
38123
39732
|
/api/v2/teams:
|
|
38124
39733
|
get:
|
|
38125
39734
|
deprecated: true
|
|
@@ -38157,6 +39766,10 @@ paths:
|
|
|
38157
39766
|
summary: Get a list of all incident teams
|
|
38158
39767
|
tags:
|
|
38159
39768
|
- Incident Teams
|
|
39769
|
+
x-permission:
|
|
39770
|
+
operator: OR
|
|
39771
|
+
permissions:
|
|
39772
|
+
- incident_read
|
|
38160
39773
|
x-unstable: '**Note**: This endpoint is deprecated. See the [Teams API endpoints](https://docs.datadoghq.com/api/latest/teams/).'
|
|
38161
39774
|
post:
|
|
38162
39775
|
deprecated: true
|
|
@@ -38195,6 +39808,10 @@ paths:
|
|
|
38195
39808
|
tags:
|
|
38196
39809
|
- Incident Teams
|
|
38197
39810
|
x-codegen-request-body-name: body
|
|
39811
|
+
x-permission:
|
|
39812
|
+
operator: OR
|
|
39813
|
+
permissions:
|
|
39814
|
+
- incident_settings_write
|
|
38198
39815
|
x-unstable: '**Note**: This endpoint is deprecated. See the [Teams API endpoints](https://docs.datadoghq.com/api/latest/teams/).'
|
|
38199
39816
|
/api/v2/teams/{team_id}:
|
|
38200
39817
|
delete:
|
|
@@ -38224,6 +39841,10 @@ paths:
|
|
|
38224
39841
|
summary: Delete an existing incident team
|
|
38225
39842
|
tags:
|
|
38226
39843
|
- Incident Teams
|
|
39844
|
+
x-permission:
|
|
39845
|
+
operator: OR
|
|
39846
|
+
permissions:
|
|
39847
|
+
- incident_settings_write
|
|
38227
39848
|
x-unstable: '**Note**: This endpoint is deprecated. See the [Teams API endpoints](https://docs.datadoghq.com/api/latest/teams/).'
|
|
38228
39849
|
get:
|
|
38229
39850
|
deprecated: true
|
|
@@ -38260,6 +39881,10 @@ paths:
|
|
|
38260
39881
|
summary: Get details of an incident team
|
|
38261
39882
|
tags:
|
|
38262
39883
|
- Incident Teams
|
|
39884
|
+
x-permission:
|
|
39885
|
+
operator: OR
|
|
39886
|
+
permissions:
|
|
39887
|
+
- incident_read
|
|
38263
39888
|
x-unstable: '**Note**: This endpoint is deprecated. See the [Teams API endpoints](https://docs.datadoghq.com/api/latest/teams/).'
|
|
38264
39889
|
patch:
|
|
38265
39890
|
deprecated: true
|
|
@@ -38301,6 +39926,10 @@ paths:
|
|
|
38301
39926
|
tags:
|
|
38302
39927
|
- Incident Teams
|
|
38303
39928
|
x-codegen-request-body-name: body
|
|
39929
|
+
x-permission:
|
|
39930
|
+
operator: OR
|
|
39931
|
+
permissions:
|
|
39932
|
+
- incident_settings_write
|
|
38304
39933
|
x-unstable: '**Note**: This endpoint is deprecated. See the [Teams API endpoints](https://docs.datadoghq.com/api/latest/teams/).'
|
|
38305
39934
|
/api/v2/usage/application_security:
|
|
38306
39935
|
get:
|
|
@@ -38362,6 +39991,10 @@ paths:
|
|
|
38362
39991
|
summary: Get hourly usage for application security
|
|
38363
39992
|
tags:
|
|
38364
39993
|
- Usage Metering
|
|
39994
|
+
x-permission:
|
|
39995
|
+
operator: OR
|
|
39996
|
+
permissions:
|
|
39997
|
+
- usage_read
|
|
38365
39998
|
/api/v2/usage/cost_by_org:
|
|
38366
39999
|
get:
|
|
38367
40000
|
deprecated: true
|
|
@@ -38429,6 +40062,10 @@ paths:
|
|
|
38429
40062
|
summary: Get cost across multi-org account
|
|
38430
40063
|
tags:
|
|
38431
40064
|
- Usage Metering
|
|
40065
|
+
x-permission:
|
|
40066
|
+
operator: OR
|
|
40067
|
+
permissions:
|
|
40068
|
+
- usage_read
|
|
38432
40069
|
/api/v2/usage/estimated_cost:
|
|
38433
40070
|
get:
|
|
38434
40071
|
description: 'Get estimated cost across multi-org and single root-org accounts.
|
|
@@ -38529,6 +40166,10 @@ paths:
|
|
|
38529
40166
|
summary: Get estimated cost across your account
|
|
38530
40167
|
tags:
|
|
38531
40168
|
- Usage Metering
|
|
40169
|
+
x-permission:
|
|
40170
|
+
operator: OR
|
|
40171
|
+
permissions:
|
|
40172
|
+
- usage_read
|
|
38532
40173
|
/api/v2/usage/historical_cost:
|
|
38533
40174
|
get:
|
|
38534
40175
|
description: 'Get historical cost across multi-org and single root-org accounts.
|
|
@@ -38606,6 +40247,10 @@ paths:
|
|
|
38606
40247
|
summary: Get historical cost across your account
|
|
38607
40248
|
tags:
|
|
38608
40249
|
- Usage Metering
|
|
40250
|
+
x-permission:
|
|
40251
|
+
operator: OR
|
|
40252
|
+
permissions:
|
|
40253
|
+
- usage_read
|
|
38609
40254
|
/api/v2/usage/hourly_usage:
|
|
38610
40255
|
get:
|
|
38611
40256
|
description: Get hourly usage by product family.
|
|
@@ -38631,6 +40276,7 @@ paths:
|
|
|
38631
40276
|
families are `all`, `analyzed_logs`,
|
|
38632
40277
|
|
|
38633
40278
|
`application_security`, `audit_trail`, `serverless`, `ci_app`, `cloud_cost_management`,
|
|
40279
|
+
`cloud_siem`,
|
|
38634
40280
|
|
|
38635
40281
|
`csm_container_enterprise`, `csm_host_enterprise`, `cspm`, `custom_events`,
|
|
38636
40282
|
`cws`, `dbm`, `error_tracking`,
|
|
@@ -38638,14 +40284,16 @@ paths:
|
|
|
38638
40284
|
`fargate`, `infra_hosts`, `incident_management`, `indexed_logs`, `indexed_spans`,
|
|
38639
40285
|
`ingested_spans`, `iot`,
|
|
38640
40286
|
|
|
38641
|
-
`lambda_traced_invocations`, `logs`, `network_flows`, `network_hosts`, `
|
|
40287
|
+
`lambda_traced_invocations`, `logs`, `network_flows`, `network_hosts`, `network_monitoring`,
|
|
38642
40288
|
`observability_pipelines`,
|
|
38643
40289
|
|
|
38644
40290
|
`online_archive`, `profiling`, `rum`, `rum_browser_sessions`, `rum_mobile_sessions`,
|
|
38645
40291
|
`sds`, `snmp`,
|
|
38646
40292
|
|
|
38647
40293
|
`synthetics_api`, `synthetics_browser`, `synthetics_mobile`, `synthetics_parallel_testing`,
|
|
38648
|
-
|
|
40294
|
+
`timeseries`, `vuln_management`,
|
|
40295
|
+
|
|
40296
|
+
and `workflow_executions`.
|
|
38649
40297
|
|
|
38650
40298
|
The following product family has been **deprecated**: `audit_logs`.'
|
|
38651
40299
|
in: query
|
|
@@ -38740,6 +40388,10 @@ paths:
|
|
|
38740
40388
|
summary: Get hourly usage by product family
|
|
38741
40389
|
tags:
|
|
38742
40390
|
- Usage Metering
|
|
40391
|
+
x-permission:
|
|
40392
|
+
operator: OR
|
|
40393
|
+
permissions:
|
|
40394
|
+
- usage_read
|
|
38743
40395
|
/api/v2/usage/lambda_traced_invocations:
|
|
38744
40396
|
get:
|
|
38745
40397
|
deprecated: true
|
|
@@ -38800,6 +40452,10 @@ paths:
|
|
|
38800
40452
|
summary: Get hourly usage for Lambda traced invocations
|
|
38801
40453
|
tags:
|
|
38802
40454
|
- Usage Metering
|
|
40455
|
+
x-permission:
|
|
40456
|
+
operator: OR
|
|
40457
|
+
permissions:
|
|
40458
|
+
- usage_read
|
|
38803
40459
|
/api/v2/usage/observability_pipelines:
|
|
38804
40460
|
get:
|
|
38805
40461
|
deprecated: true
|
|
@@ -38860,6 +40516,10 @@ paths:
|
|
|
38860
40516
|
summary: Get hourly usage for observability pipelines
|
|
38861
40517
|
tags:
|
|
38862
40518
|
- Usage Metering
|
|
40519
|
+
x-permission:
|
|
40520
|
+
operator: OR
|
|
40521
|
+
permissions:
|
|
40522
|
+
- usage_read
|
|
38863
40523
|
/api/v2/usage/projected_cost:
|
|
38864
40524
|
get:
|
|
38865
40525
|
description: 'Get projected cost across multi-org and single root-org accounts.
|
|
@@ -38921,6 +40581,10 @@ paths:
|
|
|
38921
40581
|
summary: Get projected cost across your account
|
|
38922
40582
|
tags:
|
|
38923
40583
|
- Usage Metering
|
|
40584
|
+
x-permission:
|
|
40585
|
+
operator: OR
|
|
40586
|
+
permissions:
|
|
40587
|
+
- usage_read
|
|
38924
40588
|
/api/v2/user_invitations:
|
|
38925
40589
|
post:
|
|
38926
40590
|
description: Sends emails to one or more users inviting them to join the organization.
|
|
@@ -38961,6 +40625,10 @@ paths:
|
|
|
38961
40625
|
tags:
|
|
38962
40626
|
- Users
|
|
38963
40627
|
x-codegen-request-body-name: body
|
|
40628
|
+
x-permission:
|
|
40629
|
+
operator: OR
|
|
40630
|
+
permissions:
|
|
40631
|
+
- user_access_invite
|
|
38964
40632
|
/api/v2/user_invitations/{user_invitation_uuid}:
|
|
38965
40633
|
get:
|
|
38966
40634
|
description: Returns a single user invitation by its UUID.
|
|
@@ -39003,6 +40671,10 @@ paths:
|
|
|
39003
40671
|
tags:
|
|
39004
40672
|
- Users
|
|
39005
40673
|
x-codegen-request-body-name: body
|
|
40674
|
+
x-permission:
|
|
40675
|
+
operator: OR
|
|
40676
|
+
permissions:
|
|
40677
|
+
- user_access_invite
|
|
39006
40678
|
/api/v2/users:
|
|
39007
40679
|
get:
|
|
39008
40680
|
description: 'Get the list of all users in the organization. This list includes
|
|
@@ -39084,6 +40756,10 @@ paths:
|
|
|
39084
40756
|
limitParam: page[size]
|
|
39085
40757
|
pageParam: page[number]
|
|
39086
40758
|
resultsPath: data
|
|
40759
|
+
x-permission:
|
|
40760
|
+
operator: OR
|
|
40761
|
+
permissions:
|
|
40762
|
+
- user_access_read
|
|
39087
40763
|
post:
|
|
39088
40764
|
description: Create a user for your organization.
|
|
39089
40765
|
operationId: CreateUser
|
|
@@ -39123,6 +40799,10 @@ paths:
|
|
|
39123
40799
|
tags:
|
|
39124
40800
|
- Users
|
|
39125
40801
|
x-codegen-request-body-name: body
|
|
40802
|
+
x-permission:
|
|
40803
|
+
operator: OR
|
|
40804
|
+
permissions:
|
|
40805
|
+
- user_access_invite
|
|
39126
40806
|
/api/v2/users/{user_id}:
|
|
39127
40807
|
delete:
|
|
39128
40808
|
description: 'Disable a user. Can only be used with an application key belonging
|
|
@@ -39157,6 +40837,11 @@ paths:
|
|
|
39157
40837
|
tags:
|
|
39158
40838
|
- Users
|
|
39159
40839
|
x-codegen-request-body-name: body
|
|
40840
|
+
x-permission:
|
|
40841
|
+
operator: OR
|
|
40842
|
+
permissions:
|
|
40843
|
+
- user_access_manage
|
|
40844
|
+
- service_account_write
|
|
39160
40845
|
get:
|
|
39161
40846
|
description: "Get a user in the organization specified by the user\u2019s `user_id`."
|
|
39162
40847
|
operationId: GetUser
|
|
@@ -39192,6 +40877,10 @@ paths:
|
|
|
39192
40877
|
tags:
|
|
39193
40878
|
- Users
|
|
39194
40879
|
x-codegen-request-body-name: body
|
|
40880
|
+
x-permission:
|
|
40881
|
+
operator: OR
|
|
40882
|
+
permissions:
|
|
40883
|
+
- user_access_read
|
|
39195
40884
|
patch:
|
|
39196
40885
|
description: 'Edit a user. Can only be used with an application key belonging
|
|
39197
40886
|
|
|
@@ -39247,6 +40936,11 @@ paths:
|
|
|
39247
40936
|
tags:
|
|
39248
40937
|
- Users
|
|
39249
40938
|
x-codegen-request-body-name: body
|
|
40939
|
+
x-permission:
|
|
40940
|
+
operator: OR
|
|
40941
|
+
permissions:
|
|
40942
|
+
- user_access_manage
|
|
40943
|
+
- service_account_write
|
|
39250
40944
|
/api/v2/users/{user_id}/orgs:
|
|
39251
40945
|
get:
|
|
39252
40946
|
description: 'Get a user organization. Returns the user information and all
|
|
@@ -39285,6 +40979,9 @@ paths:
|
|
|
39285
40979
|
tags:
|
|
39286
40980
|
- Users
|
|
39287
40981
|
x-codegen-request-body-name: body
|
|
40982
|
+
x-permission:
|
|
40983
|
+
operator: OPEN
|
|
40984
|
+
permissions: []
|
|
39288
40985
|
/api/v2/users/{user_id}/permissions:
|
|
39289
40986
|
get:
|
|
39290
40987
|
description: "Get a user permission set. Returns a list of the user\u2019s permissions\ngranted
|
|
@@ -39322,6 +41019,10 @@ paths:
|
|
|
39322
41019
|
tags:
|
|
39323
41020
|
- Users
|
|
39324
41021
|
x-codegen-request-body-name: body
|
|
41022
|
+
x-permission:
|
|
41023
|
+
operator: OR
|
|
41024
|
+
permissions:
|
|
41025
|
+
- user_access_read
|
|
39325
41026
|
/api/v2/users/{user_uuid}/memberships:
|
|
39326
41027
|
get:
|
|
39327
41028
|
description: Get a list of memberships for a user
|
|
@@ -39356,6 +41057,10 @@ paths:
|
|
|
39356
41057
|
summary: Get user memberships
|
|
39357
41058
|
tags:
|
|
39358
41059
|
- Teams
|
|
41060
|
+
x-permission:
|
|
41061
|
+
operator: OR
|
|
41062
|
+
permissions:
|
|
41063
|
+
- teams_read
|
|
39359
41064
|
/api/v2/workflows/{workflow_id}/instances:
|
|
39360
41065
|
get:
|
|
39361
41066
|
description: List all instances of a given workflow. This API requires an application
|
|
@@ -39386,6 +41091,10 @@ paths:
|
|
|
39386
41091
|
summary: List workflow instances
|
|
39387
41092
|
tags:
|
|
39388
41093
|
- Workflow Automation
|
|
41094
|
+
x-permission:
|
|
41095
|
+
operator: OR
|
|
41096
|
+
permissions:
|
|
41097
|
+
- workflows_read
|
|
39389
41098
|
post:
|
|
39390
41099
|
description: Execute the given workflow. This API requires an application key
|
|
39391
41100
|
scoped with the workflows_run permission.
|
|
@@ -39415,6 +41124,10 @@ paths:
|
|
|
39415
41124
|
tags:
|
|
39416
41125
|
- Workflow Automation
|
|
39417
41126
|
x-codegen-request-body-name: body
|
|
41127
|
+
x-permission:
|
|
41128
|
+
operator: OR
|
|
41129
|
+
permissions:
|
|
41130
|
+
- workflows_run
|
|
39418
41131
|
/api/v2/workflows/{workflow_id}/instances/{instance_id}:
|
|
39419
41132
|
get:
|
|
39420
41133
|
description: Get a specific execution of a given workflow. This API requires
|
|
@@ -39446,6 +41159,10 @@ paths:
|
|
|
39446
41159
|
summary: Get a workflow instance
|
|
39447
41160
|
tags:
|
|
39448
41161
|
- Workflow Automation
|
|
41162
|
+
x-permission:
|
|
41163
|
+
operator: OR
|
|
41164
|
+
permissions:
|
|
41165
|
+
- workflows_read
|
|
39449
41166
|
/api/v2/workflows/{workflow_id}/instances/{instance_id}/cancel:
|
|
39450
41167
|
put:
|
|
39451
41168
|
description: Cancels a specific execution of a given workflow. This API requires
|
|
@@ -39472,6 +41189,10 @@ paths:
|
|
|
39472
41189
|
summary: Cancel a workflow instance
|
|
39473
41190
|
tags:
|
|
39474
41191
|
- Workflow Automation
|
|
41192
|
+
x-permission:
|
|
41193
|
+
operator: OR
|
|
41194
|
+
permissions:
|
|
41195
|
+
- workflows_run
|
|
39475
41196
|
security:
|
|
39476
41197
|
- apiKeyAuth: []
|
|
39477
41198
|
appKeyAuth: []
|
|
@@ -39681,6 +41402,15 @@ tags:
|
|
|
39681
41402
|
Tags for Metrics` permission.\n\nSee the [Metrics page](https://docs.datadoghq.com/metrics/)
|
|
39682
41403
|
for more information."
|
|
39683
41404
|
name: Metrics
|
|
41405
|
+
- description: 'Configure your [Datadog Microsoft Teams integration](https://docs.datadoghq.com/integrations/microsoft_teams/)
|
|
41406
|
+
|
|
41407
|
+
directly through the Datadog API. Note: These endpoints do not support legacy
|
|
41408
|
+
connector handles.'
|
|
41409
|
+
externalDocs:
|
|
41410
|
+
description: For more information about the Datadog Microsoft Teams integration,
|
|
41411
|
+
see the integration page.
|
|
41412
|
+
url: https://docs.datadoghq.com/integrations/microsoft_teams/
|
|
41413
|
+
name: Microsoft Teams Integration
|
|
39684
41414
|
- description: '[Monitors](https://docs.datadoghq.com/monitors) allow you to watch
|
|
39685
41415
|
a metric or check that you care about and
|
|
39686
41416
|
|