Order operations

Order operations

post

Execute an operation. The list of allowed operations is returned by get /user/orders, in the "allowed_operations" field

Authorizations
Path parameters
order_idintegerRequiredExample: 10000
Body
operationstring · enumRequired

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
Example: channels-resetPossible values:
channelsinteger[]Optional

Optional list of channel IDs for channels-* operations If not specified, all channels in the order are implied

Example: [1401,1402]
location_idintegerOptional

Optional desired location ID for "channels-relocate" Only for "Mobile proxies +" plan with multiport option

Example: 8
operator_idintegerOptional

Optional operator ID for "channels-relocate" Only for orders with multiport option

Example: 8
intervalintegerOptional

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

Example: 60
Responses
chevron-right
200

OK

application/json
operation_statusstring · enumOptionalExample: completePossible values:
post
/user/orders/{order_id}/perform

Last updated