unlockResources

Unlock all the specified resources.

Location

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

Request Elements

entries: List of path-type pairs of the resources to unlock:

path: Path to a resource.
type: Valid values are CONTAINER, DATA_SOURCE, DEFINITION_SET, LINK, PROCEDURE, TABLE, TREE, and TRIGGER.

detail: The level of detail about the resources to include in the response. Valid values are NONE, SIMPLE, and FULL.

comment (optional): A description of why the resource is being unlocked.

Response Elements

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

Faults

IllegalArgument: 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 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.

Security: If the user is not the lock owner and does not have the UNLOCK_RESOURCE right.