Oracle Cloud Stack Template REST Endpoints
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}