This API is used to change the security group bound to an SFS Turbo file system. Security group change is an asynchronous task. You can determine whether the security group status is changed based on the sub_status field returned in Querying Details About a Single File System. If the sub_status field is 232, the security group has been successfully modified.
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
project_id |
Yes |
String |
Specifies the project ID. For details about how to obtain the project ID, see API Usage Guidelines. |
share_id |
Yes |
String |
Specifies the ID of the SFS Turbo file system. |
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
change_security_group |
Yes |
Object |
Specifies the change_security_group object. For details, see the change_security_group parameter description. |
{ "change_security_group": { "security_group_id": "26f6b565-240e-43c3-8867-03f0bd975433" } }
Parameter |
Type |
Description |
---|---|---|
id |
String |
Specifies the ID of the SFS Turbo file system. |
{ "id": "67d4bd5e-7b2f-4c24-9a0b-c0038940c6f8" }