端口速度的软层位置冲突
Softlayer location conflict for port speeds
此问题与
相关
但是现在我收到一条新消息:
10 Gbps Private Network Uplink cannot be ordered with location Amsterdam 1 on this package.
我尝试了 253 包并查看了位置冲突。我得到的这个项目(3957 id)是:
[
{
"itemId"=>3957,
"message"=>"10G connections cannot be ordered in dal01",
"packageId"=>"",
"resourceTableId"=>3
},
{
"itemId"=>3957,
"message"=>"10G connections cannot be ordered in hou02",
"packageId"=>"",
"resourceTableId"=>142775
}
]
我看到很多数据中心的 10gps 上行链路存在冲突,但我没有看到这个特定项目是 Amsterdam 1 的一个。我想知道是否还有一个冲突的地方可以看?.. .
我确定您正在使用 ObjectFilter 来获取结果。
目前 itemLocationConflicts 与 ObjectFilter 存在问题,这就是为什么您无法看到 itemId: 3957 的所有冲突的原因(此问题的修复可能需要一些时间),因此我建议不要使用对象过滤器
https://api.softlayer.com/rest/v3/SoftLayer_Product_Package/253/getItemLocationConflicts
There is a location conflict for item: 3957 with Amsterdan 1
{
"itemId": 3957,
"packageId": 253,
"resourceTableId": 168642
}
很抱歉给您带来不便,问题解决后我会更新本论坛
此问题与
但是现在我收到一条新消息:
10 Gbps Private Network Uplink cannot be ordered with location Amsterdam 1 on this package.
我尝试了 253 包并查看了位置冲突。我得到的这个项目(3957 id)是:
[
{
"itemId"=>3957,
"message"=>"10G connections cannot be ordered in dal01",
"packageId"=>"",
"resourceTableId"=>3
},
{
"itemId"=>3957,
"message"=>"10G connections cannot be ordered in hou02",
"packageId"=>"",
"resourceTableId"=>142775
}
]
我看到很多数据中心的 10gps 上行链路存在冲突,但我没有看到这个特定项目是 Amsterdam 1 的一个。我想知道是否还有一个冲突的地方可以看?.. .
我确定您正在使用 ObjectFilter 来获取结果。
目前 itemLocationConflicts 与 ObjectFilter 存在问题,这就是为什么您无法看到 itemId: 3957 的所有冲突的原因(此问题的修复可能需要一些时间),因此我建议不要使用对象过滤器
https://api.softlayer.com/rest/v3/SoftLayer_Product_Package/253/getItemLocationConflicts
There is a location conflict for item: 3957 with Amsterdan 1
{
"itemId": 3957,
"packageId": 253,
"resourceTableId": 168642
}
很抱歉给您带来不便,问题解决后我会更新本论坛