Skip to content

send_command

Send Command To Agent

Request

Endpoint to send a command to a specific agent.

Security
OAuth2PasswordBearer
Query
agent_idstring(Agent Id)required
commandstring(Command)required
POST
/api/v1/send_command
curl -i -X POST \
  'https://matric-docs.redocly.app/_mock/openapi/api/v1/send_command?agent_id=string&command=string'

Responses

Successful Response

Bodyapplication/json
any
Response
// No response example