process management blog posts

Iterating over OCI API responses effectively with the Python SDK

Blog: Oracle BPM

The Oracle Cloud Infrastructure (OCI) Python Software Development Kit (SDK) offers an easy and convenient way to work with cloud resources. Dealing with the API response does not require casting the output to JSON as you can frequently find advertised on code exchange sites, you can use native Python control structures as well. This post demonstrates how to