network_service_details
Retrieve IP address, subnet mask, and router information for specific macOS network services to diagnose connectivity issues and verify network configuration.
Instructions
Retrieve interface details (IP, subnet, router) for a network service.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
service_name | Yes |
Input Schema (JSON Schema)
{
"properties": {
"service_name": {
"type": "string"
}
},
"required": [
"service_name"
],
"type": "object"
}