# Create an command processor request for Target Run Endpoint: POST /pipelines/v0/stageruns/{stage_run_id}/targetruns/{target_run_id}/command/ Version: 1.0.0 Security: SCAPIAuthToken ## Path parameters: - `stage_run_id` (string, required) ID of the stage run - `target_run_id` (string, required) Id of the target run ## Response 200 fields (application/json): - `code` (integer) - `message` (string) - `content` (object) - `content.target_run_id` (string) - `content.operation_id` (string) - `content.enterprise_id` (string) - `content.command` (string) - `content.command_type` (string) - `content.device_type` (string) - `content.device_id` (string) - `content.schedule` (string) - `content.args` (object) - `content.request_id` (string) - `content.request_status` (string) - `content.request_status_reason` (string) ## Response 401 fields (application/json): - `code` (integer, required) - `message` (string, required) - `content` (object)