action clever_cloud_get_organisations_id_applications_app_id_vhosts { label: "getOrganisationsIdApplicationsAppIdVhosts" provider: clever_cloud method: GET path: "/organisations/{id}/applications/{appId}/vhosts" encoding: json output: { type: "array" items: { type: "object" required: ["fqdn"] properties: { fqdn: { type: "string" } } } } }