Overview
Error Handling

Methods

API Documentation (API Version bleed)

Account/Network/Private/

Description

Methods for working with an Global Private (network) Fabrics

create

URL:

https://api.liquidweb.com/bleed/Account/Network/Private/create

Description:

Create an account Global Private Fabric

Parameters:

ParameterTypeNotes
autojoinA boolean value (0 or 1).* Optional
  • Defaults to: 1
descriptionA string of text, containing no newlines or other control characters.
nameA string of text, containing no newlines or other control characters.

Returns:

FieldType
accntA valid account number, up to 6 digits in length.
autojoinA boolean value (0 or 1).
descriptionA string of text, containing no newlines or other control characters.
idA valid id number (a positive integer).
nameA string of text, containing no newlines or other control characters.

Possible Errors:

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

list

URL:

https://api.liquidweb.com/bleed/Account/Network/Private/list

Description:

Returns a list of all Global Private (network) Fabrics for an account

Parameters:

ParameterTypeNotes
alsowithAn array of The value: 'subaccntLinks'
order_byAn associative array containing the fields:
 
fieldOne of: 'autojoin', 'id', 'name'* Required
sortOne of: 'asc', 'desc'* Optional
  • Defaults to: desc
page_numA positive integer value (i.e. 1 and up).* Optional
  • Defaults to: 1
page_sizeA positive integer value (i.e. 1 and up).* Optional
  • Defaults to: 25

Returns:

FieldType
item_countA non-negative integer value (i.e. 0 and up).
item_totalA non-negative integer value (i.e. 0 and up).
itemsAn array of associative arrays containing
 
accntA valid account number, up to 6 digits in length.
autojoinA boolean value (0 or 1).
descriptionA string of text, containing no newlines or other control characters.
idA valid id number (a positive integer).
nameA string of text, containing no newlines or other control characters.
page_numA positive integer value (i.e. 1 and up).
page_sizeA positive integer value (i.e. 1 and up).
page_totalA 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/Account/Network/Private/update

Description:

Update an account Global Private Fabric

Parameters:

ParameterTypeNotes
autojoinA boolean value (0 or 1).
descriptionA string of text, containing no newlines or other control characters.
idA valid id number (a positive integer).* Required
nameA string of text, containing no newlines or other control characters.

Returns:

FieldType
accntA valid account number, up to 6 digits in length.
autojoinA boolean value (0 or 1).
descriptionA string of text, containing no newlines or other control characters.
idA valid id number (a positive integer).
nameA string of text, containing no newlines or other control characters.

Possible Errors:

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