/AWS1/CL_ADS=>DESCRIBEEXPORTTASKS()
¶
About DescribeExportTasks¶
Retrieve status of one or more export tasks. You can retrieve the status of up to 100 export tasks.
Method Signature¶
IMPORTING¶
Optional arguments:¶
IT_EXPORTIDS
TYPE /AWS1/CL_ADSEXPORTIDS_W=>TT_EXPORTIDS
TT_EXPORTIDS
¶
One or more unique identifiers used to query the status of an export request.
IT_FILTERS
TYPE /AWS1/CL_ADSEXPORTFILTER=>TT_EXPORTFILTERS
TT_EXPORTFILTERS
¶
One or more filters.
AgentId
- ID of the agent whose collected data will be exported
IV_MAXRESULTS
TYPE /AWS1/ADSINTEGER
/AWS1/ADSINTEGER
¶
The maximum number of volume results returned by
DescribeExportTasks
in paginated output. When this parameter is used,DescribeExportTasks
only returnsmaxResults
results in a single page along with anextToken
response element.
IV_NEXTTOKEN
TYPE /AWS1/ADSNEXTTOKEN
/AWS1/ADSNEXTTOKEN
¶
The
nextToken
value returned from a previous paginatedDescribeExportTasks
request wheremaxResults
was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned thenextToken
value. This value is null when there are no more results to return.