Start pick poses job
POST/devices/:deviceId/command/pick-good-poses
Instructs the device to run a job to pick good poses.
Required scope(s): [devices:command
]
Request
Path Parameters
The target sensor.
- application/json
Body
required
Target number of poses to pick
Job ID
Maximum time to run pick poses job (seconds)
Default value: true
If true, then past poses will be reconsidered in the upcoming pick poses search. To disable, set to false. Only supported for 'pick_good_poses' command.
Responses
- 200
- 404
- 500
Your request was successful.
- application/json
- Schema
- Example (from schema)
Schema
Unique identifier for the client making the request.
res objectrequired
Container for additional response details.
Acknowledgment status; will always have a value of 1, indicating successful receipt of the request by the API and/or device.
Response status from sensor, represented as HTTP status code.
Status message from sensor.
Unique ID (ULID) for the response message.
Session ID (ULID) associated with the client's request, providing context and traceability.
{
"clientId": "jdppdzf4l0",
"res": {
"ack": 1,
"code": "200",
"message": "Request executed successfully",
"messageId": "01H7B0YXPAMMSKX401J1CXCQBP"
},
"sessionId": "01H7B0YVB9PQJ3086GNX5XVA94"
}
You are operating on a resource that does not exist. A message is returned explaining the issue.
- application/json
- Schema
- Example (from schema)
Schema
object
{}
An internal server error. Please contact Gardin Support for further assistance.
- application/json
- Schema
- Example (from schema)
Schema
object
{}