HomeGuidesAPI Reference
GuidesAPI ReferenceGitHubAirheads Developer CommunityLog In

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.

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