"SoftLayer_" prefix removed for readability.
Retrieve an image of the disk usage data on a SoftLayer_Virtual_Guest image for the time range you provide.
Name | Type | Description |
---|---|---|
startDateTime | dateTime | datetime of the start date of the graph |
endDateTime | dateTime | datetime of the ending date of the graph |
None
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [dateTime, dateTime]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Virtual_Storage_Repository/{SoftLayer_Virtual_Storage_RepositoryID}/getUsageMetricImageByDate'