Bulk jobs are a fast and efficient way to enter data at initial setup and to incorporate large-scale changes, such as changing agent skill groups between shifts and hiring multiple new agents.
You can use the Bulk Job API to list the bulk jobs currently defined in the database, define new bulk jobs, and view or delete records of existing bulk jobs.
refURL: The refURL of the bulk job. See Shared Parameters.
description: See Shared Parameters.
fileContent: The content of the bulk CSV file. The size of the file must not exceed 3MB. For information about the CSV file data, see the "Manage Bulk Jobs" section of the Packaged CCE Administration Guide.
createDateTime: The time the bulk job was submitted. It indicates the time in milliseconds elapsed from the zero epoch value of January 1, 1970, 00:00:00 GMT. Read-only.
jobHostName: The Windows computer name of the data server that initiated the bulk job. Read-only.
startDateTime: The time the bulk job began executing. Read-only.
endDateTime: The time the bulk job completed or failed. Read-only.
jobState: The current state of the job. Read-only.
jobType: The job type. Read-only.
logFile: A URL to download the log file for the bulk job. Read-only.
csvFile: A URL to download the CSV file that was originally uploaded in the fileContent parameter. Read-only.
The following table shows the parameters that are searched and the parameters that are sortable.
Example response for a dialed number create job that completed successfully:
<bulkJob> <changeStamp>0</changeStamp> <refURL>http://<server>/unifiedconfig/config/bulkjob/(id)</refURL> <jobHostName>DS1</jobHostName> <createDateTime>1330441858360</createDateTime> <startDateTime>1330441858361</createDateTime> <endDateTime>1330441858368</endDateTime> <jobState>3</jobState> <jobType>1</jobType> <description>dn create bulk job</description> <logFile><refURL>http://<server>/unifiedconfig/config/bulkjob/(id)/log</refURL></logFile> <csvFile><refURL>http://<server>/unifiedconfig/config/bulkjob/(id)/csv</refURL></csvFile> </bulkJob>