InstrumentDTO
idnumberrequired
createdAtstringrequired
namestringrequired
Name of the instrument
locationstring
Location of the instrument
serialstring
Serial of the instrument
metadatastring
Metadata of the instrument
connectorConnectionIdsstring[]
Array of connection Ids to associate with this run
instrumentTypeIdnumber
Instrument Type ID for the instrument instance
InstrumentDTO
{
"id": 0,
"createdAt": "string",
"name": "string",
"location": "string",
"serial": "string",
"metadata": "string",
"connectorConnectionIds": [
"string"
],
"instrumentTypeId": 0
}