action netboxdemo_virtualization_cluster_groups_read { label: "virtualization_cluster-groups_read" description: "Call to super to allow for caching" provider: netboxdemo method: GET path: "/virtualization/cluster-groups/{id}/" encoding: json output: { type: "object" required: ["name", "slug"] properties: { cluster_count: { type: "integer" } description: { type: "string" } id: { type: "integer" } name: { type: "string" } slug: { type: "string" format: "slug" } } } }