action adobe_post_config_apache_http_components_proxy_configuration { label: "postConfigApacheHttpComponentsProxyConfiguration" provider: adobe method: POST path: "/apps/system/config/org.apache.http.proxyconfigurator.config" encoding: json input: { type: "object" properties: { "proxy.enabled": { type: "boolean" } "proxy.enabled@TypeHint": { type: "string" } "proxy.exceptions": { type: "array" items: { type: "string" } } "proxy.exceptions@TypeHint": { type: "string" } "proxy.host": { type: "string" } "proxy.host@TypeHint": { type: "string" } "proxy.password": { type: "string" } "proxy.password@TypeHint": { type: "string" } "proxy.port": { type: "integer" } "proxy.port@TypeHint": { type: "string" } "proxy.user": { type: "string" } "proxy.user@TypeHint": { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }