Create a new tagging rule
Creates a new auto-tagging rule with conditions and scope. Requires Bearer token authentication.
Authorizations
Static internal-ops token used by the data platform and internal cron jobs (e.g. zombie-run sweep). Validated via requireBearerToken inside the handler against a service-specific environment variable.
Body
Human-readable name for the tagging rule
1Organization ID the tagging rule belongs to
1UUID of the tag this rule will assign when conditions are met
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$Optional free-text description of the tagging rule's purpose
Whether the rule is active and will be evaluated; defaults to true
Optional scope limiting which entities this rule evaluates; null means evaluate all entities

