PUT Application/PutReportSecurityGroups
Request Information
URI Parameters
None.
Body Parameters
Collection of ReportSecurityGroup| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| ReportID | globally unique identifier |
Required |
|
| SecurityGroupID | globally unique identifier |
Required |
Request Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"ID": "61c57210-439c-41d9-915f-a169fcfa0dab",
"ReportID": "b3b911e6-fc13-414c-a81e-691a89bcb03a",
"SecurityGroupID": "7bec7220-1c99-4737-a4c2-65a071abe3d0"
},
{
"$ref": "1"
}
]
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.