Solution View

From INAP Dropzone API
Jump to: navigation, search

The solution view command

Contents

Path

  • /solution/view/{$solutionid}

Method

Required Data Parameters

  • {$solutionid}: The solution ID that is returned when using the list command.

Optional Data Parameters

  • None

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.
      [reviewcount] => The number of reviews that have been done.
      [documentation] => Documentations details.
      [keywords] => Search keywords.
      [code] => 
      [solution_architect] => 
      [parentid] => 
      [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. 
      [difficulty] => 
      [exampleurls] => 
      [objects] => Array(
        [0] => stdClass Object(
          [id] => Component ID.
          [parentid] => 
          [type] => Component type.
          [name] => Component hostname.
          [manageid] => Component ID used with server module commands.
          [os] => Component operating system.
          [status] => Component power status.
          [primaryip] => Component primary IP address.
          [created] => Component added time (formatted output).
        )
      )
    )
  )
)
Personal tools