ProposedIdsSecurityPolicyRulesListResponse
Proposed IDS Security Policy Rules List Response
Paginated response containing a list of rules for a proposed IDS security policy.
AllOf
This class requires all of the following:
JSON Example
{
"offset": 0,
"number_of_results": 2,
"total_result_count": 2,
"total_pages": 1,
"sort_ascending": true,
"sort_by": "sequenceNumber",
"results": [
{
"id": "SSP_Infra_IDPS_tcp_80_Rule",
"display_name": "SSP_tcp_80",
"description": "IDPS SSP_tcp_80",
"action": "DETECT",
"disabled": false,
"proposed_sync_action": "OVERWRITE",
"nsx_rule": {
"resource_type": "IdsRule",
"id": "SSP_Infra_IDPS_tcp_80_Rule",
"sequence_number": 1000,
"source_groups": [
"ANY"
],
"destination_groups": [
"/infra/domains/default/groups/6a2b432f-9a52-3898-ad88-2900435a1d1a"
],
"action": "DETECT",
"ids_profiles": [
"/infra/settings/firewall/security/intrusion-services/profiles/SSP_Infra_IDPS_Profile"
],
"services": [
"ANY"
],
"service_entries": [
{
"resource_type": "L4PortSetServiceEntry",
"l4_protocol": "TCP",
"destination_ports": [
"80"
]
}
]
}
},
{
"id": "SSP_Infra_IDPS_udp_85_Rule",
"display_name": "SSP_udp_85",
"description": "IDPS SSP_udp_85",
"action": "DETECT",
"disabled": false,
"proposed_sync_action": "OVERWRITE",
"nsx_rule": {
"resource_type": "IdsRule",
"id": "SSP_Infra_IDPS_udp_85_Rule",
"sequence_number": 1100,
"source_groups": [
"ANY"
],
"destination_groups": [
"/infra/domains/default/groups/0b7a2831-dff9-32fa-99ff-4831cb922e97"
],
"action": "DETECT",
"ids_profiles": [
"/infra/settings/firewall/security/intrusion-services/profiles/SSP_Infra_IDPS_Profile"
],
"services": [
"ANY"
],
"service_entries": [
{
"resource_type": "L4PortSetServiceEntry",
"l4_protocol": "UDP",
"destination_ports": [
"85"
]
}
]
}
}
]
}