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.
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:
{"Password": "<string-value>"}
The property "Password" on resource type
ManagerAccount 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.
"UserName"
This property is a member of ManagerAccount
Descriptive user name that helps to easily identify the owner of each login name. The user name does not have to be the same as the login name. The maximum length for a user name is
39 characters. The user name must use printable characters.
JSON type: String
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:
{"UserName": "<string-value>"}
The property "UserName" on resource type
ManagerAccount 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.
POST Action "AddSSHPublicKey"
Parameter "KeyData"
"KeyData" may be one of the following values:
Parameter "Target"
"Target" may be one of the following values:
"/Oem/Hp"
Example