Using the API to Manage Private Cloud Appliance Resources
The Private Cloud Appliance API is a subset of the Oracle Cloud Infrastructure (OCI) REST API that uses HTTPS requests and responses.
Endpoints follow this format
https://<service>.<system_name>.<domain_name>
Where <service> is the name of the OCI service providing the API you want to use. For example, iaas for the core services. <system_name> is the name of the infrastructure, typically the same as the display name. <domain_name> is the domain the infrastructure is in.
For information about using the API and signing requests, see REST APIs and Security Credentials. For information about SDKs, see Software Development Kits and Command Line Interface.