You need to enable JavaScript to run this app.
导航

ExpandFileSystem

最近更新时间2023.10.17 14:47:15

首次发布时间2023.07.10 11:11:52

调用 ExpandFileSystem 接口扩容极速型文件系统。

请求参数

参数类型是否必选示例值描述
FileSystemIdStringenas-cnbja8cecb87****需要扩容的文件系统 ID。

Capacity

Integer

100

扩容后的文件系统容量,单位为 GiB。

说明

文件系统的规格说明,请参见产品规格

返回参数

参数类型示例值描述
OrderNoStringOrder705488740677732****返回的订单号。

示例

请求示例

POST /?Action=ExpandFileSystem&Version=2022-01-01 HTTP/1.1
Host: filenas.volcengineapi.com
Authorization: HMAC-SHA256 Credential=AKLTOGJhY2E1NTdkZGFmNDg0Yjk0ZDFiNjE5Y2NjZjI****/20230907/cn-beijing/filenas/request, SignedHeaders=host;x-date;x-content-sha256;content-type, Signature=7f1119a75111535b1d6e7929700f22e1474af0fb4fe26c59f5ac5cdba0cc****
Content-Type: application/json; charset=utf-8
X-Content-Sha256: 567112abe45bd6a09504fd244237f14c0ba120491da0d35097afd54d87bd****
X-Date: 20230907T124910Z
{
    "FileSystemId": "enas-cnbja8cecb87****",
    "Capacity": 200
}

返回示例

{
    "ResponseMetadata":{
        "RequestId":"92983677-0255-4ea0-a084-0b5e45a093e3",
        "Action":"ExpandFileSystem",
        "Version":"2022-01-01",
        "Service":"FileNAS",
        "Region":"cn-beijing"
    },
    "Result":{
        "OrderNo":"Order700729993688051****"
    }
}