Module qcs_api_client_openapi::apis::reservations_api
source · [−]Enums
struct for typed errors of method
create_reservationstruct for typed errors of method
delete_reservationstruct for typed errors of method
find_available_reservationsstruct for typed errors of method
list_group_reservationsstruct for typed errors of method
list_reservationsFunctions
Create a new reservation. The following precedence applies when specifying the reservation subject account ID and type: * request body
accountId field, or if unset then X-QCS-ACCOUNT-ID header, or if unset then requesting user’s ID. * request body accountType field, or if unset then X-QCS-ACCOUNT-TYPE header, or if unset then "user" type.Cancel an existing reservation for the user.
List currently available reservations on the requested Rigetti quantum computer.
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 - integerList existing reservations for the authenticated user, or a target user when specifying
X-QCS-ACCOUNT-ID and X-QCS-ACCOUNT-TYPE headers. Available filter fields include: * startTime - timestamp * endTime - timestamp * createdTime - timestamp * price - integer * cancelled - boolean (deprecated, use showDeleted parameter) * quantumProcessorId - string Available order fields include: * startTime - timestamp * endTime - timestamp * createdTime - timestamp * price - integer