action who_hosts_this_get_detect { label: "Discover the hosting provider for a web site" provider: who_hosts_this method: GET path: "/Detect" encoding: json input: { type: "object" properties: { url: { type: "string" } } required: ["url"] additionalProperties: false } output: { type: "object" additionalProperties: true } }