InfraAssetsSecurityInfoListResponse

InfraAssetsSecurityInfoListResponse
Infra Assets Security Info List Response

Paginated response containing infrastructure asset groups and their associated firewall and IDS rule information.

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": "23745f49-fbb0-44ad-9d92-410f6370f36d",
            "service_entity_id": "190530fd-42ec-4f8b-9d5f-fc9488fad906",
            "segmentation_object": {
                "segmentation_type": "INFRASTRUCTURE_ASSET",
                "id": "84019131-36a0-4d7d-838f-8ba441cc3f23",
                "display_name": "SSP_Infra_DHCP_Group",
                "site_ids": [],
                "hierarchy": [],
                "realization_groups": [
                    {
                        "display_name": "SSP_Infra_DHCP_Group",
                        "site_id": "0c7d7379-3ac5-41e0-9a97-5daf80ccde17",
                        "realization_id": "2ad736b6-f24f-4a7c-a4a1-98e91eb0a2b5",
                        "status": "SUCCESS",
                        "policy_path": "/infra/domains/default/groups/d12503fa-5abf-38cc-8f30-c434e5f3785f",
                        "tags": [
                            {
                                "scope": "ssp_infra.service",
                                "tag": "DHCP"
                            }
                        ]
                    }
                ],
                "status": "SUCCESS",
                "infrastructure_asset_alerts": [],
                "unordered_tags": [
                    {
                        "scope": "ssp_infra.service",
                        "tag": "DHCP"
                    }
                ]
            },
            "security_policy_info": {
                "dfw_rules": {
                    "dfw_policy_path": "/infra/domains/default/security-policies/SSP_Infra_Policy",
                    "traffic_rules": [
                        {
                            "_links": [],
                            "display_name": "SSP_DHCP_Rule",
                            "tags": [],
                            "path": "/infra/domains/default/security-policies/SSP_Infra_Policy/rules/SSP_Infra_DHCP-Client_Rule",
                            "children": [],
                            "marked_for_delete": false,
                            "overridden": false,
                            "destination_groups": [],
                            "destinations_excluded": false,
                            "direction": "IN_OUT",
                            "disabled": false,
                            "logged": false,
                            "profiles": [],
                            "scope": [],
                            "service_entries": [],
                            "services": [],
                            "source_groups": [],
                            "sources_excluded": false,
                            "action": "ALLOW"
                        }
                    ],
                    "lockdown_rules": [
                        {
                            "_links": [],
                            "display_name": "SSP_DHCP_Lockdown_Rule",
                            "tags": [],
                            "path": "/infra/domains/default/security-policies/SSP_Infra_Policy/rules/SSP_Infra_DHCP-Client_Lockdown_Rule",
                            "children": [],
                            "marked_for_delete": false,
                            "overridden": false,
                            "destination_groups": [],
                            "destinations_excluded": false,
                            "direction": "IN_OUT",
                            "disabled": false,
                            "logged": false,
                            "profiles": [],
                            "scope": [],
                            "service_entries": [],
                            "services": [],
                            "source_groups": [],
                            "sources_excluded": false,
                            "action": "DROP"
                        }
                    ]
                },
                "ids_rules": {
                    "ids_policy_path": "/infra/domains/default/intrusion-service-policies/SSP_Infra_IDPS_Policy",
                    "rules": [
                        {
                            "_links": [],
                            "display_name": "SSP_DHCP-Client IDS_Rule",
                            "tags": [],
                            "path": "/infra/domains/default/intrusion-service-policies/SSP_Infra_IDPS_Policy/rules/2f5cf1f8bc8dc011fbce7c755b791357130c8b549ef214259a6223442bcbfe25",
                            "children": [],
                            "marked_for_delete": false,
                            "overridden": false,
                            "destination_groups": [],
                            "destinations_excluded": false,
                            "direction": "IN_OUT",
                            "disabled": false,
                            "logged": false,
                            "profiles": [],
                            "scope": [],
                            "service_entries": [],
                            "services": [],
                            "source_groups": [],
                            "sources_excluded": false,
                            "action": "DETECT",
                            "ids_profiles": [
                                "ids-default"
                            ],
                            "oversubscription": "INHERIT_GLOBAL"
                        }
                    ]
                }
            },
            "site_id": "0c7d7379-3ac5-41e0-9a97-5daf80ccde17"
        }
    ],
    "infra_section_paths": [
        "/infra/domains/default/security-policies/SSP_Infra_Policy"
    ]
}