blob: 0d3d7d41ffca29135ebd03eb455e058d7a82bc4a [file] [log] [blame]
{"component":{"kind":"component","name":"workday","title":"Workday","description":"Detect and parse documents using Workday.","deprecated":false,"firstVersion":"3.1.0","label":"cloud,api,hcm","javaType":"org.apache.camel.component.workday.WorkdayComponent","supportLevel":"Stable","groupId":"org.apache.camel","artifactId":"camel-workday","version":"3.18.1","scheme":"workday","extendsScheme":"","syntax":"workday:entity:path","async":false,"api":false,"consumerOnly":false,"producerOnly":true,"lenientProperties":false},"headers":{"CamelWorkdayURL":{"kind":"header","displayName":"","group":"producer","label":"","required":false,"javaType":"String","deprecated":false,"deprecationNote":"","autowired":false,"secret":false,"description":"The workday URL","constantName":"org.apache.camel.component.workday.producer.WorkdayDefaultProducer#WORKDAY_URL_HEADER"}},"properties":{"entity":{"kind":"path","displayName":"Entity","group":"producer","label":"","required":true,"type":"object","javaType":"org.apache.camel.component.workday.WorkdayConfiguration.Entity","enum":["report","commonAPI"],"deprecated":false,"deprecationNote":"","autowired":false,"secret":false,"configurationClass":"org.apache.camel.component.workday.WorkdayConfiguration","configurationField":"workdayConfiguration","description":"The entity to be requested or subscribed via API."},"path":{"kind":"path","displayName":"Path","group":"producer","label":"","required":true,"type":"string","javaType":"java.lang.String","deprecated":false,"deprecationNote":"","autowired":false,"secret":false,"configurationClass":"org.apache.camel.component.workday.WorkdayConfiguration","configurationField":"workdayConfiguration","description":"The API path to access an entity structure."},"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."},"httpConnectionManager":{"kind":"parameter","displayName":"Http Connection Manager","group":"advanced","label":"advanced","required":false,"type":"object","javaType":"org.apache.http.impl.conn.PoolingHttpClientConnectionManager","deprecated":false,"autowired":false,"secret":false,"configurationClass":"org.apache.camel.component.workday.WorkdayConfiguration","configurationField":"workdayConfiguration","description":"Pool connection manager for advanced configuration."},"reportFormat":{"kind":"parameter","displayName":"Report Format","group":"format","label":"format","required":false,"type":"string","javaType":"java.lang.String","enum":["json"],"deprecated":false,"autowired":false,"secret":false,"defaultValue":"json","configurationClass":"org.apache.camel.component.workday.WorkdayConfiguration","configurationField":"workdayConfiguration","description":"Workday Report as a service output format."},"host":{"kind":"parameter","displayName":"Host","group":"host","label":"host","required":true,"type":"string","javaType":"java.lang.String","deprecated":false,"deprecationNote":"","autowired":false,"secret":false,"configurationClass":"org.apache.camel.component.workday.WorkdayConfiguration","configurationField":"workdayConfiguration","description":"Workday Host name."},"clientId":{"kind":"parameter","displayName":"Client Id","group":"security","label":"security","required":true,"type":"string","javaType":"java.lang.String","deprecated":false,"deprecationNote":"","autowired":false,"secret":true,"configurationClass":"org.apache.camel.component.workday.WorkdayConfiguration","configurationField":"workdayConfiguration","description":"Workday client Id generated by API client for integrations."},"clientSecret":{"kind":"parameter","displayName":"Client Secret","group":"security","label":"security","required":true,"type":"string","javaType":"java.lang.String","deprecated":false,"deprecationNote":"","autowired":false,"secret":true,"configurationClass":"org.apache.camel.component.workday.WorkdayConfiguration","configurationField":"workdayConfiguration","description":"Workday client Secret generated by API client for integrations."},"tokenRefresh":{"kind":"parameter","displayName":"Token Refresh","group":"security","label":"security","required":true,"type":"string","javaType":"java.lang.String","deprecated":false,"deprecationNote":"","autowired":false,"secret":true,"configurationClass":"org.apache.camel.component.workday.WorkdayConfiguration","configurationField":"workdayConfiguration","description":"Workday token Refresh generated for integrations system user."},"tenant":{"kind":"parameter","displayName":"Tenant","group":"tenant","label":"tenant","required":true,"type":"string","javaType":"java.lang.String","deprecated":false,"deprecationNote":"","autowired":false,"secret":false,"configurationClass":"org.apache.camel.component.workday.WorkdayConfiguration","configurationField":"workdayConfiguration","description":"Workday Tenant name."}}}