All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ttp-post-connector.0.4.2.source-code.camel-connector-schema.json Maven / Gradle / Ivy

{
  "component": {
    "kind": "component",
    "baseScheme": "syndesis-http",
    "scheme": "http-post",
    "syntax": "http-post:serviceName",
    "title": "HttpPostComponent",
    "description": "Call a service that is internal (within your company) or external (on the internet) by specifying the service's URL.",
    "label": "http",
    "deprecated": false,
    "async": false,
    "producerOnly": true,
    "lenientProperties": true,
    "javaType": "io.syndesis.connector.http.HttpPostComponent",
    "groupId": "io.syndesis",
    "artifactId": "http-post-connector",
    "version": "0.4.2"
  },
  "componentProperties": {
    "scheme": { "kind": "property", "displayName": "Scheme", "group": "producer", "label": "producer", "required": true, "type": "string", "javaType": "java.lang.String", "enum": [ "http", "https" ], "deprecated": false, "secret": false, "defaultValue": "http", "description": "To use either HTTP or HTTPS" },
    "hostname": { "kind": "property", "displayName": "Hostname", "group": "producer", "label": "producer", "required": true, "type": "string", "javaType": "java.lang.String", "deprecated": false, "secret": false, "description": "The hostname of the HTTP server" },
    "port": { "kind": "property", "displayName": "Port", "group": "producer", "label": "producer", "required": false, "type": "integer", "javaType": "java.lang.Integer", "deprecated": false, "secret": false, "description": "The port number of the HTTP server" },
    "path": { "kind": "property", "displayName": "Path", "group": "producer", "label": "producer", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "secret": false, "description": "The context-path" }
  },
  "properties": {
    "serviceName": { "kind": "path", "displayName": "Service Name", "group": "producer", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "secret": false, "description": "HTTP service to call" }
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy