General REST Endpoints
General
Services related to the Oracle database instance.
- Commit a sessionless transaction
- Method: putPath:
/database/sessionless-transactions/{sessionlessTransactionID} - Create a data pump job
- Method: postPath:
/database/datapump/jobs/ - Get a database component
- Method: getPath:
/database/components/{comp_id} - Get a description of a specific local listener for this database
- Method: getPath:
/database/connections/{host_name},{port},{service_name} - Get a description of all local listeners for this database
- Method: getPath:
/database/connections/ - Get a specific database parameter
- Method: getPath:
/database/parameters/{name} - Get a specific database user
- Method: getPath:
/database/security/users/{username} - Get a tablespace segment
- Method: getPath:
/database/storage/tablespaces/{tablespace_name}/segments/{segment_name} - Get all database components
- Method: getPath:
/database/components/ - Get all database parameters
- Method: getPath:
/database/parameters/ - Get all database users
- Method: getPath:
/database/security/users/ - Get all feature usage statistics
- Method: getPath:
/database/feature_usage/ - Get all tablespaces storage data
- Method: getPath:
/database/storage/tablespaces/ - Get data file usage summary for a specific tablespace
- Method: getPath:
/database/storage/tablespaces/{tablespace_name}/datafiles_usage - Get data files for a tablespace
- Method: getPath:
/database/storage/tablespaces/{tablespace_name}/datafiles/ - Get database status
- Method: getPath:
/database/status - Get database version
- Method: getPath:
/database/version - Get specific database Oracle Home
- Method: getPath:
/environment/homes/{homeName}/ - Get storage for a specific tablespace
- Method: getPath:
/database/storage/tablespaces/{tablespace_name}/ - Get storage statistics
- Method: getPath:
/database/storage/bytes - Get tablespace data file
- Method: getPath:
/database/storage/tablespaces/{tablespace_name}/datafiles/{file_id}/ - Get tablespace data file usage
- Method: getPath:
/database/storage/tablespaces/{tablespace_name}/datafiles/{file_id}/usage - Get tablespace segments
- Method: getPath:
/database/storage/tablespaces/{tablespace_name}/segments/ - Get tablespace space usage history
- Method: getPath:
/database/storage/tablespaces/{tablespace_name}/history - Get tablespace temporary file
- Method: getPath:
/database/storage/tablespaces/{tablespace_name}/tempfiles/{file_id}/ - Get tablespace temporary file usage
- Method: getPath:
/database/storage/tablespaces/{tablespace_name}/tempfiles/{file_id}/usage - Get temporary file usage summary for a specific tablespace
- Method: getPath:
/database/storage/tablespaces/{tablespace_name}/tempfiles_usage - Get temporary files for a tablespace
- Method: getPath:
/database/storage/tablespaces/{tablespace_name}/tempfiles/ - Get usage statistic for a feature
- Method: getPath:
/database/feature_usage/{dbid},{name} - Rollback a sessionless transaction
- Method: deletePath:
/database/sessionless-transactions/{sessionlessTransactionID} - Start a sessionless transaction
- Method: postPath:
/database/sessionless-transactions/