HomeGuidesAPI Reference
GuidesAPI ReferenceGitHubAirheads Developer CommunityLog In
API Reference

Clone and create new group.

Clone and create new group from a given group with the given name. The configuration of the new group will be inherited from the given group.
For example:
Sample request body to create a group is as follows:
{
"group": "Lorem",
"clone_group": "Ipsum"
}
With the above body, a group named Lorem will be created with the attributes such as template-type & configurations cloned from Ipsum group.

SD branch group configuration can be upgraded from Instant to AOS10 architecture.
If the group which is to be cloned contains access points along with gateways, the upgrade operation would
disable support for access point and remove the access points configuration in the cloned group.
To re-enable access point configuration, please update the group to enable access points and re-configure
the group.

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

Data to clone group and create a new group.

string
required
length between 1 and 128

Name of group to be created.

string
required
length between 1 and 128

Group to be cloned.

boolean
Defaults to false

Upgrade group architecture during clone.

Responses
201

Created.

401

Unauthorized access, authentication required.

403

Forbidden, do not have write 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