Server IPMI

From INAP Dropzone API
(Difference between revisions)
Jump to: navigation, search
(Created page with "The ipmi service command returns information about the optional Intelligent Platform Management Interface (IPMI). ==Path== */server/ipmi/ip/{$serverid} ==Method== *[...")
 
(Returned Data)
 
(2 intermediate revisions by one user not shown)
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}
  
 
==Method==
 
==Method==
*[[glossary#post|POST]]
+
*[[glossary#get|GET]]
  
 
==Availability==
 
==Availability==
Line 19: Line 19:
 
stdClass Object(
 
stdClass Object(
 
   [success] => TRUE/FALSE
 
   [success] => TRUE/FALSE
   [data] =>  An array of one IP address to the IPMI  
+
   [data] =>  An array of zero or one IP address to the IPMI  
 
)
 
)
 
</pre>
 
</pre>

Latest revision as of 20:49, 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 zero or one IP address to the IPMI 
)
Personal tools