配置.md 470 B

###客户端认证: ####URL:

http://192.168.11.112:8080/authentication

####请求体:

{
"clientid": "${clientid}",
"password": "${password}",
"username": "${username}"
}

###客户端授权: ####URL:

http://192.168.11.112:8080/Acl

####请求体:

{
"action": "${action}",
"clientid": "${clientid}",
"mountpoint": "${mountpoint}",
"peerhost": "${peerhost}",
"topic": "${topic}",
"username": "${username}"
}