| 224 | `fedd_multiinfo.py` is a batch version of [FeddCommands#fedd_info.py fedd_info.py] that returns the selected data for all experiments that the caller can access. It takes the standard arguments and a '''---data='''''sel'' argument that has the same meaning as for `fedd_info.py`. |
| 225 | |
| 226 | === fedd_multistatus.py === |
| 227 | |
| 228 | `fedd_multistatus.py` provides a summary of status information for all experiments that the caller can access. It takes the standard arguments. Output is one line per experiment of the form: |
| 229 | |
| 230 | {{{ |
| 231 | local_name:fedid:status |
| 232 | }}} |
| 233 | |
| 234 | === fedd_new.py === |
| 235 | |
| 236 | This command creates an experiment but does not attach any resources to it. This is currently not very useful, but will become useful in the future. It takes the standard arguments and: |
| 237 | |
| 238 | '''--experiment_cert='''''filename'':: |
| 239 | Store the certificate used to access the resulting experiment in ''filename''. This certificate can be used as an input parameter to the terminate and informational commands below, but is an output parameter here. |
| 240 | '''--experiment_name='''''exp_name'':: |
| 241 | Suggest ''exp_name'' to the `fedd` as a local identifier for the federated experiment. The actual local name chosen will be returned from the command. |
| 242 | |