POST zstack/v1/observability-servers
Authorization: OAuth the-session-uuid
{ "params": { "name": "obs-1", "observabilityServerOfferingUuid": "83475c2834f83dd59ccf8741787d800e", "description": "desc", "zoneUuid": "0f33fd3eee6a3b61abce2de06cb1dc24", "clusterUuid": "8a47ef8b40e33be8880d24f496cceaf6", "hostUuid": "b009ff2ecfe334e5b9dae2501af8c612", "primaryStorageUuidForRootVolume": "137d4d95aded3f09a133fb9fd6197349" }, "systemTags": [], "userTags": [] }
curl -H "Content-Type: application/json;charset=UTF-8" \ -H "Authorization: OAuth b86c9016b4f24953a9edefb53ca0678c" \ -X POST -d '{"params":{"name":"obs-1","observabilityServerOfferingUuid":"83475c2834f83dd59ccf8741787d800e","description":"desc","zoneUuid":"0f33fd3eee6a3b61abce2de06cb1dc24","clusterUuid":"8a47ef8b40e33be8880d24f496cceaf6","hostUuid":"b009ff2ecfe334e5b9dae2501af8c612","primaryStorageUuidForRootVolume":"137d4d95aded3f09a133fb9fd6197349"}}' \ http://localhost:8080/zstack/v1/observability-servers
名字 | 类型 | 位置 | 描述 | 可选值 | 起始版本 |
---|---|---|---|---|---|
name | String | body(包含在params结构中) | 资源名称 | 5.3.28 | |
observabilityServerOfferingUuid | String | body(包含在params结构中) | 5.3.28 | ||
description (可选) | String | body(包含在params结构中) | 资源的详细描述 | 5.3.28 | |
zoneUuid (可选) | String | body(包含在params结构中) | 区域UUID | 5.3.28 | |
clusterUuid (可选) | String | body(包含在params结构中) | 集群UUID | 5.3.28 | |
hostUuid (可选) | String | body(包含在params结构中) | 物理机UUID | 5.3.28 | |
primaryStorageUuidForRootVolume (可选) | String | body(包含在params结构中) | 5.3.28 | ||
rootVolumeSystemTags (可选) | List | body(包含在params结构中) | 5.3.28 | ||
resourceUuid (可选) | String | body(包含在params结构中) | 资源UUID | 5.3.28 | |
tagUuids (可选) | List | body(包含在params结构中) | 标签UUID列表 | 5.3.28 | |
systemTags (可选) | List | body | 系统标签 | 5.3.28 | |
userTags (可选) | List | body | 用户标签 | 5.3.28 |
{ "inventory": {} }
名字 | 类型 | 描述 | 起始版本 |
---|---|---|---|
success | boolean | 5.3.28 | |
error | ErrorCode | 错误码,若不为null,则表示操作失败, 操作成功时该字段为null。 详情参考error | 5.3.28 |
inventory | VmInstanceInventory | 详情参考inventory | 5.3.28 |
名字 | 类型 | 描述 | 起始版本 |
---|---|---|---|
code | String | 错误码号,错误的全局唯一标识,例如SYS.1000, HOST.1001 | 5.3.28 |
description | String | 错误的概要描述 | 5.3.28 |
details | String | 错误的详细信息 | 5.3.28 |
elaboration | String | 保留字段,默认为null | 5.3.28 |
opaque | LinkedHashMap | 保留字段,默认为null | 5.3.28 |
cause | ErrorCode | 根错误,引发当前错误的源错误,若无原错误,该字段为null | 5.3.28 |
名字 | 类型 | 描述 | 起始版本 |
---|---|---|---|
uuid | String | 资源的UUID,唯一标示该资源 | 5.3.28 |
name | String | 资源名称 | 5.3.28 |
description | String | 资源的详细描述 | 5.3.28 |
zoneUuid | String | 区域UUID | 5.3.28 |
clusterUuid | String | 集群UUID | 5.3.28 |
imageUuid | String | 镜像UUID | 5.3.28 |
hostUuid | String | 物理机UUID | 5.3.28 |
lastHostUuid | String | 5.3.28 | |
instanceOfferingUuid | String | 计算规格UUID | 5.3.28 |
rootVolumeUuid | String | 根云盘UUID | 5.3.28 |
platform | String | 5.3.28 | |
architecture | String | 5.3.28 | |
defaultL3NetworkUuid | String | 5.3.28 | |
type | String | 5.3.28 | |
hypervisorType | String | 5.3.28 | |
memorySize | Long | 5.3.28 | |
reservedMemorySize | Long | 5.3.28 | |
cpuNum | Integer | 5.3.28 | |
cpuSpeed | Long | 5.3.28 | |
allocatorStrategy | String | 5.3.28 | |
createDate | Timestamp | 创建时间 | 5.3.28 |
lastOpDate | Timestamp | 最后一次修改时间 | 5.3.28 |
state | String | 5.3.28 | |
guestOsType | String | 5.3.28 | |
vmNics | List | 详情参考vmNics | 5.3.28 |
allVolumes | List | 详情参考allVolumes | 5.3.28 |
vmCdRoms | List | 详情参考vmCdRoms | 5.3.28 |
名字 | 类型 | 描述 | 起始版本 |
---|---|---|---|
uuid | String | 资源的UUID,唯一标示该资源 | 5.3.28 |
vmInstanceUuid | String | 云主机UUID | 5.3.28 |
l3NetworkUuid | String | 三层网络UUID | 5.3.28 |
ip | String | 5.3.28 | |
mac | String | 5.3.28 | |
hypervisorType | String | 5.3.28 | |
netmask | String | 5.3.28 | |
gateway | String | 5.3.28 | |
metaData | String | 5.3.28 | |
ipVersion | Integer | 5.3.28 | |
driverType | String | 5.3.28 | |
internalName | String | 5.3.28 | |
deviceId | Integer | 5.3.28 | |
type | String | 5.3.28 | |
state | String | 5.3.28 | |
createDate | Timestamp | 创建时间 | 5.3.28 |
lastOpDate | Timestamp | 最后一次修改时间 | 5.3.28 |
usedIps | List | 详情参考usedIps | 5.3.28 |
名字 | 类型 | 描述 | 起始版本 |
---|---|---|---|
uuid | String | 资源的UUID,唯一标示该资源 | 5.3.28 |
ipRangeUuid | String | IP段UUID | 5.3.28 |
l3NetworkUuid | String | 三层网络UUID | 5.3.28 |
ipVersion | Integer | 5.3.28 | |
ip | String | 5.3.28 | |
netmask | String | 5.3.28 | |
gateway | String | 5.3.28 | |
usedFor | String | 5.3.28 | |
ipInLong | long | 5.3.28 | |
ipInBinary | byte[] | 5.3.28 | |
vmNicUuid | String | 云主机网卡UUID | 5.3.28 |
createDate | Timestamp | 创建时间 | 5.3.28 |
lastOpDate | Timestamp | 最后一次修改时间 | 5.3.28 |
名字 | 类型 | 描述 | 起始版本 |
---|---|---|---|
uuid | String | 资源的UUID,唯一标示该资源 | 5.3.28 |
name | String | 资源名称 | 5.3.28 |
description | String | 资源的详细描述 | 5.3.28 |
primaryStorageUuid | String | 主存储UUID | 5.3.28 |
vmInstanceUuid | String | 云主机UUID | 5.3.28 |
diskOfferingUuid | String | 云盘规格UUID | 5.3.28 |
rootImageUuid | String | 5.3.28 | |
installPath | String | 5.3.28 | |
type | String | 5.3.28 | |
format | String | 5.3.28 | |
size | Long | 5.3.28 | |
actualSize | Long | 5.3.28 | |
deviceId | Integer | 5.3.28 | |
state | String | 5.3.28 | |
status | String | 5.3.28 | |
createDate | Timestamp | 创建时间 | 5.3.28 |
lastOpDate | Timestamp | 最后一次修改时间 | 5.3.28 |
isShareable | Boolean | 5.3.28 | |
volumeQos | String | 5.3.28 | |
lastDetachDate | Timestamp | 5.3.28 | |
lastVmInstanceUuid | String | 5.3.28 | |
lastAttachDate | Timestamp | 5.3.28 | |
protocol | String | 5.3.28 |
名字 | 类型 | 描述 | 起始版本 |
---|---|---|---|
uuid | String | 资源的UUID,唯一标示该资源 | 5.3.28 |
vmInstanceUuid | String | 云主机UUID | 5.3.28 |
deviceId | Integer | 5.3.28 | |
isoUuid | String | 5.3.28 | |
isoInstallPath | String | 5.3.28 | |
name | String | 资源名称 | 5.3.28 |
description | String | 资源的详细描述 | 5.3.28 |
protocol | String | 5.3.28 | |
createDate | Timestamp | 创建时间 | 5.3.28 |
lastOpDate | Timestamp | 最后一次修改时间 | 5.3.28 |
CreateObservabilityServerAction action = new CreateObservabilityServerAction(); action.name = "obs-1"; action.observabilityServerOfferingUuid = "83475c2834f83dd59ccf8741787d800e"; action.description = "desc"; action.zoneUuid = "0f33fd3eee6a3b61abce2de06cb1dc24"; action.clusterUuid = "8a47ef8b40e33be8880d24f496cceaf6"; action.hostUuid = "b009ff2ecfe334e5b9dae2501af8c612"; action.primaryStorageUuidForRootVolume = "137d4d95aded3f09a133fb9fd6197349"; action.sessionId = "b86c9016b4f24953a9edefb53ca0678c"; CreateObservabilityServerAction.Result res = action.call();
CreateObservabilityServerAction action = CreateObservabilityServerAction() action.name = "obs-1" action.observabilityServerOfferingUuid = "83475c2834f83dd59ccf8741787d800e" action.description = "desc" action.zoneUuid = "0f33fd3eee6a3b61abce2de06cb1dc24" action.clusterUuid = "8a47ef8b40e33be8880d24f496cceaf6" action.hostUuid = "b009ff2ecfe334e5b9dae2501af8c612" action.primaryStorageUuidForRootVolume = "137d4d95aded3f09a133fb9fd6197349" action.sessionId = "b86c9016b4f24953a9edefb53ca0678c" CreateObservabilityServerAction.Result res = action.call()
POST zstack/v1/observability-server/{observabilityServerUuid}/service
Authorization: OAuth the-session-uuid
{ "params": { "serviceType": "loadBalancer", "serviceUuid": "50b12612d2b4318193c2e040d98e8f7b" }, "systemTags": [], "userTags": [] }
curl -H "Content-Type: application/json;charset=UTF-8" \ -H "Authorization: OAuth b86c9016b4f24953a9edefb53ca0678c" \ -X POST -d '{"params":{"serviceType":"loadBalancer","serviceUuid":"50b12612d2b4318193c2e040d98e8f7b"}}' \ http://localhost:8080/zstack/v1/observability-server/3e38d4c1adb73203b35120914b12ec61/service
名字 | 类型 | 位置 | 描述 | 可选值 | 起始版本 |
---|---|---|---|---|---|
observabilityServerUuid | String | body(包含在params结构中) | 5.3.28 | ||
serviceType | String | body(包含在params结构中) |
| 5.3.28 | |
serviceUuid | String | body(包含在params结构中) | 5.3.28 | ||
systemTags (可选) | List | body | 系统标签 | 5.3.28 | |
userTags (可选) | List | body | 用户标签 | 5.3.28 |
{ "inventory": {} }
名字 | 类型 | 描述 | 起始版本 |
---|---|---|---|
success | boolean | 5.3.28 | |
error | ErrorCode | 错误码,若不为null,则表示操作失败, 操作成功时该字段为null。 详情参考error | 5.3.28 |
inventory | ObservabilityServerVmInventory | 详情参考inventory | 5.3.28 |
名字 | 类型 | 描述 | 起始版本 |
---|---|---|---|
code | String | 错误码号,错误的全局唯一标识,例如SYS.1000, HOST.1001 | 5.3.28 |
description | String | 错误的概要描述 | 5.3.28 |
details | String | 错误的详细信息 | 5.3.28 |
elaboration | String | 保留字段,默认为null | 5.3.28 |
opaque | LinkedHashMap | 保留字段,默认为null | 5.3.28 |
cause | ErrorCode | 根错误,引发当前错误的源错误,若无原错误,该字段为null | 5.3.28 |
名字 | 类型 | 描述 | 起始版本 |
---|---|---|---|
publicNetworkUuid | String | 5.3.28 | |
applianceVmType | String | 5.3.28 | |
managementNetworkUuid | String | 5.3.28 | |
defaultRouteL3NetworkUuid | String | 5.3.28 | |
status | String | 5.3.28 | |
agentPort | Integer | 5.3.28 | |
haStatus | String | 5.3.28 | |
uuid | String | 资源的UUID,唯一标示该资源 | 5.3.28 |
name | String | 资源名称 | 5.3.28 |
description | String | 资源的详细描述 | 5.3.28 |
zoneUuid | String | 区域UUID | 5.3.28 |
clusterUuid | String | 集群UUID | 5.3.28 |
imageUuid | String | 镜像UUID | 5.3.28 |
hostUuid | String | 物理机UUID | 5.3.28 |
lastHostUuid | String | 5.3.28 | |
instanceOfferingUuid | String | 计算规格UUID | 5.3.28 |
rootVolumeUuid | String | 根云盘UUID | 5.3.28 |
platform | String | 5.3.28 | |
architecture | String | 5.3.28 | |
defaultL3NetworkUuid | String | 5.3.28 | |
type | String | 5.3.28 | |
hypervisorType | String | 5.3.28 | |
memorySize | Long | 5.3.28 | |
reservedMemorySize | Long | 5.3.28 | |
cpuNum | Integer | 5.3.28 | |
cpuSpeed | Long | 5.3.28 | |
allocatorStrategy | String | 5.3.28 | |
createDate | Timestamp | 创建时间 | 5.3.28 |
lastOpDate | Timestamp | 最后一次修改时间 | 5.3.28 |
state | String | 5.3.28 | |
guestOsType | String | 5.3.28 | |
vmNics | List | 详情参考vmNics | 5.3.28 |
allVolumes | List | 详情参考allVolumes | 5.3.28 |
vmCdRoms | List | 详情参考vmCdRoms | 5.3.28 |
名字 | 类型 | 描述 | 起始版本 |
---|---|---|---|
uuid | String | 资源的UUID,唯一标示该资源 | 5.3.28 |
vmInstanceUuid | String | 云主机UUID | 5.3.28 |
l3NetworkUuid | String | 三层网络UUID | 5.3.28 |
ip | String | 5.3.28 | |
mac | String | 5.3.28 | |
hypervisorType | String | 5.3.28 | |
netmask | String | 5.3.28 | |
gateway | String | 5.3.28 | |
metaData | String | 5.3.28 | |
ipVersion | Integer | 5.3.28 | |
driverType | String | 5.3.28 | |
internalName | String | 5.3.28 | |
deviceId | Integer | 5.3.28 | |
type | String | 5.3.28 | |
state | String | 5.3.28 | |
createDate | Timestamp | 创建时间 | 5.3.28 |
lastOpDate | Timestamp | 最后一次修改时间 | 5.3.28 |
usedIps | List | 详情参考usedIps | 5.3.28 |
名字 | 类型 | 描述 | 起始版本 |
---|---|---|---|
uuid | String | 资源的UUID,唯一标示该资源 | 5.3.28 |
ipRangeUuid | String | IP段UUID | 5.3.28 |
l3NetworkUuid | String | 三层网络UUID | 5.3.28 |
ipVersion | Integer | 5.3.28 | |
ip | String | 5.3.28 | |
netmask | String | 5.3.28 | |
gateway | String | 5.3.28 | |
usedFor | String | 5.3.28 | |
ipInLong | long | 5.3.28 | |
ipInBinary | byte[] | 5.3.28 | |
vmNicUuid | String | 云主机网卡UUID | 5.3.28 |
createDate | Timestamp | 创建时间 | 5.3.28 |
lastOpDate | Timestamp | 最后一次修改时间 | 5.3.28 |
名字 | 类型 | 描述 | 起始版本 |
---|---|---|---|
uuid | String | 资源的UUID,唯一标示该资源 | 5.3.28 |
name | String | 资源名称 | 5.3.28 |
description | String | 资源的详细描述 | 5.3.28 |
primaryStorageUuid | String | 主存储UUID | 5.3.28 |
vmInstanceUuid | String | 云主机UUID | 5.3.28 |
diskOfferingUuid | String | 云盘规格UUID | 5.3.28 |
rootImageUuid | String | 5.3.28 | |
installPath | String | 5.3.28 | |
type | String | 5.3.28 | |
format | String | 5.3.28 | |
size | Long | 5.3.28 | |
actualSize | Long | 5.3.28 | |
deviceId | Integer | 5.3.28 | |
state | String | 5.3.28 | |
status | String | 5.3.28 | |
createDate | Timestamp | 创建时间 | 5.3.28 |
lastOpDate | Timestamp | 最后一次修改时间 | 5.3.28 |
isShareable | Boolean | 5.3.28 | |
volumeQos | String | 5.3.28 | |
lastDetachDate | Timestamp | 5.3.28 | |
lastVmInstanceUuid | String | 5.3.28 | |
lastAttachDate | Timestamp | 5.3.28 | |
protocol | String | 5.3.28 |
名字 | 类型 | 描述 | 起始版本 |
---|---|---|---|
uuid | String | 资源的UUID,唯一标示该资源 | 5.3.28 |
vmInstanceUuid | String | 云主机UUID | 5.3.28 |
deviceId | Integer | 5.3.28 | |
isoUuid | String | 5.3.28 | |
isoInstallPath | String | 5.3.28 | |
name | String | 资源名称 | 5.3.28 |
description | String | 资源的详细描述 | 5.3.28 |
protocol | String | 5.3.28 | |
createDate | Timestamp | 创建时间 | 5.3.28 |
lastOpDate | Timestamp | 最后一次修改时间 | 5.3.28 |
AttachServiceToObservabilityServerAction action = new AttachServiceToObservabilityServerAction(); action.observabilityServerUuid = "3e38d4c1adb73203b35120914b12ec61"; action.serviceType = "loadBalancer"; action.serviceUuid = "50b12612d2b4318193c2e040d98e8f7b"; action.sessionId = "b86c9016b4f24953a9edefb53ca0678c"; AttachServiceToObservabilityServerAction.Result res = action.call();
AttachServiceToObservabilityServerAction action = AttachServiceToObservabilityServerAction() action.observabilityServerUuid = "3e38d4c1adb73203b35120914b12ec61" action.serviceType = "loadBalancer" action.serviceUuid = "50b12612d2b4318193c2e040d98e8f7b" action.sessionId = "b86c9016b4f24953a9edefb53ca0678c" AttachServiceToObservabilityServerAction.Result res = action.call()
DELETE zstack/v1/observability-server/{observabilityServerUuid}/service
Authorization: OAuth the-session-uuid
curl -H "Content-Type: application/json;charset=UTF-8" \ -H "Authorization: OAuth b86c9016b4f24953a9edefb53ca0678c" \ -X DELETE http://localhost:8080/zstack/v1/observability-server/eb4f0a1b78c139d9b291acc85ada69d0/service
名字 | 类型 | 位置 | 描述 | 可选值 | 起始版本 |
---|---|---|---|---|---|
observabilityServerUuid | String | body | 5.3.28 | ||
serviceType | String | body |
| 5.3.28 | |
serviceUuid | String | body | 5.3.28 | ||
systemTags (可选) | List | body | 系统标签 | 5.3.28 | |
userTags (可选) | List | body | 用户标签 | 5.3.28 |
{ "inventory": { "uuid": "43db67751fbe3e7ca1302f06fb7264ae", "name": "ExampleObservabilityServer", "description": "This is an example observability server." } }
名字 | 类型 | 描述 | 起始版本 |
---|---|---|---|
success | boolean | 5.3.28 | |
error | ErrorCode | 错误码,若不为null,则表示操作失败, 操作成功时该字段为null。 详情参考error | 5.3.28 |
inventory | ObservabilityServerVmInventory | 详情参考inventory | 5.3.28 |
名字 | 类型 | 描述 | 起始版本 |
---|---|---|---|
code | String | 错误码号,错误的全局唯一标识,例如SYS.1000, HOST.1001 | 5.3.28 |
description | String | 错误的概要描述 | 5.3.28 |
details | String | 错误的详细信息 | 5.3.28 |
elaboration | String | 保留字段,默认为null | 5.3.28 |
opaque | LinkedHashMap | 保留字段,默认为null | 5.3.28 |
cause | ErrorCode | 根错误,引发当前错误的源错误,若无原错误,该字段为null | 5.3.28 |
名字 | 类型 | 描述 | 起始版本 |
---|---|---|---|
publicNetworkUuid | String | 5.3.28 | |
applianceVmType | String | 5.3.28 | |
managementNetworkUuid | String | 5.3.28 | |
defaultRouteL3NetworkUuid | String | 5.3.28 | |
status | String | 5.3.28 | |
agentPort | Integer | 5.3.28 | |
haStatus | String | 5.3.28 | |
uuid | String | 资源的UUID,唯一标示该资源 | 5.3.28 |
name | String | 资源名称 | 5.3.28 |
description | String | 资源的详细描述 | 5.3.28 |
zoneUuid | String | 区域UUID | 5.3.28 |
clusterUuid | String | 集群UUID | 5.3.28 |
imageUuid | String | 镜像UUID | 5.3.28 |
hostUuid | String | 物理机UUID | 5.3.28 |
lastHostUuid | String | 5.3.28 | |
instanceOfferingUuid | String | 计算规格UUID | 5.3.28 |
rootVolumeUuid | String | 根云盘UUID | 5.3.28 |
platform | String | 5.3.28 | |
architecture | String | 5.3.28 | |
defaultL3NetworkUuid | String | 5.3.28 | |
type | String | 5.3.28 | |
hypervisorType | String | 5.3.28 | |
memorySize | Long | 5.3.28 | |
reservedMemorySize | Long | 5.3.28 | |
cpuNum | Integer | 5.3.28 | |
cpuSpeed | Long | 5.3.28 | |
allocatorStrategy | String | 5.3.28 | |
createDate | Timestamp | 创建时间 | 5.3.28 |
lastOpDate | Timestamp | 最后一次修改时间 | 5.3.28 |
state | String | 5.3.28 | |
guestOsType | String | 5.3.28 | |
vmNics | List | 详情参考vmNics | 5.3.28 |
allVolumes | List | 详情参考allVolumes | 5.3.28 |
vmCdRoms | List | 详情参考vmCdRoms | 5.3.28 |
名字 | 类型 | 描述 | 起始版本 |
---|---|---|---|
uuid | String | 资源的UUID,唯一标示该资源 | 5.3.28 |
vmInstanceUuid | String | 云主机UUID | 5.3.28 |
l3NetworkUuid | String | 三层网络UUID | 5.3.28 |
ip | String | 5.3.28 | |
mac | String | 5.3.28 | |
hypervisorType | String | 5.3.28 | |
netmask | String | 5.3.28 | |
gateway | String | 5.3.28 | |
metaData | String | 5.3.28 | |
ipVersion | Integer | 5.3.28 | |
driverType | String | 5.3.28 | |
internalName | String | 5.3.28 | |
deviceId | Integer | 5.3.28 | |
type | String | 5.3.28 | |
state | String | 5.3.28 | |
createDate | Timestamp | 创建时间 | 5.3.28 |
lastOpDate | Timestamp | 最后一次修改时间 | 5.3.28 |
usedIps | List | 详情参考usedIps | 5.3.28 |
名字 | 类型 | 描述 | 起始版本 |
---|---|---|---|
uuid | String | 资源的UUID,唯一标示该资源 | 5.3.28 |
ipRangeUuid | String | IP段UUID | 5.3.28 |
l3NetworkUuid | String | 三层网络UUID | 5.3.28 |
ipVersion | Integer | 5.3.28 | |
ip | String | 5.3.28 | |
netmask | String | 5.3.28 | |
gateway | String | 5.3.28 | |
usedFor | String | 5.3.28 | |
ipInLong | long | 5.3.28 | |
ipInBinary | byte[] | 5.3.28 | |
vmNicUuid | String | 云主机网卡UUID | 5.3.28 |
createDate | Timestamp | 创建时间 | 5.3.28 |
lastOpDate | Timestamp | 最后一次修改时间 | 5.3.28 |
名字 | 类型 | 描述 | 起始版本 |
---|---|---|---|
uuid | String | 资源的UUID,唯一标示该资源 | 5.3.28 |
name | String | 资源名称 | 5.3.28 |
description | String | 资源的详细描述 | 5.3.28 |
primaryStorageUuid | String | 主存储UUID | 5.3.28 |
vmInstanceUuid | String | 云主机UUID | 5.3.28 |
diskOfferingUuid | String | 云盘规格UUID | 5.3.28 |
rootImageUuid | String | 5.3.28 | |
installPath | String | 5.3.28 | |
type | String | 5.3.28 | |
format | String | 5.3.28 | |
size | Long | 5.3.28 | |
actualSize | Long | 5.3.28 | |
deviceId | Integer | 5.3.28 | |
state | String | 5.3.28 | |
status | String | 5.3.28 | |
createDate | Timestamp | 创建时间 | 5.3.28 |
lastOpDate | Timestamp | 最后一次修改时间 | 5.3.28 |
isShareable | Boolean | 5.3.28 | |
volumeQos | String | 5.3.28 | |
lastDetachDate | Timestamp | 5.3.28 | |
lastVmInstanceUuid | String | 5.3.28 | |
lastAttachDate | Timestamp | 5.3.28 | |
protocol | String | 5.3.28 |
名字 | 类型 | 描述 | 起始版本 |
---|---|---|---|
uuid | String | 资源的UUID,唯一标示该资源 | 5.3.28 |
vmInstanceUuid | String | 云主机UUID | 5.3.28 |
deviceId | Integer | 5.3.28 | |
isoUuid | String | 5.3.28 | |
isoInstallPath | String | 5.3.28 | |
name | String | 资源名称 | 5.3.28 |
description | String | 资源的详细描述 | 5.3.28 |
protocol | String | 5.3.28 | |
createDate | Timestamp | 创建时间 | 5.3.28 |
lastOpDate | Timestamp | 最后一次修改时间 | 5.3.28 |
DetachServiceFromObservabilityServerAction action = new DetachServiceFromObservabilityServerAction(); action.observabilityServerUuid = "eb4f0a1b78c139d9b291acc85ada69d0"; action.serviceType = "loadBalancer"; action.serviceUuid = "6dd5dbdc01a6339086958415859fbb60"; action.sessionId = "b86c9016b4f24953a9edefb53ca0678c"; DetachServiceFromObservabilityServerAction.Result res = action.call();
DetachServiceFromObservabilityServerAction action = DetachServiceFromObservabilityServerAction() action.observabilityServerUuid = "eb4f0a1b78c139d9b291acc85ada69d0" action.serviceType = "loadBalancer" action.serviceUuid = "6dd5dbdc01a6339086958415859fbb60" action.sessionId = "b86c9016b4f24953a9edefb53ca0678c" DetachServiceFromObservabilityServerAction.Result res = action.call()
学习路径
ZStack Cloud 产品学习路径
快速梳理文档,点击相应文本链接,快速跳转到相应文档的页面,学习 ZStack Cloud 产品。
业务咨询:
400-962-2212 转 1售后咨询:
400-962-2212 转 2其他(漏洞提交、投诉举报等)
400-962-2212 转 3业务咨询:
400-962-2212 转 1ZStack学院:
training@zstack.io业务咨询:
400-962-2212 转 1售后咨询:
400-962-2212 转 2其他(漏洞提交、投诉举报等)
400-962-2212 转 3业务咨询:
400-962-2212 转 1售后咨询:
400-962-2212 转 2其他(漏洞提交、投诉举报等)
400-962-2212 转 3业务咨询:
400-962-2212 转 1商务联系:
channel@zstack.io业务咨询:
400-962-2212 转 1商务联系:
channel@zstack.io下载链接已发送至您的邮箱。
如未收到,请查看您的垃圾邮件、订阅邮件、广告邮件。 当您收到电子邮件后,请点击 URL 链接,以完成下载。感谢您使用 ZStack 产品和服务。
成功提交申请。
我们将安排工作人员尽快与您取得联系。感谢您使用 ZStack 产品和服务。
信息提交成功。
我们将安排工作人员尽快与您取得联系,请保持电话畅通。感谢您使用 ZStack 产品和服务。
商务咨询:
400-962-2212 转 1售后咨询:
400-962-2212 转 2商务联系:
sales@zstack.io成功提交申请。
我们将安排工作人员尽快与您取得联系。感谢您使用 ZStack 产品和服务。