IP Management
List
Obtain a complete list of all IP’s and which are free, taken or available.| Parameter | Required | Requirements |
|---|---|---|
| list | Yes | Must be set to either ( all / free / taken / available ) |
- all
- All IP addresses available to reseller, regardless of whether or not the IP is taken by a subuser
- free
- All free IP addresses for the reseller. If a subuser is using an IP, it will not show up on this list
- taken
- All taken IP addresses for the reseller. Only IP addresses that taken by subusers will show up on this list
- available
- All available IP addresses for the reseller including all free IP addresses. If a subuser is deactivatedand is assigned an IP, that IP will show up on this list since that IP address is not being used by anyone
Call
1
| |
Response
1 2 3 4 5 6 7 8 9 10 11 | |
Call
1
| |
Response
1 2 3 4 5 6 7 | |
Subuser IP Usage
If your account has more than one IP address, you can manage what IPs your subusers are allowed to send from. If you remove all IPs from a specified user, they will use all IPs from from your list.| Parameter | Required | Requirements |
|---|---|---|
| task | Yes | Must be set to list |
| user | Yes | Subuser must be registered under your account |
Call
1
| |
Response: Success
1 2 3 4 5 6 7 8 9 10 11 12 | |
Response: Error
1 2 3 4 5 | |
Call
1
| |
Response: Success
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | |
Response: Error
1 2 3 4 5 6 | |
Subuser IP Assignment
You need to assign at least ONE IP to your subuser.| Parameter | Required | Requirements |
|---|---|---|
| task | Yes | Must be set to append |
| user | Yes | Subuser must be registered under your account |
| set | Yes | Must be either: none: Remove all ips. all: Apply all possible ips to subuser. specify: Specify the ips to the subser. Must be a valid set of IPs (use the list call to determine valid IPs) |
| ip[] | No | If the set parameter is set, then you must specify the IPs. Use the ip[] parameter to specify an IP. [ IE - ip[]=255.255.255.0&ip[]=255.255.255.1 ] |
Call
1
| |
Response: Success
1 2 3 4 5 | |
Response: Error
1 2 3 4 5 6 7 8 9 10 | |
Call
1
| |
Response: Success
1 2 3 | |
Response: Error
1 2 3 4 5 6 | |