Changes between Version 33 and Version 34 of NewTestbedAPISpec


Ignore:
Timestamp:
May 1, 2015 5:00:00 PM (9 years ago)
Author:
faber
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NewTestbedAPISpec

    v33 v34  
    17981798Though none are yet specified, constraint aspects on the experiment may influence the realization.
    17991799
    1800 
    1801 
     1800=== Changing a Realization ===
     1801
     1802* '''Service:''' Realizations
     1803 * '''Operation:''' changeRealization
     1804 * '''Input Parameters:'''
     1805   * RealizationID - the realization to modify
     1806   * A list of change requests. Each request contains
     1807     * Element Name - the name of the element to remap
     1808     * Resource Name - the resource to map the element to
     1809 * '''Return Values:'''
     1810   * A list of responses each containing
     1811    * Name - astring with the name of the field
     1812    * Success - a flag indicating if the request succeeded
     1813    * Reason - a string indicating the reason if Success is false
     1814
     1815
     1816This allows a researcher to modify the current mapping of the element to resource mapping of a realization.
     1817
     1818=== Removing A Realization ===
     1819
     1820A library is deleted using:
     1821 
     1822 * '''Service:''' Realizations
     1823 * '''Operation:''' removeRealization
     1824 * '''Input Parameters:'''
     1825   * Name - a string containing the realization to delete
     1826 * '''Return Values:'''
     1827   * a boolean, true on success
     1828
     1829After {{{removeRealization}}} succeeds, the realization is removed from the testbed and the resources are released.