Skip to main content



CLEO Portal (Integration Cloud) for SFTP - Rest API Transfer

 

This blog details about using CLEO REST API to transfer file(s) between SFTP. 

  • Normally, people utilize SFTP/ FTP protocol to connect to server. 
  • But, if server is integrated with CLEO Portal then one can make use of CLEO HTTP(s) Rest API to transfer file as following - 


  • GENERATE AUTHORIZATION TOKEN USING USERNAME & PASSWORD 

curl -X POST https://YOURTENANT.cleointegration.com/api/authentication  -H 'content-type: application/x-www-form-urlencoded' -d 'grant_type=password&username=USERNAME&password=PASSWORD&totp_code=undefined'


Above Curl invocation will return a JSON Message with access Token that should be passed as header Authorization : Bearer *  for future invocation to API.

{
   "token_type":"bearer",
   "access_token":"eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJrdXFiMDNXTlEtYVZra1lRWGlSa1RBIiwiY3ljbGVJZCI6IkYiLCJpc3MiOiJodHRwOlwvXC93d3cuY2xlby5jb20iLCJvbW5pSWQiOiJrdXFiMDNXTlEtYVZra1lRWGlSa1RBIiwiZXhwIjoxNjc0MDkwNTU5LCJpYXQiOjE2NzQwODY5NTksIkFjY2Vzc1R5cGUiOiJERUZBVUxUIn0.QEpb27LZOj71vocJdYJPN7zxgF_LcwfUbQY7sDB6rwE",
   "user_id":"kuqb03WNQ-aVkkYQXiRkTA"
}
  • TO LIST HOME FOLDER USE BELOW CURL COMMAND - 
curl -X GET -H 'Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJrdXFiMDNXTlEtYVZra1lRWGlSa1RBIiwiY3ljbGVJZCI6IkYiLCJpc3MiOiJodHRwOlwvXC93d3cuY2xlby5jb20iLCJvbW5pSWQiOiJrdXFiMDNXTlEtYVZra1lRWGlSa1RBIiwiZXhwIjoxNjc0MDkwNTU5LCJpYXQiOjE2NzQwODY5NTksIkFjY2Vzc1R5cGUiOiJERUZBVUxUIn0.QEpb27LZOj71vocJdYJPN7zxgF_LcwfUbQY7sDB6rwE' https://YOURTENANT.cleointegration.com/api/folders

This will return JSON message describing home folder id and permissions - 

{"totalResults":1,"startIndex":0,"count":1,"resources":[{"type":"folder","space":"home","id":"OGI5N2IyMjA4ODU2MmI0NzFmODcxNWViNjVhMTFiNDlhYTk5M2QyMmU0ZjE3MWY2NTEyYmQzNzlmYTQyMDE3MA","name":"USERNAME","permissions":["subdirs","download","upload"],"systemProtected":{"delete":true,"rename":true},"_links":{"self":{"href":"/api/folders/OGI5N2IyMjA4ODU2MmI0NzFmODcxNWViNjVhMTFiNDlhYTk5M2QyMmU0ZjE3MWY2NTEyYmQzNzlmYTQyMDE3MA"}},"meta":{"lastModified":"2023-01-18T23:32:38.421Z"}}]}

  • USE BELOW CURL COMMAND TO LIST CHILDREN'S UNDER HOME FOLDER - 
curl -X GET -H 'Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJrdXFiMDNXTlEtYVZra1lRWGlSa1RBIiwiY3ljbGVJZCI6IkYiLCJpc3MiOiJodHRwOlwvXC93d3cuY2xlby5jb20iLCJvbW5pSWQiOiJrdXFiMDNXTlEtYVZra1lRWGlSa1RBIiwiZXhwIjoxNjc0MDkwNTU5LCJpYXQiOjE2NzQwODY5NTksIkFjY2Vzc1R5cGUiOiJERUZBVUxUIn0.QEpb27LZOj71vocJdYJPN7zxgF_LcwfUbQY7sDB6rwE' https://YOURTENANT.cleointegration.com/api/folders/OGI5N2IyMjA4ODU2MmI0NzFmODcxNWViNjVhMTFiNDlhYTk5M2QyMmU0ZjE3MWY2NTEyYmQzNzlmYTQyMDE3MA/children

This will return child folders and files under home 

