action turbinelabs_get_changelog_route_graph_route_key { label: "get changes related to the indicated route" description: "Gets all changes to a route, the domains associated with it, the shared\nrules it references, and the clusters connected to it.\n" provider: turbinelabs method: GET path: "/changelog/route-graph/{routeKey}" encoding: json input: { type: "object" properties: { direction: { type: "string" } end: { type: "string" } max_results: { type: "string" } ref_id: { type: "string" } routeKey: { type: "string" } start: { type: "string" } } required: ["routeKey"] additionalProperties: false } output: { type: "object" additionalProperties: true } }