Sites
Thermal chambers

Create a new thermal chamber for a site

Create a new thermal chamber under the specified site (by ID).

The request body must include project_id — the project that will own this chamber — and both temperature bounds. The site is org-scoped (cross-project), so any of the org's sites may host a chamber for any of its projects. Returns the created chamber and sets the Location header.

post/sites/{site_id}/thermal_chambers

Path parameters

site_idstring required

Request body

object required

Response

Successful Response

namestring required

Name of the thermal chamber

manufacturerstring nullable

Manufacturer (make) of the chamber (e.g. Espec, Thermotron)

modelstring nullable

Model (type) of the chamber (e.g. BTL-433)

serial_numberstring nullable

Manufacturer serial number of the chamber

min_temperature_cnumber required

Lowest temperature the chamber is rated to hold, in degrees Celsius.

max_temperature_cnumber required

Highest temperature the chamber is rated to hold, in degrees Celsius.

max_channelsinteger nullable

How many channels fit in the chamber at once. None means capacity is not tracked and scheduling treats the chamber as unlimited.

heating_rate_c_per_minnumber required

Rate the chamber raises temperature, in degrees Celsius per minute.

cooling_rate_c_per_minnumber required

Rate the chamber lowers temperature, in degrees Celsius per minute.

notesstring nullable

Free-text notes about the chamber

site_idstring required

Foreign key to the parent site

project_idstring required

Project that owns this thermal chamber

idstring required

Unique identifier for the thermal chamber

organization_idstring required

Organization this thermal chamber belongs to.

created_bystring nullable

User ID of the user who created this thermal chamber

created_by_emailstring nullable

Email of the user who created this thermal chamber

created_atstring date-time required

Timestamp when the thermal chamber was created

updated_atstring date-time required

Timestamp when the thermal chamber was last updated

Changes

No recorded changes to this endpoint across all 1 revision of this API.