General REST Endpoints
General
The operations from the General category.
- Create a data pump job
- Method: postPath:
/database/datapump/jobs/
- Create an export data pump job
- Method: postPath:
/database/datapump/export
- Get a database component
- Method: getPath:
/database/components/{comp_id}
- Get a description of a specifc local listeners 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 file for a specific data pump job
- Method: getPath:
/database/datapump/jobs/{owner_name},{job_name}/{filename}
- Get a specific data pump job
- Method: getPath:
/database/datapump/jobs/{owner_name},{job_name}/
- Get a specific database parameter
- Method: getPath:
/database/parameters/{name}
- Get a specific database users
- Method: getPath:
/database/security/users/{username}
- Get a tablespace
- Method: getPath:
/database/storage/tablespaces/{tablespace_name}/
- Get a tablespace segment
- Method: getPath:
/database/storage/tablespaces/{tablespace_name}/segments/{segment_name}
- Get all data pump jobs
- Method: getPath:
/database/datapump/jobs/
- 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
- 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 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}