action cycat_get_namespacefinduuid { label: "get_namespacefinduuid" description: "Get all known UUID for a given namespace id." provider: cycat method: GET path: "/namespace/finduuid/{namespace}/{namespaceid}" encoding: json output: { type: "object" additionalProperties: true } }