Get Info
GET /v2/info
Request
Route
GET /v2/info
Body
Name |
Description |
Default |
Valid Values |
Example Values |
Headers
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.27.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","logging_endpoint":"ws://loggregator.vcap.me:80"}
Headers