Domain name for API request: mna.intl.tencentcloudapi.com.
View group details
A maximum of 20 requests can be initiated per second for this API.
The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.
| Parameter Name | Required | Type | Description |
|---|---|---|---|
| Action | Yes | String | Common Params. The value used for this API: GetGroupDetail. |
| Version | Yes | String | Common Params. The value used for this API: 2021-01-19. |
| Region | No | String | Common Params. This parameter is not required for this API. |
| GroupId | Yes | String | group ID |
| PageSize | Yes | Integer | Display per page number of records. When PageSize and PageNumber are -1, match all devices by 1 page with no limit entries. Example value: 1. |
| PageNumber | Yes | Integer | Number of records displayed per page. When PageSize and PageNumber are both -1, match all devices by 1 page with no limit entries. Example value: 10. |
| KeyWord | No | String | Search Keywords |
| Parameter Name | Type | Description |
|---|---|---|
| GroupInfo | GroupInfo | Group basic info |
| DeviceInfos | Array of DeviceBaseInfo | Device list grouped in |
| Length | Integer | Total number of devices |
| TotalPage | Integer | Total pages |
| RequestId | String | The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem. |
POST / HTTP/1.1
Host: mna.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: GetGroupDetail
<Common request parameters>
{
"GroupId": "cliGrp-xf8rboasb",
"PageSize": "10",
"PageNumber": "1"
}
{
"Response": {
"GroupInfo": {
"GroupId": "cliGrp-xf8rboasb",
"GroupName": "groupname",
"CreateTime": "1711076263000",
"UpdateTime": "1711076263000",
"Description": "GetGroupDetail description"
"DeviceNum": 0
},
"DeviceInfos": [
{
"DeviceId": "mna-detr244",
"DeviceName": "name",
"CreateTime": "1711076263000",
"LastTime": "1711076263000",
"Remark": "mark",
"AccessScope": 0,
"LicensePayMode": 0,
"Payer": 0,
"GroupId": "cliGrp-xf8rboasb",
"GroupName": "name2"
}
],
"Length": 0,
"TotalPage": 0,
"RequestId": "fd429f79-9914-46e7-94c3-c0695ee1c8b9"
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
| Error Code | Description |
|---|---|
| InternalError | Internal error. |
| InternalError.ControlRequestError | Request controller encounters an error. |
| InvalidParameterValue | Parameter value error. |
フィードバック