| 206 | |
| 207 | |
| 208 | === fedd_operation.py === |
| 209 | |
| 210 | Request that the given operation be carried out on the federated nodes. This is part of the ongoing [FeddInfoOperation information and operation] interface development, and is currently very rough. The command takes the following arguments: |
| 211 | |
| 212 | '''--experiment_cert='''''filename'':: |
| 213 | The ''filename'' must contain a certificate valid for the experiment's fedid. If so it is used to authenticate access to the experiment. A password may be required if one has been added to the private key. |
| 214 | '''--experiment_name='''''name'':: |
| 215 | The local name of the experiment to query. Only the experiment creator can use this for access. |
| 216 | '''--target='''''localname'':: |
| 217 | The node to operate on. This may be specified multiple times. |
| 218 | '''--operation='''''op'':: |
| 219 | The operation to carry out |
| 220 | '''--param='''''name=value'':: |
| 221 | Parameters to the operation as name/value pairs. May be specified multiple times. |