v1
latestSwagger 2.02026-07-13447786.5 KBAudit Log
get changes related to the indicated cluster
Gets all changes to a cluster.
get/changelog/cluster-graph/{clusterKey}
Path parameters
clusterKeystring required
the cluster key to see an audit log for
Query parameters
startnumber
The beginning of the window we want to see changes for; measured in microseconds since Unix Epoch.
endnumber
The end of the window we want to see changes for; measured in microseconds since Unix Epoch.
max_resultsnumber
Determines how many ChangeDescription object should be returned to the calling code.
ref_idstring
When paginating a Changelog request start on the entry that comes immediately before or after this ID (as determined by the direction argument).
direction'before' | 'after'
If set to "before" then changes will be returned that occurred before reference ID. If "after" then changes will be returned that have occurred since the reference ID.
Response
A list of changes occurring during the requested window.