PATCH /accounts/{account_id}/devices/ip-profiles/{profile_id}
Updates a WARP Device IP profile. Currently, only IPv4 Device subnets can be associated.
Servers
- https://api.cloudflare.com/client/v4
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
profile_id |
String | Yes | |
account_id |
String | Yes |
Request headers
| Name | Type | Required | Description |
|---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Request body fields
| Name | Type | Required | Description |
|---|---|---|---|
name |
String | No |
A user-friendly name for the Device IP profile. |
description |
String | No |
An optional description of the Device IP profile. |
subnet_id |
String | No |
The ID of the Subnet. |
match |
String | No |
The wirefilter expression to match registrations. Available values: "identity.name", "identity.email", "identity.groups.id", "identity.groups.name", "identity.groups.email", "identity.saml_attributes". |
enabled |
Boolean | No |
Whether the Device IP profile is enabled. |
precedence |
Integer | No |
The precedence of the Device IP profile. Lower values indicate higher precedence. Device IP profile will be evaluated in ascending order of this field. |
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.