dataType | String Specifies the type of data you are looking for in Optimize. | ||
Set to | To look for | ||
KPI_INSTANCE_READING | KPI instance readings data in Optimize. | ||
PROBLEM | Problems data in Optimize. | ||
KPI_DEFINITION | KPI definitions data in Optimize. | ||
DIMENSION_INSTANCE | Dimension instances data in Optimize. | ||
keys | String List Optional. Specifies a list of strings that act as the keys of the query parameters. The length of the keys string list must be equal to the length of the values string list, so the two can form valid pairs. Note: The keys parameter is required only for KPI instance readings and dimension instances data. You can omit it when retrieving problems or KPI definitions data. | ||
values | String List Optional. Specifies a list of strings that act as the values of the query parameters. The length of the keys string list must be equal to the length of the values string list, so the two can form valid pairs. Note: The values parameter is required only for KPI instance readings and dimension instances data. You can omit it when retrieving problems or KPI definitions data. | ||
maxRows | String Optional. Specifies the maximum number of data rows that you want the service to return. If you do not specify a value or specify a value less than 0, the service will use the default value, which is 1000. If you specify a value equal to 0, the service returns only the table header. |