action adobe_post_agent { label: "postAgent" provider: adobe method: POST path: "/etc/replication/agents.{runmode}/{name}" encoding: json input: { type: "object" properties: { ":operation": { type: "string" } "jcr:content/cq:distribute": { type: "boolean" } "jcr:content/cq:distribute@TypeHint": { type: "string" } "jcr:content/cq:name": { type: "string" } "jcr:content/cq:template": { type: "string" } "jcr:content/enabled": { type: "boolean" } "jcr:content/jcr:description": { type: "string" } "jcr:content/jcr:lastModified": { type: "string" } "jcr:content/jcr:lastModifiedBy": { type: "string" } "jcr:content/jcr:mixinTypes": { type: "string" } "jcr:content/jcr:title": { type: "string" } "jcr:content/logLevel": { type: "string" } "jcr:content/noStatusUpdate": { type: "boolean" } "jcr:content/noVersioning": { type: "boolean" } "jcr:content/protocolConnectTimeout": { type: "number" } "jcr:content/protocolHTTPConnectionClosed": { type: "boolean" } "jcr:content/protocolHTTPExpired": { type: "string" } "jcr:content/protocolHTTPHeaders": { type: "array" items: { type: "string" } } "jcr:content/protocolHTTPHeaders@TypeHint": { type: "string" } "jcr:content/protocolHTTPMethod": { type: "string" } "jcr:content/protocolHTTPSRelaxed": { type: "boolean" } "jcr:content/protocolInterface": { type: "string" } "jcr:content/protocolSocketTimeout": { type: "number" } "jcr:content/protocolVersion": { type: "string" } "jcr:content/proxyHost": { type: "string" } "jcr:content/proxyNTLMDomain": { type: "string" } "jcr:content/proxyNTLMHost": { type: "string" } "jcr:content/proxyPassword": { type: "string" } "jcr:content/proxyPort": { type: "number" } "jcr:content/proxyUser": { type: "string" } "jcr:content/queueBatchMaxSize": { type: "number" } "jcr:content/queueBatchMode": { type: "string" } "jcr:content/queueBatchWaitTime": { type: "number" } "jcr:content/retryDelay": { type: "string" } "jcr:content/reverseReplication": { type: "boolean" } "jcr:content/serializationType": { type: "string" } "jcr:content/sling:resourceType": { type: "string" } "jcr:content/ssl": { type: "string" } "jcr:content/transportNTLMDomain": { type: "string" } "jcr:content/transportNTLMHost": { type: "string" } "jcr:content/transportPassword": { type: "string" } "jcr:content/transportUri": { type: "string" } "jcr:content/transportUser": { type: "string" } "jcr:content/triggerDistribute": { type: "boolean" } "jcr:content/triggerModified": { type: "boolean" } "jcr:content/triggerOnOffTime": { type: "boolean" } "jcr:content/triggerReceive": { type: "boolean" } "jcr:content/triggerSpecific": { type: "boolean" } "jcr:content/userId": { type: "string" } "jcr:primaryType": { type: "string" } name: { type: "string" } runmode: { type: "string" } } required: ["name", "runmode"] additionalProperties: false } output: { type: "object" additionalProperties: true } }