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": "6323c804-6227-430a-8136-877fda7f3fb0",
"DashboardID": "23f38e58-4821-47b9-a7ad-5676da8dbe40",
"SecurityGroupID": "e00ce73f-45ff-4938-b7c7-dba152b482eb"
}
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.