Get Info
Return information about the service.
This API does not require authentication.
Request
URI
GET
https://{api_host}/info
COPY
Responses
200
OK
Returns
Info
of type(s)
application/json
{
"build": "string",
"sha": "string"
}
string
build
Optional
Internal build number of the coordinator service.
string
sha
Optional
Git SHA of the coordinator service.
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/info
Info Operations
GET
Get Info