blob: 33f467889c0599545336733865a2cc6486a9b97f [file] [log] [blame]
{
"connector": {
"class": "org.apache.camel.kafkaconnector.box.CamelBoxSinkConnector",
"artifactId": "camel-box-kafka-connector",
"groupId": "org.apache.camel.kafkaconnector",
"id": "camel-box-sink",
"type": "sink",
"version": "0.7.0",
"description": "Upload, download and manage files, folders, groups, collaborations, etc. on box.com."
},
"properties": {
"camel.sink.path.apiName": {
"name": "camel.sink.path.apiName",
"description": "What kind of operation to perform One of: [COLLABORATIONS] [COMMENTS] [EVENT_LOGS] [FILES] [FOLDERS] [GROUPS] [EVENTS] [SEARCH] [TASKS] [USERS]",
"priority": "HIGH",
"required": "true",
"enum": [
"COLLABORATIONS",
"COMMENTS",
"EVENT_LOGS",
"FILES",
"FOLDERS",
"GROUPS",
"EVENTS",
"SEARCH",
"TASKS",
"USERS"
]
},
"camel.sink.path.methodName": {
"name": "camel.sink.path.methodName",
"description": "What sub operation to use for the selected operation",
"priority": "HIGH",
"required": "true"
},
"camel.sink.endpoint.clientId": {
"name": "camel.sink.endpoint.clientId",
"description": "Box application client ID",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.enterpriseId": {
"name": "camel.sink.endpoint.enterpriseId",
"description": "The enterprise ID to use for an App Enterprise.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.inBody": {
"name": "camel.sink.endpoint.inBody",
"description": "Sets the name of a parameter to be passed in the exchange In Body",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.userId": {
"name": "camel.sink.endpoint.userId",
"description": "The user ID to use for an App User.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.lazyStartProducer": {
"name": "camel.sink.endpoint.lazyStartProducer",
"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.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.httpParams": {
"name": "camel.sink.endpoint.httpParams",
"description": "Custom HTTP params for settings like proxy host",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.synchronous": {
"name": "camel.sink.endpoint.synchronous",
"description": "Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported).",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.authenticationType": {
"name": "camel.sink.endpoint.authenticationType",
"description": "The type of authentication for connection. Types of Authentication: STANDARD_AUTHENTICATION - OAuth 2.0 (3-legged) SERVER_AUTHENTICATION - OAuth 2.0 with JSON Web Tokens",
"defaultValue": "\"APP_USER_AUTHENTICATION\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.accessTokenCache": {
"name": "camel.sink.endpoint.accessTokenCache",
"description": "Custom Access Token Cache for storing and retrieving access tokens.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.clientSecret": {
"name": "camel.sink.endpoint.clientSecret",
"description": "Box application client secret",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.encryptionAlgorithm": {
"name": "camel.sink.endpoint.encryptionAlgorithm",
"description": "The type of encryption algorithm for JWT. Supported Algorithms: RSA_SHA_256 RSA_SHA_384 RSA_SHA_512 One of: [RSA_SHA_256] [RSA_SHA_384] [RSA_SHA_512]",
"defaultValue": "\"RSA_SHA_256\"",
"priority": "MEDIUM",
"required": "false",
"enum": [
"RSA_SHA_256",
"RSA_SHA_384",
"RSA_SHA_512"
]
},
"camel.sink.endpoint.maxCacheEntries": {
"name": "camel.sink.endpoint.maxCacheEntries",
"description": "The maximum number of access tokens in cache.",
"defaultValue": "100",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.privateKeyFile": {
"name": "camel.sink.endpoint.privateKeyFile",
"description": "The private key for generating the JWT signature.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.privateKeyPassword": {
"name": "camel.sink.endpoint.privateKeyPassword",
"description": "The password for the private key.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.publicKeyId": {
"name": "camel.sink.endpoint.publicKeyId",
"description": "The ID for public key for validating the JWT signature.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.sslContextParameters": {
"name": "camel.sink.endpoint.sslContextParameters",
"description": "To configure security using SSLContextParameters.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.userName": {
"name": "camel.sink.endpoint.userName",
"description": "Box user name, MUST be provided",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.userPassword": {
"name": "camel.sink.endpoint.userPassword",
"description": "Box user password, MUST be provided if authSecureStorage is not set, or returns null on first call",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.box.clientId": {
"name": "camel.component.box.clientId",
"description": "Box application client ID",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.box.configuration": {
"name": "camel.component.box.configuration",
"description": "To use the shared configuration",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.box.enterpriseId": {
"name": "camel.component.box.enterpriseId",
"description": "The enterprise ID to use for an App Enterprise.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.box.userId": {
"name": "camel.component.box.userId",
"description": "The user ID to use for an App User.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.box.lazyStartProducer": {
"name": "camel.component.box.lazyStartProducer",
"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.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.box.autowiredEnabled": {
"name": "camel.component.box.autowiredEnabled",
"description": "Whether autowiring is enabled. This is used for automatic autowiring options (the option must be marked as autowired) by looking up in the registry to find if there is a single instance of matching type, which then gets configured on the component. This can be used for automatic configuring JDBC data sources, JMS connection factories, AWS Clients, etc.",
"defaultValue": "true",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.box.httpParams": {
"name": "camel.component.box.httpParams",
"description": "Custom HTTP params for settings like proxy host",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.box.authenticationType": {
"name": "camel.component.box.authenticationType",
"description": "The type of authentication for connection. Types of Authentication: STANDARD_AUTHENTICATION - OAuth 2.0 (3-legged) SERVER_AUTHENTICATION - OAuth 2.0 with JSON Web Tokens",
"defaultValue": "\"APP_USER_AUTHENTICATION\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.box.accessTokenCache": {
"name": "camel.component.box.accessTokenCache",
"description": "Custom Access Token Cache for storing and retrieving access tokens.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.box.clientSecret": {
"name": "camel.component.box.clientSecret",
"description": "Box application client secret",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.box.encryptionAlgorithm": {
"name": "camel.component.box.encryptionAlgorithm",
"description": "The type of encryption algorithm for JWT. Supported Algorithms: RSA_SHA_256 RSA_SHA_384 RSA_SHA_512 One of: [RSA_SHA_256] [RSA_SHA_384] [RSA_SHA_512]",
"defaultValue": "\"RSA_SHA_256\"",
"priority": "MEDIUM",
"required": "false",
"enum": [
"RSA_SHA_256",
"RSA_SHA_384",
"RSA_SHA_512"
]
},
"camel.component.box.maxCacheEntries": {
"name": "camel.component.box.maxCacheEntries",
"description": "The maximum number of access tokens in cache.",
"defaultValue": "100",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.box.privateKeyFile": {
"name": "camel.component.box.privateKeyFile",
"description": "The private key for generating the JWT signature.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.box.privateKeyPassword": {
"name": "camel.component.box.privateKeyPassword",
"description": "The password for the private key.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.box.publicKeyId": {
"name": "camel.component.box.publicKeyId",
"description": "The ID for public key for validating the JWT signature.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.box.sslContextParameters": {
"name": "camel.component.box.sslContextParameters",
"description": "To configure security using SSLContextParameters.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.box.userName": {
"name": "camel.component.box.userName",
"description": "Box user name, MUST be provided",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.box.userPassword": {
"name": "camel.component.box.userPassword",
"description": "Box user password, MUST be provided if authSecureStorage is not set, or returns null on first call",
"priority": "MEDIUM",
"required": "false"
}
}
}