Aria Automation Orchestrator v8.x Command Line: Extension Properties List

by Simon Sparks · 7 February 2026

Command Line Description: Extension Property List

vracli vro extensions <extension_name> list

Results froṁ running with profiler extension:

[
  {
    "id": "profile-all-workflow-runs",
    "displayName": "Profile all workflow runs",
    "type": "boolean",
    "defaultValue": "true",
    "description": "After you enable the Profile all workflow runs option, Workflow Profiler will generate statistics for every workflow run.",
    "currentValue": "true"
  },
  {
    "id": "publish-statistic-interval-in-sec",
    "displayName": "Interval for distributing the Workflow Profiler statistics",
    "type": "string",
    "defaultValue": "60",
    "description": "The number of seconds, in which the Profiler statistics will be distributed
throughout all nodes in the Automation Orchestrator cluster",
    "currentValue": "60"
  },
  {
    "id": "record-scripting",
    "displayName": "Record scripting API calls",
    "type": "boolean",
    "defaultValue": "false",
    "description": "Should the profiler record metrics for scripting API calls?",
    "currentValue": "false"
  },
  {
    "id": "record-action-runs",
    "displayName": "Record action runs",
    "type": "boolean",
    "defaultValue": "false",
    "description": "Should the profiler record metrics for standalone action runs?",
    "currentValue": "false"
  }
]

Discover more from Cloud Build Tools

Subscribe to get the latest posts sent to your email.

You may also like