"SoftLayer_" prefix removed for readability.
Retrieve a bandwidth graph.
Name | Type | Description |
---|---|---|
startDateTime | dateTime | The starting date of the range of graph data you wish to retrieve. |
endDateTime | dateTime | The ending date of the range of graph data you wish to retrieve. |
graphType | string | $graphType The type type of the bandwidth graph you wish to retrieve, either “public” or “private”. |
fontSize | int | $fontSize Size to draw the font on the graph labels and legend. |
graphWidth | int | $graphWidth Number of pixel wide you would like to draw the graph. |
graphHeight | int | $graphHeight Number of pixel high you would like to draw the graph. |
doNotShowTimeZone | boolean | $doNotShowTimeZone Whether or not you’d like the timezone printed on the graph margin. |
None