NVIDIA DGX B200 User Guide
(continued from previous page)
"MinPSU": 2,
"Name": "Limp",
"Status": {
"State": "Disabled"
}
}
PSU policy 0 denes the number of PSUs and the power that will be allocated to the system with
a maximum of two PSUs.
▶ To view a metrics report:
A metrics report captures all critical values related to the power behavior of the system.
Example request:
curl -k -u <bmc-user>:<password> https:∕∕<bmcip>∕redfish∕v1∕TelemetryService∕
,→MetricReports∕NvidiaNMMetrics_0
Example response:
{
"@odata.id": "∕redfish∕v1∕TelemetryService∕MetricReports∕NvidiaNMMetrics_0",
"@odata.type": "#MetricReport.v1_4_2.MetricReport",
"Id": "NvidiaNMMetrics_0",
"MetricReportDefinition": {
"@odata.id": "∕redfish∕v1∕TelemetryService∕MetricReportDefinitions∕
,→NvidiaNMMetrics_0",
"MetricProperties": []
},
"MetricValues": [
{
"MetricId": "Domain_Policy_Active",
"MetricValue": "12",
"Timestamp": "2024-10-25T16:05:23+00:00"
},
{
"MetricId": "PSU_Active_Policy",
"MetricValue": "4",
"Timestamp": "2024-10-25T16:05:23+00:00"
},
{
"MetricId": "PSU_Redundancy_Policy",
"MetricValue": "0",
"Timestamp": "2024-10-25T16:05:23+00:00"
},
{
"MetricId": "dcPlatformPower_avg",
"MetricValue": "2549.00",
"Timestamp": "2024-10-25T16:05:23+00:00"
},
...
{
"MetricId": "gpuPowerCapabilitiesMax_7",
"MetricValue": "1000.00",
"Timestamp": "2024-10-25T16:05:23+00:00"
(continues on next page)
9.3. Redsh Examples 83