Solution List

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

The solution list command

Contents

Path

  • /solution/list/{$status}

Method

Required Data Parameters

  • None

Optional Data Parameters

  • {$status}: The status of the solution, (pending, deployed).

Returned Data

stdClass Object(
  [success] => TRUE/FALSE
  [data] => stdClass Object(
    [SOLUTION_ID] => stdClass Object(
      [id] => SOLUTION_ID
      [clientid] => client ID
      [name] => Solution name
      [status] => Solution status
      [servercount] => Number of servers in the solution.
      [devicecount] => Number of servers in the solution.
      [vmcount] => Number of virtual machines in the solution.
      [appcount] => 
      [createdon] => Date the solution was created (unix timestamp).
      [description] => Description about the solution.
      [crowdstatus] => 
      [reviewstars] => How many stars this solution has been rated.
      [documentation] => Documentations details
      [keywords] => Search keywords.
      [code] => 
      [architect_first_name] => The first name of the solution architect.
      [architect_last_name] => The last name of the solution architect.
      [architect_email] => The email address of the solution architect.
      [architect_bio] => The bio of the solution architect.
      [architect_twitter] => The Twitter name of the solution architect.
      [architect_linkedin] => The LinkedIn name of the solution architect.
    )
  )
)
Personal tools