Order operations
Authorizations
Path parameters
order_idintegerRequiredExample:
10000Body
operationstring · enumRequiredExample:
Operation code
- channels-change-ip Change dynamic IP address
- channels-reset Reboot modem
- channels-set-autoreset Set automatic reboot interval for mobile modem
- channels-relocate Change equipment: channel "moves" to another modem within the selected location
- server-start Start server
- server-stop Stop server
- server-reboot Reboot server
- server-reset Cold reset of the server
channels-resetPossible values: channelsinteger[]OptionalExample:
Optional list of channel IDs for channels-* operations If not specified, all channels in the order are implied
[1401,1402]location_idintegerOptionalExample:
Optional desired location ID for "channels-relocate" Only for "Mobile proxies +" plan with multiport option
8operator_idintegerOptionalExample:
Optional operator ID for "channels-relocate" Only for orders with multiport option
8intervalintegerOptionalExample:
Optional automatic reboot interval for "channels-set-autoreset" Interval is given in seconds, cannot be less than 60. If interval is not specified or 0, autoreset is disabled
60Responses
200
OK
application/json
operation_statusstring · enumOptionalExample:
completePossible values: 401
Unauthorized
404
Order not found
422
Validation error
application/json
post
/user/orders/{order_id}/performLast updated