HomeGuidesAPI Reference
GuidesAPI ReferenceGitHubAirheads Developer CommunityLog In
API Reference

Apply MSP customer level template to end customers. This would not apply template to template groups at end customer.

Apply MSP customer level template to matching model and version to end customers.

This would not apply template to template groups at end customers.

Path Params
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_customers or exclude_customers not both.

include_customers
array of strings

List of customers IDs to be included while applying template,

Example: ["111111", "111112"].

If include_customers list is specified then exclude_customers must not be specified.

include_customers
exclude_customers
array of strings

List of customers IDs to be excluded while applying template,

Example: ["111111", "111112"].

If exclude_customers list is specified then include_customers must not be specified.

If exclude_customers is [] then template would be applied to all end customers.

exclude_customers
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
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json