Info API

Get Info

GET /v2/info

Request

Route

GET /v2/info

Headers

Host: example.org
Cookie: 

cURL

curl "https://api.[your-domain.com]/v2/info" -X GET \
	-H "Host: example.org" \
	-H "Cookie: "

Response

Status

200 OK

Body

{
  "name": "vcap",
  "build": "2222",
  "support": "http://support.cloudfoundry.com",
  "version": 2,
  "description": "Cloud Foundry sponsored by Pivotal",
  "authorization_endpoint": "http://localhost:8080/uaa",
  "token_endpoint": "http://localhost:8080/uaa",
  "min_cli_version": null,
  "min_recommended_cli_version": null,
  "api_version": "2.244.0",
  "app_ssh_endpoint": "ssh.system.domain.example.com:2222",
  "app_ssh_host_key_fingerprint": "47:0d:d1:c8:c3:3d:0a:36:d1:49:2f:f2:90:27:31:d0",
  "app_ssh_oauth_client": null,
  "routing_endpoint": "http://localhost:3000",
  "logging_endpoint": "ws://loggregator.vcap.me:80"
}

Headers

Content-Type: application/json;charset=utf-8
X-VCAP-Request-ID: 3e3ed0b0-6537-4497-8c9c-73666359bfd4
Content-Length: 573
X-Content-Type-Options: nosniff