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
Path Parameters
                - 
                    comp_id(required):  string
                    
                    Identifier of the component.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
                - application/json
200 Response
Information about the specified component.
                            
                            
                                Root Schema : DatabaseComponentsItem
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectA component registered in the database.
    
    
    
    
        Show Source
        - 
                
                    
                    comp_id: string
                    
                    
                     
                    
                
                
                Component identifier.
- 
                
                    
                    comp_name: string
                    
                    
                     
                    
                
                
                Component name.
- 
                
                    
                    control: string
                    
                    
                     
                    
                
                
                User that created the component entry.
- 
                
                    
                    links: array
                    
                    
                
                
                    links
                
                
                
- 
                
                    
                    modified: string
                    
                    
                     
                    
                
                
                Time when the component was last modified.
- 
                
                    
                    namespace: string
                    
                    
                     
                    
                
                
                Component namespace.
- 
                
                    
                    other_schemas: string
                    
                    
                     
                    
                
                
                A list of ancillary schema names associated with the component.
- 
                
                    
                    parent_id: string
                    
                    
                     
                    
                
                
                Parent component identifier.
- 
                
                    
                    procedure: string
                    
                    
                     
                    
                
                
                Validation procedure.
- 
                
                    
                    schema: string
                    
                    
                     
                    
                
                
                User that contains the objects for the component.
- 
                
                    
                    startup: string
                    
                    
                     
                    
                
                
                Indicates whether the component requires a startup after the upgrade (REQUIRED) or not.
- 
                
                    
                    status: string
                    
                    
                     
                    
                
                
                Component status.
- 
                
                    
                    version: string
                    
                    
                     
                    
                
                
                Component version loaded.
- 
                
                    
                    version_full: string
                    
                    
                     
                    
                
                
                Component full version.