Reference Guide
MoonshotCM_Data_Model_Reference_edit2.html[10/29/2014 1:09:23 AM]
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.
"PowerLimit/CorrectionInMs"
This property is a member of HpMoonshotPower
Time in milliseconds that it takes for the limiting process to react and correct the power consumption below the limit.
JSON type: Integer
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.
"PowerLimit/Enabled"
This property is a member of HpMoonshotPower
User has to the provision to enable or disable the power capping option with the right values
JSON type: String
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.
PATCH This property may be PATCHed if the resource instance of this type supports PATCH in the HTTP Allow headers.
PATCH Example
HTTP PATCH to resource with request JSON:
{"PowerLimit": {"Enabled": "<string-value>"}}
The property "PowerLimit/Enabled" 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.
"PowerLimit/LimitException"
This property is a member of HpMoonshotPower
Action that is taken if the power cannot be maintained below the LimitInWatts.
JSON type: String containing one of the following supported values:
"NoAction"
"HardPowerOff"
"LogEventOnly"
"Oem"