HomeGuidesAPI Reference
GuidesAPI ReferenceGitHubAirheads Developer CommunityLog In
API Reference

Replace all or delete some of the template variables for a device.

Delete all existing template variables and create requested template variables for a device.
This API can be used for deleting some variables out of all for a device.

Example:

Existing variables:
{"_sys_serial": "AB0011111", "_sys_lan_mac": "11:12:AA:13:14:BB", "SSID_A": "Z-Employee"}

Variables provided in this request body:
{"_sys_serial": "AB0011111", "_sys_lan_mac": "11:12:AA:13:14:BB", "vc_name": "Instant-13:14:BB"}

Final output variables:
{"_sys_serial": "AB0011111", "_sys_lan_mac": "11:12:AA:13:14:BB", "vc_name": "Instant-13:14:BB"}

In Final output variables "SSID_A" is deleted and "vc_name" is created.

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

Serial number of the device.

Body Params

Variables to be applied for device.

integer
variables
object
Responses
200

Successful operation.

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