User Add Component

From INAP Dropzone API
(Difference between revisions)
Jump to: navigation, search
 
Line 1: Line 1:
The [[User|user]] add component command allows a sub account access to either a specific server or all server on the [[glossary#LEAP|LEAP]] account.
+
The [[User|user]] add component command allows a [[glossary#Sub Account|sub account]] access to either a specific server or all server on the [[glossary#LEAP|LEAP]] account.
 
==Path==
 
==Path==
 
*/user/addcomponent/{$userid}/{$hostname}
 
*/user/addcomponent/{$userid}/{$hostname}

Latest revision as of 11:37, 1 April 2012

The user add component command allows a sub account access to either a specific server or all server on the LEAP account.

Contents

Path

  • /user/addcomponent/{$userid}/{$hostname}

Method

Required Data Parameters

  • {$userid}: The user ID that is returned when using the list command.
  • {$hostname}: The hostname of the server you would like to allow the user access to, retrieved from the server list command.

Optional Data Parameters

  • None

Returned Data

stdClass Object(
  [success] => TRUE/FALSE
)
Personal tools