Replaces the entire L7 policy configuration with the provided data. Any fields omitted from the
request body will be unset (set to null) or reset to their default values (such as “redirect_http_code”)
depending on the “action”. This is a destructive operation that overwrites the complete policy configuration.
API key for authentication. Make sure to include the word apikey, followed by a single space and then your token.
Example: apikey 1234$abcdef
Project ID
Region ID
L7 policy ID
Action
"REDIRECT_TO_URL"Requests matching this policy will be redirected to this URL. Only valid if action is REDIRECT_TO_URL.
Human-readable name of the policy
The position of this policy on the listener
Requests matching this policy will be redirected to the specified URL or Prefix URL with the HTTP response code. Valid if action is REDIRECT_TO_URL or REDIRECT_PREFIX. Valid options are 301, 302, 303, 307, or 308. Default is 302.
A list of simple strings assigned to the resource.
OK
List of task IDs representing asynchronous operations. Use these IDs to monitor operation progress:
GET /v1/tasks/{task_id} - Check individual task status and details
Poll task status until completion (FINISHED/ERROR) before proceeding with dependent operations.