Pricing
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
instance_typestringRequired
regionstring · nullableOptionalExample:
us-central1-ainstance_quantityinteger · min: 1 · max: 256OptionalDefault:
1Responses
200
Successful Response
application/json
spot_price_centsinteger · nullableOptional
reserved_price_centsinteger · nullableOptional
minimum_price_centsinteger · nullableOptional
lowest_allocated_bid_centsinteger · nullableOptional
dynamic_win_price_centsinteger · nullableOptional
available_capacityinteger · nullableOptional
total_capacityinteger · nullableOptional
422
Validation Error
application/json
get
/v2/pricing/currentAuthorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
instance_typesstring · nullableOptional
regionstring · nullableOptionalExample:
us-central1-anum_samplesinteger · min: -1 · max: 1000OptionalDefault:
100start_timestring · datetime · nullableOptionalExample:
2024-01-01T00:00:00Zend_timestring · datetime · nullableOptionalExample:
2024-01-01T00:00:00ZResponses
200
Successful Response
application/json
Response model for historical pricing data.
completebooleanOptionalDefault:
true422
Validation Error
application/json
get
/v2/pricing/historyLast updated