功能介紹
查詢子網。
調試
您可以在API Explorer中調試該接口。
URI
GET /v1/{project_id}/subnets/{subnet_id}
|
名稱 |
是否必選 |
說明 |
|---|---|---|
|
project_id |
是 |
項目ID,獲取項目ID請參見獲取項目ID。 |
|
subnet_id |
是 |
子網唯一標識。 如果您使用管理控制臺,此值即為子網詳情中的“網絡ID”參數值。 |
請求參數
無
請求示例
GET https://{Endpoint}/v1/{project_id}/subnets/4779ab1c-7c1a-44b1-a02e-93dfc361b32d
響應參數
|
名稱 |
參數類型 |
說明 |
|---|---|---|
|
id |
String |
uuid形式的一個資源標識。 |
|
name |
String |
|
|
description |
String |
|
|
cidr |
String |
子網的網段 |
|
gateway_ip |
String |
子網的網關 |
|
ipv6_enable |
Boolean |
是否創(chuàng)建IPv6子網 |
|
cidr_v6 |
String |
IPv6子網的網段,如果子網為IPv4子網,則不返回此參數 |
|
gateway_ip_v6 |
String |
IPv6子網的網關,如果子網為IPv4子網,則不返回此參數 |
|
dhcp_enable |
Boolean |
子網是否開啟dhcp功能 |
|
primary_dns |
String |
子網dns服務器地址1 |
|
secondary_dns |
String |
子網dns服務器地址2 |
|
dnsList |
Array of strings |
子網dns服務器地址列表集 |
|
availability_zone |
String |
子網所在的可用區(qū)標識 |
|
vpc_id |
String |
子網所在VPC標識 |
|
status |
String |
|
|
neutron_network_id |
String |
對應網絡(OpenStack Neutron接口)id |
|
neutron_subnet_id |
String |
對應子網(OpenStack Neutron接口)id |
|
neutron_subnet_id_v6 |
String |
對應IPv6子網(OpenStack Neutron接口)id,如果子網為IPv4子網,則不返回此參數 |
|
extra_dhcp_opts |
||
|
scope |
String |
子網作用域。 取值范圍:
|
|
tenant_id |
String |
功能說明:項目ID。 |
|
created_at |
String |
|
|
updated_at |
String |
|
響應示例
{
"subnet": {
"id": "4779ab1c-7c1a-44b1-a02e-93dfc361b32d",
"name": "subnet",
"description": "",
"cidr": "192.168.20.0/24",
"dnsList": [
"114.xx.xx.114",
"114.xx.xx.115"
],
"status": "ACTIVE",
"vpc_id": "3ec3b33f-ac1c-4630-ad1c-7dba1ed79d85",
"gateway_ip": "192.168.20.1",
"ipv6_enable": false,
"dhcp_enable": true,
"primary_dns": "114.xx.xx.114",
"secondary_dns": "114.xx.xx.115",
"availability_zone": "aa-bb-cc",
"neutron_network_id": "4779ab1c-7c1a-44b1-a02e-93dfc361b32d",
"neutron_subnet_id": "213cb9d-3122-2ac1-1a29-91ffc1231a12",
"extra_dhcp_opts": [
{
"opt_value": "10.100.0.33,10.100.0.34",
"opt_name": "ntp"
},
{
"opt_value": "24h",
"opt_name": "addresstime"
}
],
"tenant_id": "087679f0aa80d32a2f4ec0172f5e902b",
"created_at": "2022-12-15T02:42:07",
"updated_at": "2022-12-15T02:42:07"
}
}
狀態(tài)碼
請參見狀態(tài)碼。
錯誤碼
請參考錯誤碼。
