cURL
curl --request POST \ --url https://api.example.com/process.Process/SendInput \ --header 'Content-Type: application/json' \ --data ' { "process": { "pid": 123 }, "input": { "pty": "aSDinaTvuI8gbWludGxpZnk=" } } '
{}
Show child attributes
Success
The response is of type SendInputResponse · object.
SendInputResponse · object
Was this page helpful?