All REST Endpoints
Automatic Scaling
Manage automatic (auto) scaling out and scaling in of Oracle Application Container Cloud Service applications.
- Create an Auto Scaling Policy
- Method: postPath:
/paas/api/v1.1/instancemgmt/{identityDomainId}/services/APAAS/instances/{appName}/autoscaling/policies - Delete an Auto Scaling Policy
- Method: deletePath:
/paas/api/v1.1/instancemgmt/{identityDomainId}/services/APAAS/instances/{appName}/autoscaling/policies - Update an Auto Scaling Policy
- Method: putPath:
/paas/api/v1.1/instancemgmt/{identityDomainId}/services/APAAS/instances/{appName}/autoscaling/policies - View an Auto Scaling Policy
- Method: getPath:
/paas/api/v1.1/instancemgmt/{identityDomainId}/services/APAAS/instances/{appName}/autoscaling/policies - View the Events Triggered by an Auto Scaling Policy
- Method: getPath:
/paas/api/v1.1/instancemgmt/{identityDomainId}/services/APAAS/instances/{appName}/autoscaling/activities
Health Monitoring
Return health monitoring data for the specified Oracle Application Container Cloud Service application.
- Monitor an Application
- Method: getPath:
/paas/api/v1.1/healthcheck/{identityDomainId}/services/apaas/instances/{appName}
Application Life Cycle
Manage the life cycles of Oracle Application Container Cloud Service applications.
- Create an Application
- Method: postPath:
/paas/service/apaas/api/v1.1/apps/{identityDomainId} - Create or Update a CLI-Only Application
- Method: postPath:
/paas/service/apaas/api/v1.1/cliapps/{identityDomainId} - Delete an Application
- Method: deletePath:
/paas/service/apaas/api/v1.1/apps/{identityDomainId}/{appName} - Restart an Application
- Method: postPath:
/paas/service/apaas/api/v1.1/apps/{identityDomainId}/{appName}/restart - Start an Application
- Method: postPath:
/paas/service/apaas/api/v1.1/apps/{identityDomainId}/{appName}/start - Stop an Application
- Method: postPath:
/paas/service/apaas/api/v1.1/apps/{identityDomainId}/{appName}/stop - Update an Application
- Method: putPath:
/paas/service/apaas/api/v1.1/apps/{identityDomainId}/{appName} - View All Applications
- Method: getPath:
/paas/service/apaas/api/v1.1/apps/{identityDomainId} - View Application Details
- Method: getPath:
/paas/service/apaas/api/v1.1/apps/{identityDomainId}/{appName}
Application Deployment
List deployments of an Oracle Application Container Cloud Service application.
- View Application Deployment History
- Method: getPath:
/paas/service/apaas/api/v1.1/apps/{identityDomainId}/{appName}/deployments
Application Instance Life Cycle
Manage the life cycles of Oracle Application Container Cloud Service application instances.
- Scale Application Instances
- Method: putPath:
/paas/service/apaas/api/v1.1/apps/{identityDomainId}/{appName}/instances - View Application Instance Details
- Method: getPath:
/paas/service/apaas/api/v1.1/apps/{identityDomainId}/{appName}/instances/{instanceId} - View Application Instances
- Method: getPath:
/paas/service/apaas/api/v1.1/apps/{identityDomainId}/{appName}/instances
Logs and Recordings
Manage logs and recordings for Oracle Application Container Cloud Service instances. Logs and recordings are stored in and downloadable from Oracle Storage Cloud Service.
- Generate Application Instance Log
- Method: postPath:
/paas/service/apaas/api/v1.1/apps/{identityDomainId}/{appName}/instances/{instanceId}/logs - Generate Application Instance Recording
- Method: postPath:
/paas/service/apaas/api/v1.1/apps/{identityDomainId}/{appName}/instances/{instanceId}/recordings - View Application Instance Logs
- Method: getPath:
/paas/service/apaas/api/v1.1/apps/{identityDomainId}/{appName}/instances/{instanceId}/logs - View Application Instance Recordings
- Method: getPath:
/paas/service/apaas/api/v1.1/apps/{identityDomainId}/{appName}/instances/{instanceId}/recordings - View Application Logs
- Method: getPath:
/paas/service/apaas/api/v1.1/apps/{identityDomainId}/{appName}/logs - View Application Recordings
- Method: getPath:
/paas/service/apaas/api/v1.1/apps/{identityDomainId}/{appName}/recordings