Solution Add

From INAP Dropzone API
(Difference between revisions)
Jump to: navigation, search
(a)
 
Line 18: Line 18:
 
stdClass Object(
 
stdClass Object(
 
   [success] => TRUE/FALSE
 
   [success] => TRUE/FALSE
 +
  [data] => The ID of the component in the solution.
 
)
 
)
 
</pre>
 
</pre>

Revision as of 17:13, 2 May 2012

The solution add command is using to associate and existing component to a solution.

Contents

Path

  • /solution/add

Method

Required Data Parameters

  • {$solutionid}: The ID of the solution being reviewed.
  • {$type}: The type of component (vmnode, server, privatevm, publicvm).
  • {$typeid}: The ID of the component from the Solution List Unused command.

Optional Data Parameters

  • None

Returned Data

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