Overview
Error Handling

Methods

API Documentation (API Version bleed)

Support/SystemStatus/

DESCRIPTION

This section of the API handles basic operations on our system statuses. Currently, you can receive information on unresolved and upcoming incidents.

incidentSummary

URL:

https://api.liquidweb.com/bleed/Support/SystemStatus/incidentSummary

Description:

Returns information on all unresolved and upcoming incidents. The base class caches this information for 60 seconds for speed as well as API limits

Parameters:

No Values Defined

Returns:

FieldType
cloudsitesAn associative array containing the fields:
 
unresolvedAn array of associative arrays containing
 
created_atA valid date and time in YYYY-MM-DD HH:MM:SS format, or a DateTime object.
impactOne or more words, consisting of only letters, digits, underscores, and one white space in between them.
nameA string permitting tabs, carriage returns and newlines
updated_atA valid date and time in YYYY-MM-DD HH:MM:SS format, or a DateTime object.
urlA valid http or https uri (i.e. http://www.liquidweb.com).
upcomingAn array of associative arrays containing
 
impactOne or more words, consisting of only letters, digits, underscores, and one white space in between them.
nameA string permitting tabs, carriage returns and newlines
scheduled_forA valid date and time in YYYY-MM-DD HH:MM:SS format, or a DateTime object.
urlA valid http or https uri (i.e. http://www.liquidweb.com).
liquidwebAn associative array containing the fields:
 
unresolvedAn array of associative arrays containing
 
created_atA valid date and time in YYYY-MM-DD HH:MM:SS format, or a DateTime object.
impactOne or more words, consisting of only letters, digits, underscores, and one white space in between them.
nameA string permitting tabs, carriage returns and newlines
updated_atA valid date and time in YYYY-MM-DD HH:MM:SS format, or a DateTime object.
urlA valid http or https uri (i.e. http://www.liquidweb.com).
upcomingAn array of associative arrays containing
 
impactOne or more words, consisting of only letters, digits, underscores, and one white space in between them.
nameA string permitting tabs, carriage returns and newlines
scheduled_forA valid date and time in YYYY-MM-DD HH:MM:SS format, or a DateTime object.
urlA valid http or https uri (i.e. http://www.liquidweb.com).

Possible Errors:

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