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": "fee1ef84-2fa6-4a00-bc9e-dabe737745bd",
"DashboardID": "ecc71f82-1305-42d0-8ecf-85be7cd6648b",
"SecurityGroupID": "771a137c-784e-4001-8e12-a3f4150bb574"
}
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.