Solution Pending Add

From INAP Dropzone API
(Difference between revisions)
Jump to: navigation, search
(Created page with "The solution pending add command ==Path== */solution/pending/add ==Method== *POST ==Required Data Parameters== *{solutionid}: The ID of the s...")
 
 
Line 7: Line 7:
  
 
==Required Data Parameters==
 
==Required Data Parameters==
*{solutionid}: The ID of the solution a component is being added to.
+
*{$solutionid}: The ID of the solution a component is being added to.
*{type}: The type of component (server, vmnode, publicvm, privatevm).
+
*{$type}: The type of component (server, vmnode, publicvm, privatevm).
*{typeid}: The ID of the component, must not already be in a solution.
+
*{$typeid}: The ID of the component, must not already be in a solution.
*{hostname}: The hostname of the component.
+
*{$hostname}: The hostname of the component.
  
 
==Optional Data Parameters==
 
==Optional Data Parameters==

Latest revision as of 16:19, 30 May 2012

The solution pending add command

Contents

Path

  • /solution/pending/add

Method

Required Data Parameters

  • {$solutionid}: The ID of the solution a component is being added to.
  • {$type}: The type of component (server, vmnode, publicvm, privatevm).
  • {$typeid}: The ID of the component, must not already be in a solution.
  • {$hostname}: The hostname of the component.

Optional Data Parameters

  • None

Returned Data

stdClass Object(
  [success] => TRUE/FALSE
  [data] => The solution ID.
)
Personal tools