pub async fn get_event_match_timeseries(
configuration: &Configuration,
event_key: &str,
if_none_match: Option<&str>,
) -> Result<Vec<String>, Error<GetEventMatchTimeseriesError>>Expand description
Gets an array of Match Keys for the given event key that have timeseries data. Returns an empty array if no matches have timeseries data. WARNING: This is not official data, and is subject to a significant possibility of error, or missing data. Do not rely on this data for any purpose. In fact, pretend we made it up. WARNING: This endpoint and corresponding data models are under active development and may change at any time, including in breaking ways.