Reference Guide
MoonshotCM_Data_Model_Reference_edit2.html[10/29/2014 1:09:23 AM]
first, insert nulls as placeholders on skipped array entries.
"Oem/Hp/IPv4/StaticRoutes[]/SubnetMask"
This property is a member of EthernetNetworkInterface
IPv4 static route's subnet mask. Applies only when iLO is not configured to use DHCPv4-supplied static routes.
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:
{"Oem": {"Hp": {"IPv4": {"StaticRoutes": [null, {"SubnetMask": "<string-value>"}]}}}}
The property "Oem/Hp/IPv4/StaticRoutes[]/SubnetMask" on resource type
EthernetNetworkInterface 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.
"Oem/Hp/IPv4/WINSRegistration"
This property is a member of EthernetNetworkInterface
Determines whether WINS registration is enabled.
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.
PATCH Example
HTTP PATCH to resource with request JSON:
{"Oem": {"Hp": {"IPv4": {"WINSRegistration": true}}}}
The property "Oem/Hp/IPv4/WINSRegistration" on resource type
EthernetNetworkInterface 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.
"Oem/Hp/NICEnabled"
This property is a member of EthernetNetworkInterface