Overview
Error Handling

Methods

API Documentation (API Version bleed)

Network/Util/

DESCRIPTION

api methods for network utility functions.

isOfficeIp

URL:

https://api.liquidweb.com/bleed/Network/Util/isOfficeIp

Description:

Returns true if the given ip is an office ip

Parameters:

ParameterTypeNotes
ipA valid IP address (v4 or v6)* Required

Returns:

FieldType
isOfficeIpA boolean value (0 or 1).

Possible Errors:

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

resolveDomainToIP

URL:

https://api.liquidweb.com/bleed/Network/Util/resolveDomainToIP

Description:

Resolves the domain to it's given IP.

Parameters:

ParameterTypeNotes
domainA fully-qualified domain name (i.e. liquidweb.com, www.liquidweb.com, etc)* Required

Returns:

FieldType
ipsAn array of a valid IP address (v4 or v6)

Possible Errors:

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