getLiveLoadBalancerServiceGraphImage


SoftLayer_Network_Application_Delivery_Controller::getLiveLoadBalancerServiceGraphImage

Get the connection or status graph image for an application delivery controller service.

Description

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.


Parameters

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

Required Headers

Optional Headers

  • None

Return Values

  • base64Binary
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'