statushttps://api.pixlab.io/status
Description
Return current status of the PixLab API Servers.
HTTP Methods
GET
Request Parameters
None
Response
application/json
a JSON object is always returned from this command. The following are the JSON fields returned in response body:
Fields | Type | Description |
---|---|---|
status | Integer | Status code 200 indicates that all the infrastructure is up and working as expected, any other status code such as 500 indicates that the API servers encounter some problems (Perhaps some planned maintenance or DDoS issues) and requests may not be executed. |
error | String | Message describing the problem encountered by the API servers if status != 200. |
payload | String | Message in the form of All Services are up & running if status == 200. |
Python Example
# Refer to https://github.com/symisc/pixlab for the full list of production ready code samples...