Queries accelerated domain names and their ICP filing status.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ga:ListDomains |
list |
*Domain
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
No |
Region ID of the GA instance. Set to cn-hangzhou. |
cn-hangzhou |
| AcceleratorId |
string |
No |
ID of the GA instance to query. |
ga-bp1odcab8tmno0hdq**** |
| Domain |
string |
No |
Accelerated domain name to query. |
www.example.com |
| PageNumber |
integer |
No |
Page number. Default: 1. |
1 |
| PageSize |
integer |
No |
Entries per page. Maximum: 50. Default: 10. |
10 |
| State |
string |
No |
ICP filing status to filter by. Valid values:
|
active |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Response parameters. |
||
| TotalCount |
integer |
Total number of entries. |
1 |
| PageSize |
integer |
Entries per page. |
10 |
| RequestId |
string |
Request ID. |
04F0F334-1335-436C-A1D7-6C044FE73368 |
| PageNumber |
integer |
Page number. |
1 |
| Domains |
array<object> |
Accelerated domain names. |
|
|
array<object> |
Accelerated domain names. |
||
| Accelerators |
array<object> |
Associated GA instances. |
|
|
array<object> |
GA instances. |
||
| AcceleratorId |
string |
GA instance ID. |
ga-bp1odcab8tmno0hdq**** |
| Name |
string |
GA instance name. |
Accelerator |
| ServiceId |
string |
Service ID managing the GA instance. Note
Returned only when ServiceManaged is True. |
ALB |
| ServiceManaged |
boolean |
Whether the GA instance is managed. Valid values:
|
true |
| ServiceManagedInfos |
array<object> |
Allowed actions on the managed instance. Note
Returned only when ServiceManaged is True. |
|
|
object |
|||
| Action |
string |
Action name. Valid values:
|
Update |
| ChildType |
string |
Child resource type. Valid values:
Note
Returned only when Action is CreateChild. |
Listener |
| IsManaged |
boolean |
Whether the action is managed. Valid values:
|
false |
| Domain |
string |
Accelerated domain name. |
www.example.com |
| State |
string |
ICP filing status. Valid values:
|
active |
Examples
Success response
JSON format
{
"TotalCount": 1,
"PageSize": 10,
"RequestId": "04F0F334-1335-436C-A1D7-6C044FE73368",
"PageNumber": 1,
"Domains": [
{
"Accelerators": [
{
"AcceleratorId": "ga-bp1odcab8tmno0hdq****",
"Name": "Accelerator",
"ServiceId": "ALB",
"ServiceManaged": true,
"ServiceManagedInfos": [
{
"Action": "Update",
"ChildType": "Listener",
"IsManaged": false
}
]
}
],
"Domain": "www.example.com",
"State": "active"
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.