Get a list of groups in the Devices & Groups.
successful operation
Authorization information is missing or invalid.
Not Found.
Internal server error
{- "count": 0,
- "next": "string",
- "previous": "string",
- "results": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "created_on": "2019-08-24T14:15:22Z",
- "enterprise": "string",
- "parent": "string",
- "device_count": 0,
- "path": "string",
- "children_count": 0,
- "thumbnail": "dec11f24-4767-4257-ac7d-bde137bc173e",
- "blueprint": "f63e6a96-31ed-4c31-b384-a8046257f34c"
}
]
}
Create a group in Devices & Groups.
successful operation
Bad request
Authorization information is missing or invalid.
Forbidden, no permission to perform this action.
Internal server error
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "created_on": "2019-08-24T14:15:22Z",
- "enterprise": "string",
- "parent": "string",
- "device_count": 0,
- "path": "string",
- "children_count": 0,
- "thumbnail": "dec11f24-4767-4257-ac7d-bde137bc173e",
- "blueprint": "f63e6a96-31ed-4c31-b384-a8046257f34c"
}
Find a group by its ID. Use List groups to find a group’s ID in Devices & Groups.
successful operation
Authorization information is missing or invalid.
Not Found.
Internal server error
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "created_on": "2019-08-24T14:15:22Z",
- "enterprise": "string",
- "parent": "string",
- "device_count": 0,
- "path": "string",
- "children_count": 0,
- "thumbnail": "dec11f24-4767-4257-ac7d-bde137bc173e",
- "blueprint": "f63e6a96-31ed-4c31-b384-a8046257f34c"
}
Update a group in Devices & Groups.
successful operation
User update error
Authorization information is missing or invalid
Not Found
Internal server error
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "created_on": "2019-08-24T14:15:22Z",
- "enterprise": "string",
- "parent": "string",
- "device_count": 0,
- "path": "string",
- "children_count": 0,
- "thumbnail": "dec11f24-4767-4257-ac7d-bde137bc173e",
- "blueprint": "f63e6a96-31ed-4c31-b384-a8046257f34c"
}
Delete a group from Devices & Groups.
The resource was deleted successfully.
Invalid request.
Authorization information is missing or invalid.
Forbidden, no permission to perform this action.
Not Found.
Internal server error
{- "errors": [
- "string"
], - "message": "string",
- "status": 0
}
Partially update a group in Devices & Groups.
successful operation
Bad request
Authorization information is missing or invalid.
Forbidden, no permission to perform this action.
Not Found.
Internal server error
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "created_on": "2019-08-24T14:15:22Z",
- "enterprise": "string",
- "parent": "string",
- "device_count": 0,
- "path": "string",
- "children_count": 0,
- "thumbnail": "dec11f24-4767-4257-ac7d-bde137bc173e",
- "blueprint": "f63e6a96-31ed-4c31-b384-a8046257f34c"
}
Upload an image to represent the group in Devices & Groups.
Thumbnail
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "image_file": "string",
- "thumbnail_url": "string",
- "created_on": "2019-08-24T14:15:22Z"
}
Get a list of group thumbnail image files in Devices & Groups.
Thumbnail
{- "count": 0,
- "previous": "string",
- "next": "string",
- "results": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "image_file": "string",
- "thumbnail_url": "string",
- "created_on": "2019-08-24T14:15:22Z"
}
]
}
Get a thumbnail by its ID. Use List thumbnail pics to find thumbnail IDs.
Thumbnail
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "image_file": "string",
- "thumbnail_url": "string",
- "created_on": "2019-08-24T14:15:22Z"
}
Delete a thumbnail in Devices & Groups.
Deleted group thumbnail
Group thumbnail delete error
{- "errors": [
- "string"
], - "message": "string",
- "status": 0
}
Returns EnterpriseDeviceGroup list
successful operation
Bad Request.
Authorization information is missing or invalid.
Internal server error.
{- "content": [
- {
- "subgroups": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}
]
}