qcs_api_client.api.default.health_check#

Module Contents#

Functions#

sync(→ qcs_api_client.types.Response[Any])

Health Check

sync_from_dict(→ qcs_api_client.types.Response[Any])

asyncio(→ qcs_api_client.types.Response[Any])

Health Check

asyncio_from_dict(→ qcs_api_client.types.Response[Any])

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

Health Check

Endpoint to return a status 200 for load balancer health checks

Returns

Response[Any]

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

Health Check

Endpoint to return a status 200 for load balancer health checks

Returns

Response[Any]

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