SystemStatusResult

Contains the result of the GetCurrentStatus call.

NameData TypeDescription
ConversationIDStringUnique ID of initial async API call. All requests that are processed as a single unit have the same ConversationID.
ErrorCodeIntIdentifies the error of an API request via a numeric code.
OrdinalIDIntDefines position of object within an array of information.
OutagesArray of SystemOutage objectsSpecifies an array of outages.
OverallStatusCodeStringRepresents overall status of conversation via async API.
RequestIDStringUnique ID of initial async API call.
RequestTypeRequestTypeDefines request as synchronous or asynchronous API.
ResultDetailXMLStringContains details of operation result in XML format.
ResultTypeStringDefines result as coming from synchronous or asynchronous API.
StatusCodeStringStatus of async API request.
StatusMessageStringDescribes the status of an API call.
SystemStatusSystemStatusTypeIndicates status of the API system. Valid values include OK, UnplannedOutage, and InMaintenance.