Changes between Version 38 and Version 39 of NewTestbedAPISpec


Ignore:
Timestamp:
Jul 25, 2015 7:27:02 PM (9 years ago)
Author:
faber
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NewTestbedAPISpec

    v38 v39  
    11271127=== Realizing and Releasing Experiments ===
    11281128
    1129 To realize an experiment use the [wiki:NewTestbedAPISpec#Realizations Realization service].
     1129To realize an experiment use:
     1130
     1131
     1132 * '''Service:''' Experiments
     1133 * '''Operation:''' realizeExperiment
     1134 * '''Input Parameters:'''
     1135   * Userid - the user making the request (the owner on success)
     1136   * Eid - the experiment to realize
     1137   * Cid - the circle under which the experiment is being created
     1138   * AccessLists - a list of access list entries - a list of structures of the form
     1139       * Name - a string the circle name
     1140       * Permissions - a list of strings containing this circle's permissions.Permissions are from [http://www.isi.edu/~faber/tmp/DeterAPI/doc/constant-values.html#net.deterlab.testbed.api.Permissions this table]
     1141   * SendNotifications - an optional boolean.  If present and true, the system will use the notification system to inform the user of status changes.
     1142 * '''Return Values:'''
     1143   * One structures with the following fields
     1144     * Name - a string containing the realization name (scoped by owner name)
     1145     * Experiment - a string containing the realized experiment
     1146     * Circle - the circle that the experiment is realized in
     1147     * Status - one of:
     1148       * Empty
     1149       * Allocated
     1150       * Initializing
     1151       * Active
     1152       * Terminating
     1153     * Containment - a list of structures of the format
     1154       * Outer resource name - the name of the containing resource
     1155       * Inner resource name - the name of the contained resource
     1156     * Mapping - a list of structures of the format
     1157       * Element name - the name of the element from the experiment's layout aspect
     1158       * Resource name - the name of the resource to which the element is mapped
     1159
    11301160 
    11311161=== Experiment Profiles ===