Application Programming Interface Guide > Web Services Operations > Operations Reference > getResourceStatsSummary
 
getResourceStatsSummary
Get the statistical summary for the resource.
Multiple resources are returned if a path has multiple resources that differ by type—for example, /shared/examples/ds_inventory (data source) and /shared/examples/ds_inventory (view).
Location
/services/webservices/system/admin/resource/operations/
Request Elements
path: The path of the resource.
type: The resource type. Valid values are DATA_SOURCE or TABLE.
Response Elements
status: The statistical status of the resource.
msg: Detailed information about the status.
last_refresh_end: Time at which the last refresh operation ended.
curr_refresh_start: Time at which the current refresh operation started.
Faults
IllegalArgument: If the path is malformed or an illegal type or detail is provided.