action turbinelabs_get_changelog_domain_graph_domain_key { label: "get changes related to the indicated domain" description: "Gets all changes to a domain, the proxies that front the specified domain,\nroutes within that domain, the shared rules of each route, the clusters\nconnected via route or shared rules.\n" provider: turbinelabs method: GET path: "/changelog/domain-graph/{domainKey}" encoding: json input: { type: "object" properties: { direction: { type: "string" } domainKey: { type: "string" } end: { type: "string" } max_results: { type: "string" } ref_id: { type: "string" } start: { type: "string" } } required: ["domainKey"] additionalProperties: false } output: { type: "object" additionalProperties: true } }