HomeGuidesAPI Reference
GuidesAPI ReferenceGitHubAirheads Developer CommunityLog In

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.

Language
Authorization
Bearer
URL
Click Try It! to start a request and see the response here!