Server/Cloud Password

From INAP Dropzone API
(Difference between revisions)
Jump to: navigation, search
Line 4: Line 4:
  
 
==Method==
 
==Method==
*[[glossary#GET|GET]]
+
*[[glossary#POST|POST]]
  
 
==Availability==
 
==Availability==
Line 14: Line 14:
 
==Required Data Parameters==
 
==Required Data Parameters==
 
*{$serverid}: The server ID that is returned when using the [[Server List|list]] command.
 
*{$serverid}: The server ID that is returned when using the [[Server List|list]] command.
 +
*{$pin}: The account PIN. Open a support ticket to request a PIN if you don't have one yet.
  
 
==Optional Data Parameters==
 
==Optional Data Parameters==

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/password/{$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