Add a new DLM group
x-ms-visibility: "important"
deprecated
This endpoint has been deprecated and may be removed in future versions of the API.
Sends a request to add a new group for the DLM specified in the request body.
application/json
Request Body required
DLM Group object that needs to be added. NetType can be either IT or TN
groupName string
maxCurrent int32
defaultOfflineCurrent int32
netType string
parentGroupId int64
siteId int64 nullable
Responses
- 200
- 400
- 401
Returns the group id with which the DLM group has been stored
application/json
Schema
Example (from schema)
response
Schema
object
{}
{"id":3}
Errors in the body request
text/plain
Schema
Schema
string
User not found or not authorised
Loading...