qcs_api_client.api.endpoints.restart_endpoint#

Module Contents#

Functions#

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

Restart Endpoint

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

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

Restart Endpoint

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

qcs_api_client.api.endpoints.restart_endpoint.sync(endpoint_id: str, *, client: httpx.Client, json_body: qcs_api_client.models.restart_endpoint_request.RestartEndpointRequest, httpx_request_kwargs: Dict[str, Any] = {}) qcs_api_client.types.Response[Any]#

Restart Endpoint

Restart an entire endpoint or a single component within an endpoint.

Parameters
Returns

Response[Any]

qcs_api_client.api.endpoints.restart_endpoint.sync_from_dict(endpoint_id: str, *, client: httpx.Client, json_body_dict: Dict, httpx_request_kwargs: Dict[str, Any] = {}) qcs_api_client.types.Response[Any]#
async qcs_api_client.api.endpoints.restart_endpoint.asyncio(endpoint_id: str, *, client: httpx.AsyncClient, json_body: qcs_api_client.models.restart_endpoint_request.RestartEndpointRequest, httpx_request_kwargs: Dict[str, Any] = {}) qcs_api_client.types.Response[Any]#

Restart Endpoint

Restart an entire endpoint or a single component within an endpoint.

Parameters
Returns

Response[Any]

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