Error Handling
Methods
- Account/
- Account/Auth/
- Account/Auth/TwoFactor/
- Account/BillingAddress/
- Account/ChangeOrder/Source/
- Account/ChatPassword/
- Account/Contact/
- Account/CreditCard/
- Account/Cycle/
- Account/Limits/
- Account/Network/Private/
- Account/PasswordReset/
- Account/Paymethod/
- Account/SSH/Key/
- Account/Settings/
- Account/StateData/
- Account/Subscriptions/
- Account/User/
- Account/User/StateData/
- Acronis/Backup/
- Asset/
- Asset/Cancellation/
- Asset/Cancellation/Request/
- Asset/Connections/
- Asset/ControlPanel/Credentials/
- Asset/Measurements/
- Asset/Monitoring/
- Asset/Network/Private/
- Asset/Network/Private/VPN/
- Attribution/
- Basket/
- Basket/Domain/
- Basket/Item/
- Basket/Item/Config/
- Billing/
- Billing/Bill/
- Billing/Credit/
- Billing/CreditCard/Profile/
- Billing/Cycle/
- Billing/Invoice/
- Billing/Invoice/Preview/
- Billing/PayPal/Agreement/
- Billing/PayPal/Payment/
- Billing/Payment/
- Billing/Payment/Profile/
- BusinessEmail/Customer/
- BusinessEmail/Domain/
- Cloud/Backup/
- Cloud/Config/
- Cloud/IP/Pool/
- Cloud/Image/
- Cloud/Private/Parent/
- Cloud/Server/
- Cloud/Template/
- CloudSites/
- CloudSites/Usage/
- CodeGuard/User/
- Contact/
- Coupon/
- Coupon/Claim/
- Domain/
- Domain/Services/
- HostedEmail/Customer/
- HostedEmail/Domain/
- Licensing/
- Licensing/Cpanel/
- Licensing/Plesk/
- Market/Bundle/
- Market/Bundle/Package/
- Market/Cart/
- Market/Cart/Admin/Quote/
- Market/Cart/Discount/
- Market/Cart/Helpers/Configurator/
- Market/Cart/Item/
- Market/Package/
- Market/Package/Product/
- Market/Place/
- Meta/Timing/
- Migration/
- Migration/Account/
- Migration/Account/Server/
- Migration/Account/Server/Access/
- Migration/Destination/
- Misc/JWT/
- Monitoring/Bandwidth/
- Monitoring/Load/
- Monitoring/MWP/
- Monitoring/Services/
- Network/CDN/User/
- Network/CDN/Zone/
- Network/DNS/Domain/
- Network/DNS/Domain/Contact/
- Network/DNS/Domain/Nameserver/
- Network/DNS/Domain/Transfer/
- Network/DNS/Record/
- Network/DNS/Reverse/
- Network/DNS/Zone/
- Network/DNS/Zone/History/
- Network/Firewall/
- Network/Firewall/Ruleset/
- Network/IP/
- Network/LoadBalancer/
- Network/Pool/
- Network/Private/
- Network/Region/
- Network/SSHKey/
- Network/Util/
- Network/Zone/
- Notifications/
- OneTimeSecret/
- Order/
- Order/AddOn/
- Product/
- Product/Addon/
- Product/Marketplace/
- Product/Series/
- Project/
- SSL/Certificate/
- Salesforce/Account/InterWorx/
- Salesforce/Chat/Auth/
- Salesforce/User/
- Server/
- Server/Auth/
- Server/Credentials/
- Server/Plan/
- Server/Power/
- Server/Template/
- Server/VirtualDomain/
- Server/WHM/AccessHash/
- Server/WHM/DNS/
- Server/WHM/Firewall/
- Signup/Basic/
- Storage/Block/Cluster/
- Storage/Block/Volume/
- Storage/ObjectStore/
- Support/
- Support/Alert/
- Support/Request/
- Support/Request/Attachment/
- Support/SystemStatus/
- Support/Ticket/Auth/
- Tags/Product/
- UserTask/
- Utilities/Info/
- VIP/
- VMware/vCloud/vDC/
- VPN/
- VPN/User/
- WWW/Cart/
- WordPress/Domain/
API Documentation (API Version bleed)
Asset/Network/Private/VPN/
Description
Methods for working with a VPN sub-account's in Global Private (network) Fabric(s)
configurations
URL:
https://api.liquidweb.com/bleed/Asset/Network/Private/VPN/configurations
Description:
Configurations for a VPN service in a Global Private (network) Fabric
Parameters:
Parameter | Type | Notes |
---|---|---|
uniq_id | A six-character identifier, containing only capital letters and digits. | * Required |
Returns:
Field | Type | Notes | ||||
---|---|---|---|---|---|---|
configurations | An array of associative arrays containing | * Optional | ||||
|
Possible Errors:
Refer to the Error Handling documentation for the list of exception types
create
URL:
https://api.liquidweb.com/bleed/Asset/Network/Private/VPN/create
Description:
Create of a VPN service in a Global Private (network) Fabric
Parameters:
Parameter | Type | Notes |
---|---|---|
alsowith | A single word, consisting of only letters, digits, and underscores. | |
name | A string of text, containing no newlines or other control characters. | |
network_private_id | A valid id number (a positive integer). | * Required |
options | An associative array of arbitrary keys and values. | * Optional
|
rate_limit | A positive integer value (i.e. 1 and up). | * Required |
region_id | A valid id number (a positive integer). | * Required |
remote_ip | An IPv4 IP address, in quad-dotted decimal notation (i.e. 127.0.0.1) | * Required |
remote_network_only | A boolean value (0 or 1). | * Required |
remote_networks | An array of an IPv4 IP address, in quad-dotted decimal notation, with a cidr mask (i.e. 127.0.0.1/32, 192.168.1.0/24) | |
vpn_type | A product option value. | * Required |
Returns:
Field | Type | Notes |
---|---|---|
id | A valid id number (a positive integer). | |
network_private_id | A valid id number (a positive integer). | |
remote_id | A valid UUID (Universally Unique IDentifier). | |
remote_ip | An IPv4 IP address, in quad-dotted decimal notation (i.e. 127.0.0.1) | |
remote_network_only | A boolean value (0 or 1). | |
remote_networks | An array of an IPv4 IP address, in quad-dotted decimal notation, with a cidr mask (i.e. 127.0.0.1/32, 192.168.1.0/24) | * Optional |
uniq_id | A six-character identifier, containing only capital letters and digits. |
Possible Errors:
Refer to the Error Handling documentation for the list of exception types
details
URL:
https://api.liquidweb.com/bleed/Asset/Network/Private/VPN/details
Description:
Details of a VPN service in a Global Private (network) Fabric
Parameters:
Parameter | Type | Notes |
---|---|---|
alsowith | A single word, consisting of only letters, digits, and underscores. | |
uniq_id | A six-character identifier, containing only capital letters and digits. | * Required |
Returns:
Field | Type | Notes |
---|---|---|
id | A valid id number (a positive integer). | |
network_private_id | A valid id number (a positive integer). | |
remote_id | A valid UUID (Universally Unique IDentifier). | |
remote_ip | An IPv4 IP address, in quad-dotted decimal notation (i.e. 127.0.0.1) | |
remote_network_only | A boolean value (0 or 1). | |
remote_networks | An array of an IPv4 IP address, in quad-dotted decimal notation, with a cidr mask (i.e. 127.0.0.1/32, 192.168.1.0/24) | * Optional |
uniq_id | A six-character identifier, containing only capital letters and digits. |
Possible Errors:
Refer to the Error Handling documentation for the list of exception types
guide
URL:
https://api.liquidweb.com/bleed/Asset/Network/Private/VPN/guide
Description:
Configurations for a VPN service in a Global Private (network) Fabric
Parameters:
Parameter | Type | Notes |
---|---|---|
configuration_id | A positive integer value (i.e. 1 and up). | * Required |
type | One of: 'html', 'md' | * Optional
|
uniq_id | A six-character identifier, containing only capital letters and digits. | * Required |
Returns:
Field | Type |
---|---|
configuration | A string permitting tabs, carriage returns and newlines |
Possible Errors:
Refer to the Error Handling documentation for the list of exception types
list
URL:
https://api.liquidweb.com/bleed/Asset/Network/Private/VPN/list
Description:
Returns a list of Global Private (network) Fabric VPNs
Parameters:
Parameter | Type | Notes | ||||||
---|---|---|---|---|---|---|---|---|
alsowith | A single word, consisting of only letters, digits, and underscores. | |||||||
network_private_id | A valid id number (a positive integer). | |||||||
order_by | An associative array containing the fields: | |||||||
| ||||||||
page_num | A positive integer value (i.e. 1 and up). | * Optional
| ||||||
page_size | A positive integer value (i.e. 1 and up). | * Optional
| ||||||
uniq_id | A six-character identifier, containing only capital letters and digits. |
Returns:
Field | Type | |||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
item_count | A non-negative integer value (i.e. 0 and up). | |||||||||||||||||||
item_total | A non-negative integer value (i.e. 0 and up). | |||||||||||||||||||
items | An array of associative arrays containing | |||||||||||||||||||
| ||||||||||||||||||||
page_num | A positive integer value (i.e. 1 and up). | |||||||||||||||||||
page_size | A positive integer value (i.e. 1 and up). | |||||||||||||||||||
page_total | A positive integer value (i.e. 1 and up). |
Possible Errors:
Refer to the Error Handling documentation for the list of exception types
update
URL:
https://api.liquidweb.com/bleed/Asset/Network/Private/VPN/update
Description:
Update a VPN service in a Global Private (network) Fabric
Parameters:
Parameter | Type | Notes |
---|---|---|
alsowith | A single word, consisting of only letters, digits, and underscores. | |
name | A string of text, containing no newlines or other control characters. | |
options | An associative array of arbitrary keys and values. | |
rate_limit | A positive integer value (i.e. 1 and up). | |
remote_ip | An IPv4 IP address, in quad-dotted decimal notation (i.e. 127.0.0.1) | |
remote_networks | An array of an IPv4 IP address, in quad-dotted decimal notation, with a cidr mask (i.e. 127.0.0.1/32, 192.168.1.0/24) | |
uniq_id | A six-character identifier, containing only capital letters and digits. | * Required |
Returns:
Field | Type | Notes |
---|---|---|
id | A valid id number (a positive integer). | |
network_private_id | A valid id number (a positive integer). | |
remote_id | A valid UUID (Universally Unique IDentifier). | |
remote_ip | An IPv4 IP address, in quad-dotted decimal notation (i.e. 127.0.0.1) | |
remote_network_only | A boolean value (0 or 1). | |
remote_networks | An array of an IPv4 IP address, in quad-dotted decimal notation, with a cidr mask (i.e. 127.0.0.1/32, 192.168.1.0/24) | * Optional |
uniq_id | A six-character identifier, containing only capital letters and digits. |
Possible Errors:
Refer to the Error Handling documentation for the list of exception types
validateRemoteIp
URL:
https://api.liquidweb.com/bleed/Asset/Network/Private/VPN/validateRemoteIp
Description:
Validate remote (gateway) IP can be used to create a VPN
Parameters:
Parameter | Type | Notes |
---|---|---|
network_private_id | A valid id number (a positive integer). | * Required |
region_id | A valid id number (a positive integer). | * Required |
remote_ip | An IPv4 IP address, in quad-dotted decimal notation (i.e. 127.0.0.1) | * Required |
vpn_type | A product option value. | * Required |
Returns:
Field | Type |
---|---|
success | A boolean value (0 or 1). |
Possible Errors:
Refer to the Error Handling documentation for the list of exception types
validateRemoteNetworks
URL:
https://api.liquidweb.com/bleed/Asset/Network/Private/VPN/validateRemoteNetworks
Description:
Validate remote networks can be used to create a VPN
Parameters:
Parameter | Type | Notes |
---|---|---|
network_private_id | A valid id number (a positive integer). | * Required |
remote_networks | An array of an IPv4 IP address, in quad-dotted decimal notation, with a cidr mask (i.e. 127.0.0.1/32, 192.168.1.0/24) |
Returns:
Field | Type |
---|---|
success | A boolean value (0 or 1). |
Possible Errors:
Refer to the Error Handling documentation for the list of exception types