Get Rules
Return all firewall rule(s) information for a given firewall section.
section-id
AppliedTo's referenced by this section or section's Firewall Rules .
Opaque cursor to be used for getting next page of records (supplied by current result page)
Destinations referenced by this section's Firewall Rules .
Filter type
Comma separated list of fields that should be included to result of query
Maximum number of results to return in this page (server may return fewer)
NSService referenced by this section's Firewall Rules .
sort_ascending
Field by which records are sorted
Sources referenced by this section's Firewall Rules .
Success
{
"_self": {
"rel": "string"
},
"_links": [
{
"action": "string",
"href": "string",
"rel": "string"
}
],
"_schema": "string",
"cursor": "string",
"sort_ascending": false,
"sort_by": "string",
"result_count": 0,
"results": [
{
"_self": {
"rel": "string"
},
"_links": [
{
"action": "string",
"href": "string",
"rel": "string"
}
],
"_schema": "string",
"_revision": 0,
"_owner": {
"rel": "string"
},
"display_name": "string",
"id": "string",
"resource_type": "string",
"description": "string",
"is_default": false,
"direction": "string",
"rule_tag": "string",
"ip_protocol": "string",
"notes": "string",
"applied_tos": [
{
"target_display_name": "string",
"is_valid": false,
"target_id": "string",
"target_type": "string"
}
],
"logged": false,
"disabled": false,
"sources": [
{
"target_display_name": "string",
"is_valid": false,
"target_id": "string",
"target_type": "string"
}
],
"services": [
{
"target_display_name": "string",
"is_valid": false,
"target_id": "string",
"target_type": "string",
"service": {
"resource_type": "string"
}
}
],
"action": "string",
"sources_excluded": false,
"destinations_excluded": false,
"destinations": [
{
"target_display_name": "string",
"is_valid": false,
"target_id": "string",
"target_type": "string"
}
]
}
]
}