HP OneView REST API Reference

appliance
appliance.html[10/17/2013 10:35:47 AM]
NodeVersion Contains the node version
Response Codes
REST API Response Codes
Examples
Retrieve version of the appliance node.
for example:
GET https://{appl}/rest/appliance/version, or
GET https://{appl}/rest/appliance/nodeinfo/version
NodeStatus
description: Contains data describing node's status.
type: object
Properties
networkConfigured: description: Flag indicating whether network has been configured on this node
type: boolean
memory: description: Total memory of the node
type: number
memoryUnits: description: Memory units
type: string
memoryStatusError: description: Status is set as error if minimum memory requirements are not met.
type: string
cpu: description: Number of CPUs
type: integer
cpuSpeed: description: CPU clock speed
type: number
cpuSpeedUnits: description: CPU clock speed unit
type: string
cpuStatusError: description: Status is set as error if minimum CPU requirements are not met.
type: string
lan: description: LAN data transfer rate
type: number
lanUnits: description: Unit of LAN data transfer rate