POST
/
addQueue
curl --request POST \
  --url http://{server_ip}:6002/addQueue \
  --header 'Content-Type: application/json' \
  --data '{
  "apiUser": "<string>",
  "apiPassword": "<string>",
  "apiKey": "<string>",
  "username": "<string>",
  "name": "<string>",
  "submit_speed_in_mbps": 123,
  "receiving_ip": "<string>",
  "receiving_location_name": "<string>",
  "sending_ip": "<string>",
  "sending_paths": "<string>"
}'
{
  "status": true,
  "message": "<string>"
}

Body

application/json

Plant to add to the store

The body is of type object.

Response

200
application/json

User response

The response is of type object.