list_systems
Retrieve a paginated list of data systems registered in Cyberday, showing key fields like name, status, owner and hosting for quick registry oversight.
Instructions
List data systems (tietojärjestelmät) registered in Cyberday. Returns a compact overview of each system with key fields: name, status, owner, hosting, business units, etc. Use 'get_system' with a specific ID to see full details of a single system. Supports pagination with 'limit' and 'offset' parameters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of systems to return. Defaults to 20. Use 0 for all systems. | |
| offset | No | Number of systems to skip (for pagination). Defaults to 0. |