api.system.service
¶
/system/service/status¶
-
api.system.service.views.
system_service_status_list
(*args, **kwargs)¶ Get (
GET
) status of all system services.-
GET
/system/service/status
¶ DC-bound?: Permissions: Asynchronous?: Status Codes: - 201 Created – SUCCESS
- 400 Bad Request – FAILURE
- 403 Forbidden – Forbidden
-
/system/service/(name)/status¶
-
api.system.service.views.
system_service_status
(*args, **kwargs)¶ Get (
GET
) system service status.-
GET
/system/service/
(name)/status
¶ DC-bound?: Permissions: Asynchronous?: Parameters: - name (string) – required - Service name
Status Codes: - 201 Created – SUCCESS
- 400 Bad Request – FAILURE
- 403 Forbidden – Forbidden
- 404 Not Found – Service not found
-