We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I was following this step to expose some of my services
after executing command bx sl vlan list | grep PUBLIC | grep dal12
I receive the error: Failed to list VLANs on your account. json: cannot unmarshal number into Go struct field Error.code of type string
I made sure that I am logged on before executing the command what did I do wrong?
The text was updated successfully, but these errors were encountered:
when I first created the cluster I left the Public Vlan and Private Vlan blank, but they should still be generated for me automatically
Sorry, something went wrong.
Can you please try and run bx sl vlan list command?
bx sl vlan list
@mrshah-at-ibm its the same error message
Failed to list VLANs on your account. json: cannot unmarshal number into Go struct field Error.code of type string
No branches or pull requests
I was following this step to expose some of my services
after executing command
bx sl vlan list | grep PUBLIC | grep dal12
I receive the error:
Failed to list VLANs on your account.
json: cannot unmarshal number into Go struct field Error.code of type string
I made sure that I am logged on before executing the command what did I do wrong?
The text was updated successfully, but these errors were encountered: