lockResources

Lock all specified resources.

Location

/services/webservices/system/admin/resource/operations/

Request Elements

entries: List of path and type pairs of the resources to lock:

entry (optional):
path
type: The type of the resource specified by the given path. Valid values are CONTAINER, DATA_SOURCE, DEFINITION_SET, LINK, PROCEDURE, TABLE, TREE, or TRIGGER.

detail: The level of detail of resources in the response. May be NONE, SIMPLE, and FULL.

Response Elements

resources: List of the locked resources. See Resources Element.

Faults

IllegalArgument: If any of the provided paths are malformed, or types or detail are illegal.

NotFound: If any of the resources or any portions of the paths do not exist.

Security: If the user does not have READ access on all items in path, except the last one.

Security: If the user does not have WRITE access to the last item in path and does not have the MODIFY_ALL_RESOURCES right.

Security: If the user does not have the ACCESS_TOOLS right.