action turbinelabs_get_changelog_shared_rules_graph_shared_rules_key { label: "get changes related to the indicated SharedRules" description: "Gets all changes associated with set of Shared Rules; the domains using\nit and the clusters referenced by it.\n" provider: turbinelabs method: GET path: "/changelog/shared-rules-graph/{sharedRulesKey}" encoding: json input: { type: "object" properties: { direction: { type: "string" } end: { type: "string" } max_results: { type: "string" } ref_id: { type: "string" } sharedRulesKey: { type: "string" } start: { type: "string" } } required: ["sharedRulesKey"] additionalProperties: false } output: { type: "object" additionalProperties: true } }