All Products
Search
Document Center

Security Center:DescribeInstallCaptcha

Last Updated:Dec 29, 2025

Queries the verification code for you to manually install the Security Center agent.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
SourceIpstringNo

The source IP address of the request.

192.168.XX.XX
LangstringNo

The language of the content within the request and response. Default value: zh. Valid values:

  • zh: Chinese.
  • en: English.
zh
DeadlinestringNo

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

ParameterTypeDescriptionExample
object
Deadlinestring

The validity period of the installation verification code.

Note The installation verification code is valid only within the validity period. An expired installation verification code cannot be used to install the agent.
2020-10-10 16:06:38
RequestIdstring

The ID of the request.

4E5BFDCF-B9DD-430D-9DA4-151BCB581C9D
CaptchaCodestring

The installation verification code for you to manually install the Security Center agent.

M1HH**

Examples

Sample success responses

JSONformat

{
  "Deadline": "2020-10-10 16:06:38",
  "RequestId": "4E5BFDCF-B9DD-430D-9DA4-151BCB581C9D",
  "CaptchaCode": "M1HH**"
}

Error codes

HTTP status codeError codeError messageDescription
403NoPermissioncaller has no permissionYou are not authorized to do this operation.
500ServerErrorServerError-

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
2023-08-29API Description Update. The API operation is not deprecated.View Change Details