Queries the verification code for you to manually install the Security Center agent.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
| SourceIp | string | No | The source IP address of the request. | 192.168.XX.XX |
| Lang | string | No | The language of the content within the request and response. Default value: zh. Valid values:
| zh |
| Deadline | string | No | The validity period of verification codes. If this parameter is not specified, only the valid verification codes are returned. Note
An installation verification code can be used only within the validity period. An expired installation verification code cannot be used to install the Security Center agent.
| 2020-10-11 16:26:22 |
Response parameters
Examples
Sample success responses
JSONformat
{
"Deadline": "2020-10-10 16:06:38",
"RequestId": "4E5BFDCF-B9DD-430D-9DA4-151BCB581C9D",
"CaptchaCode": "M1HH**"
}Error codes
| HTTP status code | Error code | Error message | Description |
|---|---|---|---|
| 403 | NoPermission | caller has no permission | You are not authorized to do this operation. |
| 500 | ServerError | ServerError | - |
For a list of error codes, visit the Service error codes.
Change history
| Change time | Summary of changes | Operation |
|---|---|---|
| 2023-08-29 | API Description Update. The API operation is not deprecated. | View Change Details |
