Date
1 - 3 of 3
getting the cf version from the api
Naga Rakesh
Hello,
I wanted to know if there is a way to determine CF versions dynamically/ from API. Thanks, Venkata |
|
Takeshi Morikawa
I was just thinking of the same thing.
toggle quoted message
Show quoted text
http://cf-api-checker.mybluemix.net/cf/version/ http://cf-api-checker.mybluemix.net/api/version/ I tried to check in the following ways: STEP1: check api version https://api.cf-domain/v2/info STEP2: check cf-release tag & submodule ccng source code https://github.com/cloudfoundry/cf-release/tree/v210/src https://github.com/cloudfoundry/cloud_controller_ng/blob/9cc1df0eb8c3039f19fc6e74bd243a342560490b/lib/cloud_controller/constants.rb However api_version and cf-relase is not a unique relationship 2015-06-04 9:21 GMT+09:00 Naga Rakesh <nagarakesh4(a)gmail.com>: Hello, |
|
Dieu Cao <dcao@...>
There's not currently a way to determine this exactly.
toggle quoted message
Show quoted text
As Takeshi suggests the api version is the closest thing, but it does not get bumped every cf-release. -Dieu CF Runtime PM On Wed, Jun 3, 2015 at 5:38 PM, Takeshi Morikawa <moog0814(a)gmail.com> wrote:
I was just thinking of the same thing. |
|