/metric/{metric_name}/graph
DevelopingGET
/metric/{metric_name}/graphReturn a graph in either PNG or JSON format as requested.
Request
Timestamp. Example: 1593696120.
Timestamp - defaults to current time if not provided). Example: 1594301179.
Whether to show anomalies (defaults to false if not provided). Example: true or false.
Whether to show matches (defaults to false if not provided). Example: true,false.
Whether and where to display a x-axis (default to "below" if not provided). Example: above,below,both,neither.
Whether and where to display a y-axis (default to "right" if not provided). Example: left,right,both,neither.
Whether to display a legend (default to true if not provided). Example: true,false.
An optional anomaly to highlight. Example: 12345.
An optional indicator which can affect the type of graph returned. Example: string.
An optional match to highlight. Example: 67890.
Preferred output format. Example: json,png.
An optional integer from 1 upwards. Does not apply to JSON output. Example: number.
An optional integer from 1 upwards. Does not apply to JSON output. Example: number.
An optional integer from 1 upwards, defaults to "2" if not set. Example: number.
Request samples
Responses
{}