Softlayer location conflict for port speeds -


this question related this one

but got new message:

10 gbps private network uplink cannot ordered location amsterdam 1 on package.

i tried 253 package , looked @ location conflicts. got item(3957 id) is:

[ {     "itemid"=>3957,     "message"=>"10g connections cannot ordered in dal01",     "packageid"=>"",     "resourcetableid"=>3 }, {     "itemid"=>3957,     "message"=>"10g connections cannot ordered in hou02",     "packageid"=>"",     "resourcetableid"=>142775 } 

]

i've seen 10gps uplinks conflicts many datacenter, don't see particular item 1 amsterdam 1. wonder if there 1 more place conflicts at?...

i'm sure using objectfilter result.

currently there issue itemlocationconflicts objectfilter, that's reason why not able see conflicts itemid: 3957 (the fix of issue take time), recommend not use objectfilter

https://api.softlayer.com/rest/v3/softlayer_product_package/253/getitemlocationconflicts 

there location conflict item: 3957 amsterdan 1

{     "itemid": 3957,     "packageid": 253,     "resourcetableid": 168642 } 

my apologies inconveniences, update forum when issue has been solved


Comments

Popular posts from this blog

c# - Update a combobox from a presenter (MVP) -

How to understand 2 main() functions after using uftrace to profile the C++ program? -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -