list-entities#
dpsctl topology list-entities Usage Guide#
List all inventory entities or only the requested entity names.
Usage#
dpsctl topology list-entities [entity-names...]
Flags#
Includes global dpsctl options.
--help, -h show help
Examples#
List every entity:
dpsctl topology list-entities
The JSON output uses the same case-sensitive entity fields as topology JSON:
{
"Entities": [
{
"Type": "PowerDomain",
"Name": "PD-A",
"OperatingLimit": {
"PowerValue": {
"Value": 1150000,
"Type": "W"
},
"PowerFactor": 0.9
},
"UpdatedAt": "2026-09-02T18:00:00Z"
},
{
"Type": "ComputerSystem",
"Model": "DGX_H100",
"Name": "node001",
"Redfish": {
"URL": "https://node001-bmc.example.com",
"SecretName": "node001"
},
"UpdatedAt": "2026-09-02T18:00:00Z"
}
]
}
List selected entities:
dpsctl topology list-entities node001 node002
Notes#
Entity field names are case-sensitive.
OperatingLimitis the current power-cap field.Constraintsis not a typed operating limit.The legacy
Policyfield does not bind a typed policy bundle.Use this command to inspect inventory before building or verifying a topology.