Skip to content

/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 startDate and endDate.

IV_REQUESTEDSTARTTIME TYPE /AWS1/ADSTIMESTAMP /AWS1/ADSTIMESTAMP

The value of startTime parameter in the StartExportTask request. If no startTime was requested, this result does not appear in ExportInfo.

IV_REQUESTEDENDTIME TYPE /AWS1/ADSTIMESTAMP /AWS1/ADSTIMESTAMP

The endTime used in the StartExportTask request. If no endTime was requested, this result does not appear in ExportInfo.


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 startDate and endDate.

Accessible with the following methods

Method Description
GET_ISTRUNCATED() Getter for ISTRUNCATED

requestedStartTime

The value of startTime parameter in the StartExportTask request. If no startTime was requested, this result does not appear in ExportInfo.

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 endTime used in the StartExportTask request. If no endTime was requested, this result does not appear in ExportInfo.

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
.