remote_volume_info
This job provides information about the remote volume.
Mandatory parameters
| Parameter name | Data type | Description | 
|---|---|---|
| remote_volume_name | string | The remote volume name. | 
Optional parameters
| Parameter name | Data type | Description | 
|---|---|---|
| remote_volume_id | string, integer | The remote volume ID. | 
Substitute parameters
The following table describes what parameters can be substituted for another parameter.
| Parameter name | Substitute parameter | 
|---|---|
| remote_volume_name | remote_volume_id | 
| remote_volume_id | remote_volume_name | 
Allowed users
The following users are allowed to run this job:
- _owner
Allowed groups
The following groups are allowed to run this job:
- root
- exaadm
- exastoradm
Examples
The following examples show how to run this job in a Python program using XML-RPC or on the command line using confd_client.
 Python using XML-RPC
Python using XML-RPC
                                                                    conn.job_exec('remote_volume_info', {'params': {'remote_volume_name': 'vol1'}}) Command line using confd_client
Command line using confd_client
                                                                    confd_client remote_volume_info remote_volume_name: vol1