Skip to main content

relate_create

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

Overview

Namerelate_create
TypeResource
Idcloudflare.cloudforce_one.relate_create

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
create_by_accountexecaccount_id, event_id, events

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
account_idstringThe Cloudflare account ID.
event_idstringThe event ID.

Lifecycle Methods

Returns success if operation succeeded.

EXEC cloudflare.cloudforce_one.relate_create.create_by_account
@account_id='{{ account_id }}' --required,
@event_id='{{ event_id }}' --required
@@json=
'{
"events": "{{ events }}"
}'
;