/
AI
aide-family
/
Untitled API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 20m ago · Updated 1mo ago
Details
Filter operations
MachineInfo
3
ProbeTask
7
SSHCommand
12
post
/v1/ssh-command-actions/batch-execute
post
/v1/ssh-command-actions/dispatch
post
/v1/ssh-command-actions/dispatch/count
get
/v1/ssh-command-audits
get
/v1/ssh-command-audits/{uid}
post
/v1/ssh-command-audits/{uid}/approve
post
/v1/ssh-command-audits/{uid}/reject
get
/v1/ssh-commands
post
/v1/ssh-commands/submissions
post
/v1/ssh-commands/{commandUid}/execute
post
/v1/ssh-commands/{commandUid}/submissions
get
/v1/ssh-commands/{uid}
SSHCommand
DispatchSSHCommandToAgents pushes one command to target jade_tree agents.
post
/v1/ssh-command-actions/dispatch
Request body
JadeTreeApiV1DispatchSSHCommandToAgentsRequest
required
commandUid
string
username
string
password
string
privateKey
string
port
integer
timeoutSeconds
integer
filter
JadeTreeApiV1DispatchSSHCommandFilter
Response
OK
JadeTreeApiV1DispatchSSHCommandToAgentsReply
required
total
string
success
string
failed
string
items
JadeTreeApiV1DispatchSSHCommandTargetResult[]
Changes