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": "e6121b85-2d2f-4ddd-bbb1-202786602db9",
"ReportID": "5cb13b6c-5d5f-45f5-b609-0ecf3e0ca67e",
"SecurityGroupID": "033472b2-04cf-44fa-ae94-f9071155c971"
},
{
"$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.