You need to enable JavaScript to run this app.
导航
ListIsolationFiles - 获取文件隔离列表
最近更新时间:2025.04.03 10:57:14首次发布时间:2025.04.03 10:57:14
我的收藏
有用
有用
无用
无用

获取文件隔离列表

调试

请求参数

下表仅列出该接口特有的请求参数和部分公共参数。更多信息请见公共参数

参数
类型
是否必填
示例值
描述
Action
String

ListIsolationFiles

要执行的操作,取值:ListIsolationFiles。

Version
String

2024-05-08

API的版本,取值:2024-05-08。

CloudProviders
Array of String

["volc","ali"]

云厂商

LeafGroupIDs
Array of String

["crl9aa73pfsdrned3gn0","crl9aa73pfsdrned3xv6"]

叶子分组ID列表

TopGroupID
String

crl9aa73pfsdrned3gmg

根分组ID

AgentID
String

i-ycwdlfegw0qbxyxxxxxx

主机ID

AutoIsolate
Boolean

true

是否自动隔离

FilePath
String

FilePath

文件路径

FileboxID
String

66eac07353890101c02b3310

文件隔离箱IP

Hostname
String

instance-host-name

主机名称

IP
String

172.16.xx.xx

IP

Status
Array of Integer

RUNNING

状态列表 文件状态:0隔离中 1隔离成功 2隔离失败 3恢复中 4恢复中 5恢复失败

TimeEnd
Integer

1702090889

更新时间:结束

TimeStart
Integer

1702090889

更新时间:开始

PageNumber
Integer

1

翻页页码

PageSize
Integer

10

每页的大小

SortBy
String

SortBy

排序字段

SortOrder
String

Asc

排序顺序

  • Asc 升序排列
  • Desc 降序排列

返回参数

下表仅列出本接口特有的返回参数。更多信息请参见返回结构

参数
类型
示例值
描述
TotalCount
Integer

100

全部数据条数

PageNumber
Integer

1

当前页面

PageSize
Integer

10

页面大小

Data
Array of Object

--

响应结果

请求示例

POST /?Action=ListIsolationFiles&Version=2024-05-08&PageNumber=1&PageSize=10&SortBy=xxxx&SortOrder=Asc HTTP/1.1
Host: seccenter.volcengineapi.com
Content-Type: application/json; charset=UTF-8
X-Date: 20241211T113429Z
X-Content-Sha256: 287e874e******d653b44d21e
Authorization: HMAC-SHA256 Credential=Adfks******wekfwe/20241211/cn-beijing/seccenter/request, SignedHeaders=host;x-content-sha256;x-date, Signature=47a7d934ff7b37c03938******cd7b8278a40a1057690c401e92246a0e41085f

{
  "CloudProviders": [
    "volc","ali"
  ],
  "LeafGroupIDs": [
    "crl9aa73pfsdrned3gn0","crl9aa73pfsdrned3xv6"
  ],
  "TopGroupID": "crl9aa73pfsdrned3gmg",
  "AgentID": "i-ycwdlfegw0qbxyxxxxxx",
  "AutoIsolate": true,
  "FilePath": "/home",
  "FileboxID": "66eac07353890101c02b3310",
  "Hostname": "instance-host-name",
  "IP": "172.16.xx.xx",
  "Status": [
    0
  ],
  "TimeEnd": 1702090889,
  "TimeStart": 1702090889
}

返回示例

{
  "PageInfo": {
    "PageNumber": 1,
    "PageSize": 10,
    "TotalCount": 100
  },
  "ResponseMetadata": {
    "RequestId": "20241211193450112156035066B9673F",
    "Action": "ListIsolationFiles",
    "Version": "2024-05-08",
    "Service": "seccenter",
    "Region": "cn-beijing"
  },
  "Result": [
    {
      "AccountID": "210070****",
      "TopGroupID": "crl9aa73pfsdrned3gmg",
      "AgentID": "i-ycwdlfegw0qbxyxxxxxx",
      "GroupID": "crl9aa73pfsdrned3gn0",
      "AlarmID": "66eac07353890101c02b3310",
      "AlarmType": "xxxx",
      "AutoIsolate": true,
      "ErrorReason": "xxxx",
      "FileHash": "5f4dcc3b5aa765d61d8327deb882cf99",
      "FilePath": "/home",
      "FileboxID": "66eac07353890101c02b3310",
      "Host": {
        "AgentID": "i-ycwdlfegw0qbxyxxxxxx",
        "AgentTags": [
          "tag1","tag2"
        ],
        "Hostname": "instance-host-name",
        "InnerIPList": [
          "192.168.xx.xx","192.168.xx.xx"
        ],
        "OuterIPList": [
          "101.10.xx.xx","101.10.xx.xx"
        ]
      },
      "InsertTime": 1702090889,
      "IsUpload": true,
      "SavedFileName": "xxxx",
      "Status": 0,
      "TaskID": "66eac07353890101c02b3310",
      "UpdateTime": 1702090889
    }
  ]
}

错误码

下表为您列举了该接口与业务逻辑相关的错误码。公共错误码请参见公共错误码文档。

状态码
错误码
错误信息
说明
400
MissingParameter

The required parameter %s is missing.

请求参数缺失

400
InvalidParameter

The specified parameter %s is invalid.

请求参数错误

400
OperationDenied

Operation is denied because the specified resource is in use.

不允许的操作

500
InternalError

The request has failed due to an unknown error.

服务器内部错误

500
DBOperateError

The request has failed because database return error: %s

数据库操作异常