getOrgNacTag
GET https://{{host}}/api/v1/orgs/:org_id/nactags/:nactag_id
Query Parameters
Name | Type | Description |
---|---|---|
type | string | Type of NAC Tag |
name | string | Name of NAC Tag |
Response Definition
Name | Type | Description |
---|---|---|
name | string | the name |
type | string | match / radius_group / vlan |
match | string | type of match, vendor / certcn / certsub / certserial / certissuer / certsan / idprole / realm / user_name |
values | list | list of values to match |
vlan | string | vlan id or name to return |
radius_group | string | filter_id to return |
RESPONSES
status: OK
{"type":"match","name":"guest-wlan","match":"vendor","values":["cisco"]}