data-retrieve-entity-connector.1.2.8.source-code.camel-connector.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of odata-retrieve-entity-connector Show documentation
Show all versions of odata-retrieve-entity-connector Show documentation
OData Retrieve Entity Connector
{
"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