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/PasswordReset/
- Account/Paymethod/
- Account/SSH/Key/
- Account/Settings/
- Account/Subscriptions/
- Account/User/
- Account/User/StateData/
- Acronis/Backup/
- Asset/
- Asset/Connections/
- Asset/ControlPanel/Credentials/
- Asset/Measurements/
- Asset/Monitoring/
- 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/
- 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/AddOn/
- Product/
- Product/Addon/
- Product/Marketplace/
- Product/Series/
- Project/
- SSL/Certificate/
- Salesforce/Account/InterWorx/
- Salesforce/Chat/Auth/
- Salesforce/User/
- Server/
- Server/Auth/
- Server/Power/
- Server/VirtualDomain/
- Server/WHM/AccessHash/
- Server/WHM/DNS/
- Server/WHM/Firewall/
- Signup/Basic/
- Storage/Block/Cluster/
- Storage/Block/Volume/
- Storage/ObjectStore/
- 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)
Network/DNS/Reverse/
DESCRIPTION
Normally with DNS, you look up an IP address with a domain name. In the case of Reverse DNS, you look up a domain name from an IP address. Many technologies use this as a means of validating requests are coming from where they say they are.
This section of the API allows you to set up, remove, and query Reverse DNS information for your IPs.
assignableIps
URL:
https://api.liquidweb.com/bleed/Network/DNS/Reverse/assignableIps
Description:
Get a list of IPs available for assignment.
Parameters:
No Values Defined
Returns:
Field | Type | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
items | An array of associative arrays containing | |||||||||||||
|
Possible Errors:
Refer to the Error Handling documentation for the list of exception types
delete
URL:
https://api.liquidweb.com/bleed/Network/DNS/Reverse/delete
Description:
This method is used to remove reverse DNS records.
Parameters:
Parameter | Type | Notes |
---|---|---|
hostname | A hostname or fully-qualified domain name (i.e. localhost, liquidweb.com, www.liquidweb.com, etc) | |
ip | An IPv4 IP address, in quad-dotted decimal notation (i.e. 127.0.0.1) | * Required |
Returns:
Field | Type |
---|---|
deleted | An IPv4 IP address, in quad-dotted decimal notation (i.e. 127.0.0.1) |
Possible Errors:
Refer to the Error Handling documentation for the list of exception types
update
URL:
https://api.liquidweb.com/bleed/Network/DNS/Reverse/update
Description:
Updates a ptr record.
Parameters:
Parameter | Type | Notes |
---|---|---|
hostname | A hostname or fully-qualified domain name (i.e. localhost, liquidweb.com, www.liquidweb.com, etc) | * Required |
ip | An IPv4 IP address, in quad-dotted decimal notation (i.e. 127.0.0.1) | * Required |
Returns:
Field | Type | Notes |
---|---|---|
One or more keys matching: an IPv4 IP address, in quad-dotted decimal notation (i.e. 127.0.0.1) or a range of IP addresses, seperated by a hyphen | A fully-qualified domain name (i.e. liquidweb.com, www.liquidweb.com, etc) | * Optional |
Possible Errors:
Refer to the Error Handling documentation for the list of exception types