action clever_cloud_get_organisations_id_applications_app_id_env { label: "getOrganisationsIdApplicationsAppIdEnv" provider: clever_cloud method: GET path: "/organisations/{id}/applications/{appId}/env" encoding: json output: { type: "array" items: { type: "object" properties: { name: { type: "string" } value: { type: "string" } } } } }