Do you know if DMAElement's parameter LastChangeUTC received via SOAP reflects the last time when any parameter was changed or only the time when the element's config was changed, or something else?
Wim Bruynooghe [SLC] [DevOps Enabler] Answered question 19th September 2024
This depends on the web method you're using:
- Using one of the "GetElementsForXXXCached" methods returns only the elements which have changed since the specified unix timestamp. This is interesting when using polling to keep an updated list of elements. LastChangeUTC then contains the timestamp of the last polling time when the last change (different name, severity, timeout) was detected.
- For all other methods, LastChangeUTC contains the timestamp of when this information was received from the DMA. So this property is only interesting when using it in combination with one of the "cached" web methods.
Wim Bruynooghe [SLC] [DevOps Enabler] Answered question 19th September 2024