dauryg/TrueNAS Action

Github action to interact with truenas through its JSON-RPC 2.0 websocket api

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
hostWebSocket URL for TrueNAS Scale (e.g., wss://192.168.1.100/api/current)yes
api-keyTrueNAS API key for authenticationyes
api-methodTrueNAS API method name (e.g., pool.query, alert.list, system.info)yes
parametersJSON array of method arguments. Format: [parameter 1, parameter 2]. Examples: [[], {"limit": 2}] (options only), [[["name","~",".*media.*"]], {"limit": 3, "select": ["name", "pool"]}] (with filter)no
namedescription
resultJSON response from the TrueNAS API call