Replace mountpoint
Api description
POST https://rawdata.geodnet.com/api/rawdata/v1/replacement
Request parameter
Parameter
Example
Type
Required
Description
original
G001
String
Y
Original mountpoint
target
G002
String
Y
Target mountpoint
Request example
{
"original": "G001",
"target": "G002"
}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
Response example
{
"code": 1000,
"msg": "OK"
}Last updated
