csm_hosts_and_containers_coverage_analysis
Creates, updates, deletes, gets or lists a csm_hosts_and_containers_coverage_analysis
resource.
Overview
Name | csm_hosts_and_containers_coverage_analysis |
Type | Resource |
Id | datadog.security.csm_hosts_and_containers_coverage_analysis |
Fields
The following fields are returned by SELECT
queries:
- get_csmhosts_and_containers_coverage_analysis
Name | Datatype | Description |
---|---|---|
id | string | The ID of your organization. (example: 66b3c6b5-5c9a-457e-b1c3-f247ca23afa3) |
attributes | object | CSM Hosts and Containers Coverage Analysis attributes. |
type | string | The type of the resource. The value should always be get_hosts_and_containers_coverage_analysis_response_public_v0 . (default: get_hosts_and_containers_coverage_analysis_response_public_v0, example: get_hosts_and_containers_coverage_analysis_response_public_v0) |
Methods
The following methods are available for this resource:
Name | Accessible by | Required Params | Optional Params | Description |
---|---|---|---|---|
get_csmhosts_and_containers_coverage_analysis | select | region | Get the CSM Coverage Analysis of your Hosts and Containers. This is calculated based on the number of agents running on your Hosts and Containers with CSM feature(s) enabled. |
Parameters
Parameters can be passed in the WHERE
clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
Name | Datatype | Description |
---|---|---|
region | string | (default: datadoghq.com) |
SELECT
examples
- get_csmhosts_and_containers_coverage_analysis
Get the CSM Coverage Analysis of your Hosts and Containers.
This is calculated based on the number of agents running on your Hosts
and Containers with CSM feature(s) enabled.
SELECT
id,
attributes,
type
FROM datadog.security.csm_hosts_and_containers_coverage_analysis
WHERE region = '{{ region }}' -- required
;