action adobe_post_config_apache_felix_jetty_based_http_service { label: "postConfigApacheFelixJettyBasedHttpService" provider: adobe method: POST path: "/apps/system/config/org.apache.felix.http" encoding: json input: { type: "object" properties: { "org.apache.felix.https.clientcertificate": { type: "string" } "org.apache.felix.https.clientcertificate@TypeHint": { type: "string" } "org.apache.felix.https.enable": { type: "boolean" } "org.apache.felix.https.enable@TypeHint": { type: "string" } "org.apache.felix.https.keystore": { type: "string" } "org.apache.felix.https.keystore.key": { type: "string" } "org.apache.felix.https.keystore.key.password": { type: "string" } "org.apache.felix.https.keystore.key.password@TypeHint": { type: "string" } "org.apache.felix.https.keystore.key@TypeHint": { type: "string" } "org.apache.felix.https.keystore.password": { type: "string" } "org.apache.felix.https.keystore.password@TypeHint": { type: "string" } "org.apache.felix.https.keystore@TypeHint": { type: "string" } "org.apache.felix.https.nio": { type: "boolean" } "org.apache.felix.https.nio@TypeHint": { type: "string" } "org.apache.felix.https.truststore": { type: "string" } "org.apache.felix.https.truststore.password": { type: "string" } "org.apache.felix.https.truststore.password@TypeHint": { type: "string" } "org.apache.felix.https.truststore@TypeHint": { type: "string" } "org.osgi.service.http.port.secure": { type: "string" } "org.osgi.service.http.port.secure@TypeHint": { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }