Query parameters
-
url
string check this url for health instead of the currently configured one
Format should match the following pattern:
^https?:\/\/[a-zA-Z0-9-_~.]+(:[0-9]+)?/?$
.
GET
/smash/health
curl \
--request GET https://localhost:8090/v2/smash/health
Response examples (406)
{
"message": "string",
"code": "not_acceptable"
}
Response examples (400)
{
"message": "string",
"code": "bad_request"
}
Response examples (200)
{
"health": "available"
}