Domain name for API request: iai.tencentcloudapi.com.
This API is used to get the group information.
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: GetGroupInfo. |
Version | Yes | String | Common Params. The value used for this API: 2020-03-03. |
Region | No | String | Common Params. This parameter is not required for this API. |
GroupId | Yes | String | Group ID, which is the GroupId in the CreateGroup API. |
Parameter Name | Type | Description |
---|---|---|
GroupName | String | Group name |
GroupId | String | Group ID |
GroupExDescriptions | Array of String | Custom group description field |
Tag | String | Group remarks |
FaceModelVersion | String | Algorithm model version used for face recognition. |
CreationTimestamp | Integer | Group creation time and date (CreationTimestamp ), whose value is the number of milliseconds between the UNIX epoch time and the group creation time. |
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
https://iai.tencentcloudapi.com/?Action=GetGroupInfo
&GroupId=aaa
&<Common request parameters>
{
"Response": {
"GroupName": "aaa",
"GroupId": "aaa",
"GroupExDescriptions": [
"24"
],
"Tag": "fdsaf",
"FaceModelVersion": "3.0",
"CreationTimestamp": 1559530931613,
"RequestId": "6faa05d0-287b-464e-8755-cf3e8d0c703d"
}
}
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 |
---|---|
FailedOperation.RequestLimitExceeded | The request frequency exceeds the limit. |
FailedOperation.RequestTimeout | The backend service timed out. |
FailedOperation.ServerError | The algorithm service is exceptional. Please retry. |
InvalidParameterValue.GroupIdIllegal | The group ID contains invalid characters. It can contain only letters, digits, and special symbols (-%@#&_). |
InvalidParameterValue.GroupIdNotExist | The group ID does not exist. |
InvalidParameterValue.GroupIdTooLong | The group ID exceeds the length limit. |
ResourceUnavailable.InArrears | The account is in arrears. |
ResourceUnavailable.NotExist | The billing status is unknown. Please check whether the service has been activated in the console. |
ResourceUnavailable.StopUsing | The service has been suspended for the account. |
ResourcesSoldOut.ChargeStatusException | The billing status is exceptional. |
本页内容是否解决了您的问题?