PUT Application/PutDashboardGroup
Request Information
URI Parameters
None.
Body Parameters
DashboardGroupName | 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": "ed38eed3-3182-4d14-a928-c1fdf095df5d", "DashboardID": "b5cf5a72-dbed-410d-a001-650da198c95e", "SecurityGroupID": "dbc51c06-8fcd-4bc9-a2db-3ad7e27fb587" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponseName | 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.