Application Programming Interface Guide > Web Services Operations > Operations Reference > getLockedResources
 
getLockedResources
Get all of the locked resources in the server. Resources are normally uniquely identified by both the path and type of the resource. This operation returns all resources at a given path regardless of type.
Location
/services/webservices/system/admin/resource/operations/
Request Elements
detail: The level of detail about the resources to include in the response. Valid values are NONE, SIMPLE, and FULL.
includeOnlyUnlockableResources (optional): If TRUE, the response includes only resources the caller has the right to unlock.
Response Elements
resources: List of the locked resources. See Resources Element.
Faults
IllegalArgument: If an illegal detail or includeOnlyUnlockableResources element is provided.
Security: If the user does not have the ACCESS_TOOLS right.