Using OCI SDKs to automate OCI operations
OCI provides several SDKs to develop custom solutions. You can use SDKs for building and deploying applications on OCI, and not only that, but you can also integrate those applications with OCI services as well. You can use the OCI SDK to develop applications for a specific platform, such as Java, Python, Go, Ruby, TypeScript and JavaScript, and .NET.
OCI provides code samples for each language and for each specific API call. So, it is very easy for you to consume these samples, as well as referring to the rich documentation to help you build something for your organization. OCI has open sourced these SDKs, so you can contribute to them as well.
The SDKs available are the following:
Let's install and configure the Python SDK to list some of the OCI resources:
- Log in using SSH to the OCI instance that you have created in the Using the OCI CLI to interact...