You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently developed a script to monitor all of our virtual servers on the IBM SoftLayer infrastructure.
The script relies on their public API, specifically on the SoftLayer_Metric_Tracking_Object service and its getSummaryData method; it all worked correctly for the last few months, but now the script gets nothing but empty responses.
I have checked that the API access itself happens correctly, in fact the script is able to query the virtual servers data (CPU, RAM size, ecc.), however the call to get the summary of metric data always fails with no error, just an empty array being returned.
As an example, here are the parameters used in one such call:
After initial deployment I did not change the script, which now stopped working, and I'd like to know why it did, more specifically if it is perhaps called with, as of now, wrong parameters.
The text was updated successfully, but these errors were encountered:
I recently developed a script to monitor all of our virtual servers on the IBM SoftLayer infrastructure.
The script relies on their public API, specifically on the
SoftLayer_Metric_Tracking_Object
service and itsgetSummaryData
method; it all worked correctly for the last few months, but now the script gets nothing but empty responses.I have checked that the API access itself happens correctly, in fact the script is able to query the virtual servers data (CPU, RAM size, ecc.), however the call to get the summary of metric data always fails with no error, just an empty array being returned.
As an example, here are the parameters used in one such call:
After initial deployment I did not change the script, which now stopped working, and I'd like to know why it did, more specifically if it is perhaps called with, as of now, wrong parameters.
The text was updated successfully, but these errors were encountered: