All Products
Search
Document Center

Security Center:DescribeVpcHoneyPotCriteria

Last Updated:Jan 20, 2026

Queries the search conditions that can be used to query honeypots.

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
LangstringNo

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

  • zh: Chinese.
  • en: English.
zh

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The ID of the request, which is used to locate and troubleshoot issues.

FCE38ADB-7361-4212-AD87-A4514E4DF925
CriteriaListarray<object>

An array that consists of the search conditions.

Criteriaobject
Typestring

The type of the search condition. Valid values:

  • input: You must manually enter the search condition.
  • select: You must select a search condition from the Values drop-down list.
select
Namestring

The name of the search condition.

vpcRegionId
Valuesstring

The values of the search condition. This parameter is returned only if the value of Type is select.

Note If the value of Type is input, the value of this parameter is an empty string.
ap-southeast-2,eu-west-1

Examples

Sample success responses

JSONformat

{
  "RequestId": "FCE38ADB-7361-4212-AD87-A4514E4DF925",
  "CriteriaList": [
    {
      "Type": "select",
      "Name": "vpcRegionId",
      "Values": "ap-southeast-2,eu-west-1"
    }
  ]
}

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-03-01The request parameters of the API has changedView Change Details