Application Life Cycle REST Endpoints
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}