SystemStatusResult

The SystemStatusResult object contains the result of the GetCurrentStatus call.

NameData TypeDescription
ConversationIDxsdUnique ID of initial async API call. All requests that are processed as a single unit have the same ConversationID.
ErrorCodexsdIdentifies the error of an API request via a numeric code.
OrdinalIDxsdDefines position of object within an array of information.
OutagesSystemOutage[]Specifies an array of outages.
OverallStatusCodexsdRepresents overall status of conversation via async API.
RequestIDxsdUnique ID of initial async API call.
RequestTypeRequestTypeDefines request as synchronous or asynchronous API.
ResultDetailXMLxsdContains details of operation result in XML format.
ResultTypexsdDefines result as coming from synchronous or asynchronous API.
StatusCodexsdStatus of async API request.
StatusMessagexsdDescribes the status of an API call.
SystemStatusSystemStatusTypeIndicates status of the API system. Valid values include OK, UnplannedOutage, and InMaintenance.