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: flask_restful.Resource

Provide Healthcheck API.

get()

Get healthcheck.

endpoint = 'healthcheck'
mediatypes()
methods = {'GET'}

A list of methods this view can handle.