All Products
Search
Document Center

Resource Management:CreateSavedQuery

Last Updated:Mar 03, 2024

Creates a custom query template.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
NamestringYes

The name of the template.

  • The name must be 1 to 64 characters in length.
  • The name can contain letters, digits, underscores (_), and hyphens (-).
  • The name must be unique.
Query of All Alibaba Cloud Resources
ExpressionstringYes

The query statement in the template.

SELECT * FROM resources;
DescriptionstringNo

The description of the template.

The description must be 1 to 256 characters in length.

Queries all resources on which you have permissions and sorts the resources by resource type and resource ID.

Response parameters

ParameterTypeDescriptionExample
object

The returned result.

RequestIdstring

The request ID.

EFA806B9-7F36-55AB-8B7A-D680C2C5EE57
QueryIdstring

The query ID.

sq-GeAck****

Examples

Sample success responses

JSONformat

{
  "RequestId": "EFA806B9-7F36-55AB-8B7A-D680C2C5EE57",
  "QueryId": "sq-GeAck****"
}

Error codes

HTTP status codeError codeError messageDescription
400NoPermissionYou are not authorized to perform this operation.You are not authorized to perform the operation.
409LengthExceedLimit.DescriptionThe length of parameter Description exceed limit.The length of the query template description exceeds the limit.
409LengthExceedLimit.ExpressionThe length of parameter Expression exceed limit.The length of the query expression exceeds the limit.
409LengthExceedLimit.NameThe length of parameter Name exceed limit.The length of the query template name exceeds the limit.
409InvalidParameter.NameThe specified parameter Name is not valid.The query template name is invalid.
409AlreadyExists.NameThe Query Template Name already exists.The query template name already exists.

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