Reference Guide

MoonshotCM_Data_Model_Reference_edit2.html[10/29/2014 1:09:23 AM]
{"Oem": {"Hp": {"PowercapMode": <integer-value>}}}
The property "Oem/Hp/PowercapMode" on resource type HpMoonshotPower may not support PATCH of all values and may result in an HTTP 400 error with response of Type
ExtendedError. Multiple properties may be included in a single HTTP PATCH operation as long as the request is properly formatted JSON. To address an array entry other than the first,
insert nulls as placeholders on skipped array entries.
"PowerAllocatedWatts"
This property is a member of HpMoonshotPower
This is the total power allocated to the chassis, in Watts.
JSON type: Integer greater than or equal to 0.
HTTP Operations
GET Rendered if supported by the implementation or omitted if not. The value of this property may also be null if it is unavailable at the time of the request.
"PowerAvailableWatts"
This property is a member of HpMoonshotPower
Amount of power not already budgeted and therefore available for additional allocation, in watts. (powerCapacity - powerAllocated). This indicates how much reserve power capacity is
left.
JSON type: Integer greater than or equal to 0.
HTTP Operations
GET Rendered if supported by the implementation or omitted if not. The value of this property may also be null if it is unavailable at the time of the request.
"PowerCapacityWatts"
This property is a member of HpMoonshotPower
This is the total power available to the chassis from all power supplies (adjusting for redundancy settings), in Watts.
JSON type: Integer greater than or equal to 0.
HTTP Operations
GET Rendered if supported by the implementation or omitted if not. The value of this property may also be null if it is unavailable at the time of the request.
"PowerConsumedWatts"
This property is a member of HpMoonshotPower
The latest observed power being drawn by this chassis, in Watts. The update interval may vary depending upon implementation but is usually measured in seconds.
JSON type: Integer greater than or equal to 0.
HTTP Operations