getServerActions
Get a list of all available server actions and their definitions. These are also listed in
Server Actions Reference.
Server actions can be invoked using
performServerAction.
Location
/services/webservices/system/admin/server/operations
Request Elements
N/A
Response Elements
actions: List of available server actions.
• action: A server action.
• name: The name of the server action.
• attributeDefs: List of attribute definitions of the server action which conveys how it should be invoked.
attributeDef (optional): See
Attribute Definitions Element.
• annotation: A description of the server action.
Faults
Security: If caller does not have ACCESS_TOOLS right.