action microcks_get_secrets_counter { label: "Get the Secrets counter" provider: microcks method: GET path: "/secrets/count" encoding: json output: { type: "object" description: "A simple Counter type." properties: { counter: { type: "integer" format: "int32" description: "Number of items in a resource collection" } } } }