System Info
get_system_info()
async
Get general info about the system.
Returns:
Type | Description |
---|---|
GeneralInfo
|
The general info about the system |
get_system_volume_info()
async
Get info about the system's volumes.
Returns:
Type | Description |
---|---|
SystemInfo
|
Information about the system's volumes. |
get_system_certificate()
async
Get the certificate for the system as a bytes object. Raises 404 error if the certificate file can't be found. Check the error message for more details.
Returns:
Type | Description |
---|---|
FileResponse
|
The file response containing the certificate. |