GetDNSLabel
获取内网域名标记(label) 和域名名称(domain name)。当给资源绑定内网域名时,此标记会与 prefix 一起组成内网域名,即: 内网域名 = prefix + domain name
Request Parameters
Parameter name | Type | Description | Required |
---|---|---|---|
zone | String | 区域 ID,注意要小写 | Yes |
Response Elements
Name | Type | Description |
---|---|---|
action | String | 响应动作 |
dns_label | String | 内网域名标记 |
domain_name | String | 内网域名名称,此名称已包括了标记 |
ret_code | Integer | 执行成功与否,0 表示成功,其他值则为错误代码 |
Example
Example Request:
https://api.shanhe.com/iaas/?action=GetDNSLabel
&zone=jn1a
&COMMON_PARAMS
Example Response:
{
"action": "GetDNSLabelResponse",
"dns_label": "xwxjic",
"domain_name": "xwxjic.gd2.shanhe.com",
"ret_code":0
}