Changes between Version 8 and Version 9 of FeddPluginCalls


Ignore:
Timestamp:
Jun 29, 2010 10:53:49 AM (14 years ago)
Author:
faber
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FeddPluginCalls

    v8 v9  
    198198== !ReleaseAccess ==
    199199
     200This reverses a successful !RequestAccess.  Remove the unique fedid for this allocation, and unbind the local resource information from it.  After this call returns there will no longer be an allocation.
     201
     202The request and response message are the same:
     203
     204{{{
     205request_or_response = {
     206    'allocID': { 'fedid': fedid_obj }
     207}
     208}}}
     209
     210{{{allocID}}} identifies either the allocation to release or that has been released.