blob: ceaa482c52d26b189828c522ba108921a75ed6c7 [file] [log] [blame]
{"component":{"kind":"component","name":"atmos","title":"Atmos","description":"Integrate with EMC's ViPR object data services using the Atmos Client.","deprecated":false,"firstVersion":"2.15.0","label":"cloud,file","javaType":"org.apache.camel.component.atmos.AtmosComponent","supportLevel":"Stable","groupId":"org.apache.camel","artifactId":"camel-atmos","version":"3.18.1","scheme":"atmos","extendsScheme":"","syntax":"atmos:name/operation","async":false,"api":false,"consumerOnly":false,"producerOnly":false,"lenientProperties":false},"headers":{"DOWNLOADED_FILE":{"kind":"header","displayName":"","group":"common","label":"","required":false,"javaType":"java.lang.String","deprecated":false,"deprecationNote":"","autowired":false,"secret":false,"description":"The name of the remote path downloaded in case of a single file.","constantName":"org.apache.camel.component.atmos.util.AtmosConstants#DOWNLOADED_FILE"},"DOWNLOADED_FILES":{"kind":"header","displayName":"","group":"common","label":"","required":false,"javaType":"java.lang.String","deprecated":false,"deprecationNote":"","autowired":false,"secret":false,"description":"The name of the remote paths downloaded in case of multiple files (one per line).","constantName":"org.apache.camel.component.atmos.util.AtmosConstants#DOWNLOADED_FILES"},"UPLOADED_FILE":{"kind":"header","displayName":"","group":"producer","label":"producer","required":false,"javaType":"java.lang.String","deprecated":false,"deprecationNote":"","autowired":false,"secret":false,"description":"The name of the remote path uploaded in case of a single file.","constantName":"org.apache.camel.component.atmos.util.AtmosConstants#UPLOADED_FILE"},"UPLOADED_FILES":{"kind":"header","displayName":"","group":"producer","label":"producer","required":false,"javaType":"java.lang.String","deprecated":false,"deprecationNote":"","autowired":false,"secret":false,"description":"The name of the remote paths uploaded in case of multiple files (one per line).","constantName":"org.apache.camel.component.atmos.util.AtmosConstants#UPLOADED_FILES"},"DELETED_PATH":{"kind":"header","displayName":"","group":"producer","label":"producer","required":false,"javaType":"java.lang.String","deprecated":false,"deprecationNote":"","autowired":false,"secret":false,"description":"The remote path deleted on Atmos.","constantName":"org.apache.camel.component.atmos.util.AtmosConstants#DELETED_PATH"},"MOVED_PATH":{"kind":"header","displayName":"","group":"producer","label":"producer","required":false,"javaType":"java.lang.String","deprecated":false,"deprecationNote":"","autowired":false,"secret":false,"description":"The moved path.","constantName":"org.apache.camel.component.atmos.util.AtmosConstants#MOVED_PATH"}},"properties":{"name":{"kind":"path","displayName":"Name","group":"common","label":"","required":false,"type":"string","javaType":"java.lang.String","deprecated":false,"autowired":false,"secret":false,"configurationClass":"org.apache.camel.component.atmos.AtmosConfiguration","configurationField":"configuration","description":"Atmos name"},"operation":{"kind":"path","displayName":"Operation","group":"common","label":"","required":true,"type":"object","javaType":"org.apache.camel.component.atmos.util.AtmosOperation","enum":["put","del","search","get","move"],"deprecated":false,"deprecationNote":"","autowired":false,"secret":false,"configurationClass":"org.apache.camel.component.atmos.AtmosConfiguration","configurationField":"configuration","description":"Operation to perform"},"localPath":{"kind":"parameter","displayName":"Local Path","group":"common","label":"","required":false,"type":"string","javaType":"java.lang.String","deprecated":false,"autowired":false,"secret":false,"configurationClass":"org.apache.camel.component.atmos.AtmosConfiguration","configurationField":"configuration","description":"Local path to put files"},"newRemotePath":{"kind":"parameter","displayName":"New Remote Path","group":"common","label":"","required":false,"type":"string","javaType":"java.lang.String","deprecated":false,"autowired":false,"secret":false,"configurationClass":"org.apache.camel.component.atmos.AtmosConfiguration","configurationField":"configuration","description":"New path on Atmos when moving files"},"query":{"kind":"parameter","displayName":"Query","group":"common","label":"","required":false,"type":"string","javaType":"java.lang.String","deprecated":false,"autowired":false,"secret":false,"configurationClass":"org.apache.camel.component.atmos.AtmosConfiguration","configurationField":"configuration","description":"Search query on Atmos"},"remotePath":{"kind":"parameter","displayName":"Remote Path","group":"common","label":"","required":false,"type":"string","javaType":"java.lang.String","deprecated":false,"autowired":false,"secret":false,"configurationClass":"org.apache.camel.component.atmos.AtmosConfiguration","configurationField":"configuration","description":"Where to put files on Atmos"},"bridgeErrorHandler":{"kind":"parameter","displayName":"Bridge Error Handler","group":"consumer (advanced)","label":"consumer,advanced","required":false,"type":"boolean","javaType":"boolean","deprecated":false,"autowired":false,"secret":false,"defaultValue":false,"description":"Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored."},"exceptionHandler":{"kind":"parameter","displayName":"Exception Handler","group":"consumer (advanced)","label":"consumer,advanced","required":false,"type":"object","javaType":"org.apache.camel.spi.ExceptionHandler","optionalPrefix":"consumer.","deprecated":false,"autowired":false,"secret":false,"description":"To let the consumer use a custom ExceptionHandler. Notice if the option bridgeErrorHandler is enabled then this option is not in use. By default the consumer will deal with exceptions, that will be logged at WARN or ERROR level and ignored."},"exchangePattern":{"kind":"parameter","displayName":"Exchange Pattern","group":"consumer (advanced)","label":"consumer,advanced","required":false,"type":"object","javaType":"org.apache.camel.ExchangePattern","enum":["InOnly","InOut","InOptionalOut"],"deprecated":false,"autowired":false,"secret":false,"description":"Sets the exchange pattern when the consumer creates an exchange."},"lazyStartProducer":{"kind":"parameter","displayName":"Lazy Start Producer","group":"producer (advanced)","label":"producer,advanced","required":false,"type":"boolean","javaType":"boolean","deprecated":false,"autowired":false,"secret":false,"defaultValue":false,"description":"Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then creating and starting the producer may take a little time and prolong the total processing time of the processing."},"uri":{"kind":"parameter","displayName":"Uri","group":"advanced","label":"advanced","required":false,"type":"string","javaType":"java.lang.String","deprecated":false,"autowired":false,"secret":false,"configurationClass":"org.apache.camel.component.atmos.AtmosConfiguration","configurationField":"configuration","description":"Atomos server uri"},"fullTokenId":{"kind":"parameter","displayName":"Full Token Id","group":"security","label":"security","required":false,"type":"string","javaType":"java.lang.String","deprecated":false,"autowired":false,"secret":true,"configurationClass":"org.apache.camel.component.atmos.AtmosConfiguration","configurationField":"configuration","description":"Atmos client fullTokenId"},"secretKey":{"kind":"parameter","displayName":"Secret Key","group":"security","label":"security","required":false,"type":"string","javaType":"java.lang.String","deprecated":false,"autowired":false,"secret":true,"configurationClass":"org.apache.camel.component.atmos.AtmosConfiguration","configurationField":"configuration","description":"The secret key to pass to the Atmos client (should be base64 encoded)"},"sslValidation":{"kind":"parameter","displayName":"Ssl Validation","group":"security","label":"security","required":false,"type":"boolean","javaType":"boolean","deprecated":false,"autowired":false,"secret":false,"defaultValue":false,"configurationClass":"org.apache.camel.component.atmos.AtmosConfiguration","configurationField":"configuration","description":"Atmos SSL validation"}}}