Learn R Programming

civis (version 3.1.3)

databases_get_status_graphs_timeframe: Get the status graphs for this database

Description

Get the status graphs for this database

Usage

databases_get_status_graphs_timeframe(id, timeframe)

Value

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.

Arguments

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.