"SoftLayer_" prefix removed for readability.
Get the connection or status graph image for an application delivery controller service.
Get the graph image for an application delivery controller service based on the supplied graph type and metric. The available graph types are: ‘connections’ and ‘status’, and the available metrics are: ‘day’, ‘week’ and ‘month’.
This method returns the raw binary image data.
Name | Type | Description |
---|---|---|
service | SoftLayer_Network_LoadBalancer_Service | The load balancer object you wish to retrieve a graph for |
graphType | string | The string “connections” or “status” depending on the type of graph you wish to retrieve |
metric | string | The string “day”, “week”, or “month” depending on the duration of data you wish to retrieve in your graph |
None
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [SoftLayer_Network_LoadBalancer_Service, string, string]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Network_Application_Delivery_Controller/{SoftLayer_Network_Application_Delivery_ControllerID}/getLiveLoadBalancerServiceGraphImage'