All REST Endpoints
Oracle Cloud Stack
Create, manage and monitor cloud stacks in Oracle Cloud Stack
- Create a Stack
- Method: postPath:
/paas/api/v1.1/instancemgmt/{identityDomainId}/services/stack/instances - Delete a Stack
- Method: putPath:
/paas/api/v1.1/instancemgmt/{identityDomainId}/services/stack/instances/{stackName} - Export Stack Template
- Method: getPath:
/paas/api/v1.1/instancemgmt/{identityDomainId}/services/stack/instances/{stackName}/template - List All Stacks
- Method: getPath:
/paas/api/v1.1/instancemgmt/{identityDomainId}/services/stack/instances - Resume Stack Creation
- Method: postPath:
/paas/api/v1.1/instancemgmt/{identityDomainId}/services/stack/instances/{stackName}/resume - Start a Stack
- Method: postPath:
/paas/api/v1.1/instancemgmt/{identityDomainId}/services/stack/instances/{stackName}/start - Stop a Stack
- Method: postPath:
/paas/api/v1.1/instancemgmt/{identityDomainId}/services/stack/instances/{stackName}/stop - View a Stack Activity Log
- Method: getPath:
/paas/api/v1.1/activitylog/{identityDomainId}/stack/{stackName} - View Stack Details
- Method: getPath:
/paas/api/v1.1/instancemgmt/{identityDomainId}/services/stack/instances/{stackName} - View the Status of a Stack Operation
- Method: getPath:
/paas/api/v1.1/activitylog/{identityDomainId}/stack/job/{jobId}
Oracle Cloud Stack Template
Create and manage stack templates in Oracle Cloud Stack
- Delete a Template
- Method: deletePath:
/paas/api/v1.1/instancemgmt/{identityDomainId}/templates/cst/instances/{templateName} - Export a Template
- Method: getPath:
/paas/api/v1.1/instancemgmt/{identityDomainId}/templates/cst/instances/{templateName}/export - Import a Template
- Method: postPath:
/paas/api/v1.1/instancemgmt/{identityDomainId}/templates/cst/instances - List All Templates
- Method: getPath:
/paas/api/v1.1/instancemgmt/{identityDomainId}/templates/cst/instances - Validate a Template
- Method: postPath:
/paas/api/v1.1/instancemgmt/{identityDomainId}/templates/cst/instances/validate - View Template Details
- Method: getPath:
/paas/api/v1.1/instancemgmt/{identityDomainId}/templates/cst/instances/{templateName}