action turbinelabs_get_changelog_cluster_graph_cluster_key { label: "get changes related to the indicated cluster" description: "Gets all changes to a cluster.\n" provider: turbinelabs method: GET path: "/changelog/cluster-graph/{clusterKey}" encoding: json input: { type: "object" properties: { clusterKey: { type: "string" } direction: { type: "string" } end: { type: "string" } max_results: { type: "string" } ref_id: { type: "string" } start: { type: "string" } } required: ["clusterKey"] additionalProperties: false } output: { type: "object" additionalProperties: true } }