Profile

Kishore Guntur

This individual is no longer active. Application functionality related to this individual is limited.

Contact Details

My Content

1 to 6 of 6 total
Posted By Kishore Guntur 12-26-2018 21:06
Found In Community: Hitachi Content Platform​
\ view thread
I mean just get the list of files present in those directories. we have folder created for each day. so if we want to get the contents for a given day we make HTTP GET call to get the contents of that days directory. There is a scenario where user want to access files of last 6 months. In such case we ...
Posted By Kishore Guntur 12-21-2018 21:19
Found In Community: Hitachi Content Platform​
\ view thread
We have a requirement to show up the files that fall in specific date range. Our file system have folder structure something like / / /<files Eg: 2018/12/21/sample.txt User can select a date range,like get me all files between 2018/01/01 - 2018/12/12 #HitachiContentPlatformHCP
Posted By Kishore Guntur 09-17-2018 20:22
Found In Community: Hitachi Content Platform​
\ view thread
I tried below curl commands..but nothing worked out..Its not returning any response in both the cases curl -H Authorization: HCP Y3lic2FkbWlu:a92b4e749349892cbedd155270e80c61 -H User-Agent: curl/7.54.0 https://reports.cybs.hcplab-occ.visa.com/rest/2018/09/14/gpntest23/ -k   curl -H Authorization: HCP ...
Posted By Kishore Guntur 09-17-2018 19:16
Found In Community: Hitachi Content Platform​
\ view thread
I am using postman(chrome extension)..as you said it might be recognized as browser..I tried with curl but i am not getting any response. Is there any tool i can use..?
Posted By Kishore Guntur 09-17-2018 16:31
Found In Community: Hitachi Content Platform​
\ view thread
I tried that and its giving me html content of web interface.. One more point if i give complete path including the file name its returning me file content, which is good
Posted By Kishore Guntur 09-17-2018 15:27
Found In Community: Hitachi Content Platform​
\ view thread
I want to list the files present in a given directory.I n developer guide its mentioned to use query param type=directory..It does not work..Its giving me 400 BAD request in the response.. Whats the correct query param to use in this case #HitachiContentPlatformHCP