정검 상태 조회
GET
https://{status-domain}/v1.0/status/main
{
"return": 0,
"message": "success",
"value": {
"state": 0,
"info": {}
}
}
curl --location 'https://localhost:51061/v1.0/status/main'
Last updated
GET
https://{status-domain}/v1.0/status/main
{
"return": 0,
"message": "success",
"value": {
"state": 0,
"info": {}
}
}
curl --location 'https://localhost:51061/v1.0/status/main'
Last updated