Skip to content

Latest commit

 

History

History
62 lines (32 loc) · 1.5 KB

SystemServiceApi.md

File metadata and controls

62 lines (32 loc) · 1.5 KB

\SystemServiceApi

All URIs are relative to http://api.madana.io/rest

Method HTTP request Description
get_all_objects get /system/health
get_application2 get /system/usage Return the current application usage.

get_all_objects

std::path::PathBuf get_all_objects()

Parameters

This endpoint does not need any parameter.

Return type

std::path::PathBuf

Authorization

No authorization required

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

get_application2

::std::collections::HashMap<String, serde_json::Value> get_application2() Return the current application usage.

Return the current application usage

Parameters

This endpoint does not need any parameter.

Return type

::std::collections::HashMap<String, serde_json::Value>

Authorization

No authorization required

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]