open_lab
Find and inspect a lab by name or path fragment, view its lock status, and get suggested next actions. Resolves ambiguous matches by listing options for selection.
Instructions
Look up a lab by path or name substring, report its lock status, and suggest next steps.
Read-only -- there is no "open for editing" session in EVE-NG's
API the way there is in its web GUI; every change (add a node, add
a network, edit metadata) is its own direct call, no prior "open"
needed. This just looks the lab up and reports what's there first.
Searches recursively under search_path; matching is a
case-insensitive substring against path or file name, same as
delete_lab. If more than one lab matches, they're listed and you
pick one by number or full name/path (case-insensitive) via
selection.
Args: name: Lab file name/path, or a fragment of one. Required. search_path: Folder to search from, default "/" (the whole server). selection: When multiple labs matched, the number or full name/path of the one to open.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| selection | No | ||
| search_path | No | / |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||