File Storage

File Storage

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 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.

VersionStatusNot Before
1.2CURRENT-
1.1SUPPORTED20261130

CLI Version History

1.2

File Storage CLI has been updated to version 1.2.

Changes

  • [Updated] filestorage volume create - The following argument has been added and changed.
    • NEW --zone - Required argument added. Zone of the volume.
    • UPDATED --type_name - Pattern restriction removed (no longer restricted to predefined values).
  • [Updated] filestorage volume list - The following output columns have been added and removed.
    • NEW zone - Zone of the volume.
    • NEW az_type - Availability zone type.
    • REMOVED type_id - Type ID column has been removed.
  • [Updated] filestorage volume show - The following output fields have been added and removed.
    • NEW zone - Zone of the volume.
    • NEW az_type - Availability zone type.
    • REMOVED type_id - Type ID field has been removed.
  • [Updated] filestorage volume replication create - Response output fields have been added.
    • NEW replication_volume_zone - Zone of the replication volume.
    • NEW source_volume_zone - Zone of the source volume.
  • [Updated] filestorage volume replication list - The following output columns have been added.
    • NEW replication_volume_zone - Zone of the replication volume.
    • NEW source_volume_zone - Zone of the source volume.
  • [Updated] filestorage volume replication show - The following output fields have been added.
    • NEW replication_volume_zone - Zone of the replication volume.
    • NEW source_volume_zone - Zone of the source volume.
  • [Removed] filestorage volume replication region list - List volume replication regions command has been removed.

1.1

File Storage CLI has been updated to version 1.1.

Changes

  • [Updated] filestorage volume create - The --type_name option now accepts additional type values.
    • 1.0 version accepted types: HDD, SSD, HighPerformanceSSD
    • 1.1 version accepts types: HDD, SSD, HighPerformanceSSD, SSD_SAP_E, SSD_SAP_S
  • [Updated] filestorage volume list - The --type_name option now accepts additional type values.
    • 1.0 version accepted types: HDD, SSD, HighPerformanceSSD
    • 1.1 version accepts types: HDD, SSD, HighPerformanceSSD, SSD_SAP_E, SSD_SAP_S

1.0

File Storage CLI has been released.

Changes

  • [New] filestorage volume access rule list - List access rules command has been added.
  • [New] filestorage volume access rule set - Set access rule for volume command has been added.
  • [New] filestorage volume create - Create volume command has been added.
  • [New] filestorage volume delete - Delete volume command has been added.
  • [New] filestorage volume list - List volumes command has been added.
  • [New] filestorage volume replication create - Create volume replication command has been added.
  • [New] filestorage volume replication delete - Delete volume replication command has been added.
  • [New] filestorage volume replication list - List volume replications command has been added.
  • [New] filestorage volume replication region list - List volume replication regions command has been added.
  • [New] filestorage volume replication set - Set volume replication command has been added.
  • [New] filestorage volume replication show - Show volume replication command has been added.
  • [New] filestorage volume set - Set volume command has been added.
  • [New] filestorage volume show - Show volume command has been added.
  • [New] filestorage volume snapshot create - Create snapshot command has been added.
  • [New] filestorage volume snapshot delete - Delete snapshot command has been added.
  • [New] filestorage volume snapshot list - List snapshots command has been added.
  • [New] filestorage volume snapshot schedule create - Create snapshot schedule command has been added.
  • [New] filestorage volume snapshot schedule delete - Delete snapshot schedule command has been added.
  • [New] filestorage volume snapshot schedule list - List snapshot schedules command has been added.
  • [New] filestorage volume snapshot schedule set - Set snapshot schedule command has been added.
  • [New] filestorage volume snapshot set - Restore snapshot command has been added.