POST WEvalBiz/RequestGroup
Request Information
URI Parameters
None.
Body Parameters
ClusterGroupRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| SourceCode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"SourceCode": "sample string 1"
}
application/xml, text/xml
Sample:
<ClusterGroupRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GJ.WEM.Biz.Model"> <SourceCode>sample string 1</SourceCode> </ClusterGroupRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
RemoteResponseOfClusterGroupResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| success | boolean |
None. |
|
| errors | string |
None. |
|
| unauthed | boolean |
None. |
|
| result | ClusterGroupResponse |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.