File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -5968,6 +5968,24 @@ paths:
59685968 description : Not authorized
59695969 content : {}
59705970
5971+
5972+ # #############################################################################
5973+ # SYSTEM ENDPOINTS #
5974+ # #############################################################################
5975+ /status :
5976+ get :
5977+ tags :
5978+ - system
5979+ summary : Gets the status of the system
5980+ description : |
5981+ Returns a nested JSON object that contains the status of Clowder.
5982+ This includes health checks, enabled plugins, as well as helpful debug
5983+ information, such as the current size of the reindex queue.
5984+ responses :
5985+ 200 :
5986+ description : OK
5987+ content : {}
5988+
59715989# ###############################################################################
59725990# Components #
59735991# ###############################################################################
You can’t perform that action at this time.
0 commit comments