idmtools_platform_local.client.healthcheck_client module

idmtools local platform healthcheck API Client.

Copyright 2021, Bill & Melinda Gates Foundation. All rights reserved.

class idmtools_platform_local.client.healthcheck_client.HealthcheckClient[source]

Bases: BaseClient

Provides Healthcheck API client.

path_url = 'healthcheck'
classmethod get_all() List[Dict[str, Any]][source]

Get all health check info.

Returns:

returns list of experiments

Return type:

List[Dict[str, Any]]

classmethod get_one() Dict[str, Any][source]

Convenience method to get one specific healthcheck.

Returns:

Dictionary containing the experiment objects

Return type:

dict

classmethod delete(*args, **kwargs) bool[source]

Delete request.

classmethod post(*args, **kwargs) bool[source]

Post request.