SoftLayer API:检索具有改进功能的数据中心

SoftLayer API: Retrieve Datacenters with Improved Capabilities

当我在 SoftLayer UI 中订购 NFS 存储卷时,根据选择的数据中心,选项会有所不同。一些数据中心有 "improved capabilities"。那些确实允许更广泛的 NFS 设备选择。在 UI window 中,改进的数据中心在其名称旁边标有星号。

我希望能够通过 API 使用 "improved capabilities" 检索相同的数据中心列表,或者能够检查特定数据中心以查看它是否是改进的数据中心。我可以使用 SoftLayer_Location::getDatacenters 检索完整的数据中心列表,但 SoftLayer_Location 数据类型没有用于改进功能的字段。我可以去哪里检索这些信息?可以通过 API 吗?

你需要调用这个方法:

https://sldn.softlayer.com/reference/services/softlayer_network_storage/getfileblockencryptedlocations

它将 return UI

中标有 * 的数据中心