Skip to main content
Update an existing threat policy.
External DocumentationTo learn more, visit the Upwind documentation.

Parameters

ParameterDescription
EnabledSelect whether the policy is enabled or not.
Organization IDThe ID of the organization.
Policy IDThe policy ID to update.

Example Output

{
	"id": "string",
	"severity": "LOW",
	"category": "PROCESS_EXECUTION",
	"scope": "ALL_RESOURCES",
	"display_name": "string",
	"open_issues": 0,
	"managed_by": "UPWIND",
	"enabled": true
}

Workflow Library Example

Update Policy with Upwind and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop