"SoftLayer_" prefix removed for readability.
Get the connection or status graph image for a load balancer service.
Get the graph image for a load balancer 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 |
---|---|---|
graphType | string | The graph type can be either ‘connections’ or ‘status’. |
metric | string | The metric can be ‘day’, ‘week’, or ‘month’. |
None
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [string, string]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_Service/{SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_ServiceID}/getGraphImage'