Server/Cloud Password

From INAP Dropzone API
Jump to: navigation, search

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