All URIs are relative to https://api.ubiops.com/v2.1
| Method | HTTP request | Description |
|---|---|---|
| service_status | GET /status | Service status |
Status service_status()
Service status
Request the API status. It can be used to determine whether the API is online. You do not have to be authenticated to access this method.
status: API status, either ok or fail. The database connection is tested at each status request, to make sure that the API is online.
{
"status": "ok"
}
Initialize core_api using your credentials.
# Service status
api_response = core_api.service_status()
print(api_response)This endpoint does not need any parameter.