Joseph Jaquinta
Joseph Jaquinta

Reputation: 2138

VLAN turns up in UI, not API

When I go to Network -> IP Management -> VLANS I see three VLANs listed.

When I call getPublicNetworkVlans and getPrivateNetworkVlans via the API on the account, I only see two.

The missing VLAN is the direct link for the cross connect to our enterprise. What API should I call to be able to see this missing one from my code?

Upvotes: 0

Views: 37

Answers (2)

Ruber Cuellar Valenzuela
Ruber Cuellar Valenzuela

Reputation: 2757

The Control Portal works with SoftLayer_Account::getNetworkVlans method, you should be able to see the vlan with it.

Let me know your results, for further investigation if you are not able to retrieve the vlan.

Upvotes: 2

greyhoundforty
greyhoundforty

Reputation: 239

I don't think the issue would be language specific but can you provide the code you are using to retrieve the VLAN's? My guess is that the cross connect is a special VLAN that is not exposed in the same manner as regular VLANs.

Upvotes: 0

Related Questions