``exportFile`` required, object This objects describes the export file with ``filename`` and ``format``.
"exportFile" : {
"filename" : "test_export.zip",
"format" : "ZIP"
}
``filename`` required, string "filename" : "test_export.zip" ``format`` optional, enum The desired ``format`` of the export archive file. Possible values are "ZIP" and "TAR_GZ" "format" : "ZIP" ZIP ``agentIds`` required, array An array of the desired ``agentIds`` to export to the archive file. "agentIds" : [ "agent_cluster_001", "agent_001", "agent_002", "agent_003", "agent_006" ]