Get instance overview
get
/ords/_/db-api/stable/apex/statistics/overview
This service returns aggregated overview data for an Application Express instance. If number_of_days parameter is not specified the response is for upto 30 days of aggregated data. A client requires SQL Administrator role to invoke this service.
Request
Query Parameters
-
number_of_days(optional): integer
Specifies the number of days into the past to aggregate data for.
Response
Supported Media Types
- application/json
200 Response
All APEX workspaces in the instance.
Root Schema : APEXInstanceOverview
Type:
object
This object represents aggregated data from APEX_APPLICATIONS record data.
Show Source
-
active_apps_timeframe(optional):
integer
Total of applications with last_updated_on within this timeframe.
-
active_developers_timeframe(optional):
integer
Total of distinct developers for applications active during this timeframe.
-
apps_total(optional):
integer
Total number of APEX_APPLICATIONS records.
-
links(optional):
array links
-
reporting_timeframe_since(optional):
string
Indicates the start date for records that this aggregated data is based on.
-
reporting_timeframe_to(optional):
string
Indicates the end date for records that this aggregated data is based on.
-
schemas_total(optional):
integer
Total number of distinct schemas with applications.
-
workspaces_timeframe(optional):
integer
Total of distinct workspaces active during this timeframe.
-
workspaces_total(optional):
integer
Total number of workspaces with applications.