CreateParameterValuesFile
Creates a report object value (.rov) file. To create the ROV based on specified parameters, specify ParameterList. To create the ROV based on an executable file, specify BasedOnFileName or BasedOnFileId. To create the ROV based on another ROV, specify ParameterFile. If you create the ROV based on either an executable or ROV, all parameters must be defined in the based‑on file.
CreateParameterValuesFile ignores parameters not defined in the based‑on file.
Request elements
BasedOnFileName
String. The name of the executable file on which to base the ROV. Specify either BasedOnFileName or BasedOnFileId.
BasedOnFileId
String. The ID of the executable file on which to base the ROV. Specify either BasedOnFileId or BasedOnFileName.
ParameterFile
NewFile. The existing ROV on which to base the ROV.
ParameterValueList
ArrayOfParameterValue. The list of parameters on which to base the ROV.
FileProperties
ArrayOfString. The file properties to return.
Response elements
ParameterValuesFile
File. The ROV attributes.