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