Skip to main content

cloud_workload_security_agent_rules

Overview

Namecloud_workload_security_agent_rules
TypeResource
Iddatadog.cloud_workload_security.cloud_workload_security_agent_rules

Fields

NameDatatypeDescription
idstringThe ID of the Agent rule.
attributesobjectA Cloud Workload Security Agent rule returned by the API.
typestringThe type of the resource. The value should always be agent_rule.

Methods

NameAccessible byRequired ParamsDescription
get_cloud_workload_security_agent_ruleSELECTagent_rule_id, dd_siteGet the details of a specific Agent rule.
list_cloud_workload_security_agent_rulesSELECTdd_siteGet the list of Agent rules.
create_cloud_workload_security_agent_ruleINSERTdata__data, dd_siteCreate a new Agent rule with the given parameters.
delete_cloud_workload_security_agent_ruleDELETEagent_rule_id, dd_siteDelete a specific Agent rule.
_get_cloud_workload_security_agent_ruleEXECagent_rule_id, dd_siteGet the details of a specific Agent rule.
_list_cloud_workload_security_agent_rulesEXECdd_siteGet the list of Agent rules.
update_cloud_workload_security_agent_ruleEXECagent_rule_id, data__data, dd_siteUpdate a specific Agent rule.
Returns the Agent rule object when the request is successful.