POST Application/PostDashboardGroups

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": "9fc1e6b6-23f0-45d1-8e5e-ea19558969d6",
  "DashboardID": "654c6dfe-0e2c-4c0a-ac61-f8edf0a71485",
  "SecurityGroupID": "9f212b4a-3305-4d84-b01b-d69c04c9d18d"
}

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.