Domain name for API request: ssl.intl.tencentcloudapi.com.
Query the list of people in charge
A maximum of 10 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: DescribeManagers. |
| Version | Yes | String | Common Params. The value used for this API: 2019-12-05. |
| Region | No | String | Common Params. This parameter is not required for this API. |
| CompanyId | Yes | Integer | Company ID, obtain through the API DescribeCompanies |
| Offset | No | Integer | Pagination offset. If not provided, default value is 0. |
| Limit | No | Integer | Pagination quantity per page. If not provided, the default value is 10. Maximum value is 1000. |
| ManagerName | No | String | Manager name (deprecated). Please use SearchKey. |
| ManagerMail | No | String | Fuzzy query manager mailbox (deprecated), please use SearchKey |
| Status | No | String | Filter based on manager status. Valid values: 'none' pending review 'audit', reviewing by AsiaInfo 'CAaudit' CA under review 'ok' reviewed 'review failed' for 'invalid' expiring soon expired |
| SearchKey | No | String | Based on the format: manager surname |
| Parameter Name | Type | Description |
|---|---|---|
| Managers | Array of ManagerInfo | List of company managers |
| TotalCount | Integer | Total number of company managers |
| 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: ssl.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeManagers
<Common request parameters>
{
"CompanyId": 89002,
"Offset": 0,
"Limit": 10,
"ManagerName": "luke",
"ManagerMail": "luke@qq.com",
"Status": "ok",
"SearchKey": "luke"
}
{
"Response": {
"Managers": [
{
"Status": "ok",
"ManagerFirstName": "luke",
"ManagerLastName": "zhang",
"ManagerPosition": "SRE",
"ManagerPhone": "18*******99",
"ManagerMail": "luke@qq.com",
"ManagerDepartment": "IT",
"CreateTime": "2021-09-11 12:00:00",
"DomainCount": 0,
"CertCount": 0,
"ManagerId": 0,
"ExpireTime": "2022-09-11 12:00:00",
"SubmitAuditTime": "2022-08-11 12:00:00",
"VerifyTime": "2022-09-01 12:00:00",
"StatusInfo": [
{
"Type": "ov",
"Status": "active",
"CreateTime": "2021-09-11 12:00:00",
"ExpireTime": "2022-09-11 12:00:00",
"ManagerPreAuditDomains": []
}
]
}
],
"TotalCount": 0,
"RequestId": "14727a68-3b90-4408-99c9-dea6d7de9456"
}
}
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.InvalidParam | Incorrect parameters. |
| InvalidParameter | The parameter is incorrect. |
| InvalidParameterValue | Invalid parameter value. |
Esta página foi útil?
Você também pode entrar em contato com a Equipe de vendas ou Enviar um tíquete em caso de ajuda.
comentários