docs
api
File Storage(UFS)
DescribeUFSVolumeMountpoint

Obtain File System Mount Point Information - DescribeUFSVolumeMountpoint

Overview

Obtain File System Mount Point Information

Definition

Public Parameters

Parameter NameTypeDescription InformationRequired
ActionstringCorresponding API command name, the current API is DescribeUFSVolumeMountpoint.Yes
PublicKeystringThe user's public key can be obtained from Console (opens in a new tab)Yes
SignaturestringUser signature generated based on public key and API command, see Signature AlgorithmYes

Request Parameters

Parameter NameTypeDescription InformationRequired
RegionstringRegion. See List of Regions and Availability ZonesYes
ProjectIdstringProject ID. If not filled in, the default project is used, sub-accounts must be filled in. Please refer to the GetProjectList interface.No
VolumeIdstringFile System IDYes

Response Field

Field NameTypeDescription InformationRequired
RetCodeintReturn status code. If it is 0, it means successful return. If it is not 0, it means failure.Yes
ActionstringOperation command name.Yes
MessagestringReturns an error message, providing detailed description when RetCode is non-zero.No
DataSetarray[MountPointInfo]Yes
TotalMountPointNumintCurrent total number of mount pointsYes
MaxMountPointNumintThe maximum number of mount points that the file system can createYes

Data Model

MountPointInfo

Field NameTypeDescription InformationRequired
MountPointNamestringMount Point NameYes
VpcIdstringVPC IDYes
SubnetIdstringSubnet IDYes
MountPointIpstring${Mount Point IP}:/Yes
CreateTimeintFile system creation time (unix timestamp)Yes
SubnetDescriptionstringSubnet ID + format of the network segment, convenient for frontend displayYes

Example

Request Example

https://api.surfercloud.com/?Action=DescribeUFSVolumeMountpoint
&Region=cn-zj
&ProjectId=cNJXzsgS
&VolumeId=cfsdTuuj

Response Example

{
  "Action": "DescribeUFSVolumeMountpointResponse",
  "DataSet": [
    "AopLxaqW",
    "PlCXJhDX",
    "ZFZBvcNu",
    "mrOkMEgd"
  ],
  "MaxMountPointNum": 3,
  "RetCode": 0,
  "TotalMountPointNum": 9
}
  • Company
  • ContactUs
  • Blog
Copyright © 2024 SurferCloud All Rights Reserved