{"totalResults":5,"startIndex":0,"count":5,"resources":[{"type":"folder","space":"home","id":"OGI5N2IyMjA4ODU2MmI0NzFmODcxNWViNjVhMTFiNDlhNDAzZjgwN2E1N2JlNDU5NTA1NTY2NmM4Yzg5MmYxOGUyOTVhMDU3Zjk5ZjRlYTY1MTU1OTNjNDEyZTkyODE0","name":"inprogress","permissions":["subdirs","download","upload","delete"],"systemProtected":{"delete":false,"rename":false},"_links":{"self":{"href":"/api/folders/OGI5N2IyMjA4ODU2MmI0NzFmODcxNWViNjVhMTFiNDlhNDAzZjgwN2E1N2JlNDU5NTA1NTY2NmM4Yzg5MmYxOGUyOTVhMDU3Zjk5ZjRlYTY1MTU1OTNjNDEyZTkyODE0"}},"meta":{"lastModified":"2023-01-17T19:34:19.947Z"}},{"type":"folder","space":"home","id":"OGI5N2IyMjA4ODU2MmI0NzFmODcxNWViNjVhMTFiNDk1MmFmYWVhNDMxOGY2MzE3MGJlYTdhYmUxOGJkNjhlOGFhNTJlYjE4MWU5ZWFhMjI5MGU4ZDc5M2RlZTVhMjQ3","name":"processed","permissions":["subdirs","download","upload","delete"],"systemProtected":{"delete":false,"rename":false},"_links":{"self":{"href":"/api/folders/OGI5N2IyMjA4ODU2MmI0NzFmODcxNWViNjVhMTFiNDk1MmFmYWVhNDMxOGY2MzE3MGJlYTdhYmUxOGJkNjhlOGFhNTJlYjE4MWU5ZWFhMjI5MGU4ZDc5M2RlZTVhMjQ3"}},"meta":{"lastModified":"2023-01-17T19:34:54.402Z"}},{"type":"folder","space":"home","id":"OGI5N2IyMjA4ODU2MmI0NzFmODcxNWViNjVhMTFiNDk5NDc5MGMzMjI0ZDQwODFlYzE3OGY0MGM1NWQ3ZjM3NmM1NjdjYjU0N2RiMzBjMzhlNzQ3MjQ1YzFmZTU0MzBi","name":"SPS_daily_transaction","permissions":["subdirs","download","upload","delete"],"systemProtected":{"delete":true,"rename":true},"_links":{"self":{"href":"/api/folders/OGI5N2IyMjA4ODU2MmI0NzFmODcxNWViNjVhMTFiNDk5NDc5MGMzMjI0ZDQwODFlYzE3OGY0MGM1NWQ3ZjM3NmM1NjdjYjU0N2RiMzBjMzhlNzQ3MjQ1YzFmZTU0MzBi"}},"meta":{"lastModified":"2023-01-12T19:53:57.659Z"}},{"type":"folder","space":"home","id":"OGI5N2IyMjA4ODU2MmI0NzFmODcxNWViNjVhMTFiNDk1ZjNiYjhhMGYyYjkyMDBmOGQ5NTZkOTEwNGQzNmJkYTVlNGFmNDVhODk2YTNjMTgxMDZkM2EzMTVkYTgwMjk5","name":"SPS_recurring_payment","permissions":["subdirs","download","upload","delete"],"systemProtected":{"delete":true,"rename":true},"_links":{"self":{"href":"/api/folders/OGI5N2IyMjA4ODU2MmI0NzFmODcxNWViNjVhMTFiNDk1ZjNiYjhhMGYyYjkyMDBmOGQ5NTZkOTEwNGQzNmJkYTVlNGFmNDVhODk2YTNjMTgxMDZkM2EzMTVkYTgwMjk5"}},"meta":{"lastModified":"2023-01-12T19:53:57.669Z"}},{"type":"file","space":"home","id":"OGI5N2IyMjA4ODU2MmI0NzFmODcxNWViNjVhMTFiNDk4ZGNjZDBkNGY0NzMzMzVmMTZkNWRlMmFjMmIwOWM0MDc5NDYwZWY1YzRjYzM3ZTdmYjQ5NDBjMmM2NTBkMDBm","name":"test.py","length":741,"permissions":["download","delete","overwrite"],"systemProtected":{"delete":false,"rename":false},"_links":{"self":{"href":"/api/files/OGI5N2IyMjA4ODU2MmI0NzFmODcxNWViNjVhMTFiNDk4ZGNjZDBkNGY0NzMzMzVmMTZkNWRlMmFjMmIwOWM0MDc5NDYwZWY1YzRjYzM3ZTdmYjQ5NDBjMmM2NTBkMDBm"}},"meta":{"lastModified":"2023-01-18T23:32:38.426Z"}}]}

  • USE FOLLOWING CURL COMMAND TO DOWNLOAD FILE "TEST.PY" - 
