Skip to main content

managed_resources_operation

Creates, updates, deletes, gets or lists a managed_resources_operation resource.

Overview

Namemanaged_resources_operation
TypeResource
Idcloudflare.api_gateway.managed_resources_operation

Fields

The following fields are returned by SELECT queries:

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
updatereplacezone_id, name, selectorReplace all operations(s) attached to a managed label

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
namestringResource name.
zone_idstringThe Cloudflare zone ID.

REPLACE examples

Replace all operations(s) attached to a managed label

REPLACE cloudflare.api_gateway.managed_resources_operation
SET
selector = '{{ selector }}'
WHERE
zone_id = '{{ zone_id }}' --required
AND name = '{{ name }}' --required
AND selector = '{{ selector }}' --required
RETURNING
errors,
messages,
result,
success;