POST /admin/robots/{id}/decommission
Decommission Robot
Admin/Robots `bearerAuth` application/json
Request Parameters
| Name | In | Type | Required | Default | Example | Constraints | Description |
id |
path |
string |
Yes |
|
|
|
Robot ID |
Referenced Schemas
domain.RobotInfo
| Field | Type | Required | Example | Constraints | Description |
created_at |
string |
No |
|
|
|
firmware_ver |
string |
No |
|
|
|
identity_id |
string |
No |
|
|
|
last_health_at |
string |
No |
|
|
|
location |
string |
No |
|
|
|
model |
string |
No |
|
|
|
name |
string |
No |
|
|
|
owner_id |
string |
No |
|
|
|
safety_policy |
string |
No |
|
|
|
status |
string |
No |
|
|
|
updated_at |
string |
No |
|
|
|
workload_subtype |
string |
No |
|
|
|
gitee_com_linmes_authms_base_dto.DataResponse-domain_RobotInfo
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
data |
domain.RobotInfo |
No |
|
|
|
message |
string |
No |
|
|
|
timestamp |
string |
No |
|
|
|