list_node_templates
Retrieve available node templates in EVE-NG, including supported images and options, to facilitate node creation in network emulation labs.
Instructions
List available node templates in EVE-NG.
This tool retrieves all available node templates that can be used to create nodes in labs, including their supported images and options.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
arguments | Yes |
Input Schema (JSON Schema)
{
"$defs": {
"ListTemplatesArgs": {
"description": "Arguments for list_node_templates tool.",
"properties": {},
"title": "ListTemplatesArgs",
"type": "object"
}
},
"properties": {
"arguments": {
"$ref": "#/$defs/ListTemplatesArgs"
}
},
"required": [
"arguments"
],
"title": "list_node_templatesArguments",
"type": "object"
}