app-configuration_manager

On this page:

createDeviceGroup

Summary

Creates a device group

Description

Creates a new device group in pronghorn

Route

POST /configuration_manager/devicegroup

Roles

admin apiwrite

Parameters

DetailsExampleSchema
Name Type Required Description
groupName string yes Name of the device group to be created
groupDescription string yes Description of the device group to be created
deviceNames string yes A string of devices to add to the group. (Separated by commas)

Return

DetailsExampleSchema
Name Type Description
data object Result of creating a new device group