curl -o test.py -X GET -d'access_token=eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJrdXFiMDNXTlEtYVZra1lRWGlSa1RBIiwiY3ljbGVJZCI6IkYiLCJpc3MiOiJodHRwOlwvXC93d3cuY2xlby5jb20iLCJvbW5pSWQiOiJrdXFiMDNXTlEtYVZra1lRWGlSa1RBIiwiZXhwIjoxNjc0MDkwNTU5LCJpYXQiOjE2NzQwODY5NTksIkFjY2Vzc1R5cGUiOiJERUZBVUxUIn0.QEpb27LZOj71vocJdYJPN7zxgF_LcwfUbQY7sDB6rwE' https://YOURTENANT.cleointegration.com/api/files/OGI5N2IyMjA4ODU2MmI0NzFmODcxNWViNjVhMTFiNDk4ZGNjZDBkNGY0NzMzMzVmMTZkNWRlMmFjMmIwOWM0MDc5NDYwZWY1YzRjYzM3ZTdmYjQ5NDBjMmM2NTBkMDBm


Refer following URL for Upload file instructions - https://www.cleo.com/blog/sending-data-to-cleo-integration-cloud

Comments

Popular posts

Spring MongoDB Rename field with derived Value of another field

Input Collection -  [ { 'k' : 'Troubleshooting' , 'hour' : '2024-10-10T16' , 'v' : [ 'WebPage, Login' ] }, { 'k' : 'TroubleshootingMe' , 'hour' : '2024-10-07T01' , 'v' : [ 'Accounts, etc' ] }  ] Expected Output -  [ { 'hour' : '2024-10-10T16' , 'Troubleshooting' : [ 'WebPage, Login' ] }, { 'hour' : '2024-10-07T01' , 'TroubleshootingMe' : [ 'Accounts, etc' ] }  ]   Above Can be achieved by  $replaceRoot / $replaceWith as follows - { $replaceWith : { $mergeObjects : [ { hour : "$hour" }, { "$arrayToObject" : [ [ { k : "$k" , v : "$v" } ] ] } ] } } or { $replaceRoo...




What is Leadership

 




Spark Error - missing part 0 of the schema, 2 parts are expected

 Exception -  Caused by: org.apache.spark.sql.AnalysisException : Could not read schema from the hive metastore because it is corrupted. (missing part 0 of the schema, 2 parts are expected).; Analysis -  ·          Check for table definition. In TBLProperties, you might find something like this – > spark.sql.sources.schema.numPartCols > 'spark.sql.sources.schema.numParts' 'spark.sql.sources.schema.part.0' > 'spark.sql.sources.schema.part.1' 'spark.sql.sources.schema.part.2' > 'spark.sql.sources.schema.partCol.0' > 'spark.sql.sources.schema.partCol.1' That’s what error seems to say that part1 is defined but part0 is missing.  Solution -  Drop & re-create table. If Table was partitioned  then all partitions  would have been removed. So do either of below -  ·          Msck repair table <db_name>.<table_name> ·    ...




Spark MongoDB Connector Not leading to correct count or data while reading

  We are using Scala 2.11 , Spark 2.4 and Spark MongoDB Connector 2.4.4 Use Case 1 - We wanted to read a Shareded Mongo Collection and copy its data to another Mongo Collection. We noticed that after Spark Job successful completion. Output MongoDB did not had many records. Use Case 2 -  We read a MongoDB collection and doing count on dataframe lead to different count on each execution. Analysis,  We realized that MongoDB Spark Connector is missing data on bulk read as a dataframe. We tried various partitioner, listed on page -  https://www.mongodb.com/docs/spark-connector/v2.4/configuration/  But, none of them worked for us. Finally, we tried  MongoShardedPartitioner  this lead to constant count on each execution. But, it was greater than the actual count of records on the collection. This seems to be limitation with MongoDB Spark Connector. But,  MongoShardedPartitioner  seemed closest possible solution to this kind of situation. But, it per...




Read from a hive table and write back to it using spark sql

In context to Spark 2.2 - if we read from an hive table and write to same, we get following exception- scala > dy . write . mode ( "overwrite" ). insertInto ( "incremental.test2" ) org . apache . spark . sql . AnalysisException : Cannot insert overwrite into table that is also being read from .; org . apache . spark . sql . AnalysisException : Cannot insert overwrite into table that is also being read from .; 1. This error means that our process is reading from same table and writing to same table. 2. Normally, this should work as process writes to directory .hiveStaging... 3. This error occurs in case of saveAsTable method, as it overwrites entire table instead of individual partitions. 4. This error should not occur with insertInto method, as it overwrites partitions not the table. 5. A reason why this happening is because Hive table has following Spark TBLProperties in its definition. This problem will solve for insertInto met...