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
When we send splunkd a rest api to get the entity, there exists a field "updated" in the response which means the last modified time of this entity. This value may be useful in some cases. For example, some apps want to sort the objects according to the last modified time.
But in java sdk, this field is skipped after parsing the response to an entity, and we can't get the value. I think it's necessary for sdk to provide this field in entity object.
The text was updated successfully, but these errors were encountered:
When we send splunkd a rest api to get the entity, there exists a field "updated" in the response which means the last modified time of this entity. This value may be useful in some cases. For example, some apps want to sort the objects according to the last modified time.
But in java sdk, this field is skipped after parsing the response to an entity, and we can't get the value. I think it's necessary for sdk to provide this field in entity object.
The text was updated successfully, but these errors were encountered: