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": "0cfec6b5-fedd-4c0e-a139-de639cd6f726",
"ReportID": "9c624cfc-a82f-463b-884e-8f5b0bbeabd4",
"SecurityGroupID": "9b32b50a-ed7f-4f75-9ea1-6646d1532845"
},
{
"$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.