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

data-retrieve-entity-connector.1.2.8.source-code.camel-connector.json Maven / Gradle / Ivy

There is a newer version: 1.3.0-20180202
Show newest version
{
  "baseScheme" : "olingo4",
  "baseGroupId" : "org.apache.camel",
  "baseArtifactId" : "camel-olingo4",
  "baseVersion" : "2.20.1",
  "baseJavaType" : "org.apache.camel.component.olingo4.Olingo4Component",
  "name" : "ODataRetrieveEntity",
  "scheme" : "odata-retrieve-entity",
  "javaType" : "io.syndesis.connector.odata.ODataRetrieveEntityComponent",
  "groupId" : "io.syndesis",
  "artifactId" : "odata-retrieve-entity-connector",
  "version" : "1.2.8",
  "description" : "Retrieve OData Entity",
  "labels" : [ "odata" ],
  "pattern" : "To",
  "inputDataType" : "java:io.syndesis.connector.odata.ODataIdentifier",
  "outputDataType" : "json",
  "globalOptions" : [ "serviceUri" ],
  "componentOptions" : [ ],
  "connectorProperties" : {
    "serviceUri" : {
      "kind" : "property",
      "displayName" : "Service Uri",
      "group" : "security",
      "label" : "common,security",
      "required" : true,
      "type" : "string",
      "javaType" : "java.lang.String",
      "deprecated" : false,
      "secret" : false,
      "defaultValue" : "http://services.odata.org/TripPinRESTierService(SessionId)",
      "description" : "URL of the OData Service"
    }
  },
  "endpointOptions" : [ "resourcePath" ],
  "endpointValues" : {
    "methodName" : "read",
    "resourcePath" : "People"
  },
  "endpointOverrides" : {
    "resourcePath" : {
      "required" : "true"
    }
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy