list_services
List custom service objects in an ADOM to view network protocols and ports defined for policies. Supports filtering by name or protocol.
Instructions
List custom service objects in an ADOM.
Service objects define network protocols and ports used in policies.
Args: adom: ADOM name (default: from DEFAULT_ADOM env var, or "root") name_filter: Filter by name (partial match) protocol_filter: Filter by protocol ("TCP/UDP/SCTP", "ICMP", "IP")
Returns: dict: Service list with keys: - status: "success" or "error" - count: Number of services - services: List of service objects - message: Error message if failed
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| adom | No | ||
| name_filter | No | ||
| protocol_filter | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||