Data structure that contains configuration settings for a
full-processing data source.
Name
Type
Description
status
xsd:int
A code representing the status of the data segment.
Supported status values include:
Code
Message
0
Waiting to Start (Request created; estimating
processing needs)
1
In Progress
2
Completed
3
On Hold
4
Cancelled
5
Has Error
6
Waiting to Start (Server assigned; waiting for
server to start processing)
7
Too Big
8
Waiting to Start (Estimation complete; waiting
for an available server)
9
Waiting for Data
10
Waiting for Send
11
Waiting for Verification
12
Waiting to Send
13
Sent to Product
14
Sending
15
Waiting to Continue (deprecated)
16
Waiting to Continue (deprecated)
17
Continuing
18
Not Delivered
message
xsd:string
A brief description of the status parameter. The message
string is listed above next to the status code.
filesize
xsd:string
Populated only when
status = 2. The size of the requested data
segment, in MB.
data_url*
xsd:string
Populated only when
status = 2. Contains the URL where you can
download the completed data segment.
*Once a data segment is complete, the
data_url value in an HTTP GET request to retrieve the
data segment. When requesting a data segment through the
data_url, you must provide your Online Marketing Suite
credentials just as you would when using any other Online Marketing Suite API
call. For more information about WSSE, see the <<Web Services
Authentication>>.
The following code sample demonstrates using cURL* to generate the GET
request from a Linux workstation:
Comments (0)
Must be logged in to comment. Login or register now to comment!