InfraServiceCategory

InfraServiceCategory
Infrastructure Service Category

Infrastructure service category resource representing a standard infrastructure service category (e.g., DNS, AD, LDAP)

AllOf
This class requires all of the following:
JSON Example
{
    "_create_user": "string",
    "_create_time": 0,
    "_last_modified_user": "string",
    "_last_modified_time": 0,
    "_revision": 0,
    "_resource_type": "string",
    "_system_owned": false,
    "id": "9b9d0c0e-5a65-41bb-b003-e7af60f417d1",
    "display_name": "SYSLOG-UDP",
    "description": "string",
    "site_ids": [],
    "infra_groups": [],
    "last_publish_job_status": {
        "job_id": "d070ba6b-12c7-4317-8e21-8c33cea47568",
        "status": "COMPLETED",
        "service_id": "",
        "service_category_id": "9b9d0c0e-5a65-41bb-b003-e7af60f417d1",
        "created_time": 1782776681049,
        "updated_time": 1782776689300,
        "completed_time": 1782776689300,
        "results": [
            {
                "action_type": "HIERARCHY_IDS_RULE_CREATE",
                "action_status": "SUCCESS",
                "action_index": 0,
                "status_message": "IDS rule publish completed successfully"
            }
        ]
    },
    "aggregated_port_protocols": [],
    "is_monitoring_enabled": true,
    "is_custom": false
}