qcs_api_client.api.default.get_health#

Module Contents#

Functions#

sync(...)

Retrieve the health status of the API

sync_from_dict(...)

asyncio(...)

Retrieve the health status of the API

asyncio_from_dict(...)

qcs_api_client.api.default.get_health.sync(*, client: httpx.Client, httpx_request_kwargs: Dict[str, Any] = {}) qcs_api_client.types.Response[qcs_api_client.models.health.Health]#

Retrieve the health status of the API

Returns

Response[Health]

qcs_api_client.api.default.get_health.sync_from_dict(*, client: httpx.Client, httpx_request_kwargs: Dict[str, Any] = {}) qcs_api_client.types.Response[qcs_api_client.models.health.Health]#
async qcs_api_client.api.default.get_health.asyncio(*, client: httpx.AsyncClient, httpx_request_kwargs: Dict[str, Any] = {}) qcs_api_client.types.Response[qcs_api_client.models.health.Health]#

Retrieve the health status of the API

Returns

Response[Health]

async qcs_api_client.api.default.get_health.asyncio_from_dict(*, client: httpx.AsyncClient, httpx_request_kwargs: Dict[str, Any] = {}) qcs_api_client.types.Response[qcs_api_client.models.health.Health]#