Expand description
agents laboratories — attach/detach/list laboratory ids on an
agent target (a tag, or an instance hierarchy). Each laboratory id
is recorded against the target in the CLI’s database.
Modules§
- attach
agents laboratories attach— attach a laboratory id to an agent target (a tag, or an instance hierarchy via PAIH +--agent-instance). The attachment is keyed on the tag (for a tag target) or on the AIH (for an instance target); see the CLI handler for the lock + insert.- detach
agents laboratories detach— detach a laboratory id from an agent target (a tag, or an instance hierarchy via PAIH +--agent-instance). Keyed the same way asattach; see the CLI handler for the lock + delete. Errors if the laboratory was not attached.- list
agents laboratories list— stream the laboratory ids attached to an agent target (a tag, or an instance hierarchy via PAIH +--agent-instance). Read-only; see the CLI handler. Each item is{ "id": "<laboratory id>" }.