(Softlayer Api) 如何获取 eVault 的卷状态?

(Softlayer Api) How to get volume status for eVault?

我尝试用 'volumeStatus' 添加掩码值,但它似乎总是 returns null。

Service service = Evault.service(client, Long.parseLong(storageId));
service.withMask().volumeStatus();

此请求可以帮助您:

https://[username]:[apikey]@api.softlayer.com/rest/v3/SoftLayer_Account/getEvaultNetworkStorage?objectMask=mask(SoftLayer_Network_Storage_Backup_Evault_Version6)[agentStatuses]

Method: GET

参考文献:

SoftLayer_Network_Storage_Backup_Evault_Version6