Iterate through RESTapi results
Summary:
I return the result from the pbcsClient.listFiles command and it is in JSON format,
---{"details":null,"status":0,"items":[{"name":"apr/2023-11-01 03_09_116/access_log.zip",
{"name":"TEST.zip","type":"LCM","size":"-1","lastModififedTime":"170248761857"}],
"links":[{"href":"https://epm-COMPANY_INSTANCE-oraclecloud.com/interop/rest/11.1.2.3.600/applicationsnapshots",
"action":"GET","rel":"self","data":null}]}
------
How can I loop through and list "Name", "Type"? row by row
Thanks,
PR
Tagged:
0