POST zstack/v1/vpc/virtual-routers
Authorization: OAuth the-session-uuid
{
"params": {
"name": "TestVPC",
"virtualRouterOfferingUuid": "d9a495f730564ce58328dbfdb1d05721",
"description": "this is a vpc for test"
},
"systemTags": [],
"userTags": []
}
curl -H "Content-Type: application/json;charset=UTF-8" \
-H "Authorization: OAuth b86c9016b4f24953a9edefb53ca0678c" \
-X POST -d '{"params":{"name":"TestVPC","virtualRouterOfferingUuid":"81e8c1f14a6e352884e6941c4a2de95a","description":"this is a vpc for test"}}' \
http://localhost:8080/zstack/v1/vpc/virtual-routers
名字 | 类型 | 位置 | 描述 | 可选值 | 起始版本 |
---|---|---|---|---|---|
name | String | body(包含在params结构中) | 资源名称 | 2.3 | |
virtualRouterOfferingUuid | String | body(包含在params结构中) | 云路由规格 | 2.3 | |
description (可选) | String | body(包含在params结构中) | 资源的详细描述 | 2.3 | |
resourceUuid (可选) | String | body(包含在params结构中) | 资源的UUID | 2.3 | |
systemTags (可选) | List | body | 系统标签 | 2.3 | |
userTags (可选) | List | body | 用户标签 | 2.3 |
haUuid::HA_GROUP_UUID
haUuid::e2af8f869eff49d2a3d6f86cadc27090
staticVip::L3UUID::IP
,L3UUID为云路由规格中的公网UUID,IP为用户指定的公网IP。staticVip::4ed5cce4f55a43aca8e61ebbc0c3985d::172.20.1.1
resourceBindings::Cluster:clusterUuid
,其中clusterUuid为对应的集群uuidresourceBindings::Cluster:2sdasf231jvznsdak
{
"inventory": {
"applianceVmType": "vpcvrouter",
"managementNetworkUuid": "a01fad3eb1d14bd787b8830e1d287ee3",
"status": "Connected",
"agentPort": 7272.0,
"uuid": "4de286dcb34343a0b5dedaea96307c06",
"name": "TestVPC",
"description": "this is a vpc for test",
"zoneUuid": "88634bc51a1345b98058c1827999bd75",
"clusterUuid": "5ebca05bc3cf4d5b970ddb32b10455c0",
"imageUuid": "490043dfeb814b119f0f6c264ed6bb1e",
"hostUuid": "a19572ae4fcc4b7d8a090d06c99067fa",
"lastHostUuid": "d374797d2d01495cb4dedd9e452909d0",
"instanceOfferingUuid": "8fcc3c2b5e1b41e586ed07ffece475e4",
"rootVolumeUuid": "ed5b232109f64f0dbe3342ffa8924d14",
"platform": "Linux",
"defaultL3NetworkUuid": "2aedc4cd00f8495f8fc08c991dd7be4c",
"type": "ApplianceVm",
"hypervisorType": "KVM",
"memorySize": 8.589934592E9,
"cpuNum": 4.0,
"allocatorStrategy": "LastHostPreferredAllocatorStrategy",
"createDate": "Nov 9, 2017 4:20:39 PM",
"lastOpDate": "Nov 9, 2017 4:20:39 PM",
"state": "Running",
"vmNics": [
{
"uuid": "6c8b46eec225440bb7179b6c797937ed",
"vmInstanceUuid": "4de286dcb34343a0b5dedaea96307c06",
"usedIpUuid": "033b876b861f4b9abaf594a893c1c94f",
"l3NetworkUuid": "49e2d31895c94bf0808372360ebcae31",
"ip": "192.168.1.10",
"mac": "00:0c:29:bd:99:fc",
"netmask": "255.255.255.0",
"gateway": "192.168.1.1",
"deviceId": 0.0,
"createDate": "Nov 9, 2017 4:20:39 PM",
"lastOpDate": "Nov 9, 2017 4:20:39 PM"
}
],
"allVolumes": [
{
"uuid": "ed5b232109f64f0dbe3342ffa8924d14",
"name": "Root-Volume-For-VM-4de286dcb34343a0b5dedaea96307c06",
"primaryStorageUuid": "c3f1cbaf9b014c1d8989ff940ed5593a",
"vmInstanceUuid": "4de286dcb34343a0b5dedaea96307c06",
"diskOfferingUuid": "93bfd802ebea486ab4ce071967235b76",
"rootImageUuid": "490043dfeb814b119f0f6c264ed6bb1e",
"installPath": "/zstack_ps/rootVolumes/acct-36c27e8ff05c4780bf6d2fa65700f22e/vol-ed5b232109f64f0dbe3342ffa8924d14/ed5b232109f64f0dbe3342ffa8924d14.qcow2",
"type": "Root",
"format": "qcow2",
"size": 1.073741824E11,
"actualSize": 2.147483648E10,
"deviceId": 0.0,
"state": "Enabled",
"status": "Ready",
"createDate": "Nov 9, 2017 4:20:39 PM",
"lastOpDate": "Nov 9, 2017 4:20:39 PM"
}
]
}
}
名字 | 类型 | 描述 | 起始版本 |
---|---|---|---|
error | ErrorCode | 错误码,若不为null,则表示操作失败, 操作成功时该字段为null。 详情参考error | 2.3 |
inventory | VmInstanceInventory | 详情参考inventory | 2.3 |
名字 | 类型 | 描述 | 起始版本 |
---|---|---|---|
code | String | 错误码号,错误的全局唯一标识,例如SYS.1000, HOST.1001 | 2.3 |
description | String | 错误的概要描述 | 2.3 |
details | String | 错误的详细信息 | 2.3 |
elaboration | String | 保留字段,默认为null | 2.3 |
opaque | LinkedHashMap | 保留字段,默认为null | 2.3 |
cause | ErrorCode | 根错误,引发当前错误的源错误,若无原错误,该字段为null | 2.3 |
名字 | 类型 | 描述 | 起始版本 |
---|---|---|---|
uuid | String | 资源的UUID,唯一标示该资源 | 2.3 |
name | String | 资源名称 | 2.3 |
description | String | 资源的详细描述 | 2.3 |
zoneUuid | String | 区域UUID | 2.3 |
clusterUuid | String | 集群UUID | 2.3 |
imageUuid | String | 镜像UUID | 2.3 |
hostUuid | String | 物理机UUID | 2.3 |
lastHostUuid | String | 上一次运行云路由设备的物理机UUID | 2.3 |
instanceOfferingUuid | String | 计算规格UUID | 2.3 |
rootVolumeUuid | String | 根云盘UUID | 2.3 |
platform | String | 云路由设备运行平台 | 2.3 |
defaultL3NetworkUuid | String | 默认三层网络UUID | 2.3 |
type | String | 云路由设备类型 | 2.3 |
hypervisorType | String | 云路由设备的hypervisor类型 | 2.3 |
memorySize | Long | 内存大小 | 2.3 |
cpuNum | Integer | cpu数量 | 2.3 |
cpuSpeed | Long | cpu主频 | 2.3 |
allocatorStrategy | String | 分配策略 | 2.3 |
createDate | Timestamp | 创建时间 | 2.3 |
lastOpDate | Timestamp | 最后一次修改时间 | 2.3 |
state | String | 云路由设备的可用状态 | 2.3 |
vmNics | List | 详情参考vmNics | 2.3 |
allVolumes | List | 详情参考allVolumes | 2.3 |
名字 | 类型 | 描述 | 起始版本 |
---|---|---|---|
uuid | String | 资源的UUID,唯一标示该资源 | 2.3 |
vmInstanceUuid | String | 云主机UUID | 2.3 |
l3NetworkUuid | String | 三层网络UUID | 2.3 |
ip | String | ip地址 | 2.3 |
mac | String | mac地址 | 2.3 |
netmask | String | 子网掩码 | 2.3 |
gateway | String | 网关 | 2.3 |
metaData | String | 内部使用的保留域 | 2.3 |
deviceId | Integer | 设备ID
| 2.3 |
createDate | Timestamp | 创建时间 | 2.3 |
lastOpDate | Timestamp | 最后一次修改时间 | 2.3 |
名字 | 类型 | 描述 | 起始版本 |
---|---|---|---|
uuid | String | 资源的UUID,唯一标示该资源 | 2.3 |
name | String | 资源名称 | 2.3 |
description | String | 资源的详细描述 | 2.3 |
primaryStorageUuid | String | 主存储UUID | 2.3 |
vmInstanceUuid | String | 云主机UUID | 2.3 |
diskOfferingUuid | String | 云盘规格UUID | 2.3 |
rootImageUuid | String | 根云盘镜像UUID | 2.3 |
installPath | String | 安装路径 | 2.3 |
type | String | 云盘类型 | 2.3 |
format | String | 云盘格式 | 2.3 |
size | Long | 云盘虚拟容量 | 2.3 |
actualSize | Long | 云盘实际容量 | 2.3 |
deviceId | Integer | 设备ID | 2.3 |
state | String | 云盘的可用状态 | 2.3 |
status | String | 云盘的连接状态 | 2.3 |
createDate | Timestamp | 创建时间 | 2.3 |
lastOpDate | Timestamp | 最后一次修改时间 | 2.3 |
isShareable | Boolean | 云盘是否共享 | 2.3 |
CreateVpcVRouterAction action = new CreateVpcVRouterAction();
action.name = "TestVPC";
action.virtualRouterOfferingUuid = "c9cfb57035294ff4abeb400922f50d09";
action.description = "this is a vpc for test";
action.sessionId = "41652c67906143948e1fecc1054b65bd";
CreateVpcVRouterAction.Result res = action.call();
CreateVpcVRouterAction action = CreateVpcVRouterAction()
action.name = "TestVPC"
action.virtualRouterOfferingUuid = "a7eaafd48945481fa2d9a35032b8770b"
action.description = "this is a vpc for test"
action.sessionId = "9d1cc409dd8b47d3aa4ead7bccf875f2"
CreateVpcVRouterAction.Result res = action.call()
GET zstack/v1/vpc/virtual-routers
GET zstack/v1/vpc/virtual-routers/{uuid}
Authorization: OAuth the-session-uuid
curl -H "Content-Type: application/json;charset=UTF-8" \
-H "Authorization: OAuth b86c9016b4f24953a9edefb53ca0678c" \
-X GET http://localhost:8080/zstack/v1/vpc/virtual-routers?q=name=vpcRouter
curl -H "Content-Type: application/json;charset=UTF-8" \
-H "Authorization: OAuth b86c9016b4f24953a9edefb53ca0678c" \
-X GET http://localhost:8080/zstack/v1/vpc/virtual-routers/205d11a687d03b46852d4d24fc85ae75
可查询字段
运行zstack-cli
命令行工具,输入QueryVpcRouter
并按Tab键查看所有可查询字段以及可跨表查询的资源名。
{
"inventories": [
{
"dns": [
{
"vpcRouterUuid": "4183325c367d384a84458f89c35d62a8",
"dns": "8.8.8.8"
}
],
"uuid": "4183325c367d384a84458f89c35d62a8",
"name": "Test-VM",
"description": "web server VM",
"zoneUuid": "77689ed989253db0bb5863b103e06ecd",
"clusterUuid": "7f124c177f1535cebca9b0a555998e8e",
"imageUuid": "9e0eaf2e7ea93bc0bfc9f22d3f7328cd",
"hostUuid": "72547613a0bf320caca7a149d99e3ed4",
"lastHostUuid": "9e54bc8261f6396db6c66eb8a76e246d",
"instanceOfferingUuid": "e115b1542d2e35c8b9fbb5afd9fd067c",
"rootVolumeUuid": "48afbfcc2d36391586f7b6b44df93712",
"platform": "Linux",
"defaultL3NetworkUuid": "70dc6311679638c0a1e323d583332463",
"type": "UserVm",
"hypervisorType": "KVM",
"memorySize": 8.589934592E9,
"cpuNum": 1.0,
"allocatorStrategy": "LastHostPreferredAllocatorStrategy",
"createDate": "Nov 14, 2017 10:20:57 PM",
"lastOpDate": "Nov 14, 2017 10:20:57 PM",
"state": "Running",
"vmNics": [
{
"uuid": "df1eae8361983c86a46d3d922ad0a6f4",
"vmInstanceUuid": "4183325c367d384a84458f89c35d62a8",
"usedIpUuid": "2bdc1a927ebb34f89a880d8aefc7c763",
"l3NetworkUuid": "70dc6311679638c0a1e323d583332463",
"ip": "192.168.1.10",
"mac": "00:0c:29:bd:99:fc",
"netmask": "255.255.255.0",
"gateway": "192.168.1.1",
"deviceId": 0.0,
"createDate": "Nov 14, 2017 10:20:57 PM",
"lastOpDate": "Nov 14, 2017 10:20:57 PM"
}
],
"allVolumes": [
{
"uuid": "48afbfcc2d36391586f7b6b44df93712",
"name": "Root-Volume-For-VM-4183325c367d384a84458f89c35d62a8",
"primaryStorageUuid": "a33d58803a2a307bb1762b9209e64ba2",
"vmInstanceUuid": "4183325c367d384a84458f89c35d62a8",
"diskOfferingUuid": "c762d59a3e6f36d89bff2ce3ea4b864c",
"rootImageUuid": "9e0eaf2e7ea93bc0bfc9f22d3f7328cd",
"installPath": "/zstack_ps/rootVolumes/acct-36c27e8ff05c4780bf6d2fa65700f22e/vol-48afbfcc2d36391586f7b6b44df93712/48afbfcc2d36391586f7b6b44df93712.qcow2",
"type": "Root",
"format": "qcow2",
"size": 1.073741824E11,
"actualSize": 2.147483648E10,
"deviceId": 0.0,
"state": "Enabled",
"status": "Ready",
"createDate": "Nov 14, 2017 10:20:57 PM",
"lastOpDate": "Nov 14, 2017 10:20:57 PM"
}
]
}
]
}
名字 | 类型 | 描述 | 起始版本 |
---|---|---|---|
error | ErrorCode | 错误码,若不为null,则表示操作失败, 操作成功时该字段为null。 详情参考error | 0.6 |
inventories | List | 详情参考inventories | 0.6 |
名字 | 类型 | 描述 | 起始版本 |
---|---|---|---|
code | String | 错误码号,错误的全局唯一标识,例如SYS.1000, HOST.1001 | 0.6 |
description | String | 错误的概要描述 | 0.6 |
details | String | 错误的详细信息 | 0.6 |
elaboration | String | 保留字段,默认为null | 0.6 |
opaque | LinkedHashMap | 保留字段,默认为null | 0.6 |
cause | ErrorCode | 根错误,引发当前错误的源错误,若无原错误,该字段为null | 0.6 |
名字 | 类型 | 描述 | 起始版本 |
---|---|---|---|
publicNetworkUuid | String | 0.6 | |
virtualRouterVips | List | 0.6 | |
applianceVmType | String | 0.6 | |
managementNetworkUuid | String | 0.6 | |
defaultRouteL3NetworkUuid | String | 0.6 | |
status | String | 0.6 | |
agentPort | Integer | 0.6 | |
uuid | String | 资源的UUID,唯一标示该资源 | 0.6 |
name | String | 资源名称 | 0.6 |
description | String | 资源的详细描述 | 0.6 |
zoneUuid | String | 区域UUID | 0.6 |
clusterUuid | String | 集群UUID | 0.6 |
imageUuid | String | 镜像UUID | 0.6 |
hostUuid | String | 物理机UUID | 0.6 |
lastHostUuid | String | 0.6 | |
instanceOfferingUuid | String | 计算规格UUID | 0.6 |
rootVolumeUuid | String | 根云盘UUID | 0.6 |
platform | String | 0.6 | |
defaultL3NetworkUuid | String | 0.6 | |
type | String | 0.6 | |
hypervisorType | String | 0.6 | |
memorySize | Long | 0.6 | |
cpuNum | Integer | 0.6 | |
cpuSpeed | Long | 0.6 | |
allocatorStrategy | String | 0.6 | |
createDate | Timestamp | 创建时间 | 0.6 |
lastOpDate | Timestamp | 最后一次修改时间 | 0.6 |
state | String | 0.6 | |
dns | List | 详情参考dns | 2.4 |
vmNics | List | 详情参考vmNics | 0.6 |
allVolumes | List | 详情参考allVolumes | 0.6 |
名字 | 类型 | 描述 | 起始版本 |
---|---|---|---|
vpcRouterUuid | String | 2.4 | |
dns | String | 2.4 | |
createDate | Timestamp | 创建时间 | 2.4 |
lastOpDate | Timestamp | 最后一次修改时间 | 2.4 |
名字 | 类型 | 描述 | 起始版本 |
---|---|---|---|
uuid | String | 资源的UUID,唯一标示该资源 | 0.6 |
vmInstanceUuid | String | 云主机UUID | 0.6 |
l3NetworkUuid | String | 三层网络UUID | 0.6 |
ip | String | 0.6 | |
mac | String | 0.6 | |
netmask | String | 0.6 | |
gateway | String | 0.6 | |
metaData | String | 0.6 | |
deviceId | Integer | 0.6 | |
createDate | Timestamp | 创建时间 | 0.6 |
lastOpDate | Timestamp | 最后一次修改时间 | 0.6 |
名字 | 类型 | 描述 | 起始版本 |
---|---|---|---|
uuid | String | 资源的UUID,唯一标示该资源 | 0.6 |
name | String | 资源名称 | 0.6 |
description | String | 资源的详细描述 | 0.6 |
primaryStorageUuid | String | 主存储UUID | 0.6 |
vmInstanceUuid | String | 云主机UUID | 0.6 |
diskOfferingUuid | String | 云盘规格UUID | 0.6 |
rootImageUuid | String | 0.6 | |
installPath | String | 0.6 | |
type | String | 0.6 | |
format | String | 0.6 | |
size | Long | 0.6 | |
actualSize | Long | 0.6 | |
deviceId | Integer | 0.6 | |
state | String | 0.6 | |
status | String | 0.6 | |
createDate | Timestamp | 创建时间 | 0.6 |
lastOpDate | Timestamp | 最后一次修改时间 | 0.6 |
isShareable | Boolean | 0.6 |
QueryVpcRouterAction action = new QueryVpcRouterAction();
action.conditions = asList("name=vpcRouter");
action.sessionId = "b86c9016b4f24953a9edefb53ca0678c";
QueryVpcRouterAction.Result res = action.call();
QueryVpcRouterAction action = QueryVpcRouterAction()
action.conditions = ["name=vpcRouter"]
action.sessionId = "b86c9016b4f24953a9edefb53ca0678c"
QueryVpcRouterAction.Result res = action.call()
POST zstack/v1/vpc/virtual-routers/{uuid}/attachable-vpc-l3s
Authorization: OAuth the-session-uuid
{
"params": {},
"systemTags": [],
"userTags": []
}
curl -H "Content-Type: application/json;charset=UTF-8" \
-H "Authorization: OAuth b86c9016b4f24953a9edefb53ca0678c" \
-X POST -d '{"params":{}}' http://localhost:8080/zstack/v1/vpc/virtual-routers/417478f0b61732408176f16615ab6d32/attachable-vpc-l3s
名字 | 类型 | 位置 | 描述 | 可选值 | 起始版本 |
---|---|---|---|---|---|
uuid | String | url | 资源的UUID,唯一标示该资源 | 2.3 | |
systemTags (可选) | List | body | 系统标签 | 2.3 | |
userTags (可选) | List | body | 用户标签 | 2.3 |
{
"inventories": [
{
"uuid": "81c29ac529163ffa9d4f246d68518dd1",
"name": "test-l3",
"description": "test l3",
"type": "L3VpcNetwork",
"zoneUuid": "aea3c47aa8273399ac8827fbc78aae67",
"l2NetworkUuid": "cbba13d2e8273d529cfcb89c66d54fb2",
"system": false,
"category": "Private",
"createDate": "Nov 14, 2017 10:20:57 PM",
"lastOpDate": "Nov 14, 2017 10:20:57 PM",
"ipRanges": [
{
"l3NetworkUuid": "cc5980d5c4173dd5b57dc1b28cdb0683",
"name": "test ip range",
"startIp": "100.64.0.10",
"endIp": "100.64.0.100",
"netmask": "255.255.255.0",
"gateway": "100.64.0.1",
"networkCidr": "100.64.0.0/24",
"createDate": "Nov 14, 2017 10:20:57 PM",
"lastOpDate": "Nov 14, 2017 10:20:57 PM"
}
]
}
]
}
名字 | 类型 | 描述 | 起始版本 |
---|---|---|---|
error | ErrorCode | 错误码,若不为null,则表示操作失败, 操作成功时该字段为null。 详情参考error | 2.3 |
inventories | List | 详情参考inventories | 2.3 |
名字 | 类型 | 描述 | 起始版本 |
---|---|---|---|
code | String | 错误码号,错误的全局唯一标识,例如SYS.1000, HOST.1001 | 2.3 |
description | String | 错误的概要描述 | 2.3 |
details | String | 错误的详细信息 | 2.3 |
elaboration | String | 保留字段,默认为null | 2.3 |
opaque | LinkedHashMap | 保留字段,默认为null | 2.3 |
cause | ErrorCode | 根错误,引发当前错误的源错误,若无原错误,该字段为null | 2.3 |
名字 | 类型 | 描述 | 起始版本 |
---|---|---|---|
uuid | String | 资源的UUID,唯一标示该资源 | 2.3 |
name | String | 资源名称 | 2.3 |
description | String | 资源的详细描述 | 2.3 |
type | String | 三层网络类型 | 2.3 |
zoneUuid | String | 区域UUID | 2.3 |
l2NetworkUuid | String | 二层网络UUID | 2.3 |
state | String | 三层网络的可用状态 | 2.3 |
dnsDomain | String | DNS域 | 2.3 |
system | Boolean | 是否用于系统云主机 | 2.3 |
category | String | 网络类型,需要与system标签搭配使用,system为true时可设置为Public、Private | 2.3 |
createDate | Timestamp | 创建时间 | 2.3 |
lastOpDate | Timestamp | 最后一次修改时间 | 2.3 |
dns | List | 域名解析服务器 | 2.3 |
ipRanges | List | 详情参考ipRanges | 2.3 |
networkServices | List | 详情参考networkServices | 2.3 |
hostRoute | List | 详情参考hostRoute |
名字 | 类型 | 描述 | 起始版本 |
---|---|---|---|
uuid | String | 资源的UUID,唯一标示该资源 | 2.3 |
l3NetworkUuid | String | 三层网络UUID | 2.3 |
name | String | 资源名称 | 2.3 |
description | String | 资源的详细描述 | 2.3 |
startIp | String | 起始ip | 2.3 |
endIp | String | 结束ip | 2.3 |
netmask | String | 子网掩码 | 2.3 |
gateway | String | 网关 | 2.3 |
networkCidr | String | CIDR范围 | 2.3 |
createDate | Timestamp | 创建时间 | 2.3 |
lastOpDate | Timestamp | 最后一次修改时间 | 2.3 |
名字 | 类型 | 描述 | 起始版本 |
---|---|---|---|
l3NetworkUuid | String | 三层网络UUID | 2.3 |
networkServiceProviderUuid | String | 网络服务提供模块UUID | 2.3 |
networkServiceType | String | 网络服务类型 | 2.3 |
名字 | 类型 | 描述 | 起始版本 |
---|---|---|---|
id | Long | 2.3 | |
l3NetworkUuid | String | 三层网络UUID | 2.3 |
prefix | String | 2.3 | |
nexthop | String | 2.3 | |
createDate | Timestamp | 创建时间 | 2.3 |
lastOpDate | Timestamp | 最后一次修改时间 | 2.3 |
GetAttachableVpcL3NetworkAction action = new GetAttachableVpcL3NetworkAction();
action.uuid = "417478f0b61732408176f16615ab6d32";
action.sessionId = "b86c9016b4f24953a9edefb53ca0678c";
GetAttachableVpcL3NetworkAction.Result res = action.call();
GetAttachableVpcL3NetworkAction action = GetAttachableVpcL3NetworkAction()
action.uuid = "417478f0b61732408176f16615ab6d32"
action.sessionId = "b86c9016b4f24953a9edefb53ca0678c"
GetAttachableVpcL3NetworkAction.Result res = action.call()
学习路径
ZStack Cloud 产品学习路径
快速梳理文档,点击相应文本链接,快速跳转到相应文档的页面,学习 ZStack Cloud 产品。
商务咨询:
400-962-2212 转 1售后咨询:
400-962-2212 转 2商务联系:
sales@zstack.io商务咨询:
400-962-2212 转 1商务联系:
channel@zstack.io商务咨询:
400-962-2212 转 1售后咨询:
400-962-2212 转 2商务联系:
sales@zstack.io商务咨询:
400-962-2212 转 1商务联系:
channel@zstack.io商务咨询:
400-962-2212 转 1商务联系:
channel@zstack.io下载链接已发送至您的邮箱。
如未收到,请查看您的垃圾邮件、订阅邮件、广告邮件。 当您收到电子邮件后,请点击 URL 链接,以完成下载。感谢您使用 ZStack 产品和服务。
成功提交申请。
我们将安排工作人员尽快与您取得联系。感谢您使用 ZStack 产品和服务。
立即体验
联系我们
回到顶部
商务咨询:
400-962-2212 转 1售后咨询:
400-962-2212 转 2商务联系:
sales@zstack.io成功提交申请。
我们将安排工作人员尽快与您取得联系。感谢您使用 ZStack 产品和服务。