create_custom_template
Build custom templates for cyber range environments by specifying OS type, version, packages, and container configurations to create tailored testing scenarios.
Instructions
Create a custom template from scratch.
Args: name: Name for the custom template os_type: OS type (linux, windows) os_version: OS version (e.g., "22.04", "2022") packages: List of packages to install containers: List of container configurations description: Optional description user_id: Optional user ID (admin only)
Returns: Custom template creation result
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| os_type | Yes | ||
| os_version | No | ||
| packages | No | ||
| containers | No | ||
| description | No | ||
| user_id | No |