GET /accounts/{account_id}/dex/warp-change-events
List WARP configuration and enablement toggle change events by device.
Servers
- https://api.cloudflare.com/client/v4
Path parameters
Name | Type | Required | Description |
---|---|---|---|
account_id |
String | Yes |
unique identifier linked to an account in the API request path |
Query parameters
Name | Type | Required | Description |
---|---|---|---|
page |
Number | Yes |
Page number of paginated results |
to |
String | Yes |
End time for the query in ISO (RFC3339 - ISO 8601) format |
sort_order |
String | No |
Sort response by event timestamp. Possible values:
Default value: "ASC" |
config_name |
String | No |
Filter events by WARP configuration name changed from or to. Applicable to type='config' events only. |
per_page |
Number | Yes |
Number of items per page |
toggle |
String | No |
Filter events by type toggle value. Applicable to type='toggle' events only. Possible values:
|
account_name |
String | No |
Filter events by account name. |
type |
String | No |
Filter events by type 'config' or 'toggle' Possible values:
|
from |
String | Yes |
Start time for the query in ISO (RFC3339 - ISO 8601) format |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.