idmtools_platform_local.internals.ui.controllers.healthcheck module¶
idmtools local platform healthcheck controller(API).
Copyright 2021, Bill & Melinda Gates Foundation. All rights reserved.
- class idmtools_platform_local.internals.ui.controllers.healthcheck.HealthCheck¶
Bases:
Resource
Provide Healthcheck API.
- get()¶
Get healthcheck.
- endpoint = 'healthcheck'¶
- mediatypes()¶
- methods: ClassVar[Optional[Collection[str]]] = {'GET'}¶
The methods this view is registered for. Uses the same default (
["GET", "HEAD", "OPTIONS"]
) asroute
andadd_url_rule
by default.