v1

latestSwagger 2.02026-07-13447786.5 KB
Audit Log

get changes related to the indicated route

Gets all changes to a route, the domains associated with it, the shared rules it references, and the clusters connected to it.

get/changelog/route-graph/{routeKey}

Path parameters

routeKeystring required

the route 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.