api.system.base
¶
/system/version¶
-
api.system.base.views.
system_version
(*args, **kwargs)¶ Show (
GET
) Danube Cloud version.-
GET
/system/version
¶ DC-bound?: Permissions: Asynchronous?: Status Codes: - 200 OK – SUCCESS
- 403 Forbidden – Forbidden
-
/system/logs¶
-
api.system.base.views.
system_logs
(*args, **kwargs)¶ Retrieve (
GET
) Danube Cloud log files.-
GET
/system/logs
¶ In case of a success, the response contains an object with log names as keys and contents of log files (limited to last 10 kB) as values. If the file does not exist the object values will be
null
.DC-bound?: Permissions: Asynchronous?: Parameters: - data.logname (string) – Name of the specific log file to be retrieved
Status Codes: - 200 OK – SUCCESS
- 403 Forbidden – Forbidden
- 404 Not Found –
logname
not found
-