Server running status#
The module server_running_status provides functions related to Server running status section of
cBioPortal Web Public API.
- pybioportal.server_running_status.get_server_status()#
Get the running status of the server.
- Returns:
A DataFrame containing the status of the server.
- Return type:
pandas.DataFrame
Examples#
from pybioportal import server_running_status as srs
srs.get_server_status()
| status | |
|---|---|
| 0 | UP |