qcs_api_client.api.endpoints.restart_endpoint#
Module Contents#
Functions#
|
Restart Endpoint |
|
|
|
Restart Endpoint |
|
- 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
endpoint_id (str) –
json_body (RestartEndpointRequest) –
- 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
endpoint_id (str) –
json_body (RestartEndpointRequest) –
- 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]#