Queries all custom query templates.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
MaxResults | string | No | The maximum number of entries per page. Valid values: 1 to 50. Default value: 50. | 10 |
NextToken | string | No | The pagination token that is used in the next request to retrieve a new page of results. | eyJzZWFyY2hBZnRlcnMiOlsiMTAwMTU2Nzk4MTU1OSJd**** |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "D696E6EF-3A6D-5770-801E-4982081FE4D0",
"MaxResults": "10",
"NextToken": "AAAAARfZmVDe9NvRXloR5+8CK9nNJufMdRA7W1miLC1P****",
"SavedQueries": [
{
"QueryId": "sq-GeAck****",
"Name": "Query of All Alibaba Cloud Resources",
"Description": "Queries all resources on which you have permissions and sorts the resources by resource type and resource ID. ",
"CreateTime": "2022-01-13T05:50:35Z",
"UpdateTime": "2023-03-14 10:27:07"
}
]
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
400 | NoPermission | You are not authorized to perform this operation. | You are not authorized to perform the operation. |
For a list of error codes, visit the Service error codes.