MAC Filters
Add a new MAC address to a client policy list. Deprecated path - Use Criteria section instead.
Path parameters
idinteger · int32Required
Client policy ID
Body
Add a new MAC address criteria to the Client Policy
macstring | nullableRequired
The MAC address to add to the client policy list.
Responses
204
No Content
401
Unauthorized
application/json; api-version=1.0
404
Not Found
application/json; api-version=1.0
post
POST /api/ClientPolicies/{id}/MACFilters HTTP/1.1
Host:
Content-Type: application/json; api-version=1.0
Accept: */*
Content-Length: 14
{
"mac": "text"
}
No content
Remove a MAC address from the list of a client policy. Deprecated path - Use Criteria section instead.
Path parameters
idinteger · int32Required
Client policy ID
Body
Remove a MAC address criteria from the Client Policy
macstring | nullableRequired
The MAC address to remove from the client policy list.
Responses
204
No Content
401
Unauthorized
application/json; api-version=1.0
404
Not Found
application/json; api-version=1.0
delete
DELETE /api/ClientPolicies/{id}/MACFilters HTTP/1.1
Host:
Content-Type: application/json; api-version=1.0
Accept: */*
Content-Length: 14
{
"mac": "text"
}
No content
Last updated
Was this helpful?