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)
Cloud/Private/Parent/
DESCRIPTION
This section of the API provides convenience methods for managing Private Cloud Parents.
create
URL:
https://api.liquidweb.com/bleed/Cloud/Private/Parent/create
Description:
Reserver a new private parent for your account. This method takes
config_id: the id of the server configuration you wish to use. For a list of available configs, see the cloud/config/list API method. For private parents, only bare-metal configs may be used. zone: The zone id you wish to reserve this parent in. Only KVM zones are supported for private parents. domain: All servers at liquidweb must have a domain, however for private parents this is only a user facing label. As such it does not have to be a valid DNS name.
This method returns the same data as the details method.
Parameters:
Parameter | Type | Notes |
---|---|---|
config_id | A positive integer value (i.e. 1 and up). | * Required |
domain | A string of text, containing no newlines or other control characters. | * Required |
zone | A positive integer value (i.e. 1 and up). |
Returns:
Field | Type | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
accnt | A valid account number, up to 6 digits in length. | ||||||||||||||||||||||||
config_description | A string of text, containing no newlines or other control characters. | ||||||||||||||||||||||||
config_id | A positive integer value (i.e. 1 and up). | ||||||||||||||||||||||||
create_date | A string of text, containing no newlines or other control characters. | ||||||||||||||||||||||||
domain | A string of text, containing no newlines or other control characters. | ||||||||||||||||||||||||
id | A positive integer value (i.e. 1 and up). | ||||||||||||||||||||||||
license_state | A single word, consisting of only letters, digits, and underscores. | ||||||||||||||||||||||||
region_id | A positive integer value (i.e. 1 and up). | ||||||||||||||||||||||||
resources | An associative array containing the fields: | ||||||||||||||||||||||||
| |||||||||||||||||||||||||
subaccnt | A positive integer value (i.e. 1 and up). | ||||||||||||||||||||||||
type | A valid subaccnt type descriptor (i.e. DS.W1, GUARD, etc), at least 3 chars long. | ||||||||||||||||||||||||
uniq_id | A six-character identifier, containing only capital letters and digits. | ||||||||||||||||||||||||
vcpu | A positive integer value (i.e. 1 and up). | ||||||||||||||||||||||||
zone | An associative array containing the fields: | ||||||||||||||||||||||||
|
Possible Errors:
Refer to the Error Handling documentation for the list of exception types
delete
URL:
https://api.liquidweb.com/bleed/Cloud/Private/Parent/delete
Description:
Removes a private parent from your account. This method will return an exception if your parent is not empty.
Parameters:
Parameter | Type | Notes |
---|---|---|
uniq_id | A six-character identifier, containing only capital letters and digits. | * Required |
Returns:
Field | Type |
---|---|
deleted | 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/Cloud/Private/Parent/details
Description:
Gets data relevant to a Private Cloud Parent.
Here's a rundown of what the returned fields mean:
accnt: your account number active: a flag indicating whether the server has finished building config_id: the id of the server configuration this server is using region_id: the of the region that this parent is in. resourceState: A list of hashes, describing the current resources available on this parent. uniq_id: the unique server identifier, made of 6 letters and numbers
Parameters:
Parameter | Type | Notes |
---|---|---|
uniq_id | A six-character identifier, containing only capital letters and digits. | * Required |
Returns:
Field | Type | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
accnt | A valid account number, up to 6 digits in length. | ||||||||||||||||||||||||
config_description | A string of text, containing no newlines or other control characters. | ||||||||||||||||||||||||
config_id | A positive integer value (i.e. 1 and up). | ||||||||||||||||||||||||
create_date | A string of text, containing no newlines or other control characters. | ||||||||||||||||||||||||
domain | A string of text, containing no newlines or other control characters. | ||||||||||||||||||||||||
id | A positive integer value (i.e. 1 and up). | ||||||||||||||||||||||||
license_state | A single word, consisting of only letters, digits, and underscores. | ||||||||||||||||||||||||
region_id | A positive integer value (i.e. 1 and up). | ||||||||||||||||||||||||
resources | An associative array containing the fields: | ||||||||||||||||||||||||
| |||||||||||||||||||||||||
subaccnt | A positive integer value (i.e. 1 and up). | ||||||||||||||||||||||||
type | A valid subaccnt type descriptor (i.e. DS.W1, GUARD, etc), at least 3 chars long. | ||||||||||||||||||||||||
uniq_id | A six-character identifier, containing only capital letters and digits. | ||||||||||||||||||||||||
vcpu | A positive integer value (i.e. 1 and up). | ||||||||||||||||||||||||
zone | An associative array containing the fields: | ||||||||||||||||||||||||
|
Possible Errors:
Refer to the Error Handling documentation for the list of exception types
list
URL:
https://api.liquidweb.com/bleed/Cloud/Private/Parent/list
Description:
Retrieve a paginated list of Private Cloud Parents on your account.
Parameters:
Parameter | Type | Notes |
---|---|---|
page_num | A positive integer value (i.e. 1 and up). | * Optional
|
page_size | A positive integer value (i.e. 1 and up). | * Optional
|
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/Cloud/Private/Parent/update
Description:
Update details about your parent. Currently on the domain of the server can be updated.
Parameters:
Parameter | Type | Notes |
---|---|---|
domain | A string of text, containing no newlines or other control characters. | |
uniq_id | A six-character identifier, containing only capital letters and digits. | * Required |
Returns:
Field | Type | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
accnt | A valid account number, up to 6 digits in length. | ||||||||||||||||||||||||
config_description | A string of text, containing no newlines or other control characters. | ||||||||||||||||||||||||
config_id | A positive integer value (i.e. 1 and up). | ||||||||||||||||||||||||
create_date | A string of text, containing no newlines or other control characters. | ||||||||||||||||||||||||
domain | A string of text, containing no newlines or other control characters. | ||||||||||||||||||||||||
id | A positive integer value (i.e. 1 and up). | ||||||||||||||||||||||||
license_state | A single word, consisting of only letters, digits, and underscores. | ||||||||||||||||||||||||
region_id | A positive integer value (i.e. 1 and up). | ||||||||||||||||||||||||
resources | An associative array containing the fields: | ||||||||||||||||||||||||
| |||||||||||||||||||||||||
subaccnt | A positive integer value (i.e. 1 and up). | ||||||||||||||||||||||||
type | A valid subaccnt type descriptor (i.e. DS.W1, GUARD, etc), at least 3 chars long. | ||||||||||||||||||||||||
uniq_id | A six-character identifier, containing only capital letters and digits. | ||||||||||||||||||||||||
vcpu | A positive integer value (i.e. 1 and up). | ||||||||||||||||||||||||
zone | An associative array containing the fields: | ||||||||||||||||||||||||
|
Possible Errors:
Refer to the Error Handling documentation for the list of exception types