list

dpsctl device list Usage Guide

List device specifications

Usage

dpsctl device list

Flags

Includes global dpsctl options.

   --help, -h          show help

Examples

Basic Usage

$ dpsctl device list
[
  {
    "type": "PowerDomain",
    "description": "Generic power domain",
    "Spec": {
      "PowerDomain": {
        "efficiency_factor": 0.95
      }
    }
  },
  {
    "type": "PowerDistribution",
    "model": "RackPDU95_57500W",
    "Spec": {
      "PowerDistribution": {
        "max_load_watts": 57500,
        "efficiency_factor": 0.95
      }
    }
  },
  {
    "type": "PowerSupply",
    "model": "PowerSupply95_3300W",
    "Spec": {
      "PowerSupply": {
        "max_load_watts": 3300,
        "efficiency_factor": 0.95
      }
    }
  }
]