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": "a76ee9bf-06bf-481e-b4df-085f99c740bf",
  "DashboardID": "4cf6522d-abaa-4470-9e0d-bef9b316fe0b",
  "SecurityGroupID": "0a11cc63-9f6e-43a8-9755-3f97c98e10ff"
}

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.