Server/Cloud Password

From INAP Dropzone API
(Difference between revisions)
Jump to: navigation, search
 
Line 1: Line 1:
 
The [[Server|server]] password command returns the root users password for any server assigned to a [[glossary#LEAP|LEAP]] account.
 
The [[Server|server]] password command returns the root users password for any server assigned to a [[glossary#LEAP|LEAP]] account.
 
==Path==
 
==Path==
*/server/password/{$serverid}
+
*/server/getpassword/{$serverid}
  
 
==Method==
 
==Method==

Latest revision as of 02:32, 26 April 2014

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

Contents

Path

  • /server/getpassword/{$serverid}

Method

Availability

Required Data Parameters

  • {$serverid}: The server ID that is returned when using the list command.
  • {$pin}: The account PIN. Open a support ticket to request a PIN if you don't have one yet.

Optional Data Parameters

  • None

Returned Data

stdClass Object(
  [success] => TRUE/FALSE
  [data] => The root users password.
)
Personal tools