Server/Cloud Password

From INAP Dropzone API
(Difference between revisions)
Jump to: navigation, search
(Created page with "The server password command returns the root users password for any server assigned to a LEAP account. ==Path== */server/password/{$serverid} ==M...")
 

Revision as of 13:33, 6 April 2012

The server password command returns the root users password for any server assigned to a LEAP account.

Contents

Path

  • /server/password/{$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] => The root users password.
)
Personal tools