Status
This method returns the current status of the SPID Server services.
Responses
200
OK
*/*
400
Bad Request
*/*
401
Unauthorized
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
415
Unsupported Media Type
*/*
422
Unprocessable Entity
*/*
500
Internal Server Error
*/*
503
Service Unavailable
*/*
get
GET /gbs-spid-server/status HTTP/1.1
Host: <ip>:8082
Accept: */*
{
"data": {
"psbioStatus": "INACTIVE",
"spidxStatus": "INACTIVE",
"gbdsStatus": "INACTIVE",
"idnStatus": "INACTIVE"
}
}