Get all feature usage statistics
get
                    /database/feature_usage/
See what features are used in the database. Returns records from DBA_FEATURE_USAGE_STATISTICS. A client requires SQL Administrator role to invoke this service.
                Request
Query Parameters
                    - 
                            limit: integer(int32)
                            
                            The maximum number of records to return.
 - 
                            q: 
                            
                            Filtering is the process of limiting a collection resource by using a per-request dynamic filter definition across multiple page resources, where each page contains a subset of items found in the complete collection. Filtering enables efficient traversal of large collections.Examples
 
There's no request body for this operation.
Back to TopResponse
Supported Media Types
                - application/json
 
200 Response
Feature Usage records from DBA_FEATURE_USAGE_STATISTICS.
                            
                            
                                Root Schema : DatabaseFeatureUsage
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
                
                    
                    count: integer
                    
                    
                     
                    
                
                
                Total number of records in the current response.
 - 
                
                    
                    hasMore: boolean
                    
                    
                     
                    
                
                
                Indicates if there are more records to be retrieved.
 - 
                
                    
                    items: array
                    
                    
                
                
                    items
                
                
                
 - 
                
                    
                    limit: integer
                    
                    
                     
                    
                
                
                The actual page size limit on number of records applied by the server.
 - 
                
                    
                    links: array
                    
                    
                
                
                    links
                
                
                
 - 
                
                    
                    offset: integer
                    
                    
                     
                    
                
                
                The actual index from which the item resources are returned.
 
Nested Schema : items
    
    	
    	Type: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        array- 
            Array of: 
                object  DatabaseFeatureUsageItem
            
            Statistics on the usage in the database for an Oracle Database feature.
 
Nested Schema : DatabaseFeatureUsageItem
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectStatistics on the usage in the database for an Oracle Database feature.
    
    
    
    
        Show Source
        - 
                
                    
                    aux_count: integer
                    
                    
                     
                    
                
                
                This column stores feature-specific usage data in number format.
 - 
                
                    
                    currently_used: string
                    
                    
                     
                    
                
                
                Indicates whether usage was detected the last time the system checked (TRUE) or not (FALSE).
 - 
                
                    
                    dbid: integer
                    
                    
                     
                    
                
                
                Database identifier of the database being tracked.
 - 
                
                    
                    description: string
                    
                    
                     
                    
                
                
                Description of the feature and usage detection logic.
 - 
                
                    
                    detected_usages: integer
                    
                    
                     
                    
                
                
                Number of times the system has detected usage for the feature.
 - 
                
                    
                    feature_info: string
                    
                    
                     
                    
                
                
                This column stores feature-specific usage data in character format.
 - 
                
                    
                    first_usage_date: string
                    
                    
                     
                    
                
                
                First sample time the system detected usage of the feature.
 - 
                
                    
                    last_sample_date: string
                    
                    
                     
                    
                
                
                The last time the system checked for usage.
 - 
                
                    
                    last_sample_period: integer
                    
                    
                     
                    
                
                
                Amount of time (in seconds) between the last two usage sample times.
 - 
                
                    
                    last_usage_date: string
                    
                    
                     
                    
                
                
                Last sample time the system detected usage of the feature.
 - 
                
                    
                    links: array
                    
                    
                
                
                    links
                
                
                
 - 
                
                    
                    name: string
                    
                    
                     
                    
                
                
                Name of the feature.
 - 
                
                    
                    sample_interval: integer
                    
                    
                     
                    
                
                
                Sample interval.
 - 
                
                    
                    total_samples: integer
                    
                    
                     
                    
                
                
                Number of times the system has woken up and checked for feature usage.
 - 
                
                    
                    version: string
                    
                    
                     
                    
                
                
                Database version in which the feature was tracked.