Navigate to http://127.0.0.1:5001/v1/ui/
in a browser of choice.
curl --silent http://127.0.0.1:5001/v1/hub/version
{
"BRANCH": "CURRENT_BRANCH",
"REVISION": "CURRENT_REVISION",
"VERSION": "CURRENT_VERSION"
}
Where,
CURRENT_BRANCH
is the currently deployed branchCURRENT_REVISION
is the currently deployed revisionCURRENT_VERSION
is the currently deployed version
curl --silent http://127.0.0.1:5001/v1/hub/deployed
{
"DEPLOYED_BY": "root@7259f8263190",
"DEPLOYED_ENV": "local",
"DEPLOYED_WHEN": "2019-09-17T14:14:04.975523"
}
A Postman URL collection is available for testing, learning, etc here.