Reference Guide
MoonshotCM_Data_Model_Reference_edit2.html[10/29/2014 1:09:23 AM]
The property "SSDP/NotifyMulticastIntervalSeconds" on resource type ManagerNetworkService 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.
"SSDP/NotifyTTL"
This property is a member of ManagerNetworkService
The Time-To-Live hop count used for multicast NOTIFY messages. The recommended value is 5.
JSON type: Integer greater than or equal to 1.
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:
{"SSDP": {"NotifyTTL": <integer-value>}}
The property "SSDP/NotifyTTL" on resource type
ManagerNetworkService 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.
"SSDP/Port"
This property is a member of ManagerNetworkService
SSDP port number
JSON type: Integer from 1 to 65535.
HTTP Operations
GET Rendered if supported by the implementation or omitted if not.
"SSH/Enabled"
This property is a member of ManagerNetworkService
SSH enable
JSON type: Boolean ('true' or 'false')
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.