InfraServiceList

InfraServiceList
Infrastructure Service List

Paginated list result containing infrastructure services

AllOf
This class requires all of the following:
JSON Example
{
    "offset": 0,
    "number_of_results": 0,
    "total_result_count": 0,
    "total_pages": 0,
    "sort_ascending": false,
    "sort_by": "string",
    "results": [
        {
            "service_category_id": "9b9d0c0e-5a65-41bb-b003-e7af60f417d1",
            "service_name": "SYSLOG-UDP",
            "port_protocol": {
                "protocol": "UDP",
                "port": "514"
            },
            "_create_user": "system",
            "_create_time": 1782768322732,
            "_last_modified_user": "system",
            "_last_modified_time": 1782768322732,
            "id": "5ff6f983-7dca-4b94-b3b5-58a0a880c934",
            "site_ids": [],
            "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
        }
    ]
}