Skip to content
New issue

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

add bluemix public regional urls to CF CLI ref #734

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions cli/reference/cfcommands/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ cf api BluemixServerURL
<dl>
<dt>BluemixServerURL</dt>
<dd>The URL of the Bluemix API endpoint that you must specify when you connect to {{site.data.keyword.Bluemix_notm}}. Typically, this URL is https://api.{DomainName}.
Each Bluemix Public region and Bluemix Dedicated deployment has a unique API endpoint. For Bluemix Public the endpoints are:

* US South: https://api.ng.bluemix.net
* United Kingdom: https://api.eu-gb.bluemix.net
* Sydney: https://api.au-syd.bluemix.net

If you want to display the URL of the API endpoint that you are currently using, you do not need to specify this parameter for the cf api command.</dd>
<dt>*--skip-ssl-validation*</dt>
<dd>Disables the SSL validation process. Use of this parameter might cause security problems.</dd>
Expand Down