PUT Application/PutDashboardGroup

Request Information

URI Parameters

None.

Body Parameters

DashboardGroup
NameDescriptionTypeAdditional information
ID

globally unique identifier

None.

DashboardID

globally unique identifier

Required

SecurityGroupID

globally unique identifier

Required

Request Formats

application/json, text/json

Sample:
{
  "ID": "75bf522d-2469-4d2f-b561-923ec44a8980",
  "DashboardID": "7c7025bb-a37d-452d-8c50-b757a18a80c1",
  "SecurityGroupID": "d3327964-f331-46b1-bb63-620e580a445c"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ServiceResponse
NameDescriptionTypeAdditional information
IsSuccess

boolean

None.

ErrorMessage

string

None.

Code

string

None.

StackTrace

string

None.

Response

ServiceItem

None.

Response Formats

application/json, text/json

Sample:

Sample not available.