For the complete documentation index, see llms.txt. This page is also available as Markdown.

MAC Filters

Deprecated

Add MAC filter

post

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 · min: 1 · max: 255 · nullableRequired

The MAC address to add to the client policy list.

Responses
204

No Content

No content

post/api/ClientPolicies/{id}/MACFilters

No content

Deprecated

Remove MAC filter

delete

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 · min: 1 · max: 255 · nullableRequired

The MAC address to remove from the client policy list.

Responses
204

No Content

No content

delete/api/ClientPolicies/{id}/MACFilters

No content

Last updated