action clever_cloud_get_config_provider_env { label: "Get provider's addon environment" provider: clever_cloud method: GET path: "/v4/addon-providers/config-provider/addons/{configurationProviderId}/env" encoding: json input: { type: "object" properties: { configurationProviderId: { type: "string" } } required: ["configurationProviderId"] additionalProperties: false } output: { type: "array" items: { type: "object" } } }