View source: R/generated_client.R
databases_get_status_graphs_timeframe | R Documentation |
Get the status graphs for this database
databases_get_status_graphs_timeframe(id, timeframe)
id |
integer required. The ID of the database. |
timeframe |
string required. The span of time that the graphs cover. Must be one of 1_hour, 4_hours, 1_day, 2_days, 1_week. |
A list containing the following elements:
cpuGraphUrl |
string, URL for the aws redshift cpu utliization graph. |
diskGraphUrl |
string, URL for the aws redshift disk usage graph. |
queueLengthGraphUrl |
string, URL for the aws redshift queue length graph. |
statusGraphUrl |
string, URL for the aws redshift status graph. |
maintenanceGraphUrl |
string, URL for the aws redshift maintenance graph. |
queryDurationGraphUrl |
string, URL for the aws redshift table count graph. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.