forked from pivotal-cf/docs-pcf-install
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapi-endpoint.html.md.erb
More file actions
29 lines (20 loc) · 871 Bytes
/
api-endpoint.html.md.erb
File metadata and controls
29 lines (20 loc) · 871 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
title: Identifying the API Endpoint for your Elastic Runtime Instance
owner: CAPI
---
<strong><%= modified_date %></strong>
The API endpoint, or target URL, for your Elastic Runtime instance is the URL of
the Cloud Controller in your Elastic Runtime instance.
Find your API endpoint by consulting your cloud operator, from the Apps Manager, or from the command line.
## <a id='console'></a>From the Apps Manager ##
Log in to the Apps Manager for your Elastic Runtime instance, then click
**Tools** in the left navigation panel.
The **Getting Started** section of the Tools page shows your API endpoint.
<%= image_tag("getting-started-api.png") %>
## <a id='cli'></a>From the Command Line ##
From a command line, run`cf api` to view your API endpoint.
Example:
<pre class='termnial'>
$ cf api
API endpoint: https://api.example.com (API version: 2.2.0)
</pre>