You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: An action query. This query type is used to trigger an action,
@@ -12378,6 +12380,103 @@ components:
12378
12380
required:
12379
12381
- databaseMonitoringTrigger
12380
12382
type: object
12383
+
DatadogAPIKey:
12384
+
description: The definition of the `DatadogAPIKey` object.
12385
+
properties:
12386
+
api_key:
12387
+
description: The `DatadogAPIKey` `api_key`.
12388
+
example: ''
12389
+
type: string
12390
+
app_key:
12391
+
description: The `DatadogAPIKey` `app_key`.
12392
+
example: ''
12393
+
type: string
12394
+
datacenter:
12395
+
description: The `DatadogAPIKey` `datacenter`.
12396
+
example: ''
12397
+
type: string
12398
+
subdomain:
12399
+
description: Custom subdomain used for Datadog URLs generated with this
12400
+
Connection. For example, if this org uses `https://acme.datadoghq.com`
12401
+
to access Datadog, set this field to `acme`. If this field is omitted,
12402
+
generated URLs will use the default site URL for its datacenter (see [https://docs.datadoghq.com/getting_started/site](https://docs.datadoghq.com/getting_started/site)).
12403
+
type: string
12404
+
type:
12405
+
$ref: '#/components/schemas/DatadogAPIKeyType'
12406
+
required:
12407
+
- type
12408
+
- datacenter
12409
+
- api_key
12410
+
- app_key
12411
+
type: object
12412
+
DatadogAPIKeyType:
12413
+
description: The definition of the `DatadogAPIKey` object.
12414
+
enum:
12415
+
- DatadogAPIKey
12416
+
example: DatadogAPIKey
12417
+
type: string
12418
+
x-enum-varnames:
12419
+
- DATADOGAPIKEY
12420
+
DatadogAPIKeyUpdate:
12421
+
description: The definition of the `DatadogAPIKey` object.
12422
+
properties:
12423
+
api_key:
12424
+
description: The `DatadogAPIKeyUpdate` `api_key`.
12425
+
type: string
12426
+
app_key:
12427
+
description: The `DatadogAPIKeyUpdate` `app_key`.
12428
+
type: string
12429
+
datacenter:
12430
+
description: The `DatadogAPIKeyUpdate` `datacenter`.
12431
+
type: string
12432
+
subdomain:
12433
+
description: Custom subdomain used for Datadog URLs generated with this
12434
+
Connection. For example, if this org uses `https://acme.datadoghq.com`
12435
+
to access Datadog, set this field to `acme`. If this field is omitted,
12436
+
generated URLs will use the default site URL for its datacenter (see [https://docs.datadoghq.com/getting_started/site](https://docs.datadoghq.com/getting_started/site)).
12437
+
type: string
12438
+
type:
12439
+
$ref: '#/components/schemas/DatadogAPIKeyType'
12440
+
required:
12441
+
- type
12442
+
type: object
12443
+
DatadogCredentials:
12444
+
description: The definition of the `DatadogCredentials` object.
12445
+
oneOf:
12446
+
- $ref: '#/components/schemas/DatadogAPIKey'
12447
+
DatadogCredentialsUpdate:
12448
+
description: The definition of the `DatadogCredentialsUpdate` object.
:param api_key: The ``DatadogAPIKey`` ``api_key``.
54
+
:type api_key: str
55
+
56
+
:param app_key: The ``DatadogAPIKey`` ``app_key``.
57
+
:type app_key: str
58
+
59
+
:param datacenter: The ``DatadogAPIKey`` ``datacenter``.
60
+
:type datacenter: str
61
+
62
+
:param subdomain: Custom subdomain used for Datadog URLs generated with this Connection. For example, if this org uses ``https://acme.datadoghq.com`` to access Datadog, set this field to ``acme``. If this field is omitted, generated URLs will use the default site URL for its datacenter (see `https://docs.datadoghq.com/getting_started/site <https://docs.datadoghq.com/getting_started/site>`_ ).
63
+
:type subdomain: str, optional
64
+
65
+
:param type: The definition of the ``DatadogAPIKey`` object.
0 commit comments