iai queue-items create
Synopsis
iai queue-items create [flags]Examples
iai queue-items create --queue-id queue-123 --object-id trace-789 --object-type TRACE
iai queue-items create --queue-id queue-123 --object-id obs-789 --object-type OBSERVATION --status PENDING
iai queue-items create --queue-id queue-123 --object-id trace-789 --object-type TRACE --jsonOptions
-h, --help help for create
--json Output raw API response as JSON
--object-id string Object ID (required)
--object-type string Object type: TRACE or OBSERVATION (required)
-o, --organization string Organization name that owns the project
-p, --project string Project name
--queue-id string Queue ID (required)
--status string Status (PENDING/COMPLETED)
--yaml Output raw API response as YAMLOptions inherited from parent commands
SEE ALSO
Last updated
Was this helpful?

