Apache Airavata

These clients assume access to Airavata Server

Configure Airavata Server configuration in airavata-client-properties.ini. For help, see ....

Following PHP Samples help to understand Airavata API functionality. These examples are discrete and only recommended to be used as samples. 

Airavata API FunctionPHP SampleDescription
Verify Airavata Server Connectivity
 

getAPIVersion.php

Fetch the Airavata API version.
Create Project

createProject.php

Create a project in users workspace. A project is analogous to a folder to organize experiments.
Create and Launch Experiments

createExperiment.php

 

updateExperiment.php

 

launchExperiment.php

 
Browse users workspace

getAllUserProjects.php

 

getAllExperimentsInProject.php

 

getExperiment.php

 
getExperimentStatus.php 
getExperimentOutputs.php 

 

 

  • No labels