SystemStatusResult
Contains the result of the GetCurrentStatus call.
| Name | Data Type | Description |
|---|---|---|
ConversationID | String | Unique ID of initial async API call. All requests that are processed as a single unit have the same ConversationID. |
ErrorCode | Int | Identifies the error of an API request via a numeric code. |
OrdinalID | Int | Defines position of object within an array of information. |
Outages | Array of SystemOutage objects | Specifies an array of outages. |
OverallStatusCode | String | Represents overall status of conversation via async API. |
RequestID | String | Unique ID of initial async API call. |
RequestType | RequestType | Defines request as synchronous or asynchronous API. |
ResultDetailXML | String | Contains details of operation result in XML format. |
ResultType | String | Defines result as coming from synchronous or asynchronous API. |
StatusCode | String | Status of async API request. |
StatusMessage | String | Describes the status of an API call. |
SystemStatus | SystemStatusType | Indicates status of the API system. Valid values include OK, UnplannedOutage, and InMaintenance. |