List IP Services
list_ip_servicesRetrieve IP services (e.g., api, ssh, www) on a MikroTik router, displaying port numbers and enabled status. Filter results by service name or enabled state.
Instructions
List IP services on a MikroTik router (api, api-ssl, ssh, telnet, www, www-ssl, winbox, ftp) with their port numbers and enabled/disabled status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| routerId | No | Router ID; omit to use the default router. | |
| name | No | Filter by service name (api, api-ssl, ssh, telnet, www, www-ssl, winbox, ftp) | |
| enabled | No | When true, return only enabled services; when false, only disabled services |