getSystemInfo
Retrieve specific system details from Directus API by specifying an endpoint like 'health', 'info', or 'activity'. Requires authentication token and API URL.
Instructions
Get system information from Directus
Input Schema
Name | Required | Description | Default |
---|---|---|---|
endpoint | Yes | System endpoint (e.g. 'health', 'info', 'activity') | |
token | No | Authentication token (default from config) | |
url | No | Directus API URL (default from config) |