HomeGuidesAPI Reference
GuidesAPI ReferenceGitHubAirheads Developer CommunityLog In
API Reference

Apply end customer template to template groups at end customer.

Apply end customer level template to end customer groups.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

End customer id.

string
enum
required

Device type of the template.

Allowed:
string
required

Firmware version property of template.

Example: ALL, 6.5.4 etc.

string
required

Model property of template.

For 'ArubaSwitch' device_type, part number (J number) can be used for the model parameter.

Example: 2920, J9727A etc.

Body Params

Apply template to either include_groups or exclude_groups not both.

include_groups
array of strings

List of group names to be included while applying template,

Example: ["G1", "G2"].

If include_groups list is specified then exclude_groups must not be specified.

Special value ["ALL_GROUPS"] can be specified in include_groups list so that given template can be copied to ALL template groups under given tenant.

include_groups
exclude_groups
array of strings

List of group names to be excluded while applying template,

Example: ["G1", "G2"].

If exclude_groups list is specified then include_groups must not be specified.

exclude_groups
Responses
200

Successful operation.

304

Not Modified.

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