Server/Cloud Password

From INAP Dropzone API
Revision as of 19:03, 4 April 2012 by Jcohen (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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