/AWS1/CL_ADSEXPORTINFO¶
Information regarding the export status of discovered data. The value is an array of objects.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_exportid TYPE /AWS1/ADSCONFSEXPORTID /AWS1/ADSCONFSEXPORTID¶
A unique identifier used to query an export.
iv_exportstatus TYPE /AWS1/ADSEXPORTSTATUS /AWS1/ADSEXPORTSTATUS¶
The status of the data export job.
iv_statusmessage TYPE /AWS1/ADSEXPORTSTATUSMESSAGE /AWS1/ADSEXPORTSTATUSMESSAGE¶
A status message provided for API callers.
iv_exportrequesttime TYPE /AWS1/ADSEXPORTREQUESTTIME /AWS1/ADSEXPORTREQUESTTIME¶
The time that the data export was initiated.
Optional arguments:¶
iv_configurationsdownloadurl TYPE /AWS1/ADSCONFSDOWNLOADURL /AWS1/ADSCONFSDOWNLOADURL¶
A URL for an Amazon S3 bucket where you can review the exported data. The URL is displayed only if the export succeeded.
iv_istruncated TYPE /AWS1/ADSBOOLEAN /AWS1/ADSBOOLEAN¶
If true, the export of agent information exceeded the size limit for a single export and the exported data is incomplete for the requested time range. To address this, select a smaller time range for the export by using
startDateandendDate.
iv_requestedstarttime TYPE /AWS1/ADSTIMESTAMP /AWS1/ADSTIMESTAMP¶
The value of
startTimeparameter in theStartExportTaskrequest. If nostartTimewas requested, this result does not appear inExportInfo.
iv_requestedendtime TYPE /AWS1/ADSTIMESTAMP /AWS1/ADSTIMESTAMP¶
The
endTimeused in theStartExportTaskrequest. If noendTimewas requested, this result does not appear inExportInfo.
Queryable Attributes¶
exportId¶
A unique identifier used to query an export.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXPORTID() |
Getter for EXPORTID, with configurable default |
ASK_EXPORTID() |
Getter for EXPORTID w/ exceptions if field has no value |
HAS_EXPORTID() |
Determine if EXPORTID has a value |
exportStatus¶
The status of the data export job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXPORTSTATUS() |
Getter for EXPORTSTATUS, with configurable default |
ASK_EXPORTSTATUS() |
Getter for EXPORTSTATUS w/ exceptions if field has no value |
HAS_EXPORTSTATUS() |
Determine if EXPORTSTATUS has a value |
statusMessage¶
A status message provided for API callers.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUSMESSAGE() |
Getter for STATUSMESSAGE, with configurable default |
ASK_STATUSMESSAGE() |
Getter for STATUSMESSAGE w/ exceptions if field has no value |
HAS_STATUSMESSAGE() |
Determine if STATUSMESSAGE has a value |
configurationsDownloadUrl¶
A URL for an Amazon S3 bucket where you can review the exported data. The URL is displayed only if the export succeeded.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONFSDOWNLOADURL() |
Getter for CONFIGURATIONSDOWNLOADURL, with configurable defa |
ASK_CONFSDOWNLOADURL() |
Getter for CONFIGURATIONSDOWNLOADURL w/ exceptions if field |
HAS_CONFSDOWNLOADURL() |
Determine if CONFIGURATIONSDOWNLOADURL has a value |
exportRequestTime¶
The time that the data export was initiated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXPORTREQUESTTIME() |
Getter for EXPORTREQUESTTIME, with configurable default |
ASK_EXPORTREQUESTTIME() |
Getter for EXPORTREQUESTTIME w/ exceptions if field has no v |
HAS_EXPORTREQUESTTIME() |
Determine if EXPORTREQUESTTIME has a value |
isTruncated¶
If true, the export of agent information exceeded the size limit for a single export and the exported data is incomplete for the requested time range. To address this, select a smaller time range for the export by using
startDateandendDate.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ISTRUNCATED() |
Getter for ISTRUNCATED |
requestedStartTime¶
The value of
startTimeparameter in theStartExportTaskrequest. If nostartTimewas requested, this result does not appear inExportInfo.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REQUESTEDSTARTTIME() |
Getter for REQUESTEDSTARTTIME, with configurable default |
ASK_REQUESTEDSTARTTIME() |
Getter for REQUESTEDSTARTTIME w/ exceptions if field has no |
HAS_REQUESTEDSTARTTIME() |
Determine if REQUESTEDSTARTTIME has a value |
requestedEndTime¶
The
endTimeused in theStartExportTaskrequest. If noendTimewas requested, this result does not appear inExportInfo.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REQUESTEDENDTIME() |
Getter for REQUESTEDENDTIME, with configurable default |
ASK_REQUESTEDENDTIME() |
Getter for REQUESTEDENDTIME w/ exceptions if field has no va |
HAS_REQUESTEDENDTIME() |
Determine if REQUESTEDENDTIME has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_EXPORTSINFO¶
TYPES TT_EXPORTSINFO TYPE STANDARD TABLE OF REF TO /AWS1/CL_ADSEXPORTINFO WITH DEFAULT KEY
.