Overview
Error Handling

Methods

API Documentation (API Version bleed)

Monitoring/MWP/

DESCRIPTION

Monitoring of sites created by the Managed WordPress Platform.

create

URL:

https://api.liquidweb.com/bleed/Monitoring/MWP/create

Description:

Add a new WordPress site to be monitored.

Parameters:

ParameterTypeNotes
callback_urlA valid http or https uri (i.e. http://www.liquidweb.com).* Required
domainA hostname or fully-qualified domain name (i.e. localhost, liquidweb.com, www.liquidweb.com, etc)* Required
ipA valid IP address (v4 or v6)* Required
subaccntA valid id number (a positive integer).* Required if:
  • uniq_id is not given
uniq_idA six-character identifier, containing only capital letters and digits.

Returns:

FieldType
queuedA boolean value (0 or 1).

Possible Errors:

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

delete

URL:

https://api.liquidweb.com/bleed/Monitoring/MWP/delete

Description:

Remove monitoring from a WordPress site.

Parameters:

ParameterTypeNotes
domainA hostname or fully-qualified domain name (i.e. localhost, liquidweb.com, www.liquidweb.com, etc)* Required
uniq_idA six-character identifier, containing only capital letters and digits.* Required

Returns:

FieldType
deletedA boolean value (0 or 1).

Possible Errors:

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