schema
stringclasses
471 values
key
stringlengths
0
203
description
stringlengths
0
4.37k
object
stringlengths
2
322k
camel-yaml-dsl.json
properties
Set client properties to use. These properties are specific to what service call implementation are in use. For example if using a different one, then the client properties are defined according to the specific service in use.
{"type": "array", "items": {}}
camel-yaml-dsl.json
ref
Reference of a ServiceFilter
{"type": "string"}
camel-yaml-dsl.json
id
The id of this node
{"type": "string"}
camel-yaml-dsl.json
properties
Set client properties to use. These properties are specific to what service call implementation are in use. For example if using a different one, then the client properties are defined according to the specific service in use.
{"type": "array", "items": {}}
camel-yaml-dsl.json
domain
The domain name;
{"type": "string"}
camel-yaml-dsl.json
id
The id of this node
{"type": "string"}
camel-yaml-dsl.json
properties
Set client properties to use. These properties are specific to what service call implementation are in use. For example if using a different one, then the client properties are defined according to the specific service in use.
{"type": "array", "items": {}}
camel-yaml-dsl.json
proto
The transport protocol of the desired service.
{"type": "string", "default": "_tcp"}
camel-yaml-dsl.json
id
The id of this node
{"type": "string"}
camel-yaml-dsl.json
properties
Set client properties to use. These properties are specific to what service call implementation are in use. For example if using a different one, then the client properties are defined according to the specific service in use.
{"type": "array", "items": {}}
camel-yaml-dsl.json
api-version
Sets the API version when using client lookup
{"type": "string"}
camel-yaml-dsl.json
ca-cert-data
Sets the Certificate Authority data when using client lookup
{"type": "string"}
camel-yaml-dsl.json
ca-cert-file
Sets the Certificate Authority data that are loaded from the file when using client lookup
{"type": "string"}
camel-yaml-dsl.json
client-cert-data
Sets the Client Certificate data when using client lookup
{"type": "string"}
camel-yaml-dsl.json
client-cert-file
Sets the Client Certificate data that are loaded from the file when using client lookup
{"type": "string"}
camel-yaml-dsl.json
client-key-algo
Sets the Client Keystore algorithm, such as RSA when using client lookup
{"type": "string"}
camel-yaml-dsl.json
client-key-data
Sets the Client Keystore data when using client lookup
{"type": "string"}
camel-yaml-dsl.json
client-key-file
Sets the Client Keystore data that are loaded from the file when using client lookup
{"type": "string"}
camel-yaml-dsl.json
client-key-passphrase
Sets the Client Keystore passphrase when using client lookup
{"type": "string"}
camel-yaml-dsl.json
dns-domain
Sets the DNS domain to use for DNS lookup.
{"type": "string"}
camel-yaml-dsl.json
id
The id of this node
{"type": "string"}
camel-yaml-dsl.json
lookup
How to perform service lookup. Possible values: client, dns, environment. When using client, then the client queries the kubernetes master to obtain a list of active pods that provides the service, and then random (or round robin) select a pod. When using dns the service name is resolved as name.namespace.svc.dnsDomain. When using dnssrv the service name is resolved with SRV query for _._...svc... When using environment then environment variables are used to lookup the service. By default environment is used.
{"type": "string", "default": "environment", "enum": ["environment", "dns", "client"]}
camel-yaml-dsl.json
master-url
Sets the URL to the master when using client lookup
{"type": "string"}
camel-yaml-dsl.json
namespace
Sets the namespace to use. Will by default use namespace from the ENV variable KUBERNETES_MASTER.
{"type": "string"}
camel-yaml-dsl.json
oauth-token
Sets the OAUTH token for authentication (instead of username/password) when using client lookup
{"type": "string"}
camel-yaml-dsl.json
password
Sets the password for authentication when using client lookup
{"type": "string"}
camel-yaml-dsl.json
port-name
Sets the Port Name to use for DNS/DNSSRV lookup.
{"type": "string"}
camel-yaml-dsl.json
port-protocol
Sets the Port Protocol to use for DNS/DNSSRV lookup.
{"type": "string"}
camel-yaml-dsl.json
properties
Set client properties to use. These properties are specific to what service call implementation are in use. For example if using a different one, then the client properties are defined according to the specific service in use.
{"type": "array", "items": {}}
camel-yaml-dsl.json
trust-certs
Sets whether to turn on trust certificate check when using client lookup
{"type": "boolean"}
camel-yaml-dsl.json
username
Sets the username for authentication when using client lookup
{"type": "string"}
camel-yaml-dsl.json
id
The id of this node
{"type": "string"}
camel-yaml-dsl.json
properties
Set client properties to use. These properties are specific to what service call implementation are in use. For example if using a different one, then the client properties are defined according to the specific service in use.
{"type": "array", "items": {}}
camel-yaml-dsl.json
org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
Remote service call configuration
{"deprecated": true, "type": "object", "properties": {"blacklist-service-filter": {}, "caching-service-discovery": {}, "combined-service-discovery": {}, "combined-service-filter": {}, "component": {"type": "string", "default": "http"}, "consul-service-discovery": {}, "custom-service-filter": {}, "default-load-balancer": {}, "dns-service-discovery": {}, "expression": {}, "expression-ref": {"type": "string"}, "healthy-service-filter": {}, "id": {"type": "string"}, "kubernetes-service-discovery": {}, "load-balancer-ref": {"type": "string"}, "pass-through-service-filter": {}, "pattern": {"type": "string", "enum": ["InOnly", "InOut"]}, "service-chooser-ref": {"type": "string"}, "service-discovery-ref": {"type": "string"}, "service-filter-ref": {"type": "string"}, "static-service-discovery": {}, "uri": {"type": "string"}, "zookeeper-service-discovery": {}}}
camel-yaml-dsl.json
component
The component to use.
{"type": "string", "default": "http"}
camel-yaml-dsl.json
expression
Configures the Expression using the given configuration.
{}
camel-yaml-dsl.json
expression-ref
Set a reference to a custom Expression to use.
{"type": "string"}
camel-yaml-dsl.json
id
The id of this node
{"type": "string"}
camel-yaml-dsl.json
load-balancer-ref
Sets a reference to a custom ServiceLoadBalancer to use.
{"type": "string"}
camel-yaml-dsl.json
pattern
Sets the optional ExchangePattern used to invoke this endpoint
{"type": "string", "enum": ["InOnly", "InOut"]}
camel-yaml-dsl.json
service-chooser-ref
Sets a reference to a custom ServiceChooser to use.
{"type": "string"}
camel-yaml-dsl.json
service-discovery-ref
Sets a reference to a custom ServiceDiscovery to use.
{"type": "string"}
camel-yaml-dsl.json
service-filter-ref
Sets a reference to a custom ServiceFilter to use.
{"type": "string"}
camel-yaml-dsl.json
uri
The uri of the endpoint to send to. The uri can be dynamic computed using the simple language expression.
{"type": "string"}
camel-yaml-dsl.json
org.apache.camel.model.cloud.ServiceCallDefinition
To call remote services
{"deprecated": true, "oneOf": [{"type": "string"}, {"type": "object", "properties": {"blacklist-service-filter": {}, "caching-service-discovery": {}, "combined-service-discovery": {}, "combined-service-filter": {}, "component": {"type": "string", "default": "http"}, "configuration-ref": {"type": "string"}, "consul-service-discovery": {}, "custom-service-filter": {}, "default-load-balancer": {}, "disabled": {"type": "boolean"}, "dns-service-discovery": {}, "expression": {}, "expression-ref": {"type": "string"}, "healthy-service-filter": {}, "id": {"type": "string"}, "inherit-error-handler": {"type": "boolean"}, "kubernetes-service-discovery": {}, "load-balancer-ref": {"type": "string"}, "name": {"type": "string"}, "pass-through-service-filter": {}, "pattern": {"type": "string", "enum": ["InOnly", "InOut"]}, "service-chooser-ref": {"type": "string"}, "service-discovery-ref": {"type": "string"}, "service-filter-ref": {"type": "string"}, "static-service-discovery": {}, "uri": {"type": "string"}, "zookeeper-service-discovery": {}}}], "required": ["name"]}
camel-yaml-dsl.json
component
The component to use.
{"type": "string", "default": "http"}
camel-yaml-dsl.json
configuration-ref
Refers to a ServiceCall configuration to use
{"type": "string"}
camel-yaml-dsl.json
description
Sets the id of this node
{"type": "string"}
camel-yaml-dsl.json
disabled
Whether to disable this EIP from the route during build time. Once an EIP has been disabled then it cannot be enabled later at runtime.
{"type": "boolean"}
camel-yaml-dsl.json
expression
Configures the Expression using the given configuration.
{}
camel-yaml-dsl.json
expression-ref
Set a reference to a custom Expression to use.
{"type": "string"}
camel-yaml-dsl.json
id
Sets the id of this node
{"type": "string"}
camel-yaml-dsl.json
load-balancer-ref
Sets a reference to a custom ServiceLoadBalancer to use.
{"type": "string"}
camel-yaml-dsl.json
name
Sets the name of the service to use
{"type": "string"}
camel-yaml-dsl.json
pattern
Sets the optional ExchangePattern used to invoke this endpoint
{"type": "string", "enum": ["InOnly", "InOut"]}
camel-yaml-dsl.json
service-chooser-ref
Sets a reference to a custom ServiceChooser to use.
{"type": "string"}
camel-yaml-dsl.json
service-discovery-ref
Sets a reference to a custom ServiceDiscovery to use.
{"type": "string"}
camel-yaml-dsl.json
service-filter-ref
Sets a reference to a custom ServiceFilter to use.
{"type": "string"}
camel-yaml-dsl.json
uri
The uri of the endpoint to send to. The uri can be dynamic computed using the org.apache.camel.language.simple.SimpleLanguage expression.
{"type": "string"}
camel-yaml-dsl.json
host-header
The header that holds the service host information, default ServiceCallConstants.SERVICE_HOST
{"type": "string", "default": "CamelServiceCallServiceHost"}
camel-yaml-dsl.json
id
The id of this node
{"type": "string"}
camel-yaml-dsl.json
port-header
The header that holds the service port information, default ServiceCallConstants.SERVICE_PORT
{"type": "string", "default": "CamelServiceCallServicePort"}
camel-yaml-dsl.json
properties
Set client properties to use. These properties are specific to what service call implementation are in use. For example if using a different one, then the client properties are defined according to the specific service in use.
{"type": "array", "items": {}}
camel-yaml-dsl.json
id
The id of this node
{"type": "string"}
camel-yaml-dsl.json
properties
Set client properties to use. These properties are specific to what service call implementation are in use. For example if using a different one, then the client properties are defined according to the specific service in use.
{"type": "array", "items": {}}
camel-yaml-dsl.json
id
The id of this node
{"type": "string"}
camel-yaml-dsl.json
properties
Set client properties to use. These properties are specific to what service call implementation are in use. For example if using a different one, then the client properties are defined according to the specific service in use.
{"type": "array", "items": {}}
camel-yaml-dsl.json
id
The id of this node
{"type": "string"}
camel-yaml-dsl.json
properties
Set client properties to use. These properties are specific to what service call implementation are in use. For example if using a different one, then the client properties are defined according to the specific service in use.
{"type": "array", "items": {}}
camel-yaml-dsl.json
id
The id of this node
{"type": "string"}
camel-yaml-dsl.json
properties
Set client properties to use. These properties are specific to what service call implementation are in use. For example if using a different one, then the client properties are defined according to the specific service in use.
{"type": "array", "items": {}}
camel-yaml-dsl.json
id
The id of this node
{"type": "string"}
camel-yaml-dsl.json
properties
Set client properties to use. These properties are specific to what service call implementation are in use. For example if using a different one, then the client properties are defined according to the specific service in use.
{"type": "array", "items": {}}
camel-yaml-dsl.json
servers
Sets the server list. Each entry can be a list of servers separated by comma in the format: servicehost:port,servicehost2:port,servicehost3:port
{"type": "array", "items": {"type": "string"}}
camel-yaml-dsl.json
base-path
Set the base path to store in ZK
{"type": "string"}
camel-yaml-dsl.json
connection-timeout
Connection timeout.
{"type": "string"}
camel-yaml-dsl.json
id
The id of this node
{"type": "string"}
camel-yaml-dsl.json
namespace
As ZooKeeper is a shared space, users of a given cluster should stay within a pre-defined namespace. If a namespace is set here, all paths will get pre-pended with the namespace
{"type": "string"}
camel-yaml-dsl.json
nodes
A comma separate list of servers to connect to in the form host:port
{"type": "string"}
camel-yaml-dsl.json
properties
Set client properties to use. These properties are specific to what service call implementation are in use. For example if using a different one, then the client properties are defined according to the specific service in use.
{"type": "array", "items": {}}
camel-yaml-dsl.json
reconnect-base-sleep-time
Initial amount of time to wait between retries.
{"type": "string"}
camel-yaml-dsl.json
reconnect-max-retries
Max number of times to retry
{"type": "string"}
camel-yaml-dsl.json
reconnect-max-sleep-time
Max time in ms to sleep on each retry
{"type": "string"}
camel-yaml-dsl.json
session-timeout
Session timeout.
{"type": "string"}
camel-yaml-dsl.json
org.apache.camel.model.config.BatchResequencerConfig
Configures batch-processing resequence eip.
{"type": "object", "properties": {"allow-duplicates": {"type": "boolean"}, "batch-size": {"type": "number", "default": "100"}, "batch-timeout": {"type": "string", "default": "1000"}, "ignore-invalid-exchanges": {"type": "boolean"}, "reverse": {"type": "boolean"}}}
camel-yaml-dsl.json
allow-duplicates
Whether to allow duplicates.
{"type": "boolean"}
camel-yaml-dsl.json
batch-size
Sets the size of the batch to be re-ordered. The default size is 100.
{"type": "number", "default": "100"}
camel-yaml-dsl.json
batch-timeout
Sets the timeout for collecting elements to be re-ordered. The default timeout is 1000 msec.
{"type": "string", "default": "1000"}
camel-yaml-dsl.json
ignore-invalid-exchanges
Whether to ignore invalid exchanges
{"type": "boolean"}
camel-yaml-dsl.json
reverse
Whether to reverse the ordering.
{"type": "boolean"}
camel-yaml-dsl.json
org.apache.camel.model.config.StreamResequencerConfig
Configures stream-processing resequence eip.
{"type": "object", "properties": {"capacity": {"type": "number", "default": "1000"}, "comparator": {"type": "string"}, "delivery-attempt-interval": {"type": "string", "default": "1000"}, "ignore-invalid-exchanges": {"type": "boolean"}, "reject-old": {"type": "boolean"}, "timeout": {"type": "string", "default": "1000"}}}
camel-yaml-dsl.json
capacity
Sets the capacity of the resequencer inbound queue.
{"type": "number", "default": "1000"}
camel-yaml-dsl.json
comparator
To use a custom comparator as a org.apache.camel.processor.resequencer.ExpressionResultComparator type.
{"type": "string"}
camel-yaml-dsl.json
delivery-attempt-interval
Sets the interval in milliseconds the stream resequencer will at most wait while waiting for condition of being able to deliver.
{"type": "string", "default": "1000"}
camel-yaml-dsl.json
ignore-invalid-exchanges
Whether to ignore invalid exchanges
{"type": "boolean"}
camel-yaml-dsl.json
reject-old
If true, throws an exception when messages older than the last delivered message are processed
{"type": "boolean"}
camel-yaml-dsl.json
timeout
Sets minimum time (milliseconds) to wait for missing elements (messages).
{"type": "string", "default": "1000"}
camel-yaml-dsl.json
org.apache.camel.model.dataformat.ASN1DataFormat
Encode and decode data structures using Abstract Syntax Notation One (ASN.1).
{"oneOf": [{"type": "string"}, {"type": "object", "properties": {"id": {"type": "string"}, "unmarshal-type": {"type": "string"}, "using-iterator": {"type": "boolean"}}}]}
camel-yaml-dsl.json
id
The id of this node
{"type": "string"}
camel-yaml-dsl.json
unmarshal-type
Class to use when unmarshalling.
{"type": "string"}