curl --request GET \
--url https://{FUSION HOST}/api/swagger/status
[
{
"status": "starting",
"node": "<string>",
"messages": [
{
"date": "2023-11-07T05:31:56Z",
"message": "<string>"
}
]
}
]
Check the status of the Swagger service.
curl --request GET \
--url https://{FUSION HOST}/api/swagger/status
[
{
"status": "starting",
"node": "<string>",
"messages": [
{
"date": "2023-11-07T05:31:56Z",
"message": "<string>"
}
]
}
]
successful operation
The response is of type object[]
.
Was this page helpful?