list

dpsctl settings list Usage Guide

List all global DPS settings.

Usage

dpsctl settings list

Flags

Includes global dpsctl options.

   --help, -h          show help

Examples

Basic Usage

$ dpsctl settings list
{
  "settings": {
    "power_monitoring_interval": "30s",
    "default_timeout": "60s",
    "max_concurrent_operations": "10",
    "resource_group_cleanup_interval": "5m",
    "policy_enforcement_mode": "strict"
  }
}

Notes

  • Global settings affect DPS server behavior
  • Settings are applied system-wide and persist across server restarts
  • Some settings may require server restart to take effect