最近更新时间:2021-08-19 17:37:22
本接口(DescribeMountTargets)用于查看挂载点相关信息;
名称 | 类型 | 是否必须 | 描述 |
---|---|---|---|
FileSystemId | String | 是 | 文件系统ID |
MountTargetId | String | 否 | 挂载点ID |
MaxResults | Integer | 否 | 单次调用所返回的最大实例数目,取值为5~1000,超过1000记为1000 |
Marker | Integer | 否 | 分页标识,单次调用未返回全部实例时,标记下次调用的返回值的起点 |
名称 | 类型 | 描述 |
---|---|---|
RequestId | String | 请求ID |
MountTargets | MountTarget | 挂载点数据类型 |
请求参数
http://kec.{{region}}.api.ksyun.com/?Action=DescribeMountTargets&Version=2016-03-04
返回参数
{
"RequestId": "28eeaf82-e2ca-4b27-b296-b87ffd851555001",
"Marker": 0,
"FileSystemCount": 3,
"MountTargets": [
{
"MountTargetId": "d6039464-3a7f-4b81-b20d-1e12917ec80a",
"SubnetId": "86bb420d-a173-46c9-a7c8-08475289b1e4",
"IpAddress": "10.0.1.20",
"MountTargetState": "available",
"CreationDate": "2020-04-28T14:27:24.000000"
},
{
"MountTargetId": "75b88293-581f-4038-b179-b7272045d2dc",
"SubnetId": "372bdbac-ea1d-4f99-9c30-98b10923ff44",
"IpAddress": "10.0.1.143",
"MountTargetState": "available",
"CreationDate": "2020-04-21T15:53:59.000000"
},
{
"MountTargetId": "195e8b34-b246-4629-b607-6124b7aca564",
"SubnetId": "7821ecc9-09bd-4e4f-b950-6f6f10c96b1e",
"IpAddress": "10.0.3.17",
"MountTargetState": "available",
"CreationDate": "2019-12-27T15:49:41.000000"
}
]
}
纯净模式