Get a database component
get
/database/components/{comp_id}
Returns information about the specified component loaded into the database from DBA_REGISTRY view. A client requires SQL Administrator role to invoke this service.
Request
Supported Media Types
- application/json
Path Parameters
-
comp_id: string
Identifier of the component.
Response
Supported Media Types
- application/json
200 Response
Information about the specified component.
Root Schema : DatabaseComponentsItem
Type:
object
A component registered in the database.
Show Source
-
comp_id(optional):
string
Component identifier.
-
comp_name(optional):
string
Component name.
-
control(optional):
string
User that created the component entry.
-
links(optional):
array links
-
modified(optional):
string
Time when the component was last modified.
-
namespace(optional):
string
Component namespace.
-
other_schemas(optional):
string
A list of ancillary schema names associated with the component.
-
parent_id(optional):
string
Parent component identifier.
-
procedure(optional):
string
Validation procedure.
-
schema(optional):
string
User that contains the objects for the component.
-
startup(optional):
string
Indicates whether the component requires a startup after the upgrade (REQUIRED) or not.
-
status(optional):
string
Component status.
-
version(optional):
string
Component version loaded.
-
version_full(optional):
string
Component full version.