Get the status graphs for this database
databases_get_status_graphs_timeframe(id, timeframe)
A list containing the following elements:
string, URL for the aws redshift cpu utliization graph.
string, URL for the aws redshift disk usage graph.
string, URL for the aws redshift queue length graph.
string, URL for the aws redshift status graph.
string, URL for the aws redshift maintenance graph.
string, URL for the aws redshift table count graph.
integer required. The ID of the database.
string required. The span of time that the graphs cover. Must be one of 1_hour, 4_hours, 1_day, 2_days, 1_week.