datadog_api_client 2.57.0 → 2.58.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.generator/schemas/v1/openapi.yaml +2 -0
- data/.generator/schemas/v2/openapi.yaml +748 -397
- data/CHANGELOG.md +21 -0
- data/examples/v1/monitors/CreateMonitor_1348801712.rb +23 -0
- data/examples/v2/ci-visibility-github-accounts/ListCIAppGitHubAccounts.rb +5 -0
- data/examples/v2/ci-visibility-github-accounts/UpdateCIAppGitHubAccount.rb +20 -0
- data/examples/v2/dora-metrics/PatchDORADeploymentByVersion.rb +24 -0
- data/examples/v2/governance-console/UpdateGovernanceControl.rb +0 -1
- data/examples/v2/status-pages/PatchMaintenanceUpdate.rb +15 -0
- data/lib/datadog_api_client/configuration.rb +1 -3
- data/lib/datadog_api_client/inflector.rb +33 -14
- data/lib/datadog_api_client/v1/models/monitor_type.rb +1 -0
- data/lib/datadog_api_client/v2/api/ci_visibility_git_hub_accounts_api.rb +160 -0
- data/lib/datadog_api_client/v2/api/dora_metrics_api.rb +73 -0
- data/lib/datadog_api_client/v2/api/status_pages_api.rb +83 -1
- data/lib/datadog_api_client/v2/models/agent_trigger.rb +105 -0
- data/lib/datadog_api_client/v2/models/agent_trigger_wrapper.rb +135 -0
- data/lib/datadog_api_client/v2/models/api_trigger_wrapper.rb +1 -1
- data/lib/datadog_api_client/v2/models/app_trigger_wrapper.rb +1 -1
- data/lib/datadog_api_client/v2/models/case_trigger_wrapper.rb +1 -1
- data/lib/datadog_api_client/v2/models/change_event_trigger_wrapper.rb +1 -1
- data/lib/datadog_api_client/v2/models/ci_app_git_hub_account_attributes.rb +147 -0
- data/lib/datadog_api_client/v2/models/{rum_rate_limit_config_data.rb → ci_app_git_hub_account_data.rb} +10 -8
- data/lib/datadog_api_client/v2/models/ci_app_git_hub_account_repository.rb +115 -0
- data/lib/datadog_api_client/v2/models/{rum_rate_limit_config_response.rb → ci_app_git_hub_account_response.rb} +5 -5
- data/lib/datadog_api_client/v2/models/{rum_rate_limit_quota_reached_action.rb → ci_app_git_hub_account_type.rb} +4 -4
- data/lib/datadog_api_client/v2/models/{rum_rate_limit_config_update_request.rb → ci_app_git_hub_account_update_request.rb} +5 -5
- data/lib/datadog_api_client/v2/models/ci_app_git_hub_account_update_request_attributes.rb +159 -0
- data/lib/datadog_api_client/v2/models/ci_app_git_hub_account_update_request_data.rb +146 -0
- data/lib/datadog_api_client/v2/models/ci_app_git_hub_account_update_request_repository.rb +148 -0
- data/lib/datadog_api_client/v2/models/{rum_rate_limit_adaptive_config.rb → ci_app_git_hub_accounts_response.rb} +19 -25
- data/lib/datadog_api_client/v2/models/completion_condition.rb +4 -29
- data/lib/datadog_api_client/v2/models/completion_gate.rb +4 -29
- data/lib/datadog_api_client/v2/models/create_degradation_request.rb +13 -3
- data/lib/datadog_api_client/v2/models/create_status_page_request_data_attributes.rb +1 -11
- data/lib/datadog_api_client/v2/models/create_table_request_data_attributes_schema.rb +9 -1
- data/lib/datadog_api_client/v2/models/create_upload_request_data_attributes.rb +5 -1
- data/lib/datadog_api_client/v2/models/dashboard_trigger_wrapper.rb +1 -1
- data/lib/datadog_api_client/v2/models/database_monitoring_trigger_wrapper.rb +1 -1
- data/lib/datadog_api_client/v2/models/datastore_trigger_wrapper.rb +1 -1
- data/lib/datadog_api_client/v2/models/degradation_request_meta.rb +105 -0
- data/lib/datadog_api_client/v2/models/deployment_gates_fdd_rule_options.rb +13 -1
- data/lib/datadog_api_client/v2/models/deployment_rule_options_faulty_deployment_detection.rb +13 -1
- data/lib/datadog_api_client/v2/models/dora_deployment_patch_by_version_remediation.rb +63 -0
- data/lib/datadog_api_client/v2/models/dora_deployment_patch_by_version_remediation_by_id.rb +119 -0
- data/lib/datadog_api_client/v2/models/dora_deployment_patch_by_version_remediation_by_version.rb +119 -0
- data/lib/datadog_api_client/v2/models/dora_deployment_patch_by_version_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/dora_deployment_patch_by_version_request_attributes.rb +196 -0
- data/lib/datadog_api_client/v2/models/dora_deployment_patch_by_version_request_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/dora_deployment_patch_remediation.rb +15 -5
- data/lib/datadog_api_client/v2/models/dora_deployment_patch_request_attributes.rb +1 -1
- data/lib/datadog_api_client/v2/models/error_handler.rb +4 -29
- data/lib/datadog_api_client/v2/models/fleet_agent_info_details_v2.rb +1 -49
- data/lib/datadog_api_client/v2/models/form_trigger_wrapper.rb +1 -1
- data/lib/datadog_api_client/v2/models/github_webhook_trigger_wrapper.rb +1 -1
- data/lib/datadog_api_client/v2/models/governance_control_attributes.rb +1 -22
- data/lib/datadog_api_client/v2/models/governance_control_parameter_definition.rb +10 -13
- data/lib/datadog_api_client/v2/models/governance_control_update_attributes.rb +1 -11
- data/lib/datadog_api_client/v2/models/incident_trigger_wrapper.rb +1 -1
- data/lib/datadog_api_client/v2/models/input_schema_parameters.rb +4 -0
- data/lib/datadog_api_client/v2/models/maintenance_update.rb +105 -0
- data/lib/datadog_api_client/v2/models/maintenance_update_data.rb +164 -0
- data/lib/datadog_api_client/v2/models/maintenance_update_data_attributes.rb +167 -0
- data/lib/datadog_api_client/v2/models/{rum_rate_limit_config_type.rb → maintenance_update_data_attributes_status.rb} +6 -3
- data/lib/datadog_api_client/v2/models/maintenance_update_data_relationships.rb +125 -0
- data/lib/datadog_api_client/v2/models/maintenance_update_data_relationships_maintenance.rb +123 -0
- data/lib/datadog_api_client/v2/models/maintenance_update_data_relationships_maintenance_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/{rum_rate_limit_config_update_attributes.rb → maintenance_update_data_relationships_user.rb} +17 -38
- data/lib/datadog_api_client/v2/models/maintenance_update_data_relationships_user_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/monitor_trigger_wrapper.rb +1 -1
- data/lib/datadog_api_client/v2/models/notebook_trigger_wrapper.rb +1 -1
- data/lib/datadog_api_client/v2/models/on_call_trigger_wrapper.rb +1 -1
- data/lib/datadog_api_client/v2/models/outbound_edge.rb +8 -0
- data/lib/datadog_api_client/v2/models/parameter.rb +4 -0
- data/lib/datadog_api_client/v2/models/patch_degradation_request.rb +13 -3
- data/lib/datadog_api_client/v2/models/patch_maintenance_request_data_attributes.rb +11 -1
- data/lib/datadog_api_client/v2/models/patch_maintenance_update_request.rb +105 -0
- data/lib/datadog_api_client/v2/models/{rum_rate_limit_config_update_data.rb → patch_maintenance_update_request_data.rb} +9 -21
- data/lib/datadog_api_client/v2/models/patch_maintenance_update_request_data_attributes.rb +105 -0
- data/lib/datadog_api_client/v2/models/{rum_rate_limit_scope_type.rb → patch_maintenance_update_request_data_type.rb} +3 -3
- data/lib/datadog_api_client/v2/models/patch_status_page_request_data_attributes.rb +1 -11
- data/lib/datadog_api_client/v2/models/patch_table_request_data_attributes_schema.rb +9 -1
- data/lib/datadog_api_client/v2/models/readiness_gate.rb +4 -29
- data/lib/datadog_api_client/v2/models/retry_strategy.rb +12 -26
- data/lib/datadog_api_client/v2/models/retry_strategy_linear.rb +18 -29
- data/lib/datadog_api_client/v2/models/schedule_trigger_wrapper.rb +1 -1
- data/lib/datadog_api_client/v2/models/security_trigger_wrapper.rb +1 -1
- data/lib/datadog_api_client/v2/models/self_service_trigger_wrapper.rb +1 -1
- data/lib/datadog_api_client/v2/models/slack_trigger_wrapper.rb +1 -1
- data/lib/datadog_api_client/v2/models/software_catalog_trigger_wrapper.rb +1 -1
- data/lib/datadog_api_client/v2/models/spec.rb +1 -1
- data/lib/datadog_api_client/v2/models/step.rb +11 -2
- data/lib/datadog_api_client/v2/models/step_display.rb +2 -1
- data/lib/datadog_api_client/v2/models/table_result_v2_data_attributes_schema.rb +9 -1
- data/lib/datadog_api_client/v2/models/trigger.rb +1 -0
- data/lib/datadog_api_client/v2/models/workflow_data_attributes.rb +1 -1
- data/lib/datadog_api_client/v2/models/workflow_data_update_attributes.rb +1 -1
- data/lib/datadog_api_client/v2/models/workflow_list_item_attributes.rb +1 -1
- data/lib/datadog_api_client/v2/models/workflow_trigger_wrapper.rb +2 -2
- data/lib/datadog_api_client/version.rb +1 -1
- metadata +39 -18
- data/examples/v2/rum-rate-limit/DeleteRumRateLimitConfig.rb +0 -8
- data/examples/v2/rum-rate-limit/GetRumRateLimitConfig.rb +0 -8
- data/examples/v2/rum-rate-limit/UpdateRumRateLimitConfig.rb +0 -28
- data/lib/datadog_api_client/v2/api/rum_rate_limit_api.rb +0 -277
- data/lib/datadog_api_client/v2/models/rum_rate_limit_config_attributes.rb +0 -185
- data/lib/datadog_api_client/v2/models/rum_rate_limit_custom_config.rb +0 -223
- data/lib/datadog_api_client/v2/models/rum_rate_limit_mode.rb +0 -28
- data/lib/datadog_api_client/v2/models/rum_rate_limit_window_type.rb +0 -26
|
@@ -1773,23 +1773,6 @@ components:
|
|
|
1773
1773
|
required: true
|
|
1774
1774
|
schema:
|
|
1775
1775
|
$ref: "#/components/schemas/RumPermanentRetentionFilterID"
|
|
1776
|
-
RumRateLimitScopeIDParameter:
|
|
1777
|
-
description: |-
|
|
1778
|
-
The identifier of the scope the rate limit configuration applies to.
|
|
1779
|
-
For the `application` scope, this is the RUM application ID.
|
|
1780
|
-
in: path
|
|
1781
|
-
name: scope_id
|
|
1782
|
-
required: true
|
|
1783
|
-
schema:
|
|
1784
|
-
example: cd73a516-a481-4af5-8352-9b577465c77b
|
|
1785
|
-
type: string
|
|
1786
|
-
RumRateLimitScopeTypeParameter:
|
|
1787
|
-
description: The type of scope the rate limit configuration applies to.
|
|
1788
|
-
in: path
|
|
1789
|
-
name: scope_type
|
|
1790
|
-
required: true
|
|
1791
|
-
schema:
|
|
1792
|
-
$ref: "#/components/schemas/RumRateLimitScopeType"
|
|
1793
1776
|
RumRetentionFilterIDParameter:
|
|
1794
1777
|
description: Retention filter ID.
|
|
1795
1778
|
in: path
|
|
@@ -4608,6 +4591,22 @@ components:
|
|
|
4608
4591
|
- id
|
|
4609
4592
|
- base_severity
|
|
4610
4593
|
type: object
|
|
4594
|
+
AgentTrigger:
|
|
4595
|
+
description: "Trigger a workflow from an agent via the MCP execute tool. Workflow can be executed from Bits Chat, Bits Agent Builder, Claude Code, Codex, Cursor, and any other coding agent using the Datadog MCP."
|
|
4596
|
+
properties:
|
|
4597
|
+
rateLimit:
|
|
4598
|
+
$ref: "#/components/schemas/TriggerRateLimit"
|
|
4599
|
+
type: object
|
|
4600
|
+
AgentTriggerWrapper:
|
|
4601
|
+
description: "Schema for an agent-based trigger."
|
|
4602
|
+
properties:
|
|
4603
|
+
agentTrigger:
|
|
4604
|
+
$ref: "#/components/schemas/AgentTrigger"
|
|
4605
|
+
startStepNames:
|
|
4606
|
+
$ref: "#/components/schemas/StartStepNames"
|
|
4607
|
+
required:
|
|
4608
|
+
- agentTrigger
|
|
4609
|
+
type: object
|
|
4611
4610
|
AggregatedHighFrozenFrameRate:
|
|
4612
4611
|
description: Aggregated high frozen frame rate detection at view level.
|
|
4613
4612
|
properties:
|
|
@@ -14293,6 +14292,150 @@ components:
|
|
|
14293
14292
|
test_level:
|
|
14294
14293
|
$ref: "#/components/schemas/CIAppTestLevel"
|
|
14295
14294
|
type: object
|
|
14295
|
+
CIAppGitHubAccountAttributes:
|
|
14296
|
+
description: Attributes describing a GitHub account's CI Visibility opt-in status.
|
|
14297
|
+
properties:
|
|
14298
|
+
account:
|
|
14299
|
+
description: The GitHub account (organization or user) name.
|
|
14300
|
+
example: datadog
|
|
14301
|
+
type: string
|
|
14302
|
+
enabled:
|
|
14303
|
+
description: Whether CI Visibility is enabled at the account level.
|
|
14304
|
+
example: true
|
|
14305
|
+
type: boolean
|
|
14306
|
+
host:
|
|
14307
|
+
description: The GitHub host (`github.com` or a GitHub Enterprise Server (GHES) hostname) this account belongs to.
|
|
14308
|
+
example: github.com
|
|
14309
|
+
type: string
|
|
14310
|
+
repo_count:
|
|
14311
|
+
description: The number of repositories known for this account.
|
|
14312
|
+
example: 12
|
|
14313
|
+
format: int64
|
|
14314
|
+
type: integer
|
|
14315
|
+
repositories:
|
|
14316
|
+
description: The repositories belonging to this account, with their individual opt-in status.
|
|
14317
|
+
items:
|
|
14318
|
+
$ref: "#/components/schemas/CIAppGitHubAccountRepository"
|
|
14319
|
+
type: array
|
|
14320
|
+
type: object
|
|
14321
|
+
CIAppGitHubAccountData:
|
|
14322
|
+
description: Data object for a GitHub account.
|
|
14323
|
+
properties:
|
|
14324
|
+
attributes:
|
|
14325
|
+
$ref: "#/components/schemas/CIAppGitHubAccountAttributes"
|
|
14326
|
+
id:
|
|
14327
|
+
description: |-
|
|
14328
|
+
The account's unique identifier, in the form `<host>/<account name>`
|
|
14329
|
+
(for example `github.com/datadog`).
|
|
14330
|
+
example: github.com/datadog
|
|
14331
|
+
type: string
|
|
14332
|
+
type:
|
|
14333
|
+
$ref: "#/components/schemas/CIAppGitHubAccountType"
|
|
14334
|
+
required:
|
|
14335
|
+
- id
|
|
14336
|
+
- type
|
|
14337
|
+
- attributes
|
|
14338
|
+
type: object
|
|
14339
|
+
CIAppGitHubAccountRepository:
|
|
14340
|
+
description: A GitHub repository within a GitHub account, and its CI Visibility opt-in status.
|
|
14341
|
+
properties:
|
|
14342
|
+
enabled:
|
|
14343
|
+
description: Whether CI Visibility is enabled for this repository.
|
|
14344
|
+
example: true
|
|
14345
|
+
type: boolean
|
|
14346
|
+
name:
|
|
14347
|
+
description: The repository name.
|
|
14348
|
+
example: shopist
|
|
14349
|
+
type: string
|
|
14350
|
+
type: object
|
|
14351
|
+
CIAppGitHubAccountResponse:
|
|
14352
|
+
description: Response object containing a single GitHub account's CI Visibility opt-in status.
|
|
14353
|
+
properties:
|
|
14354
|
+
data:
|
|
14355
|
+
$ref: "#/components/schemas/CIAppGitHubAccountData"
|
|
14356
|
+
required:
|
|
14357
|
+
- data
|
|
14358
|
+
type: object
|
|
14359
|
+
CIAppGitHubAccountType:
|
|
14360
|
+
description: |-
|
|
14361
|
+
JSON:API type for the GitHub account resource.
|
|
14362
|
+
The value must always be `ci_github_account`.
|
|
14363
|
+
enum:
|
|
14364
|
+
- ci_github_account
|
|
14365
|
+
example: ci_github_account
|
|
14366
|
+
type: string
|
|
14367
|
+
x-enum-varnames:
|
|
14368
|
+
- CI_GITHUB_ACCOUNT
|
|
14369
|
+
CIAppGitHubAccountUpdateRequest:
|
|
14370
|
+
description: Request object for updating a GitHub account's CI Visibility opt-in status.
|
|
14371
|
+
properties:
|
|
14372
|
+
data:
|
|
14373
|
+
$ref: "#/components/schemas/CIAppGitHubAccountUpdateRequestData"
|
|
14374
|
+
required:
|
|
14375
|
+
- data
|
|
14376
|
+
type: object
|
|
14377
|
+
CIAppGitHubAccountUpdateRequestAttributes:
|
|
14378
|
+
description: |-
|
|
14379
|
+
Attributes for updating a GitHub account's CI Visibility opt-in status.
|
|
14380
|
+
At least one of `enabled` or `repository.enabled` must be provided.
|
|
14381
|
+
properties:
|
|
14382
|
+
account:
|
|
14383
|
+
description: The GitHub account (organization or user) name to update, identified by name.
|
|
14384
|
+
example: datadog
|
|
14385
|
+
minLength: 1
|
|
14386
|
+
type: string
|
|
14387
|
+
enabled:
|
|
14388
|
+
description: Whether to enable or disable CI Visibility at the account level.
|
|
14389
|
+
example: true
|
|
14390
|
+
type: boolean
|
|
14391
|
+
host:
|
|
14392
|
+
description: |-
|
|
14393
|
+
The GitHub host (`github.com` or a GHES hostname) the account belongs to. Required to disambiguate
|
|
14394
|
+
when the same account name exists on more than one host.
|
|
14395
|
+
example: github.com
|
|
14396
|
+
type: string
|
|
14397
|
+
repository:
|
|
14398
|
+
$ref: "#/components/schemas/CIAppGitHubAccountUpdateRequestRepository"
|
|
14399
|
+
required:
|
|
14400
|
+
- account
|
|
14401
|
+
type: object
|
|
14402
|
+
CIAppGitHubAccountUpdateRequestData:
|
|
14403
|
+
description: Data object for updating a GitHub account's CI Visibility opt-in status.
|
|
14404
|
+
properties:
|
|
14405
|
+
attributes:
|
|
14406
|
+
$ref: "#/components/schemas/CIAppGitHubAccountUpdateRequestAttributes"
|
|
14407
|
+
type:
|
|
14408
|
+
$ref: "#/components/schemas/CIAppGitHubAccountType"
|
|
14409
|
+
required:
|
|
14410
|
+
- type
|
|
14411
|
+
- attributes
|
|
14412
|
+
type: object
|
|
14413
|
+
CIAppGitHubAccountUpdateRequestRepository:
|
|
14414
|
+
description: Repository-level opt-in change to apply, identified by name.
|
|
14415
|
+
properties:
|
|
14416
|
+
enabled:
|
|
14417
|
+
description: Whether to enable or disable CI Visibility for this repository.
|
|
14418
|
+
example: true
|
|
14419
|
+
type: boolean
|
|
14420
|
+
name:
|
|
14421
|
+
description: The repository name to update.
|
|
14422
|
+
example: shopist
|
|
14423
|
+
minLength: 1
|
|
14424
|
+
type: string
|
|
14425
|
+
required:
|
|
14426
|
+
- name
|
|
14427
|
+
- enabled
|
|
14428
|
+
type: object
|
|
14429
|
+
CIAppGitHubAccountsResponse:
|
|
14430
|
+
description: Response object containing a list of GitHub accounts and their CI Visibility opt-in status.
|
|
14431
|
+
properties:
|
|
14432
|
+
data:
|
|
14433
|
+
items:
|
|
14434
|
+
$ref: "#/components/schemas/CIAppGitHubAccountData"
|
|
14435
|
+
type: array
|
|
14436
|
+
required:
|
|
14437
|
+
- data
|
|
14438
|
+
type: object
|
|
14296
14439
|
CIAppGitInfo:
|
|
14297
14440
|
description: |-
|
|
14298
14441
|
If pipelines are triggered due to actions to a Git repository, then all payloads must contain this.
|
|
@@ -20436,6 +20579,7 @@ components:
|
|
|
20436
20579
|
- times
|
|
20437
20580
|
type: object
|
|
20438
20581
|
CompletionCondition:
|
|
20582
|
+
additionalProperties: false
|
|
20439
20583
|
description: The definition of `CompletionCondition` object.
|
|
20440
20584
|
properties:
|
|
20441
20585
|
operand1:
|
|
@@ -20479,6 +20623,7 @@ components:
|
|
|
20479
20623
|
- OPERATOR_IS_EMPTY
|
|
20480
20624
|
- OPERATOR_IS_NOT_EMPTY
|
|
20481
20625
|
CompletionGate:
|
|
20626
|
+
additionalProperties: false
|
|
20482
20627
|
description: Used to create conditions before running subsequent actions.
|
|
20483
20628
|
properties:
|
|
20484
20629
|
completionCondition:
|
|
@@ -24227,6 +24372,9 @@ components:
|
|
|
24227
24372
|
properties:
|
|
24228
24373
|
data:
|
|
24229
24374
|
$ref: "#/components/schemas/CreateDegradationRequestData"
|
|
24375
|
+
meta:
|
|
24376
|
+
$ref: "#/components/schemas/DegradationRequestMeta"
|
|
24377
|
+
description: The supported metadata for creating a degradation.
|
|
24230
24378
|
type: object
|
|
24231
24379
|
CreateDegradationRequestData:
|
|
24232
24380
|
description: The data object for creating a degradation.
|
|
@@ -25820,9 +25968,6 @@ components:
|
|
|
25820
25968
|
description: Base64-encoded image data included in email notifications sent to status page subscribers.
|
|
25821
25969
|
example: data:image/png;base64,pQSLAw0KGgoAAAANSUhEUgAAAQ4AASJKFF
|
|
25822
25970
|
type: string
|
|
25823
|
-
enabled:
|
|
25824
|
-
description: Whether the status page is enabled.
|
|
25825
|
-
type: boolean
|
|
25826
25971
|
favicon:
|
|
25827
25972
|
description: Base64-encoded image data displayed in the browser tab.
|
|
25828
25973
|
example: data:image/png;base64,kWMRNw0KGgoAAAANSUhEUgAAAEAAAABACA
|
|
@@ -26094,9 +26239,11 @@ components:
|
|
|
26094
26239
|
description: Schema defining the structure and columns of the reference table.
|
|
26095
26240
|
properties:
|
|
26096
26241
|
fields:
|
|
26097
|
-
description: The schema fields.
|
|
26242
|
+
description: The schema fields. Maximum of 200 columns.
|
|
26098
26243
|
items:
|
|
26099
26244
|
$ref: "#/components/schemas/CreateTableRequestDataAttributesSchemaFieldsItems"
|
|
26245
|
+
maxItems: 200
|
|
26246
|
+
minItems: 1
|
|
26100
26247
|
type: array
|
|
26101
26248
|
primary_keys:
|
|
26102
26249
|
description: List of field names that serve as primary keys for the table. Only one primary key is supported, and it is used as an ID to retrieve rows.
|
|
@@ -26359,13 +26506,14 @@ components:
|
|
|
26359
26506
|
description: Upload configuration specifying how data is uploaded by the user, and properties of the table to associate the upload with.
|
|
26360
26507
|
properties:
|
|
26361
26508
|
headers:
|
|
26362
|
-
description: The CSV file headers that define the schema fields, provided in the same order as the columns in the uploaded file.
|
|
26509
|
+
description: The CSV file headers that define the schema fields, provided in the same order as the columns in the uploaded file. Maximum of 200 columns.
|
|
26363
26510
|
example:
|
|
26364
26511
|
- "field_1"
|
|
26365
26512
|
- "field_2"
|
|
26366
26513
|
items:
|
|
26367
26514
|
description: A column header name from the CSV file.
|
|
26368
26515
|
type: string
|
|
26516
|
+
maxItems: 200
|
|
26369
26517
|
type: array
|
|
26370
26518
|
part_count:
|
|
26371
26519
|
description: Number of parts to split the file into for multipart upload.
|
|
@@ -29695,15 +29843,109 @@ components:
|
|
|
29695
29843
|
- service
|
|
29696
29844
|
- started_at
|
|
29697
29845
|
type: object
|
|
29846
|
+
DORADeploymentPatchByVersionRemediation:
|
|
29847
|
+
description: Remediation details for the deployment. Optional, but required to calculate failed deployment recovery time. Specify either `id` or `version` to identify the remediation deployment, but not both.
|
|
29848
|
+
oneOf:
|
|
29849
|
+
- $ref: "#/components/schemas/DORADeploymentPatchByVersionRemediationByID"
|
|
29850
|
+
- $ref: "#/components/schemas/DORADeploymentPatchByVersionRemediationByVersion"
|
|
29851
|
+
DORADeploymentPatchByVersionRemediationByID:
|
|
29852
|
+
additionalProperties: false
|
|
29853
|
+
description: Remediation details identified by the ID of the remediation deployment.
|
|
29854
|
+
properties:
|
|
29855
|
+
id:
|
|
29856
|
+
description: The ID of the remediation deployment.
|
|
29857
|
+
example: eG42zNIkVjM
|
|
29858
|
+
type: string
|
|
29859
|
+
type:
|
|
29860
|
+
$ref: "#/components/schemas/DORADeploymentPatchRemediationType"
|
|
29861
|
+
required:
|
|
29862
|
+
- id
|
|
29863
|
+
- type
|
|
29864
|
+
type: object
|
|
29865
|
+
DORADeploymentPatchByVersionRemediationByVersion:
|
|
29866
|
+
additionalProperties: false
|
|
29867
|
+
description: Remediation details identified by the version of the remediation deployment, matched against the same service and environment as the failed deployment.
|
|
29868
|
+
properties:
|
|
29869
|
+
type:
|
|
29870
|
+
$ref: "#/components/schemas/DORADeploymentPatchRemediationType"
|
|
29871
|
+
version:
|
|
29872
|
+
description: The version of the remediation deployment.
|
|
29873
|
+
example: v1.2.4
|
|
29874
|
+
type: string
|
|
29875
|
+
required:
|
|
29876
|
+
- version
|
|
29877
|
+
- type
|
|
29878
|
+
type: object
|
|
29879
|
+
DORADeploymentPatchByVersionRequest:
|
|
29880
|
+
description: Request to patch a DORA deployment event identified by service, environment, and version.
|
|
29881
|
+
example:
|
|
29882
|
+
data:
|
|
29883
|
+
attributes:
|
|
29884
|
+
change_failure: true
|
|
29885
|
+
env: "production"
|
|
29886
|
+
remediation:
|
|
29887
|
+
type: "rollback"
|
|
29888
|
+
version: "v1.2.2"
|
|
29889
|
+
service: "my-service"
|
|
29890
|
+
version: "v1.2.3"
|
|
29891
|
+
type: "dora_deployment_patch_request"
|
|
29892
|
+
properties:
|
|
29893
|
+
data:
|
|
29894
|
+
$ref: "#/components/schemas/DORADeploymentPatchByVersionRequestData"
|
|
29895
|
+
required:
|
|
29896
|
+
- data
|
|
29897
|
+
type: object
|
|
29898
|
+
DORADeploymentPatchByVersionRequestAttributes:
|
|
29899
|
+
description: Attributes for patching a DORA deployment event identified by service, environment, and version.
|
|
29900
|
+
properties:
|
|
29901
|
+
change_failure:
|
|
29902
|
+
description: Indicates whether the deployment resulted in a change failure.
|
|
29903
|
+
example: true
|
|
29904
|
+
type: boolean
|
|
29905
|
+
env:
|
|
29906
|
+
description: The environment the deployment was performed in.
|
|
29907
|
+
example: prod
|
|
29908
|
+
type: string
|
|
29909
|
+
remediation:
|
|
29910
|
+
$ref: "#/components/schemas/DORADeploymentPatchByVersionRemediation"
|
|
29911
|
+
service:
|
|
29912
|
+
description: The name of the service that was deployed.
|
|
29913
|
+
example: my-service
|
|
29914
|
+
type: string
|
|
29915
|
+
version:
|
|
29916
|
+
description: "The version deployed. This can be seen in the Service Catalog or in the APM Deployment Tracking."
|
|
29917
|
+
example: v1.2.3
|
|
29918
|
+
type: string
|
|
29919
|
+
required:
|
|
29920
|
+
- service
|
|
29921
|
+
- env
|
|
29922
|
+
- version
|
|
29923
|
+
- change_failure
|
|
29924
|
+
type: object
|
|
29925
|
+
DORADeploymentPatchByVersionRequestData:
|
|
29926
|
+
description: The JSON:API data for patching a deployment identified by service, environment, and version.
|
|
29927
|
+
properties:
|
|
29928
|
+
attributes:
|
|
29929
|
+
$ref: "#/components/schemas/DORADeploymentPatchByVersionRequestAttributes"
|
|
29930
|
+
type:
|
|
29931
|
+
$ref: "#/components/schemas/DORADeploymentPatchRequestDataType"
|
|
29932
|
+
required:
|
|
29933
|
+
- type
|
|
29934
|
+
- attributes
|
|
29935
|
+
type: object
|
|
29698
29936
|
DORADeploymentPatchRemediation:
|
|
29699
|
-
description: Remediation details for the deployment. Optional, but required to calculate failed deployment recovery time.
|
|
29937
|
+
description: Remediation details for the deployment. Optional, but required to calculate failed deployment recovery time. Specify either `id` or `version` to identify the remediation deployment, but not both.
|
|
29700
29938
|
properties:
|
|
29701
29939
|
id:
|
|
29702
|
-
description: The ID of the remediation deployment.
|
|
29940
|
+
description: The ID of the remediation deployment. Use this or `version` to identify the remediation deployment, but not both.
|
|
29703
29941
|
example: eG42zNIkVjM
|
|
29704
29942
|
type: string
|
|
29705
29943
|
type:
|
|
29706
29944
|
$ref: "#/components/schemas/DORADeploymentPatchRemediationType"
|
|
29945
|
+
version:
|
|
29946
|
+
description: The version of the remediation deployment, matched against the same service and environment as the failed deployment. Use this or `id` to identify the remediation deployment, but not both.
|
|
29947
|
+
example: v1.2.4
|
|
29948
|
+
type: string
|
|
29707
29949
|
type: object
|
|
29708
29950
|
DORADeploymentPatchRemediationType:
|
|
29709
29951
|
description: The type of remediation action taken. Required when the failed deployment must be linked to a remediation deployment.
|
|
@@ -32047,6 +32289,15 @@ components:
|
|
|
32047
32289
|
oneOf:
|
|
32048
32290
|
- $ref: "#/components/schemas/StatusPagesUser"
|
|
32049
32291
|
- $ref: "#/components/schemas/StatusPageAsIncluded"
|
|
32292
|
+
DegradationRequestMeta:
|
|
32293
|
+
description: The supported metadata for a degradation request.
|
|
32294
|
+
properties:
|
|
32295
|
+
idempotency_key:
|
|
32296
|
+
description: A unique key used to ensure idempotent requests.
|
|
32297
|
+
example: 1e6a4b8e-4c2f-4a3d-8f1a-9c7d2e5b6f10
|
|
32298
|
+
format: uuid
|
|
32299
|
+
type: string
|
|
32300
|
+
type: object
|
|
32050
32301
|
DegradationTemplate:
|
|
32051
32302
|
description: Response object for a single degradation template.
|
|
32052
32303
|
properties:
|
|
@@ -33108,6 +33359,13 @@ components:
|
|
|
33108
33359
|
DeploymentGatesFDDRuleOptions:
|
|
33109
33360
|
description: Options for a `faulty_deployment_detection` rule.
|
|
33110
33361
|
properties:
|
|
33362
|
+
allowed_resources:
|
|
33363
|
+
description: APM resource names to include in analysis. Mutually exclusive with `excluded_resources`.
|
|
33364
|
+
example:
|
|
33365
|
+
- "GET /healthcheck"
|
|
33366
|
+
items:
|
|
33367
|
+
type: string
|
|
33368
|
+
type: array
|
|
33111
33369
|
duration:
|
|
33112
33370
|
description: Evaluation window in seconds. Maximum 7200 (2 hours).
|
|
33113
33371
|
example: 900
|
|
@@ -33276,6 +33534,13 @@ components:
|
|
|
33276
33534
|
additionalProperties: false
|
|
33277
33535
|
description: Faulty deployment detection options for deployment rules.
|
|
33278
33536
|
properties:
|
|
33537
|
+
allowed_resources:
|
|
33538
|
+
description: Resources to include in faulty deployment detection. Mutually exclusive with `excluded_resources`.
|
|
33539
|
+
example: ["resource1", "resource2"]
|
|
33540
|
+
items:
|
|
33541
|
+
description: A resource name to include in faulty deployment detection.
|
|
33542
|
+
type: string
|
|
33543
|
+
type: array
|
|
33279
33544
|
duration:
|
|
33280
33545
|
description: The duration for faulty deployment detection.
|
|
33281
33546
|
example: 3600
|
|
@@ -36045,6 +36310,7 @@ components:
|
|
|
36045
36310
|
type: integer
|
|
36046
36311
|
type: object
|
|
36047
36312
|
ErrorHandler:
|
|
36313
|
+
additionalProperties: false
|
|
36048
36314
|
description: Used to handle errors in an action.
|
|
36049
36315
|
properties:
|
|
36050
36316
|
fallbackStepName:
|
|
@@ -39424,35 +39690,11 @@ components:
|
|
|
39424
39690
|
description: The operating system version.
|
|
39425
39691
|
example: "Ubuntu 20.04"
|
|
39426
39692
|
type: string
|
|
39427
|
-
otel_collector_deployment_types:
|
|
39428
|
-
description: OpenTelemetry collector deployment types associated with the agent.
|
|
39429
|
-
items:
|
|
39430
|
-
description: An OpenTelemetry collector deployment type.
|
|
39431
|
-
type: string
|
|
39432
|
-
type: array
|
|
39433
|
-
otel_collector_distributions:
|
|
39434
|
-
description: OpenTelemetry collector distributions associated with the agent.
|
|
39435
|
-
items:
|
|
39436
|
-
description: An OpenTelemetry collector distribution.
|
|
39437
|
-
type: string
|
|
39438
|
-
type: array
|
|
39439
|
-
otel_collector_versions:
|
|
39440
|
-
description: List of OpenTelemetry collector versions (if applicable).
|
|
39441
|
-
items:
|
|
39442
|
-
description: An OpenTelemetry collector version string.
|
|
39443
|
-
type: string
|
|
39444
|
-
type: array
|
|
39445
39693
|
otel_collectors:
|
|
39446
39694
|
description: OpenTelemetry collectors associated with the agent (if applicable).
|
|
39447
39695
|
items:
|
|
39448
39696
|
$ref: "#/components/schemas/FleetOtelCollector"
|
|
39449
39697
|
type: array
|
|
39450
|
-
otel_resource_attributes:
|
|
39451
|
-
description: OpenTelemetry resource attributes reported by the agent.
|
|
39452
|
-
items:
|
|
39453
|
-
description: An OpenTelemetry resource attribute.
|
|
39454
|
-
type: string
|
|
39455
|
-
type: array
|
|
39456
39698
|
pod_name:
|
|
39457
39699
|
description: Kubernetes pod name (if applicable).
|
|
39458
39700
|
type: string
|
|
@@ -44735,10 +44977,6 @@ components:
|
|
|
44735
44977
|
description: A human-readable description of what the control detects.
|
|
44736
44978
|
example: "Identifies API keys that have not been used within your specified time threshold, helping reduce security risks from dormant credentials."
|
|
44737
44979
|
type: string
|
|
44738
|
-
detection_frequency:
|
|
44739
|
-
description: How often detections are evaluated for the control.
|
|
44740
|
-
example: "daily"
|
|
44741
|
-
type: string
|
|
44742
44980
|
detection_parameters:
|
|
44743
44981
|
$ref: "#/components/schemas/GovernanceControlParametersMap"
|
|
44744
44982
|
nullable: true
|
|
@@ -44808,7 +45046,6 @@ components:
|
|
|
44808
45046
|
- type
|
|
44809
45047
|
- priority
|
|
44810
45048
|
- detection_parameters
|
|
44811
|
-
- detection_frequency
|
|
44812
45049
|
- mitigation_type
|
|
44813
45050
|
- mitigation_parameters
|
|
44814
45051
|
- created_at
|
|
@@ -45167,17 +45404,14 @@ components:
|
|
|
45167
45404
|
- label
|
|
45168
45405
|
type: object
|
|
45169
45406
|
GovernanceControlSupportedValueArray:
|
|
45170
|
-
description: The supported values for an enumerated parameter.
|
|
45407
|
+
description: The supported values for an enumerated parameter. `null` when the parameter is not an enumerated type.
|
|
45171
45408
|
items:
|
|
45172
45409
|
$ref: "#/components/schemas/GovernanceControlSupportedValue"
|
|
45410
|
+
nullable: true
|
|
45173
45411
|
type: array
|
|
45174
45412
|
GovernanceControlUpdateAttributes:
|
|
45175
45413
|
description: The attributes of a governance control that can be updated. Only the attributes present in the request are modified.
|
|
45176
45414
|
properties:
|
|
45177
|
-
detection_frequency:
|
|
45178
|
-
description: How often detections should be evaluated for the control.
|
|
45179
|
-
example: "daily"
|
|
45180
|
-
type: string
|
|
45181
45415
|
detection_parameters:
|
|
45182
45416
|
$ref: "#/components/schemas/GovernanceControlParametersMap"
|
|
45183
45417
|
nullable: true
|
|
@@ -52000,6 +52234,7 @@ components:
|
|
|
52000
52234
|
name:
|
|
52001
52235
|
description: The `InputSchemaParameters` `name`.
|
|
52002
52236
|
example: ""
|
|
52237
|
+
minLength: 1
|
|
52003
52238
|
type: string
|
|
52004
52239
|
type:
|
|
52005
52240
|
$ref: "#/components/schemas/InputSchemaParametersType"
|
|
@@ -64693,6 +64928,126 @@ components:
|
|
|
64693
64928
|
- type
|
|
64694
64929
|
- id
|
|
64695
64930
|
type: object
|
|
64931
|
+
MaintenanceUpdate:
|
|
64932
|
+
description: Response object for a maintenance update.
|
|
64933
|
+
properties:
|
|
64934
|
+
data:
|
|
64935
|
+
$ref: "#/components/schemas/MaintenanceUpdateData"
|
|
64936
|
+
type: object
|
|
64937
|
+
MaintenanceUpdateData:
|
|
64938
|
+
description: The data object for a maintenance update.
|
|
64939
|
+
properties:
|
|
64940
|
+
attributes:
|
|
64941
|
+
$ref: "#/components/schemas/MaintenanceUpdateDataAttributes"
|
|
64942
|
+
id:
|
|
64943
|
+
description: The ID of the maintenance update.
|
|
64944
|
+
example: "1234abcd-12ab-34cd-56ef-123456abcdef"
|
|
64945
|
+
format: uuid
|
|
64946
|
+
type: string
|
|
64947
|
+
relationships:
|
|
64948
|
+
$ref: "#/components/schemas/MaintenanceUpdateDataRelationships"
|
|
64949
|
+
type:
|
|
64950
|
+
$ref: "#/components/schemas/PatchMaintenanceUpdateRequestDataType"
|
|
64951
|
+
required:
|
|
64952
|
+
- id
|
|
64953
|
+
- type
|
|
64954
|
+
type: object
|
|
64955
|
+
MaintenanceUpdateDataAttributes:
|
|
64956
|
+
description: Attributes of a maintenance update resource.
|
|
64957
|
+
properties:
|
|
64958
|
+
components_affected:
|
|
64959
|
+
description: Components affected at the time of the update.
|
|
64960
|
+
items:
|
|
64961
|
+
$ref: "#/components/schemas/CreateMaintenanceRequestDataAttributesComponentsAffectedItems"
|
|
64962
|
+
type: array
|
|
64963
|
+
created_at:
|
|
64964
|
+
description: The date and time the update was created.
|
|
64965
|
+
format: date-time
|
|
64966
|
+
type: string
|
|
64967
|
+
description:
|
|
64968
|
+
description: The message body of the update.
|
|
64969
|
+
type: string
|
|
64970
|
+
manual_transition:
|
|
64971
|
+
description: Whether the update was applied manually by a user (true) or automatically by the system (false).
|
|
64972
|
+
type: boolean
|
|
64973
|
+
modified_at:
|
|
64974
|
+
description: The date and time the update was last modified.
|
|
64975
|
+
format: date-time
|
|
64976
|
+
type: string
|
|
64977
|
+
started_at:
|
|
64978
|
+
description: The date and time the update started.
|
|
64979
|
+
format: date-time
|
|
64980
|
+
type: string
|
|
64981
|
+
status:
|
|
64982
|
+
$ref: "#/components/schemas/MaintenanceUpdateDataAttributesStatus"
|
|
64983
|
+
type: object
|
|
64984
|
+
MaintenanceUpdateDataAttributesStatus:
|
|
64985
|
+
description: The status of the maintenance update.
|
|
64986
|
+
enum:
|
|
64987
|
+
- scheduled
|
|
64988
|
+
- in_progress
|
|
64989
|
+
- completed
|
|
64990
|
+
- canceled
|
|
64991
|
+
type: string
|
|
64992
|
+
x-enum-varnames:
|
|
64993
|
+
- SCHEDULED
|
|
64994
|
+
- IN_PROGRESS
|
|
64995
|
+
- COMPLETED
|
|
64996
|
+
- CANCELED
|
|
64997
|
+
MaintenanceUpdateDataRelationships:
|
|
64998
|
+
description: Relationships of a maintenance update resource.
|
|
64999
|
+
properties:
|
|
65000
|
+
created_by_user:
|
|
65001
|
+
$ref: "#/components/schemas/MaintenanceUpdateDataRelationshipsUser"
|
|
65002
|
+
last_modified_by_user:
|
|
65003
|
+
$ref: "#/components/schemas/MaintenanceUpdateDataRelationshipsUser"
|
|
65004
|
+
maintenance:
|
|
65005
|
+
$ref: "#/components/schemas/MaintenanceUpdateDataRelationshipsMaintenance"
|
|
65006
|
+
type: object
|
|
65007
|
+
MaintenanceUpdateDataRelationshipsMaintenance:
|
|
65008
|
+
description: The parent maintenance of the update.
|
|
65009
|
+
properties:
|
|
65010
|
+
data:
|
|
65011
|
+
$ref: "#/components/schemas/MaintenanceUpdateDataRelationshipsMaintenanceData"
|
|
65012
|
+
required:
|
|
65013
|
+
- data
|
|
65014
|
+
type: object
|
|
65015
|
+
MaintenanceUpdateDataRelationshipsMaintenanceData:
|
|
65016
|
+
description: The maintenance linked to a maintenance update.
|
|
65017
|
+
properties:
|
|
65018
|
+
id:
|
|
65019
|
+
description: The ID of the maintenance.
|
|
65020
|
+
example: ""
|
|
65021
|
+
format: uuid
|
|
65022
|
+
type: string
|
|
65023
|
+
type:
|
|
65024
|
+
$ref: "#/components/schemas/PatchMaintenanceRequestDataType"
|
|
65025
|
+
required:
|
|
65026
|
+
- type
|
|
65027
|
+
- id
|
|
65028
|
+
type: object
|
|
65029
|
+
MaintenanceUpdateDataRelationshipsUser:
|
|
65030
|
+
description: A user relationship of a maintenance update.
|
|
65031
|
+
properties:
|
|
65032
|
+
data:
|
|
65033
|
+
$ref: "#/components/schemas/MaintenanceUpdateDataRelationshipsUserData"
|
|
65034
|
+
required:
|
|
65035
|
+
- data
|
|
65036
|
+
type: object
|
|
65037
|
+
MaintenanceUpdateDataRelationshipsUserData:
|
|
65038
|
+
description: The data object identifying a Datadog user linked to a maintenance update.
|
|
65039
|
+
properties:
|
|
65040
|
+
id:
|
|
65041
|
+
description: The ID of the Datadog user.
|
|
65042
|
+
example: ""
|
|
65043
|
+
format: uuid
|
|
65044
|
+
type: string
|
|
65045
|
+
type:
|
|
65046
|
+
$ref: "#/components/schemas/StatusPagesUserType"
|
|
65047
|
+
required:
|
|
65048
|
+
- type
|
|
65049
|
+
- id
|
|
65050
|
+
type: object
|
|
64696
65051
|
MaintenanceWindow:
|
|
64697
65052
|
description: A maintenance window that defines a scheduled time period during which case-related notifications and automation rules are suppressed. Each maintenance window applies to cases matching a specified query.
|
|
64698
65053
|
properties:
|
|
@@ -78585,11 +78940,13 @@ components:
|
|
|
78585
78940
|
properties:
|
|
78586
78941
|
branchName:
|
|
78587
78942
|
description: The `OutboundEdge` `branchName`.
|
|
78588
|
-
example:
|
|
78943
|
+
example: main
|
|
78944
|
+
minLength: 1
|
|
78589
78945
|
type: string
|
|
78590
78946
|
nextStepName:
|
|
78591
78947
|
description: The `OutboundEdge` `nextStepName`.
|
|
78592
|
-
example:
|
|
78948
|
+
example: Step2
|
|
78949
|
+
minLength: 1
|
|
78593
78950
|
type: string
|
|
78594
78951
|
required:
|
|
78595
78952
|
- nextStepName
|
|
@@ -79739,6 +80096,7 @@ components:
|
|
|
79739
80096
|
name:
|
|
79740
80097
|
description: The `Parameter` `name`.
|
|
79741
80098
|
example: ""
|
|
80099
|
+
minLength: 1
|
|
79742
80100
|
type: string
|
|
79743
80101
|
value:
|
|
79744
80102
|
description: The `Parameter` `value`.
|
|
@@ -79951,6 +80309,9 @@ components:
|
|
|
79951
80309
|
properties:
|
|
79952
80310
|
data:
|
|
79953
80311
|
$ref: "#/components/schemas/PatchDegradationRequestData"
|
|
80312
|
+
meta:
|
|
80313
|
+
$ref: "#/components/schemas/DegradationRequestMeta"
|
|
80314
|
+
description: The supported metadata for updating a degradation.
|
|
79954
80315
|
type: object
|
|
79955
80316
|
PatchDegradationRequestData:
|
|
79956
80317
|
description: The data object for updating a degradation.
|
|
@@ -80255,6 +80616,9 @@ components:
|
|
|
80255
80616
|
PatchMaintenanceRequestDataAttributes:
|
|
80256
80617
|
description: The supported attributes for updating a maintenance.
|
|
80257
80618
|
properties:
|
|
80619
|
+
canceled_description:
|
|
80620
|
+
description: The description shown when the maintenance is canceled.
|
|
80621
|
+
type: string
|
|
80258
80622
|
completed_date:
|
|
80259
80623
|
description: Timestamp of when the maintenance was completed.
|
|
80260
80624
|
format: date-time
|
|
@@ -80403,6 +80767,50 @@ components:
|
|
|
80403
80767
|
type: string
|
|
80404
80768
|
x-enum-varnames:
|
|
80405
80769
|
- MAINTENANCE_TEMPLATES
|
|
80770
|
+
PatchMaintenanceUpdateRequest:
|
|
80771
|
+
description: Request object for editing a maintenance update.
|
|
80772
|
+
example:
|
|
80773
|
+
data:
|
|
80774
|
+
attributes:
|
|
80775
|
+
description: We have completed maintenance on the API to improve performance.
|
|
80776
|
+
id: 00000000-0000-0000-0000-000000000000
|
|
80777
|
+
type: maintenance_updates
|
|
80778
|
+
properties:
|
|
80779
|
+
data:
|
|
80780
|
+
$ref: "#/components/schemas/PatchMaintenanceUpdateRequestData"
|
|
80781
|
+
type: object
|
|
80782
|
+
PatchMaintenanceUpdateRequestData:
|
|
80783
|
+
description: The data object for editing a maintenance update.
|
|
80784
|
+
properties:
|
|
80785
|
+
attributes:
|
|
80786
|
+
$ref: "#/components/schemas/PatchMaintenanceUpdateRequestDataAttributes"
|
|
80787
|
+
id:
|
|
80788
|
+
description: The ID of the maintenance update to edit. Must match the `update_id` path parameter.
|
|
80789
|
+
example: "1234abcd-12ab-34cd-56ef-123456abcdef"
|
|
80790
|
+
type: string
|
|
80791
|
+
type:
|
|
80792
|
+
$ref: "#/components/schemas/PatchMaintenanceUpdateRequestDataType"
|
|
80793
|
+
required:
|
|
80794
|
+
- id
|
|
80795
|
+
- type
|
|
80796
|
+
type: object
|
|
80797
|
+
PatchMaintenanceUpdateRequestDataAttributes:
|
|
80798
|
+
description: Attributes for editing a maintenance update.
|
|
80799
|
+
properties:
|
|
80800
|
+
description:
|
|
80801
|
+
description: The message body of the update.
|
|
80802
|
+
example: ""
|
|
80803
|
+
type: string
|
|
80804
|
+
type: object
|
|
80805
|
+
PatchMaintenanceUpdateRequestDataType:
|
|
80806
|
+
default: maintenance_updates
|
|
80807
|
+
description: Maintenance updates resource type.
|
|
80808
|
+
enum:
|
|
80809
|
+
- maintenance_updates
|
|
80810
|
+
example: maintenance_updates
|
|
80811
|
+
type: string
|
|
80812
|
+
x-enum-varnames:
|
|
80813
|
+
- MAINTENANCE_UPDATES
|
|
80406
80814
|
PatchNotificationRuleParameters:
|
|
80407
80815
|
description: Body of the notification rule patch request.
|
|
80408
80816
|
properties:
|
|
@@ -80451,7 +80859,6 @@ components:
|
|
|
80451
80859
|
company_logo: data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAIKMMMM
|
|
80452
80860
|
domain_prefix: status-page-us1-east
|
|
80453
80861
|
email_header_image: data:image/png;base64,pQSLAw0KGgoAAAANSUhEUgAAAQ4AASJKFF
|
|
80454
|
-
enabled: false
|
|
80455
80862
|
favicon: data:image/png;base64,kWMRNw0KGgoAAAANSUhEUgAAAEAAAABACA
|
|
80456
80863
|
name: Status Page US1 East
|
|
80457
80864
|
subscriptions_enabled: false
|
|
@@ -80495,10 +80902,6 @@ components:
|
|
|
80495
80902
|
description: The base64-encoded image data displayed in email notifications sent to status page subscribers.
|
|
80496
80903
|
example: data:image/png;base64,pQSLAw0KGgoAAAANSUhEUgAAAQ4AASJKFF
|
|
80497
80904
|
type: string
|
|
80498
|
-
enabled:
|
|
80499
|
-
description: Whether the status page is enabled.
|
|
80500
|
-
example: true
|
|
80501
|
-
type: boolean
|
|
80502
80905
|
favicon:
|
|
80503
80906
|
description: The base64-encoded image data displayed in the browser tab.
|
|
80504
80907
|
example: data:image/png;base64,kWMRNw0KGgoAAAANSUhEUgAAAEAAAABACA
|
|
@@ -80693,9 +81096,11 @@ components:
|
|
|
80693
81096
|
description: Schema defining the updates to the structure and columns of the reference table. Schema fields cannot be deleted or renamed.
|
|
80694
81097
|
properties:
|
|
80695
81098
|
fields:
|
|
80696
|
-
description: The schema fields.
|
|
81099
|
+
description: The schema fields. Maximum of 200 columns.
|
|
80697
81100
|
items:
|
|
80698
81101
|
$ref: "#/components/schemas/PatchTableRequestDataAttributesSchemaFieldsItems"
|
|
81102
|
+
maxItems: 200
|
|
81103
|
+
minItems: 1
|
|
80699
81104
|
type: array
|
|
80700
81105
|
primary_keys:
|
|
80701
81106
|
description: List of field names that serve as primary keys for the table. Only one primary key is supported, and it is used as an ID to retrieve rows. Primary keys cannot be changed after table creation.
|
|
@@ -84972,6 +85377,7 @@ components:
|
|
|
84972
85377
|
- attributes
|
|
84973
85378
|
type: object
|
|
84974
85379
|
ReadinessGate:
|
|
85380
|
+
additionalProperties: false
|
|
84975
85381
|
description: Used to merge multiple branches into a single branch.
|
|
84976
85382
|
properties:
|
|
84977
85383
|
thresholdType:
|
|
@@ -87453,6 +87859,7 @@ components:
|
|
|
87453
87859
|
- data
|
|
87454
87860
|
type: object
|
|
87455
87861
|
RetryStrategy:
|
|
87862
|
+
additionalProperties: false
|
|
87456
87863
|
description: The definition of `RetryStrategy` object.
|
|
87457
87864
|
properties:
|
|
87458
87865
|
kind:
|
|
@@ -87461,6 +87868,7 @@ components:
|
|
|
87461
87868
|
$ref: "#/components/schemas/RetryStrategyLinear"
|
|
87462
87869
|
required:
|
|
87463
87870
|
- kind
|
|
87871
|
+
- linear
|
|
87464
87872
|
type: object
|
|
87465
87873
|
RetryStrategyKind:
|
|
87466
87874
|
description: The definition of `RetryStrategyKind` object.
|
|
@@ -87471,17 +87879,21 @@ components:
|
|
|
87471
87879
|
x-enum-varnames:
|
|
87472
87880
|
- RETRY_STRATEGY_LINEAR
|
|
87473
87881
|
RetryStrategyLinear:
|
|
87882
|
+
additionalProperties: false
|
|
87474
87883
|
description: The definition of `RetryStrategyLinear` object.
|
|
87475
87884
|
properties:
|
|
87476
87885
|
interval:
|
|
87477
87886
|
description: The `RetryStrategyLinear` `interval`. The expected format is the number of seconds ending with an s. For example, 1 day is 86400s
|
|
87478
87887
|
example: ""
|
|
87888
|
+
pattern: ^[1-9][0-9]*s$
|
|
87479
87889
|
type: string
|
|
87480
87890
|
maxRetries:
|
|
87481
87891
|
description: The `RetryStrategyLinear` `maxRetries`.
|
|
87482
|
-
example: 0
|
|
87483
|
-
format:
|
|
87484
|
-
|
|
87892
|
+
example: 0
|
|
87893
|
+
format: int32
|
|
87894
|
+
maximum: 2147483647
|
|
87895
|
+
minimum: 0
|
|
87896
|
+
type: integer
|
|
87485
87897
|
required:
|
|
87486
87898
|
- interval
|
|
87487
87899
|
- maxRetries
|
|
@@ -89457,179 +89869,6 @@ components:
|
|
|
89457
89869
|
$ref: "#/components/schemas/RumPermanentRetentionFilterData"
|
|
89458
89870
|
type: array
|
|
89459
89871
|
type: object
|
|
89460
|
-
RumRateLimitAdaptiveConfig:
|
|
89461
|
-
description: The configuration used when `mode` is `adaptive`.
|
|
89462
|
-
properties:
|
|
89463
|
-
max_retention_rate:
|
|
89464
|
-
description: The maximum fraction of sessions to retain, in the range `(0, 1]`.
|
|
89465
|
-
example: 0.5
|
|
89466
|
-
exclusiveMinimum: true
|
|
89467
|
-
format: double
|
|
89468
|
-
maximum: 1
|
|
89469
|
-
minimum: 0
|
|
89470
|
-
type: number
|
|
89471
|
-
required:
|
|
89472
|
-
- max_retention_rate
|
|
89473
|
-
type: object
|
|
89474
|
-
RumRateLimitConfigAttributes:
|
|
89475
|
-
description: The RUM rate limit configuration properties.
|
|
89476
|
-
properties:
|
|
89477
|
-
adaptive:
|
|
89478
|
-
$ref: "#/components/schemas/RumRateLimitAdaptiveConfig"
|
|
89479
|
-
custom:
|
|
89480
|
-
$ref: "#/components/schemas/RumRateLimitCustomConfig"
|
|
89481
|
-
mode:
|
|
89482
|
-
$ref: "#/components/schemas/RumRateLimitMode"
|
|
89483
|
-
org_id:
|
|
89484
|
-
description: The ID of the organization the rate limit configuration belongs to.
|
|
89485
|
-
example: 2
|
|
89486
|
-
format: int64
|
|
89487
|
-
type: integer
|
|
89488
|
-
updated_at:
|
|
89489
|
-
description: The date the rate limit configuration was last updated.
|
|
89490
|
-
example: "2026-03-04T15:37:54.951447Z"
|
|
89491
|
-
type: string
|
|
89492
|
-
updated_by:
|
|
89493
|
-
description: The handle of the user who last updated the rate limit configuration.
|
|
89494
|
-
example: test@example.com
|
|
89495
|
-
type: string
|
|
89496
|
-
required:
|
|
89497
|
-
- mode
|
|
89498
|
-
- org_id
|
|
89499
|
-
type: object
|
|
89500
|
-
RumRateLimitConfigData:
|
|
89501
|
-
description: The RUM rate limit configuration object.
|
|
89502
|
-
properties:
|
|
89503
|
-
attributes:
|
|
89504
|
-
$ref: "#/components/schemas/RumRateLimitConfigAttributes"
|
|
89505
|
-
id:
|
|
89506
|
-
description: The identifier of the scope the rate limit configuration applies to.
|
|
89507
|
-
example: cd73a516-a481-4af5-8352-9b577465c77b
|
|
89508
|
-
type: string
|
|
89509
|
-
type:
|
|
89510
|
-
$ref: "#/components/schemas/RumRateLimitConfigType"
|
|
89511
|
-
required:
|
|
89512
|
-
- id
|
|
89513
|
-
- type
|
|
89514
|
-
- attributes
|
|
89515
|
-
type: object
|
|
89516
|
-
RumRateLimitConfigResponse:
|
|
89517
|
-
description: The RUM rate limit configuration response.
|
|
89518
|
-
properties:
|
|
89519
|
-
data:
|
|
89520
|
-
$ref: "#/components/schemas/RumRateLimitConfigData"
|
|
89521
|
-
required:
|
|
89522
|
-
- data
|
|
89523
|
-
type: object
|
|
89524
|
-
RumRateLimitConfigType:
|
|
89525
|
-
default: rum_rate_limit_config
|
|
89526
|
-
description: The type of the resource, always `rum_rate_limit_config`.
|
|
89527
|
-
enum:
|
|
89528
|
-
- rum_rate_limit_config
|
|
89529
|
-
example: rum_rate_limit_config
|
|
89530
|
-
type: string
|
|
89531
|
-
x-enum-varnames: ["RUM_RATE_LIMIT_CONFIG"]
|
|
89532
|
-
RumRateLimitConfigUpdateAttributes:
|
|
89533
|
-
description: The RUM rate limit configuration properties to create or update.
|
|
89534
|
-
properties:
|
|
89535
|
-
adaptive:
|
|
89536
|
-
$ref: "#/components/schemas/RumRateLimitAdaptiveConfig"
|
|
89537
|
-
custom:
|
|
89538
|
-
$ref: "#/components/schemas/RumRateLimitCustomConfig"
|
|
89539
|
-
mode:
|
|
89540
|
-
$ref: "#/components/schemas/RumRateLimitMode"
|
|
89541
|
-
required:
|
|
89542
|
-
- mode
|
|
89543
|
-
type: object
|
|
89544
|
-
RumRateLimitConfigUpdateData:
|
|
89545
|
-
description: The RUM rate limit configuration to create or update.
|
|
89546
|
-
properties:
|
|
89547
|
-
attributes:
|
|
89548
|
-
$ref: "#/components/schemas/RumRateLimitConfigUpdateAttributes"
|
|
89549
|
-
id:
|
|
89550
|
-
description: |-
|
|
89551
|
-
The identifier of the scope the rate limit configuration applies to.
|
|
89552
|
-
Must match `scope_id` in the path.
|
|
89553
|
-
example: cd73a516-a481-4af5-8352-9b577465c77b
|
|
89554
|
-
type: string
|
|
89555
|
-
type:
|
|
89556
|
-
$ref: "#/components/schemas/RumRateLimitConfigType"
|
|
89557
|
-
required:
|
|
89558
|
-
- id
|
|
89559
|
-
- type
|
|
89560
|
-
- attributes
|
|
89561
|
-
type: object
|
|
89562
|
-
RumRateLimitConfigUpdateRequest:
|
|
89563
|
-
description: The body of a request to create or update a RUM rate limit configuration.
|
|
89564
|
-
properties:
|
|
89565
|
-
data:
|
|
89566
|
-
$ref: "#/components/schemas/RumRateLimitConfigUpdateData"
|
|
89567
|
-
required:
|
|
89568
|
-
- data
|
|
89569
|
-
type: object
|
|
89570
|
-
RumRateLimitCustomConfig:
|
|
89571
|
-
description: The configuration used when `mode` is `custom`.
|
|
89572
|
-
properties:
|
|
89573
|
-
daily_reset_time:
|
|
89574
|
-
description: The time of day when the daily quota resets, in `HH:MM` 24-hour format.
|
|
89575
|
-
example: "08:00"
|
|
89576
|
-
pattern: "^([01]\\d|2[0-3]):[0-5]\\d$"
|
|
89577
|
-
type: string
|
|
89578
|
-
daily_reset_timezone:
|
|
89579
|
-
description: The timezone offset used for the daily reset time, in `±HH:MM` format.
|
|
89580
|
-
example: "+09:00"
|
|
89581
|
-
pattern: "^[+-](0\\d|1[0-4]):[0-5]\\d$"
|
|
89582
|
-
type: string
|
|
89583
|
-
quota_reached_action:
|
|
89584
|
-
$ref: "#/components/schemas/RumRateLimitQuotaReachedAction"
|
|
89585
|
-
session_limit:
|
|
89586
|
-
description: The maximum number of sessions allowed within the window.
|
|
89587
|
-
example: 1000000
|
|
89588
|
-
format: int64
|
|
89589
|
-
minimum: 1
|
|
89590
|
-
type: integer
|
|
89591
|
-
window_type:
|
|
89592
|
-
$ref: "#/components/schemas/RumRateLimitWindowType"
|
|
89593
|
-
required:
|
|
89594
|
-
- window_type
|
|
89595
|
-
- session_limit
|
|
89596
|
-
- daily_reset_time
|
|
89597
|
-
- daily_reset_timezone
|
|
89598
|
-
- quota_reached_action
|
|
89599
|
-
type: object
|
|
89600
|
-
RumRateLimitMode:
|
|
89601
|
-
description: |-
|
|
89602
|
-
The rate limit mode. `custom` enforces a fixed session limit, while
|
|
89603
|
-
`adaptive` dynamically adjusts retention.
|
|
89604
|
-
enum:
|
|
89605
|
-
- custom
|
|
89606
|
-
- adaptive
|
|
89607
|
-
example: custom
|
|
89608
|
-
type: string
|
|
89609
|
-
x-enum-varnames: ["CUSTOM", "ADAPTIVE"]
|
|
89610
|
-
RumRateLimitQuotaReachedAction:
|
|
89611
|
-
description: The action to take when the session quota is reached.
|
|
89612
|
-
enum:
|
|
89613
|
-
- stop
|
|
89614
|
-
- slowdown
|
|
89615
|
-
example: stop
|
|
89616
|
-
type: string
|
|
89617
|
-
x-enum-varnames: ["STOP", "SLOWDOWN"]
|
|
89618
|
-
RumRateLimitScopeType:
|
|
89619
|
-
default: application
|
|
89620
|
-
description: The type of scope the rate limit configuration applies to.
|
|
89621
|
-
enum:
|
|
89622
|
-
- application
|
|
89623
|
-
example: application
|
|
89624
|
-
type: string
|
|
89625
|
-
x-enum-varnames: ["APPLICATION"]
|
|
89626
|
-
RumRateLimitWindowType:
|
|
89627
|
-
description: The window type over which the session limit is enforced.
|
|
89628
|
-
enum:
|
|
89629
|
-
- daily
|
|
89630
|
-
example: daily
|
|
89631
|
-
type: string
|
|
89632
|
-
x-enum-varnames: ["DAILY"]
|
|
89633
89872
|
RumRetentionFilterAttributes:
|
|
89634
89873
|
description: The object describing attributes of a RUM retention filter.
|
|
89635
89874
|
properties:
|
|
@@ -104188,7 +104427,7 @@ components:
|
|
|
104188
104427
|
type: string
|
|
104189
104428
|
type: object
|
|
104190
104429
|
Spec:
|
|
104191
|
-
description:
|
|
104430
|
+
description: A complete Workflow Automation definition, including its triggers, steps, and connections.
|
|
104192
104431
|
properties:
|
|
104193
104432
|
annotations:
|
|
104194
104433
|
description: "A list of annotations used in the workflow. These are like sticky notes for your workflow!"
|
|
@@ -104306,11 +104545,12 @@ components:
|
|
|
104306
104545
|
- type
|
|
104307
104546
|
type: object
|
|
104308
104547
|
StartStepNames:
|
|
104309
|
-
description: "
|
|
104548
|
+
description: "Names of existing workflow steps that run first after a trigger fires."
|
|
104310
104549
|
example:
|
|
104311
104550
|
- ""
|
|
104312
104551
|
items:
|
|
104313
104552
|
description: The `StartStepNames` `items`.
|
|
104553
|
+
minLength: 1
|
|
104314
104554
|
type: string
|
|
104315
104555
|
type: array
|
|
104316
104556
|
State:
|
|
@@ -105586,6 +105826,7 @@ components:
|
|
|
105586
105826
|
actionId:
|
|
105587
105827
|
description: The unique identifier of an action.
|
|
105588
105828
|
example: ""
|
|
105829
|
+
minLength: 1
|
|
105589
105830
|
type: string
|
|
105590
105831
|
completionGate:
|
|
105591
105832
|
$ref: "#/components/schemas/CompletionGate"
|
|
@@ -105602,9 +105843,10 @@ components:
|
|
|
105602
105843
|
name:
|
|
105603
105844
|
description: Name of the step.
|
|
105604
105845
|
example: ""
|
|
105846
|
+
minLength: 1
|
|
105605
105847
|
type: string
|
|
105606
105848
|
outboundEdges:
|
|
105607
|
-
description: A list of subsequent actions to run.
|
|
105849
|
+
description: A list of subsequent actions to run. This list is empty for a terminal step.
|
|
105608
105850
|
items:
|
|
105609
105851
|
$ref: "#/components/schemas/OutboundEdge"
|
|
105610
105852
|
type: array
|
|
@@ -105620,7 +105862,9 @@ components:
|
|
|
105620
105862
|
- actionId
|
|
105621
105863
|
type: object
|
|
105622
105864
|
StepDisplay:
|
|
105623
|
-
description:
|
|
105865
|
+
description: |-
|
|
105866
|
+
The position of a step on the workflow canvas. Omit `display` from every step to use
|
|
105867
|
+
automatic layout, or provide it for every step to preserve a manual layout.
|
|
105624
105868
|
properties:
|
|
105625
105869
|
bounds:
|
|
105626
105870
|
$ref: "#/components/schemas/StepDisplayBounds"
|
|
@@ -110016,9 +110260,11 @@ components:
|
|
|
110016
110260
|
description: Schema defining the structure and columns of the reference table.
|
|
110017
110261
|
properties:
|
|
110018
110262
|
fields:
|
|
110019
|
-
description: The schema fields.
|
|
110263
|
+
description: The schema fields. Maximum of 200 columns.
|
|
110020
110264
|
items:
|
|
110021
110265
|
$ref: "#/components/schemas/TableResultV2DataAttributesSchemaFieldsItems"
|
|
110266
|
+
maxItems: 200
|
|
110267
|
+
minItems: 1
|
|
110022
110268
|
type: array
|
|
110023
110269
|
primary_keys:
|
|
110024
110270
|
description: List of field names that serve as primary keys for the table. Only one primary key is supported, and it is used as an ID to retrieve rows.
|
|
@@ -114195,6 +114441,7 @@ components:
|
|
|
114195
114441
|
Trigger:
|
|
114196
114442
|
description: "One of the triggers that can start the execution of a workflow."
|
|
114197
114443
|
oneOf:
|
|
114444
|
+
- $ref: "#/components/schemas/AgentTriggerWrapper"
|
|
114198
114445
|
- $ref: "#/components/schemas/APITriggerWrapper"
|
|
114199
114446
|
- $ref: "#/components/schemas/AppTriggerWrapper"
|
|
114200
114447
|
- $ref: "#/components/schemas/CaseTriggerWrapper"
|
|
@@ -119373,7 +119620,7 @@ components:
|
|
|
119373
119620
|
startStepNames:
|
|
119374
119621
|
$ref: "#/components/schemas/StartStepNames"
|
|
119375
119622
|
workflowTrigger:
|
|
119376
|
-
description: "Trigger a workflow from the Datadog UI.
|
|
119623
|
+
description: "Trigger a workflow from the Datadog UI. When present, this must be the workflow's only trigger."
|
|
119377
119624
|
type: object
|
|
119378
119625
|
required:
|
|
119379
119626
|
- workflowTrigger
|
|
@@ -130420,6 +130667,127 @@ paths:
|
|
|
130420
130667
|
x-unstable: |-
|
|
130421
130668
|
**Note**: This endpoint is in preview and is subject to change.
|
|
130422
130669
|
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).
|
|
130670
|
+
/api/v2/ci/github/accounts:
|
|
130671
|
+
get:
|
|
130672
|
+
description: |-
|
|
130673
|
+
Retrieve the list of GitHub accounts (organizations or users) available to this Datadog organization
|
|
130674
|
+
through its GitHub App installation, along with each account's and repository's CI Visibility opt-in status.
|
|
130675
|
+
operationId: ListCIAppGitHubAccounts
|
|
130676
|
+
responses:
|
|
130677
|
+
"200":
|
|
130678
|
+
content:
|
|
130679
|
+
application/json:
|
|
130680
|
+
examples:
|
|
130681
|
+
default:
|
|
130682
|
+
value:
|
|
130683
|
+
data:
|
|
130684
|
+
- attributes:
|
|
130685
|
+
account: datadog
|
|
130686
|
+
enabled: true
|
|
130687
|
+
host: github.com
|
|
130688
|
+
repo_count: 2
|
|
130689
|
+
repositories:
|
|
130690
|
+
- enabled: true
|
|
130691
|
+
name: shopist
|
|
130692
|
+
- enabled: false
|
|
130693
|
+
name: dd-source
|
|
130694
|
+
id: github.com/datadog
|
|
130695
|
+
type: ci_github_account
|
|
130696
|
+
schema:
|
|
130697
|
+
$ref: "#/components/schemas/CIAppGitHubAccountsResponse"
|
|
130698
|
+
description: OK
|
|
130699
|
+
"400":
|
|
130700
|
+
$ref: "#/components/responses/BadRequestResponse"
|
|
130701
|
+
"403":
|
|
130702
|
+
$ref: "#/components/responses/NotAuthorizedResponse"
|
|
130703
|
+
"404":
|
|
130704
|
+
$ref: "#/components/responses/NotFoundResponse"
|
|
130705
|
+
"429":
|
|
130706
|
+
$ref: "#/components/responses/TooManyRequestsResponse"
|
|
130707
|
+
security:
|
|
130708
|
+
- apiKeyAuth: []
|
|
130709
|
+
appKeyAuth: []
|
|
130710
|
+
- AuthZ:
|
|
130711
|
+
- integrations_read
|
|
130712
|
+
summary: List GitHub CI Visibility status
|
|
130713
|
+
tags: ["CI Visibility GitHub Accounts"]
|
|
130714
|
+
x-permission:
|
|
130715
|
+
operator: OR
|
|
130716
|
+
permissions:
|
|
130717
|
+
- integrations_read
|
|
130718
|
+
patch:
|
|
130719
|
+
description: |-
|
|
130720
|
+
Enable or disable CI Visibility for a GitHub account, one of its repositories, or both in the same request.
|
|
130721
|
+
The account (and, optionally, repository) are identified by name. Account-level and repository-level
|
|
130722
|
+
changes are independent and may both be supplied in the same request. At least one of `enabled` or
|
|
130723
|
+
`repository.enabled` must be provided. If the account name matches installations on more than one host,
|
|
130724
|
+
`host` must be supplied to disambiguate, otherwise a 409 is returned. Returns a 404 if the CI Visibility
|
|
130725
|
+
GitHub integration is not enabled for this organization, or if the given account or repository cannot be
|
|
130726
|
+
found by name.
|
|
130727
|
+
operationId: UpdateCIAppGitHubAccount
|
|
130728
|
+
requestBody:
|
|
130729
|
+
content:
|
|
130730
|
+
application/json:
|
|
130731
|
+
examples:
|
|
130732
|
+
default:
|
|
130733
|
+
value:
|
|
130734
|
+
data:
|
|
130735
|
+
attributes:
|
|
130736
|
+
account: datadog
|
|
130737
|
+
enabled: true
|
|
130738
|
+
host: github.com
|
|
130739
|
+
repository:
|
|
130740
|
+
enabled: true
|
|
130741
|
+
name: shopist
|
|
130742
|
+
type: ci_github_account
|
|
130743
|
+
schema:
|
|
130744
|
+
$ref: "#/components/schemas/CIAppGitHubAccountUpdateRequest"
|
|
130745
|
+
required: true
|
|
130746
|
+
responses:
|
|
130747
|
+
"200":
|
|
130748
|
+
content:
|
|
130749
|
+
application/json:
|
|
130750
|
+
examples:
|
|
130751
|
+
default:
|
|
130752
|
+
value:
|
|
130753
|
+
data:
|
|
130754
|
+
attributes:
|
|
130755
|
+
account: datadog
|
|
130756
|
+
enabled: true
|
|
130757
|
+
host: github.com
|
|
130758
|
+
repo_count: 2
|
|
130759
|
+
repositories:
|
|
130760
|
+
- enabled: true
|
|
130761
|
+
name: shopist
|
|
130762
|
+
- enabled: false
|
|
130763
|
+
name: dd-source
|
|
130764
|
+
id: github.com/datadog
|
|
130765
|
+
type: ci_github_account
|
|
130766
|
+
schema:
|
|
130767
|
+
$ref: "#/components/schemas/CIAppGitHubAccountResponse"
|
|
130768
|
+
description: OK
|
|
130769
|
+
"400":
|
|
130770
|
+
$ref: "#/components/responses/BadRequestResponse"
|
|
130771
|
+
"403":
|
|
130772
|
+
$ref: "#/components/responses/NotAuthorizedResponse"
|
|
130773
|
+
"404":
|
|
130774
|
+
$ref: "#/components/responses/NotFoundResponse"
|
|
130775
|
+
"409":
|
|
130776
|
+
$ref: "#/components/responses/ConflictResponse"
|
|
130777
|
+
"429":
|
|
130778
|
+
$ref: "#/components/responses/TooManyRequestsResponse"
|
|
130779
|
+
security:
|
|
130780
|
+
- apiKeyAuth: []
|
|
130781
|
+
appKeyAuth: []
|
|
130782
|
+
- AuthZ:
|
|
130783
|
+
- ci_provider_settings_write
|
|
130784
|
+
summary: Update GitHub CI Visibility status
|
|
130785
|
+
tags: ["CI Visibility GitHub Accounts"]
|
|
130786
|
+
x-codegen-request-body-name: body
|
|
130787
|
+
x-permission:
|
|
130788
|
+
operator: OR
|
|
130789
|
+
permissions:
|
|
130790
|
+
- ci_provider_settings_write
|
|
130423
130791
|
/api/v2/ci/pipeline:
|
|
130424
130792
|
post:
|
|
130425
130793
|
description: |-
|
|
@@ -140639,6 +141007,52 @@ paths:
|
|
|
140639
141007
|
permissions:
|
|
140640
141008
|
- dora_metrics_write
|
|
140641
141009
|
/api/v2/dora/deployments:
|
|
141010
|
+
patch:
|
|
141011
|
+
description: |-
|
|
141012
|
+
Update a deployment's change failure status, identifying the deployment by its service, environment, and version instead of its ID. Use this to mark a deployment as a change failure or back to stable. You can optionally include remediation details to enable failed deployment recovery time calculation. If multiple deployments match the given service, environment, and version, the most recently finished one is updated.
|
|
141013
|
+
operationId: PatchDORADeploymentByVersion
|
|
141014
|
+
requestBody:
|
|
141015
|
+
content:
|
|
141016
|
+
application/json:
|
|
141017
|
+
examples:
|
|
141018
|
+
default:
|
|
141019
|
+
value:
|
|
141020
|
+
data:
|
|
141021
|
+
attributes:
|
|
141022
|
+
change_failure: true
|
|
141023
|
+
env: production
|
|
141024
|
+
service: my-service
|
|
141025
|
+
version: v1.2.3
|
|
141026
|
+
type: dora_deployment_patch_request
|
|
141027
|
+
schema:
|
|
141028
|
+
$ref: "#/components/schemas/DORADeploymentPatchByVersionRequest"
|
|
141029
|
+
required: true
|
|
141030
|
+
responses:
|
|
141031
|
+
"202":
|
|
141032
|
+
description: Accepted
|
|
141033
|
+
"400":
|
|
141034
|
+
content:
|
|
141035
|
+
application/json:
|
|
141036
|
+
schema:
|
|
141037
|
+
$ref: "#/components/schemas/JSONAPIErrorResponse"
|
|
141038
|
+
description: Bad Request
|
|
141039
|
+
"403":
|
|
141040
|
+
$ref: "#/components/responses/NotAuthorizedResponse"
|
|
141041
|
+
"429":
|
|
141042
|
+
$ref: "#/components/responses/TooManyRequestsResponse"
|
|
141043
|
+
security:
|
|
141044
|
+
- apiKeyAuth: []
|
|
141045
|
+
appKeyAuth: []
|
|
141046
|
+
summary: Patch a deployment event by version
|
|
141047
|
+
tags: ["DORA Metrics"]
|
|
141048
|
+
x-codegen-request-body-name: body
|
|
141049
|
+
x-permission:
|
|
141050
|
+
operator: OR
|
|
141051
|
+
permissions:
|
|
141052
|
+
- dora_metrics_write
|
|
141053
|
+
x-unstable: |-
|
|
141054
|
+
**Note**: This endpoint is in preview and is subject to change.
|
|
141055
|
+
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).
|
|
140642
141056
|
post:
|
|
140643
141057
|
description: |-
|
|
140644
141058
|
Use this API endpoint to get a list of deployment events.
|
|
@@ -145322,7 +145736,6 @@ paths:
|
|
|
145322
145736
|
created_at: "2024-01-15T09:30:00Z"
|
|
145323
145737
|
created_by: "11111111-2222-3333-4444-555555555555"
|
|
145324
145738
|
description: "Identifies API keys that have not been used within your specified time threshold, helping reduce security risks from dormant credentials."
|
|
145325
|
-
detection_frequency: "daily"
|
|
145326
145739
|
detection_parameters:
|
|
145327
145740
|
api_key_threshold: 30
|
|
145328
145741
|
insights: []
|
|
@@ -145352,7 +145765,7 @@ paths:
|
|
|
145352
145765
|
display_name: "Unused API Key Threshold"
|
|
145353
145766
|
name: "api_key_threshold"
|
|
145354
145767
|
required: false
|
|
145355
|
-
supported_values:
|
|
145768
|
+
supported_values:
|
|
145356
145769
|
type: "integer"
|
|
145357
145770
|
type: "Proactive"
|
|
145358
145771
|
id: "unused_api_keys"
|
|
@@ -145422,7 +145835,6 @@ paths:
|
|
|
145422
145835
|
created_at: "2024-01-15T09:30:00Z"
|
|
145423
145836
|
created_by: "11111111-2222-3333-4444-555555555555"
|
|
145424
145837
|
description: "Identifies API keys that have not been used within your specified time threshold, helping reduce security risks from dormant credentials."
|
|
145425
|
-
detection_frequency: "daily"
|
|
145426
145838
|
detection_parameters:
|
|
145427
145839
|
api_key_threshold: 30
|
|
145428
145840
|
insights: []
|
|
@@ -145442,7 +145854,7 @@ paths:
|
|
|
145442
145854
|
display_name: "Unused API Key Threshold"
|
|
145443
145855
|
name: "api_key_threshold"
|
|
145444
145856
|
required: false
|
|
145445
|
-
supported_values:
|
|
145857
|
+
supported_values:
|
|
145446
145858
|
type: "integer"
|
|
145447
145859
|
type: "Proactive"
|
|
145448
145860
|
id: "unused_api_keys"
|
|
@@ -145533,7 +145945,6 @@ paths:
|
|
|
145533
145945
|
created_at: "2024-01-15T09:30:00Z"
|
|
145534
145946
|
created_by: "11111111-2222-3333-4444-555555555555"
|
|
145535
145947
|
description: "Identifies API keys that have not been used within your specified time threshold, helping reduce security risks from dormant credentials."
|
|
145536
|
-
detection_frequency: "daily"
|
|
145537
145948
|
detection_parameters:
|
|
145538
145949
|
api_key_threshold: 60
|
|
145539
145950
|
insights: []
|
|
@@ -183012,142 +183423,6 @@ paths:
|
|
|
183012
183423
|
tags:
|
|
183013
183424
|
- Rum Metrics
|
|
183014
183425
|
x-codegen-request-body-name: body
|
|
183015
|
-
/api/v2/rum/config/rate-limit/{scope_type}/{scope_id}:
|
|
183016
|
-
delete:
|
|
183017
|
-
description: Delete the RUM rate limit configuration for a given scope.
|
|
183018
|
-
operationId: DeleteRumRateLimitConfig
|
|
183019
|
-
parameters:
|
|
183020
|
-
- $ref: "#/components/parameters/RumRateLimitScopeTypeParameter"
|
|
183021
|
-
- $ref: "#/components/parameters/RumRateLimitScopeIDParameter"
|
|
183022
|
-
responses:
|
|
183023
|
-
"204":
|
|
183024
|
-
description: No Content
|
|
183025
|
-
"400":
|
|
183026
|
-
$ref: "#/components/responses/BadRequestResponse"
|
|
183027
|
-
"403":
|
|
183028
|
-
$ref: "#/components/responses/NotAuthorizedResponse"
|
|
183029
|
-
"404":
|
|
183030
|
-
$ref: "#/components/responses/NotFoundResponse"
|
|
183031
|
-
"429":
|
|
183032
|
-
$ref: "#/components/responses/TooManyRequestsResponse"
|
|
183033
|
-
summary: Delete a RUM rate limit configuration
|
|
183034
|
-
tags:
|
|
183035
|
-
- Rum Rate Limit
|
|
183036
|
-
x-unstable: |-
|
|
183037
|
-
**Note**: This endpoint is in preview and is subject to change.
|
|
183038
|
-
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).
|
|
183039
|
-
get:
|
|
183040
|
-
description: Get the RUM rate limit configuration for a given scope.
|
|
183041
|
-
operationId: GetRumRateLimitConfig
|
|
183042
|
-
parameters:
|
|
183043
|
-
- $ref: "#/components/parameters/RumRateLimitScopeTypeParameter"
|
|
183044
|
-
- $ref: "#/components/parameters/RumRateLimitScopeIDParameter"
|
|
183045
|
-
responses:
|
|
183046
|
-
"200":
|
|
183047
|
-
content:
|
|
183048
|
-
application/json:
|
|
183049
|
-
examples:
|
|
183050
|
-
default:
|
|
183051
|
-
value:
|
|
183052
|
-
data:
|
|
183053
|
-
attributes:
|
|
183054
|
-
custom:
|
|
183055
|
-
daily_reset_time: "08:00"
|
|
183056
|
-
daily_reset_timezone: "+09:00"
|
|
183057
|
-
quota_reached_action: stop
|
|
183058
|
-
session_limit: 1000000
|
|
183059
|
-
window_type: daily
|
|
183060
|
-
mode: custom
|
|
183061
|
-
org_id: 2
|
|
183062
|
-
updated_at: "2026-03-04T15:37:54.951447Z"
|
|
183063
|
-
updated_by: test@example.com
|
|
183064
|
-
id: cd73a516-a481-4af5-8352-9b577465c77b
|
|
183065
|
-
type: rum_rate_limit_config
|
|
183066
|
-
schema:
|
|
183067
|
-
$ref: "#/components/schemas/RumRateLimitConfigResponse"
|
|
183068
|
-
description: OK
|
|
183069
|
-
"400":
|
|
183070
|
-
$ref: "#/components/responses/BadRequestResponse"
|
|
183071
|
-
"403":
|
|
183072
|
-
$ref: "#/components/responses/NotAuthorizedResponse"
|
|
183073
|
-
"404":
|
|
183074
|
-
$ref: "#/components/responses/NotFoundResponse"
|
|
183075
|
-
"429":
|
|
183076
|
-
$ref: "#/components/responses/TooManyRequestsResponse"
|
|
183077
|
-
summary: Get a RUM rate limit configuration
|
|
183078
|
-
tags:
|
|
183079
|
-
- Rum Rate Limit
|
|
183080
|
-
x-unstable: |-
|
|
183081
|
-
**Note**: This endpoint is in preview and is subject to change.
|
|
183082
|
-
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).
|
|
183083
|
-
put:
|
|
183084
|
-
description: |-
|
|
183085
|
-
Create or update the RUM rate limit configuration for a given scope.
|
|
183086
|
-
Returns the rate limit configuration object when the request is successful.
|
|
183087
|
-
operationId: UpdateRumRateLimitConfig
|
|
183088
|
-
parameters:
|
|
183089
|
-
- $ref: "#/components/parameters/RumRateLimitScopeTypeParameter"
|
|
183090
|
-
- $ref: "#/components/parameters/RumRateLimitScopeIDParameter"
|
|
183091
|
-
requestBody:
|
|
183092
|
-
content:
|
|
183093
|
-
application/json:
|
|
183094
|
-
examples:
|
|
183095
|
-
default:
|
|
183096
|
-
value:
|
|
183097
|
-
data:
|
|
183098
|
-
attributes:
|
|
183099
|
-
custom:
|
|
183100
|
-
daily_reset_time: "08:00"
|
|
183101
|
-
daily_reset_timezone: "+09:00"
|
|
183102
|
-
quota_reached_action: stop
|
|
183103
|
-
session_limit: 1000000
|
|
183104
|
-
window_type: daily
|
|
183105
|
-
mode: custom
|
|
183106
|
-
id: cd73a516-a481-4af5-8352-9b577465c77b
|
|
183107
|
-
type: rum_rate_limit_config
|
|
183108
|
-
schema:
|
|
183109
|
-
$ref: "#/components/schemas/RumRateLimitConfigUpdateRequest"
|
|
183110
|
-
description: The definition of the RUM rate limit configuration to create or update.
|
|
183111
|
-
required: true
|
|
183112
|
-
responses:
|
|
183113
|
-
"200":
|
|
183114
|
-
content:
|
|
183115
|
-
application/json:
|
|
183116
|
-
examples:
|
|
183117
|
-
default:
|
|
183118
|
-
value:
|
|
183119
|
-
data:
|
|
183120
|
-
attributes:
|
|
183121
|
-
custom:
|
|
183122
|
-
daily_reset_time: "08:00"
|
|
183123
|
-
daily_reset_timezone: "+09:00"
|
|
183124
|
-
quota_reached_action: stop
|
|
183125
|
-
session_limit: 1000000
|
|
183126
|
-
window_type: daily
|
|
183127
|
-
mode: custom
|
|
183128
|
-
org_id: 2
|
|
183129
|
-
updated_at: "2026-03-04T21:52:53.526022Z"
|
|
183130
|
-
updated_by: test@example.com
|
|
183131
|
-
id: cd73a516-a481-4af5-8352-9b577465c77b
|
|
183132
|
-
type: rum_rate_limit_config
|
|
183133
|
-
schema:
|
|
183134
|
-
$ref: "#/components/schemas/RumRateLimitConfigResponse"
|
|
183135
|
-
description: OK
|
|
183136
|
-
"400":
|
|
183137
|
-
$ref: "#/components/responses/BadRequestResponse"
|
|
183138
|
-
"403":
|
|
183139
|
-
$ref: "#/components/responses/NotAuthorizedResponse"
|
|
183140
|
-
"404":
|
|
183141
|
-
$ref: "#/components/responses/NotFoundResponse"
|
|
183142
|
-
"429":
|
|
183143
|
-
$ref: "#/components/responses/TooManyRequestsResponse"
|
|
183144
|
-
summary: Create or update a RUM rate limit configuration
|
|
183145
|
-
tags:
|
|
183146
|
-
- Rum Rate Limit
|
|
183147
|
-
x-codegen-request-body-name: body
|
|
183148
|
-
x-unstable: |-
|
|
183149
|
-
**Note**: This endpoint is in preview and is subject to change.
|
|
183150
|
-
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).
|
|
183151
183426
|
/api/v2/rum/events:
|
|
183152
183427
|
get:
|
|
183153
183428
|
description: |-
|
|
@@ -185806,8 +186081,8 @@ paths:
|
|
|
185806
186081
|
x-codegen-request-body-name: body
|
|
185807
186082
|
x-sunset: "2026-04-01"
|
|
185808
186083
|
x-unstable: |-
|
|
185809
|
-
**Note**: This endpoint is
|
|
185810
|
-
|
|
186084
|
+
**Note**: This endpoint is deprecated. To update outcomes, use the
|
|
186085
|
+
[Update Scorecard outcomes](https://docs.datadoghq.com/api/latest/scorecards/update-scorecard-outcomes/) endpoint.
|
|
185811
186086
|
/api/v2/scorecard/rules:
|
|
185812
186087
|
get:
|
|
185813
186088
|
description: Fetch all rules.
|
|
@@ -202067,7 +202342,7 @@ paths:
|
|
|
202067
202342
|
attributes:
|
|
202068
202343
|
components: []
|
|
202069
202344
|
domain_prefix: status-page-us1
|
|
202070
|
-
enabled:
|
|
202345
|
+
enabled: false
|
|
202071
202346
|
name: Status Page US1
|
|
202072
202347
|
subscriptions_enabled: true
|
|
202073
202348
|
type: public
|
|
@@ -202328,7 +202603,7 @@ paths:
|
|
|
202328
202603
|
permissions:
|
|
202329
202604
|
- status_pages_settings_read
|
|
202330
202605
|
patch:
|
|
202331
|
-
description: "Updates an existing status page's attributes.
|
|
202606
|
+
description: "Updates an existing status page's attributes. To publish and unpublish status pages, use the dedicated [publish](#publish-status-page) and [unpublish](#unpublish-status-page) status page endpoints."
|
|
202332
202607
|
operationId: UpdateStatusPage
|
|
202333
202608
|
parameters:
|
|
202334
202609
|
- description: Whether to delete existing subscribers when updating a status page's type.
|
|
@@ -202361,7 +202636,6 @@ paths:
|
|
|
202361
202636
|
company_logo: data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAIKMMMM
|
|
202362
202637
|
domain_prefix: status-page-us1-east
|
|
202363
202638
|
email_header_image: data:image/png;base64,pQSLAw0KGgoAAAANSUhEUgAAAQ4AASJKFF
|
|
202364
|
-
enabled: false
|
|
202365
202639
|
favicon: data:image/png;base64,kWMRNw0KGgoAAAANSUhEUgAAAEAAAABACA
|
|
202366
202640
|
name: Status Page US1 East
|
|
202367
202641
|
subscriptions_enabled: false
|
|
@@ -203994,6 +204268,81 @@ paths:
|
|
|
203994
204268
|
operator: AND
|
|
203995
204269
|
permissions:
|
|
203996
204270
|
- status_pages_incident_write
|
|
204271
|
+
/api/v2/statuspages/{page_id}/maintenances/{maintenance_id}/updates/{update_id}:
|
|
204272
|
+
patch:
|
|
204273
|
+
description: Edits the message of a specific maintenance update. Editing is allowed regardless of the parent maintenance's status, including completed and canceled maintenances.
|
|
204274
|
+
operationId: PatchMaintenanceUpdate
|
|
204275
|
+
parameters:
|
|
204276
|
+
- description: The ID of the status page.
|
|
204277
|
+
in: path
|
|
204278
|
+
name: page_id
|
|
204279
|
+
required: true
|
|
204280
|
+
schema:
|
|
204281
|
+
format: uuid
|
|
204282
|
+
type: string
|
|
204283
|
+
- description: The ID of the maintenance.
|
|
204284
|
+
in: path
|
|
204285
|
+
name: maintenance_id
|
|
204286
|
+
required: true
|
|
204287
|
+
schema:
|
|
204288
|
+
format: uuid
|
|
204289
|
+
type: string
|
|
204290
|
+
- description: The ID of the maintenance update.
|
|
204291
|
+
in: path
|
|
204292
|
+
name: update_id
|
|
204293
|
+
required: true
|
|
204294
|
+
schema:
|
|
204295
|
+
format: uuid
|
|
204296
|
+
type: string
|
|
204297
|
+
requestBody:
|
|
204298
|
+
content:
|
|
204299
|
+
application/json:
|
|
204300
|
+
examples:
|
|
204301
|
+
default:
|
|
204302
|
+
value:
|
|
204303
|
+
data:
|
|
204304
|
+
attributes:
|
|
204305
|
+
description: We have completed maintenance on the API to improve performance.
|
|
204306
|
+
id: 00000000-0000-0000-0000-000000000000
|
|
204307
|
+
type: maintenance_updates
|
|
204308
|
+
schema:
|
|
204309
|
+
$ref: "#/components/schemas/PatchMaintenanceUpdateRequest"
|
|
204310
|
+
required: true
|
|
204311
|
+
responses:
|
|
204312
|
+
"200":
|
|
204313
|
+
content:
|
|
204314
|
+
application/json:
|
|
204315
|
+
examples:
|
|
204316
|
+
default:
|
|
204317
|
+
value:
|
|
204318
|
+
data:
|
|
204319
|
+
attributes:
|
|
204320
|
+
components_affected: []
|
|
204321
|
+
created_at: "2026-04-27T13:37:31+00:00"
|
|
204322
|
+
description: We have completed maintenance on the API to improve performance.
|
|
204323
|
+
manual_transition: true
|
|
204324
|
+
modified_at: "2026-04-27T14:37:31+00:00"
|
|
204325
|
+
started_at: "2026-04-27T13:37:31+00:00"
|
|
204326
|
+
status: completed
|
|
204327
|
+
id: 00000000-0000-0000-0000-000000000000
|
|
204328
|
+
type: maintenance_updates
|
|
204329
|
+
schema:
|
|
204330
|
+
$ref: "#/components/schemas/MaintenanceUpdate"
|
|
204331
|
+
description: OK
|
|
204332
|
+
"429":
|
|
204333
|
+
$ref: "#/components/responses/TooManyRequestsResponse"
|
|
204334
|
+
security:
|
|
204335
|
+
- apiKeyAuth: []
|
|
204336
|
+
appKeyAuth: []
|
|
204337
|
+
- AuthZ:
|
|
204338
|
+
- status_pages_incident_write
|
|
204339
|
+
summary: Edit maintenance update
|
|
204340
|
+
tags:
|
|
204341
|
+
- Status Pages
|
|
204342
|
+
x-permission:
|
|
204343
|
+
operator: AND
|
|
204344
|
+
permissions:
|
|
204345
|
+
- status_pages_incident_write
|
|
203997
204346
|
/api/v2/statuspages/{page_id}/publish:
|
|
203998
204347
|
post:
|
|
203999
204348
|
description: Publishes a status page. For pages of type `public`, makes the status page available on the public internet and requires the `status_pages_public_page_publish` permission. For pages of type `internal`, makes the status page available under the `status-pages/$domain_prefix/view` route within the Datadog organization and requires the `status_pages_internal_page_publish` permission. The `status_pages_settings_write` permission is temporarily honored as we migrate publishing functionality from the update status page endpoint to the publish status page endpoint.
|
|
@@ -213105,6 +213454,11 @@ tags:
|
|
|
213105
213454
|
- description: |-
|
|
213106
213455
|
Use the Bits AI endpoints to retrieve AI-powered investigations.
|
|
213107
213456
|
name: Bits AI
|
|
213457
|
+
- description: |-
|
|
213458
|
+
Manage CI Visibility opt-in status for your GitHub accounts and repositories. See the
|
|
213459
|
+
[CI Visibility GitHub Actions setup page](https://docs.datadoghq.com/continuous_integration/pipelines/github/)
|
|
213460
|
+
for more information.
|
|
213461
|
+
name: CI Visibility GitHub Accounts
|
|
213108
213462
|
- description: |-
|
|
213109
213463
|
Search or aggregate your CI Visibility pipeline events and send them to your Datadog site over HTTP. See the [CI Pipeline Visibility in Datadog page](https://docs.datadoghq.com/continuous_integration/pipelines/) for more information.
|
|
213110
213464
|
name: CI Visibility Pipelines
|
|
@@ -213567,9 +213921,6 @@ tags:
|
|
|
213567
213921
|
description: Find out more at
|
|
213568
213922
|
url: https://docs.datadoghq.com/real_user_monitoring/platform/generate_metrics/
|
|
213569
213923
|
name: Rum Metrics
|
|
213570
|
-
- description: |-
|
|
213571
|
-
Manage RUM rate limit configurations for your organization's RUM applications.
|
|
213572
|
-
name: Rum Rate Limit
|
|
213573
213924
|
- description: Manage heatmap snapshots for RUM replay sessions. Create, update, delete, and retrieve snapshots to visualize user interactions on specific views.
|
|
213574
213925
|
name: Rum Replay Heatmaps
|
|
213575
213926
|
- description: Create and manage playlists of RUM replay sessions. Organize, categorize, and share collections of replay sessions for analysis and collaboration.
|