Application Programming Interface Guide > Web Services Operations > Operations Reference > getServerAttributeDefChildren
 
getServerAttributeDefChildren
Get the child server attribute definitions of the given path. This is an empty list for attribute definitions that are not of the FOLDER type.
Location
/services/webservices/system/admin/server/operations
Request Elements
path: A path to a server attribute.
Response Elements
attributeDefs: List of child attribute definitions. The names of the returned attribute definitions are fully qualified paths in the server attribute namespace.
attributeDef (optional): See Attribute Definitions Element.
Faults
IllegalArgument: If any of the provided paths are malformed.
NotFound: If the path represent a nonexistent server attribute.
NotFound: If any of the paths represent a valid non-public server attribute and the user does not have READ_ALL_CONFIG right.
Security: If the user does not have ACCESS_TOOLS right.