Get Info

Get Info

Return information about the service.

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 operator service.

string
sha
Optional

Git SHA of the operator service.


Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/info