action clever_cloud_get_organisations_id_addons_addon_id_env { label: "getOrganisationsIdAddonsAddonIdEnv" provider: clever_cloud method: GET path: "/organisations/{id}/addons/{addonId}/env" encoding: json output: { type: "array" items: { type: "object" properties: { name: { type: "string" } value: { type: "string" } } } } }