These docs are for v1. Click to read the latest docs for v3.

Create

Use this API to create groups that can be used to manage your fleet. Different groups have different configurations and each group has an administrator. Nesting of groups is also possible. Default Group is considered as the parent of all groups.

📘

Sample Request

https://api.azuga.com/azuga-ws/v1/groups/create.json

{  
   "groupName":"testGroup",
   "adminEmails":"[email protected]",
   "configName":"Default Configuration",
   "parentGroupName":"Scott",
   "description":"Audi A-6",
   "bgColor":"#ffffff",
   "textColor":"#000000"
}

//OR

{  
   "groupName":"testGroup",
   "useDefaultAdmin":true,
   "useDefaultConfig":true,
   "useParentDefaultGroup":true,
   "description":"Audi A-6",
   "bgColor":"#ffffff",
   "textColor":"#000000"
}

API Response Explanation

Field

Description

code

API Status Code

message

API Message

messageCode

For Azuga internal use

reason

The reason for failure

generatedAt

API generation timestamp in UTC

Language
Credentials
Header
Click Try It! to start a request and see the response here!