List IP Services
list_ip_servicesRetrieve and filter MikroTik router IP services (api, ssh, www, etc.) to show their port numbers and enabled or disabled status. Use to audit network service availability.
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 |
|---|---|---|---|
| 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 | |
| routerId | No | Router ID; omit to use the default router. |