Skip to main content

CreateInstrumentBody

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 instrument

instrumentTypeIdnumber

Instrument Type ID for the instrument instance

dry_runboolean

If true, perform a dry run without actually creating the instrument

CreateInstrumentBody
{
"name": "string",
"location": "string",
"serial": "string",
"metadata": "string",
"connectorConnectionIds": [
"string"
],
"instrumentTypeId": 0,
"dry_run": true
}