Overview
Error Handling

Methods

API Documentation (API Version bleed)

Asset/Connections/

DESCRIPTION

This section of the API focuses on how assets are associated with one another. While there are existing API methods specific to subaccount links and Acronis backups, a number of existing association types do not fall under those categories. This is a more generic space for creating, updating, destroying, and otherwise interacting with other association types.

removeDependentParent

URL:

https://api.liquidweb.com/bleed/Asset/Connections/removeDependentParent

Description:

Parameters:

ParameterTypeNotes
parent

A six-character identifier, containing only capital letters and digits.

The uniq_id of the dependent parent

* Required
uniq_id

A six-character identifier, containing only capital letters and digits.

The uniq_id of a subaccount that is a dependent child

* Required

Returns:

FieldType
successA boolean value (0 or 1).

Possible Errors:

Refer to the Error Handling documentation for the list of exception types

setDependentParent

URL:

https://api.liquidweb.com/bleed/Asset/Connections/setDependentParent

Description:

Parameters:

ParameterTypeNotes
parent

A six-character identifier, containing only capital letters and digits.

The uniq_id of the subaccount that will be the dependent parent

* Required
uniq_id

A six-character identifier, containing only capital letters and digits.

The uniq_id of a subaccount that will be the dependent child

* Required

Returns:

FieldType
successA boolean value (0 or 1).

Possible Errors:

Refer to the Error Handling documentation for the list of exception types