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": "baed5824-f283-4ca7-b791-a05571f2f06e",
"ReportID": "3aaa84d5-1dc4-424b-ad5f-cea5b92909b2",
"SecurityGroupID": "071ac4af-9163-44d6-9c84-e209e9d9c356"
},
{
"$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.