InfraService

InfraService
Infrastructure Service

An individual port/protocol entry within an infrastructure service category. Each service represents a single network service definition (e.g., DNS UDP/53 or DNS TCP/53). Multiple services combine to form a category.

AllOf
This class requires all of the following:
JSON Example
{
    "_create_user": "system",
    "_create_time": 1782768322732,
    "_last_modified_user": "system",
    "_last_modified_time": 1782768322732,
    "_revision": 0,
    "_resource_type": "string",
    "_system_owned": false,
    "id": "5ff6f983-7dca-4b94-b3b5-58a0a880c934",
    "display_name": "string",
    "description": "string",
    "site_ids": [],
    "service_category_id": "9b9d0c0e-5a65-41bb-b003-e7af60f417d1",
    "service_name": "SYSLOG-UDP",
    "port_protocol": {
        "protocol": "UDP",
        "port": "514"
    },
    "nsx_service_paths": "/infra/services/Syslog_(UDP)",
    "is_broadcast_service": false,
    "is_server_side": true,
    "is_monitoring_enabled": true,
    "is_custom": false,
    "is_lockdown_allowed": true,
    "is_ids_allowed": true
}