Overview
Provides a Command-line Interface (CLI) that supports programmatic use of IaaS/PaaS products provided by SCP.
This guide provides a brief description of Parallel File Storage service and how to call CLI.
Version
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Status | Not Before |
|---|---|---|
| 1.1 | CURRENT | - |
| 1.0 | SUPPORTED | 20261130 |
CLI Version History
1.1
Parallel File Storage CLI has been updated to version 1.1.
Changes
- [Updated]
parallel-filestorage volume create- The following argument has been added.- NEW
--zone- Required argument added. Zone of the volume.
- NEW
- [Updated]
parallel-filestorage volume list- The following output columns have been added.- NEW
zone- Zone of the volume.
- NEW
- [Updated]
parallel-filestorage volume list- The--sortoption now accepts additional sort values.- NEW
protocol:asc,protocol:desc,zone:asc,zone:descsort options have been added.
- NEW
- [Updated]
parallel-filestorage volume show- The following output field has been added.- NEW
zone- Zone of the volume.
- NEW
- [New]
parallel-filestorage volume snapshot restore- Restore snapshot command has been added. - [Updated]
parallel-filestorage volume snapshot list- The following output fields have been changed.- NEW
snapshot_size_total_byte- Optional field added to the top-level response. - UPDATED
size- Changed from required to optional field.
- NEW
- [Updated]
parallel-filestorage volume access rule list- The command now requires volume_id as a positional argument instead of--volume_idquery parameter. - [Updated]
parallel-filestorage volume access rule set- The command now requires volume_id as a positional argument instead of--volume_idquery parameter.
1.0
Parallel File Storage CLI has been released.
Changes
- [New]
parallel-filestorage volume list- List volumes command has been added. - [New]
parallel-filestorage volume create- Create volume command has been added. - [New]
parallel-filestorage volume show- Show volume command has been added. - [New]
parallel-filestorage volume delete- Delete volume command has been added. - [New]
parallel-filestorage volume capacity set- Set volume capacity command has been added. - [New]
parallel-filestorage volume access rule list- List access rules command has been added. - [New]
parallel-filestorage volume access rule set- Set access rule for volume command has been added. - [New]
parallel-filestorage volume snapshot list- List snapshots command has been added. - [New]
parallel-filestorage volume snapshot create- Create snapshot command has been added. - [New]
parallel-filestorage volume snapshot delete- Delete snapshot command has been added.