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== *[...")
 
(Method)
Line 4: Line 4:
  
 
==Method==
 
==Method==
*[[glossary#post|POST]]
+
*[[glossary#get|GET]]
  
 
==Availability==
 
==Availability==

Revision as of 20:45, 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