api_keys
Overview
Name | api_keys |
Type | Resource |
Id | datadog.key_management.api_keys |
Fields
Name | Datatype | Description |
---|---|---|
id | string | ID of the API key. |
attributes | object | Attributes of a full API key. |
relationships | object | Resources related to the API key. |
type | string | API Keys resource type. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get_api_key | SELECT | api_key_id, dd_site | Get an API key. |
list_api_keys | SELECT | dd_site | List all API keys available for your account. |
create_api_key | INSERT | data__data, dd_site | Create an API key. |
delete_api_key | DELETE | api_key_id, dd_site | Delete an API key. |
_get_api_key | EXEC | api_key_id, dd_site | Get an API key. |
_list_api_keys | EXEC | dd_site | List all API keys available for your account. |
update_api_key | EXEC | api_key_id, data__data, dd_site | Update an API key. |