Solution Pending Deploy

From INAP Dropzone API
(Difference between revisions)
Jump to: navigation, search
(Created page with "The solution pending deploy command ==Path== */solution/pending/deploy/{$solutionid} ==Method== *GET ==Required Data Parameters== *{$solutioni...")
 
(Required Data Parameters)
 
Line 7: Line 7:
  
 
==Required Data Parameters==
 
==Required Data Parameters==
*{$solutionid}: The ID of the solution that is being deployed.
+
*{$solutionid}: The ID of the solution that is being deployed. (May be -1 if your order was set to not go into a solution)
  
 
==Optional Data Parameters==
 
==Optional Data Parameters==

Latest revision as of 18:05, 13 November 2012

The solution pending deploy command

Contents

Path

  • /solution/pending/deploy/{$solutionid}

Method

Required Data Parameters

  • {$solutionid}: The ID of the solution that is being deployed. (May be -1 if your order was set to not go into a solution)

Optional Data Parameters

  • None

Returned Data

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