Queries the search conditions that are used to search for exposed assets.
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
Value | string | No | The value of the search condition. Fuzzy match is supported. | id |
Response parameters
Example
Normal return example
JSON
Format
{
"RequestId": "6D9CDB47-6191-4415-BE63-7E8B12CD4FBE",
"CriteriaList": [
{
"Type": "select",
"Name": "instanceId",
"Values": "i-bp19r0fdd39idxhf****"
}
]
}
Error codes
Http code | Error code | Error message |
---|---|---|
400 | NoPermission | no permission |
500 | ServerError | ServerError |
For a list of error codes, visit the API error center.
Change history
Change time | Summary of changes | Operate | ||||||||
---|---|---|---|---|---|---|---|---|---|---|
2022-12-23 | API Description Update, The API operation is not deprecated., The error codes of the API operation has changed | |||||||||
|