Queries the information of a parent group by subgroup ID.
Limits
Each Alibaba Cloud account can run a maximum of 10 queries per second (QPS).
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | QuerySuperDeviceGroup |
The operation that you want to perform. Set the value to QuerySuperDeviceGroup. |
GroupId | String | Yes | DMoI2Kby5m62**** |
The ID of the subgroup. The ID is the globally unique identifier (GUID) for the group. |
IotInstanceId | String | No | iot_instc_pu****_c*-v64******** |
The ID of the instance. You can view the instance ID on the Overview page in the IoT Platform console. Notice
For more information, see Overview. |
In addition to the preceding operation-specific request parameters, you must specify common request parameters when you call this operation. For more information, see Common request parameters.
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
Code | String | iot.system.SystemException |
The error code returned if the call fails. For more information, see Error codes. |
Data | Array of GroupInfo |
The parent group information returned if the call succeeds. For more information, see the following GroupInfo parameter. |
|
GroupInfo | |||
GroupDesc | String | A test |
The description of the parent group. |
GroupId | String | tDQvBJqbUyHskDse |
The ID of the parent group. |
GroupName | String | IOTTEST |
The name of the parent group. |
ErrorMessage | String | A system exception occurred. |
The error message returned if the call fails. |
RequestId | String | 7411716B-A488-4EEB-9AA0-6DB05AD2491F |
The ID of the request. |
Success | Boolean | true |
Indicates whether the call was successful.
|
Examples
Sample requests
https://iot.cn-shanghai.aliyuncs.com/?Action=QuerySuperDeviceGroup
&GroupId=DMoI2Kby5m62****
&<Common request parameters>
Sample success responses
XML
format
<QuerySuperDeviceGroupResponse>
<Data>
<GroupName>IOTTEST</GroupName>
<GroupId>tDQvBJqbUyHskDse</GroupId>
<GroupDesc>A test.</GroupDesc>
</Data>
<RequestId>7411716B-A488-4EEB-9AA0-6DB05AD2491F</RequestId>
<Success>true</Success>
</QuerySuperDeviceGroupResponse>
JSON
format
{
"Data":{
"GroupName":"IOTTEST",
"GroupId":"tDQvBJqbUyHskDse",
"GroupDesc":"A test."
},
"RequestId":"7411716B-A488-4EEB-9AA0-6DB05AD2491F",
"Success":true
}
Error codes
For a list of error codes, visit the API Error Center.