Application Programming Interface Guide > Web Services Operations > Operations Reference > cancelResourceStatistics
 
cancelResourceStatistics
Cancel a statistics gathering process that is currently in progress. No action is taken if the specified resources is not currently gathering statistics. Does not block until the cancel signal is processed.
Note: This web services operation is different from the procedure of the same name, which is in the resource tree under /lib/resource.
Location
/services/webservices/system/admin/resource/operations/
Request Elements
path: Path to resource.
type: Type of resource. Can only be a relational physical DATA_SOURCE or a TABLE.
Request Example
<resource:cancelResourceStatistics xmlns:resource="http://www.compositesw.com/services/system/admin/resource">
<resource:path>/shared/examples/ds_inventory</resource:path>
<resource:type>DATA_SOURCE</resource:type>
</resource:cancelResourceStatistics>
Response Elements
N/A
Faults
IllegalArgument: If the path is malformed or an illegal type is provided.
NotAllowed: If resource is of the wrong type.
NotFound: If the resource or any portion of the path to the resource does not exist.
Security: The user must have READ access on all items in path.
Security: The user must have the ACCESS_TOOLS right.