qcs_api_client.api.reservations.list_group_reservations#

Module Contents#

Functions#

sync(...)

List Group Reservations

sync_from_dict(...)

asyncio(...)

List Group Reservations

asyncio_from_dict(...)

qcs_api_client.api.reservations.list_group_reservations.sync(group_name: str, *, client: httpx.Client, httpx_request_kwargs: Dict[str, Any] = {}) qcs_api_client.types.Response[qcs_api_client.models.list_reservations_response.ListReservationsResponse]#

List Group Reservations

List existing reservations for the requested group.

Available filter fields include:

  • startTime - timestamp

  • endTime - timestamp

  • createdTime - timestamp

  • price - integer

  • quantumProcessorId - string

Available order fields include:

  • startTime - timestamp

  • endTime - timestamp

  • createdTime - timestamp

  • price - integer

Parameters

group_name (str) –

Returns

Response[ListReservationsResponse]

qcs_api_client.api.reservations.list_group_reservations.sync_from_dict(group_name: str, *, client: httpx.Client, httpx_request_kwargs: Dict[str, Any] = {}) qcs_api_client.types.Response[qcs_api_client.models.list_reservations_response.ListReservationsResponse]#
async qcs_api_client.api.reservations.list_group_reservations.asyncio(group_name: str, *, client: httpx.AsyncClient, httpx_request_kwargs: Dict[str, Any] = {}) qcs_api_client.types.Response[qcs_api_client.models.list_reservations_response.ListReservationsResponse]#

List Group Reservations

List existing reservations for the requested group.

Available filter fields include:

  • startTime - timestamp

  • endTime - timestamp

  • createdTime - timestamp

  • price - integer

  • quantumProcessorId - string

Available order fields include:

  • startTime - timestamp

  • endTime - timestamp

  • createdTime - timestamp

  • price - integer

Parameters

group_name (str) –

Returns

Response[ListReservationsResponse]

async qcs_api_client.api.reservations.list_group_reservations.asyncio_from_dict(group_name: str, *, client: httpx.AsyncClient, httpx_request_kwargs: Dict[str, Any] = {}) qcs_api_client.types.Response[qcs_api_client.models.list_reservations_response.ListReservationsResponse]#