Changes between Version 8 and Version 9 of FeddPluginCalls
- Timestamp:
- Jun 29, 2010 10:53:49 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FeddPluginCalls
v8 v9 198 198 == !ReleaseAccess == 199 199 200 This 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 202 The request and response message are the same: 203 204 {{{ 205 request_or_response = { 206 'allocID': { 'fedid': fedid_obj } 207 } 208 }}} 209 210 {{{allocID}}} identifies either the allocation to release or that has been released.