Get command of transfer-related information (Azure Blob Storage)
For Azure Blob Storage, you can output the value for a field that is used during transfer by specifying "key to get information (KEY)."
Get command of transfer-related information
utlbsinforef -t {snd|rcv} -f FILE -k KEY
Parameter explanation
- [REQUIRED]
-
These are options for retrieving transfer-related information.
- -t, --type {snd|rcv}
-
Key to get information (mandatory)
This parameter specifies the key of the field that you want to get transfer-related information for.
- snd:
-
Send Storage Management Information
- rcv:
-
Receive Storage Management Information
- -f, --filename FILE
-
Name of file to view (mandatory)
To view transfer information for the sending-side host, specify the file name registered in the Send Management Information.
To view transfer information for the receiving-side host, specify the file name registered in the Receive Management Information.
For details on the send file name, refer to the following:
-
For Windows: Send Management Information
-
For Linux: Send Management Information
For details on the receive file name, refer to the following:
-
For Windows: Receive Management Information
-
For Linux: Receive Management Information
-
-
-k, --key KEY
-
Key to get information (mandatory)
This parameter specifies the key of the field that you want to get transfer-related information for.
-
Table 6.2 Field keys
Field Name
Key
Send Receive
Send Storage Management Information ID
id
✓
-
Receive Storage Management Information ID
id
-
✓
Container Name
bucket
✓
✓
Object Name
object
✓
✓
Storage Timeout
timeout
✓
✓
Maximum number of parallels per transfer
parallels
✓
✓
Part Size
partsize
✓
✓
Storage Authentication Information ID
auth-id
✓
✓
Azure Storage Account
storage-account
✓
✓
Azure Storage SAS Token
storage-sas-token
✓
✓
Azure Storage Key
storage-key
✓
✓
Enable Managed ID
enable-managed-id
✓
✓
✓
:
Field for which transfer-related information can be retrieved
-
:
Field for which transfer-related information cannot be retrieved
Supplement
-
As shown below, you can specify either with a space or an equals sign (=) between the parameter and the setting value.
--parameter Value --parameter=Value
-
If you specify "-h" or "--help" for the parameter, the usage is output.