Get the list of mountpoints
Api description
GET https://rawdata.geodnet.com/api/rawdata/v1/mountpoints
Request parameter
None
Request header
Parameter
Example
Type
Required
Description
Authorization
Basic Z2VvZHVzZXI6Z2VvZHBhc3M=
String
Y
Basic authentication data
Response parameter
Parameter
Example
Type
Description
code
1000
Number
Status code
msg
OK
String
Status code description
data
["G001","G002"]
Array
Mountpoint list
Response example
{
"code": 1000,
"msg": "OK",
"data": ["G001", "G002"]
}Last updated
