list_systems
Lists accessible Tapis systems with optional filtering by category and output format, returning IDs, hosts, and credential status.
Instructions
List Tapis systems you have access to.
Filters out internal and project-specific systems by default.
Args: category (str, optional): "hpc" for execution systems, "storage" for storage systems, "all" for everything, None for HPC + storage (default). output (str, optional): "df" for DataFrame (default), "list" for dicts.
Returns: DataFrame or List[Dict]: Systems with id, host, category, authn, credentials.
Example: >>> ds.systems.list() # HPC + storage >>> ds.systems.list("hpc") # HPC only with credential status >>> ds.systems.list("storage") # Storage only >>> ds.systems.list("all") # Everything including internal
[schema introspected from dapi 0.6.1 (systems.list); this tool is generated, not maintained by hand]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| output | No | df | |
| category | No |