"SoftLayer_" prefix removed for readability.
Get the realtime metrics data for the current account. Takes the startTime and endTime and returns the total metrics data and line graph metrics data divided by the timeInterval.
Name | Type | Description |
---|---|---|
vendorName | string | |
startTime | int | |
endTime | int | |
timeInterval | int |
None
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [string, int, int, int]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Network_CdnMarketplace_Metrics/getCustomerRealTimeMetrics'