Updated on 2025-11-03 GMT+08:00

SFS Turbo Actions

Lifecycle Management

Permission

API

Action

Dependent Permission

IAM Project

(Project)

Creating a File System

POST /v1/{project_id}/sfs-turbo/shares

sfsturbo:shares:createShare

  • You must have VPC-related permissions when creating an SFS Turbo instance, including the permissions for verifying VPCs, subnets, and security groups, creating virtual IP addresses and ports, and creating security group rules. You must add the following action:
    • "vpc:*:*"
  • The KMS Administrator permission needs to be configured for the encrypted instance in the project.

Querying Details About a File System

GET /v1/{project_id}/sfs-turbo/shares/{share_id}

sfsturbo:shares:getShare

-

Deleting a File System

DELETE /v1/{project_id}/sfs-turbo/shares/{share_id}

sfsturbo:shares:deleteShare

  • To delete an SFS Turbo instance, you must have VPC-related permissions, including the permissions for deleting virtual IP addresses, ports, and security group rules. You must add the following action:
    • "vpc:*:*"

Listing File Systems

GET /v1/{project_id}/sfs-turbo/shares/detail

sfsturbo:shares:getAllShares

-

Expanding the Capacity of a File System

POST /v1/{project_id}/sfs-turbo/shares/{share_id}/action

sfsturbo:shares:shareAction

-

Connection Management

Permission

API

Action

Dependent Permission

IAM Project

(Project)

Changing the Security Group Associated with a File System

POST /v1/{project_id}/sfs-turbo/shares/{share_id}/action

sfsturbo:shares:shareAction

To modify a security group, you must have the following permissions:

  • vpc:securityGroups:*
  • vpc:securityGroupRules:*

Console Reference

Permission

API

Action

Dependent Permission

IAM Project

(Project)

Querying the SFS Turbo Quota

For Console only

sfsturbo:shares:getQuota

-

Obtaining the AZ Information

For Console only

sfsturbo:shares:getAZInfo

-

Obtaining SFS Turbo Specifications

For Console only

sfsturbo:shares:getFlavors

-

Checking the Name of a File System

For Console only

sfsturbo:shares:checkShareName

-