Send commands to other agents.
POST/im/command
This service message enables the Installation Machine to transmit commands to other agents through DDS.
Request
- application/json
Body
required
command Commandrequired
Possible values: [Discovery]
Responses
- 200
- 405
- 500
- application/json
- Schema
- Example (from schema)
Schema
message stringrequired
name stringrequired
statusCode int32required
{
"message": "string",
"name": "string",
"statusCode": 0
}
- application/json
- Schema
- Example (from schema)
Schema
message stringrequired
name stringrequired
statusCode int32required
{
"message": "string",
"name": "string",
"statusCode": 0
}
Loading...