getAveragePublicUsageMetricDataByDate


SoftLayer_Account::getAveragePublicUsageMetricDataByDate

Returns the average disk usage for all public repositories for the timeframe based on the parameters provided.

Description

Returns the average disk space usage for all public repositories.

Parameters

Name Type Description
startDateTime dateTime datetime of the start date of the graph
endDateTime dateTime datetime of the ending date of the graph

Required Headers

Optional Headers

  • None

Return Values

  • float
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [dateTime, dateTime]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Account/getAveragePublicUsageMetricDataByDate'