IP Filters
Get an IP filter
Retrieves a specific IP filter by its unique identifier
get/api/ip-filters/{ipFilterId}
Path parameters
ipFilterIdstring required
Response
The IP filter object
Example response
{
"id": "entity123",
"createdBy": {
"id": "abc123",
"friendlyName": "John Doe (john.doe)"
},
"updatedBy": {
"id": "abc123",
"friendlyName": "John Doe (john.doe)"
},
"createdAt": "2023-10-31T12:34:56.789Z",
"updatedAt": "2023-10-31T12:34:56.789Z",
"address": "192\\.168\\.1\\..*",
"description": "Allow traffic from the local admin workstation"
}