Changes between Version 4 and Version 5 of FeddInfoOperation


Ignore:
Timestamp:
Nov 16, 2011 6:16:49 PM (12 years ago)
Author:
faber
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FeddInfoOperation

    v4 v5  
    1313=== Info Interface ===
    1414
    15 The info interface is broken into three sections, '''Testbed''', '''Element''', and '''Substrate'''.  The '''Testbed''' section tells which testbeds have given elements to the topology.  They are identified by the name the experiment controller knows them by and include the [FeddAbout#ExperimentServices services] used by the testbed and any operations that the testbed supports.  Similarly the substrate and element sections describe the current state of the object, the testbed(s) to which it is bound and the services and operations it supports.
     15The info interface allows a user to request information from the experiment controller about an existing federated experiment.  The request names the experiment.
     16
     17The info response is broken into three sections, '''Testbed''', '''Element''', and '''Substrate'''.  The '''Testbed''' section tells which testbeds have given elements to the topology.  They are identified by the name the experiment controller knows them by and include the [FeddAbout#ExperimentServices services] used by the testbed and any operations that the testbed supports.  Similarly the substrate and element sections describe the current state of the object, the testbed(s) to which it is bound and the services and operations it supports.
    1618
    1719The current data returned by the interface includes:
     
    5860 * Shutdown: Put the object into a quiescent state
    5961 * Modify: Change any parameter in the object description (topdl)
     62
     63=== Operation Interface ===
     64
     65The operation interface names the experiment and object on which the operation to be called, names the operation to be invoked and supplies parameters. It returns a success or failure code.
     66
     67
     68