Pipelines
pipelines
Methods
Create Pipeline -> Envelope<{ id, destination, endpoint, 3 more... }>
post/accounts/{account_id}/pipelines
Create a new pipeline.
Delete Pipeline ->
delete/accounts/{account_id}/pipelines/{pipeline_name}
Delete a pipeline.
Get Pipeline -> Envelope<{ id, destination, endpoint, 3 more... }>
get/accounts/{account_id}/pipelines/{pipeline_name}
Get configuration of a pipeline.
List Pipelines -> { result_info, results, success }
get/accounts/{account_id}/pipelines
List, filter, and paginate pipelines in an account.
Update Pipeline -> Envelope<{ id, destination, endpoint, 3 more... }>
put/accounts/{account_id}/pipelines/{pipeline_name}
Update an existing pipeline.
Security
The preferred authorization scheme for interacting with the Cloudflare API. Create a token.
Example: Authorization: Bearer Sn3lZJTBX6kkg7OdcBUAxOO963GEIyGQqnFTOFYY
Accepted Permissions (at least one required)
Pipelines Write
path Parameters
account_id: string
Specifies the public ID of the account.
pipeline_name: string
(maxLength: 128, minLength: 1)Defines the name of the pipeline.
Response fields
result: { id, destination, endpoint, 3 more... }
Describes the configuration of a pipeline.
success: boolean
Indicates whether the API call was successful.
Request example
200Example