action clickmeter_domains_count { label: "Retrieve count of domains" provider: clickmeter method: GET path: "/domains/count" encoding: json input: { type: "object" properties: { name: { type: "string" } type: { type: "string" enum: ["system", "go", "personal", "dedicated"] } } additionalProperties: false } output: { type: "object" properties: { count: { type: "integer" format: "int64" } } } }