diagram | |||
namespace | http://base.api.ec.n2.tibco.com | ||
children | isRunning status nextArchiveAt lastRun currentRun | ||
annotation |
|
||
source | <xs:complexType name="AutoArchiveStatus"> <xs:annotation> <xs:documentation>A status object containing information on the running of the AutoArchiver. It will give information on any currently running archive, as well as the last one run.</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="isRunning" type="xs:boolean" minOccurs="1" maxOccurs="1"> <xs:annotation> <xs:documentation>Whether or not the Auto-Archiver is currently running.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="status" type="xs:string" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>A textual representation of the status of the Auto-Archive</xs:documentation> </xs:annotation> </xs:element> <xs:element name="nextArchiveAt" type="xs:dateTime" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>The time the next Archive is scheduled for</xs:documentation> </xs:annotation> </xs:element> <xs:element name="lastRun" type="AutoArchiveResult" minOccurs="0" maxOccurs="1"/> <xs:element name="currentRun" type="AutoArchiveResult" minOccurs="0" maxOccurs="1"/> </xs:sequence> </xs:complexType> |
diagram | |||
type | xs:boolean | ||
properties |
|
||
annotation |
|
||
source | <xs:element name="isRunning" type="xs:boolean" minOccurs="1" maxOccurs="1"> <xs:annotation> <xs:documentation>Whether or not the Auto-Archiver is currently running.</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||||
type | xs:string | ||||||
properties |
|
||||||
annotation |
|
||||||
source | <xs:element name="status" type="xs:string" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>A textual representation of the status of the Auto-Archive</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||||
type | xs:dateTime | ||||||
properties |
|
||||||
annotation |
|
||||||
source | <xs:element name="nextArchiveAt" type="xs:dateTime" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>The time the next Archive is scheduled for</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||||
type | AutoArchiveResult | ||||||
properties |
|
||||||
children | start end duration instancesArchived instanceEventsArchived systemEventsArchived totalEventsArchived ecEventSize warning succeeded timeout | ||||||
source | <xs:element name="lastRun" type="AutoArchiveResult" minOccurs="0" maxOccurs="1"/> |
diagram | |||||||
type | AutoArchiveResult | ||||||
properties |
|
||||||
children | start end duration instancesArchived instanceEventsArchived systemEventsArchived totalEventsArchived ecEventSize warning succeeded timeout | ||||||
source | <xs:element name="currentRun" type="AutoArchiveResult" minOccurs="0" maxOccurs="1"/> |