v1

latestSwagger 2.02026-07-13447786.5 KB
Audit Log

get changes related to the indicated domain

Gets all changes to a domain, the proxies that front the specified domain, routes within that domain, the shared rules of each route, the clusters connected via route or shared rules.

get/changelog/domain-graph/{domainKey}

Path parameters

domainKeystring required

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