Back to Datadog API v2
Datadog API v2

CloudWorkloadSecurityAgentRuleActionSetValue integer narrowed from int64 to int32

BreakingBreaking change

This is a breaking change — integrations that rely on the affected behaviour will need updates before the change rolls out.

What changed

The integer variant of CloudWorkloadSecurityAgentRuleActionSetValue has been changed from format: int64 to format: int32 with a maximum: 2147483647. This is a breaking change for any client that passes or receives integer values larger than 2,147,483,647 (i.e. values that fit in a 64-bit signed integer but not a 32-bit one). Existing integrations sending large int64 values in set_value actions will now violate the schema and may be rejected.

Open the source documentation