Issue Commands

POST {{cb_url}}/api/v1/cblr/session/{{cb_lr_session_id}}/command

Once a session is active, you can create commands by POSTing a command object to the session via /api/v1/cblr/session/2/command. For example, to get a process list:

See Documentation