Reference Guide

MoonshotCM_Data_Model_Reference_edit2.html[10/29/2014 1:09:23 AM]
"Unknown"
"Lit"
"Blinking"
"Off"
HTTP Operations
GET Rendered if supported by the implementation or omitted if not.
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:
{"IndicatorLED": "Lit"}
The property "IndicatorLED" on resource type
ChassisSummary 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.
"Manufacturer"
This property is a member of ChassisSummary
JSON type: String
HTTP Operations
GET Rendered if supported by the implementation or omitted if not.
"Model"
This property is a member of ChassisSummary
JSON type: String
HTTP Operations
GET Rendered if supported by the implementation or omitted if not.
"PowerCapacityWatts"
This property is a member of ChassisSummary
It is the total power supply capacity
JSON type: Integer greater than or equal to 0.
HTTP Operations