Skip to main content
API

Update 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 update the DLM group specified by its id.

Path Parameters
    dlmGroupid int64 required

    This is the globally unique ID for the group

Request Body required

DLM Group object that needs to be updated. Only the fields to change need to be written in the body

    groupName string
    maxCurrent int32
    defaultOfflineCurrent int32
    netType string
    parentGroupId int64
    siteId int64 nullable
Responses

The DLM group has been updated correctly

Loading...