Changes between Version 13 and Version 14 of AccountManagement
- Timestamp:
- Nov 26, 2010, 10:20:21 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AccountManagement
v13 v14 98 98 <client_version>5.3.2</client_version> 99 99 <run_mode>auto</run_mode> 100 <not_started_dur>X</not_started_dur>101 <in_progress_dur>X</in_progress_dur>102 100 <global_preferences> 103 101 <source_project>http://a.b.c</source_project> … … 112 110 <account_key>397d250e02ec02be8141b8d109d5ec73e5</account_key> 113 111 <hostid>NNN</hostid> 114 [ <attached_via_acct_mgr/> ] 115 [ <dont_request_more_work/> ] 116 [ <detach_when_done/> ] 117 [ <ended/> ] 112 <not_started_dur>X</not_started_dur> 113 <in_progress_dur>X</in_progress_dur> 114 <attached_via_acct_mgr>0|1</attached_via_acct_mgr> 115 <dont_request_more_work>0|1</dont_request_more_work> 116 <detach_when_done>0|1</detach_when_done> 117 <ended>0|1</ended> 118 118 </project> 119 119 [ ... other projects ] … … 202 202 * '''run mode''': 203 203 The current mode (always/auto/never). 204 * '''not_started_dur''':205 Estimated duration (elapsed time) of unstarted jobs (6.12.7+)206 * '''in_progress_dur''':207 Estimated duration (elapsed time) of jobs in progress (6.12.7+)208 204 * '''gui_rpc_port, gui_rpc_password''': 209 205 GUI RPC information. Included only if the <send_gui_rpc_info> element is included in the AM URL file (see above). … … 216 212 * '''projects''': 217 213 A list of currently attached projects. For each project: 218 * '''suspended_via_gui''': whether project is suspended (perhaps by the AM) 214 * '''url''': the project's master URL 215 * '''name''': the project's name 216 * '''account_key''': the user's account key on this project 217 * '''hostid''': the host's database ID with this project 218 * '''not_started_dur''': 219 Estimated duration (elapsed time) of unstarted jobs (6.12.7+) 220 * '''in_progress_dur''': 221 Estimated duration (elapsed time) of jobs in progress (6.12.7+) 222 * '''suspended_via_gui''': whether project is suspended (via GUI or by the AM) 219 223 * '''attached_via_acct_mgr''': whether this project is attached via account manager (6.12.7+) 220 224 * '''dont_request_more_work''': whether work fetch is suspended for this project (6.12.7+) 221 225 * '''detach_when_done''': whether project is set to be detached when done (6.12.7+) 226 * '''ended''': whether project has ended (6.12.7+) 222 227 223 228 The return values are: