Retrieves a list of GTM 3.0 instances based on the specified parameters.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| AcceptLanguage |
string |
No |
The language of the response. Valid values:
|
en-US |
| ClientToken |
string |
No |
A client token that is used to ensure the idempotence of the request. Generate a unique value on the client. The token can contain only ASCII characters and cannot exceed 64 characters in length. |
1ae05db4-10e7-11ef-b126-00163e24**** |
| PageNumber |
integer |
No |
The page number. The value starts from 1. The default value is 1. |
1 |
| PageSize |
integer |
No |
The number of entries to return on each page. The maximum value is 100. The default value is 20. |
20 |
| InstanceId |
string |
No |
The ID of the GTM instance. |
gtm-cn-jmp3qnw**** |
| InstanceName |
string |
No |
The name of the instance. This helps you identify the business purpose of the instance. |
test |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The unique ID of the request. |
536E9CAD-DB30-4647-AC87-AA5CC38C5382 |
| PageNumber |
integer |
The page number. The value starts from 1. The default value is 1. |
1 |
| PageSize |
integer |
The number of entries returned on each page. The maximum value is 100. The default value is 20. |
20 |
| TotalPages |
integer |
The total number of pages. |
1 |
| TotalItems |
integer |
The total number of instances. |
15 |
| Instances |
object |
||
| Instance |
array<object> |
The list of instances. |
|
|
object |
The information about the instance. |
||
| InstanceId |
string |
The ID of the GTM instance. |
gtm-cn-jmp3qnw**** |
| InstanceName |
string |
The name of the instance. |
test |
| CreateTime |
string |
The time when the instance was created. |
2024-03-15T01:46Z |
| CreateTimestamp |
integer |
The UNIX timestamp that indicates when the instance was created. |
1231298343343 |
| UpdateTime |
string |
The time when the instance was last modified. |
2024-03-15T01:46Z |
| UpdateTimestamp |
integer |
The UNIX timestamp that indicates when the instance was last modified. |
1231298343343 |
| VersionCode |
string |
The edition of the GTM instance:
|
ultimate |
| CommodityCode |
string |
The commodity code:
|
dns_gtm_public_cn |
| MonthlySmsQuota |
integer |
The monthly quota for text messages. Text messages are supported only on the China site (aliyun.com). |
1000 |
| MonitorTaskQuota |
integer |
The quota for health check tasks. |
100 |
| ExpireTimestamp |
integer |
The UNIX timestamp that indicates when the instance expires. |
1231298343343 |
| ExpireTime |
string |
The time when the instance expires. |
2024-03-15T01:46Z |
| ScheduleDomainName |
string |
The access domain name of GTM. The domain name is a combination of the host record (the value of the ScheduleHostname parameter) and the primary domain or subdomain (the value of the ScheduleZoneName parameter). |
www.example.com |
| MonthlySmsUsed |
integer |
The number of text messages sent in the current month. Text messages are supported only on the China site (aliyun.com). |
100 |
| MonthlyEmailUsed |
integer |
The number of emails sent in the current month. |
50 |
| MonthlyWebhookUsed |
integer |
The number of webhook notifications sent in the current month. |
80 |
| ChargeType |
string |
postpay / prepay |
Examples
Success response
JSON format
{
"RequestId": "536E9CAD-DB30-4647-AC87-AA5CC38C5382",
"PageNumber": 1,
"PageSize": 20,
"TotalPages": 1,
"TotalItems": 15,
"Instances": {
"Instance": [
{
"InstanceId": "gtm-cn-jmp3qnw****",
"InstanceName": "test",
"CreateTime": "2024-03-15T01:46Z",
"CreateTimestamp": 1231298343343,
"UpdateTime": "2024-03-15T01:46Z\n",
"UpdateTimestamp": 1231298343343,
"VersionCode": "ultimate",
"CommodityCode": "dns_gtm_public_cn",
"MonthlySmsQuota": 1000,
"MonitorTaskQuota": 100,
"ExpireTimestamp": 1231298343343,
"ExpireTime": "2024-03-15T01:46Z",
"ScheduleDomainName": "www.example.com",
"MonthlySmsUsed": 100,
"MonthlyEmailUsed": 50,
"MonthlyWebhookUsed": 80,
"ChargeType": "postpay / prepay"
}
]
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.