Modify FGate Name
Description
This interface is used to modify the name of an FGate.
Request Address
URL:
[Host Server]/api/client/v2/box/{boxId}/aliasAddress Parameter Description
Field Type Description Host Server string See Explanation of terms boxId long Find it in Get FGate list interface: boxRegs->box->id Method
POSTHeaders
Field Type Description Authorization string "Bearer " + access_token obtained from login interface Body
Field Type Description alias string New name for the FGate Successful Response
NULLResponse Codes
Code Description 200 Request successful 401 Access token expired 404 Interface does not exist or FGategroup does not exist 409 Name already exists