InlineInfraServiceCategory1

InlineInfraServiceCategory1
InlineInfraServiceCategory1
JSON Example
{
    "display_name": "SYSLOG-UDP",
    "_revision": 0,
    "id": "9b9d0c0e-5a65-41bb-b003-e7af60f417d1",
    "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
}
array of string
nsx_service_paths
Optional

Optional service path in NSX. This path is used as rule service in recommended rules. Rules are recommended for services and if this path exists then it will be used as rule service in recommended rules. If not provided, the service path will be inferred from the port protocol of services and find appropriate NSX service path.

infra_groups
Read-Only  

List of associated Infrastructure security groups.

integer
num_groups
Read-Only  

Number of groups for this service category

last_publish_job_status
Read-Only  

Publish status information for the last job for the service category

aggregated_port_protocols
Read-Only  

List of port/protocols for this service category which is a aggregated list of all port protocols for all services in the category.

integer
num_traffic_rules
Read-Only  

Number of traffic rules for this service category

integer
num_lockdown_rules
Read-Only  

Number of lockdown rules for this service category

integer
num_ids_rules
Read-Only  

Number of IDS rules for this service category

boolean
is_monitoring_enabled
Read-Only  

True if monitoring is enabled for at least one infrastructure service in this category (logical OR of each child service's is_monitoring_enabled). For service category summary responses scoped by site_id, only services that have state for that site are included; false when no such services exist or all are disabled.

boolean
is_custom
Read-Only  

True when this category is for custom L4 (non-standard) infrastructure ports. Such categories use the custom DFW and IDS policy paths for infrastructure monitoring.

boolean
is_lockdown_allowed
Read-Only  

Derived from child InfraServiceEntity rows; true when at least one entity in this category has is_lockdown_allowed=true. When false, no lockdown (REJECT) rule can be proposed or published for this category. For example, AD categories have this set to false because Active Directory services do not support lockdown rules.