rpymostat.engine.api.v1.status module¶
-
class
rpymostat.engine.api.v1.status.Status(apiserver, app, dbconn, parent_prefix)[source]¶ Bases:
rpymostat.engine.site_hierarchy.SiteHierarchyManages the v1/status portion of the API.
-
_abc_cache= <_weakrefset.WeakSet object>¶
-
_abc_negative_cache= <_weakrefset.WeakSet object>¶
-
_abc_negative_cache_version= 29¶
-
_abc_registry= <_weakrefset.WeakSet object>¶
-
prefix_part= 'status'¶
-
status(*args, **kwargs)[source]¶ Report on application and dependency status.
This serves
GET /v1/statusParameters: - _self – another reference to
selfsent by Klein - request (instance of
twisted.web.server.Request) – the Request
- _self – another reference to
-