List remote-commands
GET /remote-commands
GET
/remote-commands
Whitelisted command templates for remote execution on fleet agents (F2.FLEET.07). Only commands with allowed=true may be dispatched.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” pagination[page]
integer
pagination[pageSize]
integer
filters
Strapi REST filter syntax
object
sort
string
populate
string
Responses
Section titled “ Responses ”OK
object
data
Array
object
name
required
string
command_template
required
Shell command template with optional {arg} placeholders, e.g. ‘systemctl status {service}’
string
description
string
allowed
Whitelist flag — only allowed=true commands may be dispatched. Set to false to disable without deleting.
boolean
timeout_seconds
Maximum execution time on the agent in seconds.
integer
organisation
documentId
string
id
integer
createdAt
string format: date-time
updatedAt
string format: date-time
publishedAt
string format: date-time
meta
object
pagination
object
page
integer
pageSize
integer
pageCount
integer
total
integer
Missing or invalid authentication
Not authorized (tenant scope or capability)