Server IPMI

From INAP Dropzone API
(Difference between revisions)
Jump to: navigation, search
(Method)
Line 1: Line 1:
The [[IPMI|ipmi]] service command returns information about the optional Intelligent Platform Management Interface (IPMI).
+
The ipmi service command returns information about the optional Intelligent Platform Management Interface (IPMI).
 
==Path==
 
==Path==
 
*/server/ipmi/ip/{$serverid}
 
*/server/ipmi/ip/{$serverid}

Revision as of 20:46, 15 January 2014

The ipmi service command returns information about the optional Intelligent Platform Management Interface (IPMI).

Contents

Path

  • /server/ipmi/ip/{$serverid}

Method

Availability

Required Data Parameters

  • {$serverid}: The server ID that is returned when using the list command.

Optional Data Parameters

  • None

Returned Data

stdClass Object(
  [success] => TRUE/FALSE
  [data] =>  An array of one IP address to the IPMI 
)
Personal tools