getChildResources

Get all the immediate child resources of a resource. Only CONTAINER and DATA_SOURCE resources have child resources. All other resource types return an empty list.

Location

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

Request Elements

path: The path of the parent resource.

type: The type of the parent resource.

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

Response Elements

resources: List of child resources. See Resources Element.

Faults

IllegalArgument: If the path is malformed or an illegal type is provided.

NotFound: If any portion of the path does not exist.

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

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