Queries the configuration of an address based on the specified input parameters.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
alidns:DescribeCloudGtmAddress |
get |
*All Resource
|
None | None |
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. Make sure that the token is unique among different requests. The token can contain a maximum of 64 ASCII characters. |
1ae05db4-10e7-11ef-b126-00163e24**** |
| AddressId |
string |
Yes |
The unique ID of the address. |
addr-89518218114368**** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The unique request ID. |
B57C121B-A45F-44D8-A9B2-13E5A5044195 |
| AddressId |
string |
The unique ID of the address. |
addr-89518218114368**** |
| CreateTime |
string |
The time when the address was created. |
2024-03-23T13:09Z |
| CreateTimestamp |
integer |
The UNIX timestamp when the address was created. |
1527690629357 |
| UpdateTime |
string |
The time when the address configuration was last modified. |
2024-03-29T13:20Z |
| UpdateTimestamp |
integer |
The UNIX timestamp when the address was last modified. |
1527690629357 |
| Name |
string |
The name of the address. |
test |
| Type |
string |
The type of the address. Valid values:
|
IPv4 |
| Address |
string |
The IP address or domain name. |
223.5.XX.XX |
| AttributeInfo |
string |
The attribution information of the address. |
当前版本不支持此参数,不会返回地址归属信息。 |
| Remark |
string |
The remarks. |
test1 |
| EnableStatus |
string |
The enabled status of the address: enable: The address is enabled. disable: The address is disabled. |
enable |
| AvailableMode |
string |
The switchover mode for the address when a health check detects an exception:
|
auto |
| ManualAvailableStatus |
string |
The availability status of the address that is set when the switchover mode is manual:
|
available |
| AvailableStatus |
string |
The availability status of the address:
|
available |
| HealthStatus |
string |
The health check result of the address:
|
ok |
| HealthJudgement |
string |
The health determination condition for the address:
|
p50_ok |
| HealthTasks |
object |
||
| HealthTask |
array<object> |
The list of health check tasks. |
|
|
object |
The list of health check tasks that are associated with the address. |
||
| Port |
integer |
The service port of the target address for the health check. This parameter is not supported when the health check protocol is Ping. |
80 |
| TemplateId |
string |
The ID of the health check template that is associated with the address. |
mtp-89518052425100**** |
| TemplateName |
string |
The name of the health check template. |
Ping-IPv4 |
| MonitorStatus |
string |
The status of the health check task from the health check template:
|
ok |
Examples
Success response
JSON format
{
"RequestId": "B57C121B-A45F-44D8-A9B2-13E5A5044195",
"AddressId": "addr-89518218114368****\n",
"CreateTime": "2024-03-23T13:09Z",
"CreateTimestamp": 1527690629357,
"UpdateTime": "2024-03-29T13:20Z",
"UpdateTimestamp": 1527690629357,
"Name": "test",
"Type": "IPv4",
"Address": "223.5.XX.XX",
"AttributeInfo": "当前版本不支持此参数,不会返回地址归属信息。",
"Remark": "test1",
"EnableStatus": "enable",
"AvailableMode": "auto",
"ManualAvailableStatus": "available",
"AvailableStatus": "available",
"HealthStatus": "ok",
"HealthJudgement": "p50_ok",
"HealthTasks": {
"HealthTask": [
{
"Port": 80,
"TemplateId": "mtp-89518052425100****",
"TemplateName": "Ping-IPv4",
"MonitorStatus": "ok"
}
]
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.