/agentResultsSync
Methods
Gets the list of Agent Results Syncs.
Fields Parameter
Request Parameters
None
Expand Parameters
credentials
Filter Parameters
usable - The response will be an object containing an array of usable Agent Results Syncs. By default, both usable and manageable objects are returned.
manageable - The response will be an object containing all manageable Agent Results Syncs.. By default, both usable and manageable objects are returned.
Example Response
Adds an Agent Results Sync, depending on access and permissions.
NOTE: The field downloadResultsAfter is a timestamp used to determine the cut off point when synchronizing results from agents. Any results before that timestamp will not be imported. The field is ONLY accepted during POST (Not PATCH).
Request Parameters
Example Response
/agentResultsSync/{id}
Methods
Gets the Agent Results Sync associated with {id}.
Fields Parameter
Request Parameters
None
Expand Parameters
credentials
Example Response
Edits the Agent Results Sync associated with {id}, changing only the passed in fields.
Request Parameters
(All fields are optional)
See /agentResultsSync::POST for parameters.
Example Response
See /agentResultsSync/{id}::GET
Deletes the Agent Results Sync associated with {id}, depending on access and permissions.
Request Parameters
None
Example Response
/agentResultsSync/{id}/copy
Methods
Copies the Agent Results Sync associated with {id}, depending on access and permissions.
Request Parameters
Example Response
/agentResultsSync/{id}/launch
Methods
Launches the Agent Results Sync associated with {id}.
Request Parameters
None