参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
FileSystemId | String | 是 | vepfs-cnbj4386bc8a**** | 文件系统 ID。 |
FileSystemName | String | 否 | test | 文件系统名称。命名规范如下:
|
Description | String | 否 | Just-for-test | 文件系统描述信息,长度为 0~120 个字符。 |
Tags | Array of Tag | 否 | 详情请参见请求示例 | 需要添加的标签信息。 说明 文件系统的标签信息需要满足一定规则,详细信息,请参见标签设置规则。 |
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Key | String | 是 | tag_00 | 标签键。 |
Type | String | 是 | Custom | 标签类型,说明如下:
|
Value | String | 是 | tag_value00 | 标签值。 |
无。
POST /?Action=UpdateFileSystem&Version=2022-01-01 HTTP/1.1 Host: open.volcengineapi.com Authorization: HMAC-SHA256 Credential=AKLTOGJhY2E1NTdkZGFmNDg0Yjk0ZDFiNjE5Y2NjZjI****/20230907/cn-beijing/vepfs/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": "vepfs-cnbj4386bc8a****", "FileSystemName": "test", "Tags": [ { "Key": "tag_00", "Value": "tag_value_00", "Type": "Custom" }, { "Key": "tag_01", "Value": "tag_value_01", "Type": "Custom" } ] }
{ "ResponseMetadata": { "RequestId": "20220915210104010174244209011D****", "Action": "UpdateFileSystem", "Version": "2022-01-01", "Service": "vepfs", "Region": "cn-beijing" }, "Result": null }