Skip to main content
API

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.

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

Returns the group id with which the DLM group has been stored


Schema

    object

Loading...