PUT Application/PutDashboardGroup
Request Information
URI Parameters
None.
Body Parameters
DashboardGroup| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| DashboardID | globally unique identifier |
Required |
|
| SecurityGroupID | globally unique identifier |
Required |
Request Formats
application/json, text/json
Sample:
{
"ID": "10fa71f7-8d41-4a2e-97e2-da772298acbc",
"DashboardID": "d34c8a55-182a-4ea3-843a-65da35219b6a",
"SecurityGroupID": "dc93b54c-c338-45d1-adb0-f7022f3c3d3a"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponse| Name | Description | Type | Additional 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.