HomeGuidesAPI Reference
GuidesAPI ReferenceGitHubAirheads Developer CommunityLog In
API Reference

Get configuration mode set per device type for groups.

Get configuration mode(UI or template mode of configuration) set per device type for the given list of groups.

For each group in the provided list, the configuration mode for Instant APs and Gateways
is specified under the 'Wireless' field and for switches under the 'Wired' field.
The configuration mode is specified as a boolean value indicating
if the device type is managed using the template mode of configuration or not.

Example:
{"data": [{"group": "group1", "template_info": {"Wired": true, "Wireless": false}}]}
In the group with name group1, Instant APs and gateways would have UI mode of configuration
set and switches would have a template mode of configuration set.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
groups
array of strings
required

Group list to fetch template information.

Maximum 20 comma separated group names allowed.

groups*
Responses

401

Unauthorized access, authentication required.

403

Forbidden, do not have read access for group.

413

Request-size limit exceeded.

417

Request-size limit exceeded.

429

API Rate limit exceeded.

default

the default response

Language
Credentials
Bearer
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json