ClusterSGDataServe

Allows you to return spectrograph data from spectrograph data sets that you produced by using the ClusterSGDataGen action. The ClusterSGDataServe action uses the spectrograph data sets in the time span defined by one or more of the StartDate, EndDate, and Interval parameters.

Example

http://12.3.4.56:9020/action=ClusterSGDataServe&SourceJobName=Data1&StartDate=1000290000&MaxClustPerSlice=1

This action requests spectrograph data for the spectrograph data set Data1. Spectrograph data can be returned for only one cluster, and must have been generated between September 12 2001 at 11:20:00 and the current time.

Required Parameters

The following action parameters are required.

Parameter Description
SourceJobName The spectrograph data set to return.

You must define a time span, which you can set by using one or more of the following parameters.

Parameter Description
EndDate The time span for which to return spectrograph data.
Interval The time span for which to return spectrograph data.
StartDate The time span for which to return spectrograph data.

Optional Parameters

This action accepts the following optional parameters.

Parameter Description
MaxClustPerSlice The number of clusters to return spectrograph data for.
Retries The number of times to retry a failed action.
RetryInterval The number of seconds to wait before retrying a failed action.
StructuredXML Whether to return spectrograph data as structured XML.
Username The name of the user performing the action.
XMLEncoding Overrides the default XML encoding.

This action accepts the following standard ACI action parameters.

Parameter Description
ActionID A string to use to identify an ACI action.
EncryptResponse Encrypt the output.
FileName The file to write output to.
ForceTemplateRefresh Forces the server to load the template from disk.
Output Writes output to a file.
ResponseFormat The format of the action output.
Template The template to use for the action output.
TemplateParamCSVs A list of variables to use for the specified template.