relate_create
Creates, updates, deletes, gets or lists a relate_create resource.
Overview
| Name | relate_create |
| Type | Resource |
| Id | cloudflare.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:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
create_by_account | exec | account_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.
| Name | Datatype | Description |
|---|---|---|
account_id | string | The Cloudflare account ID. |
event_id | string | The event ID. |
Lifecycle Methods
- create_by_account
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 }}"
}'
;