List Sections
List all firewall section in paginated form. A default page size is limited to 1000 firewall sections. By default list of section is filtered by LAYER3 type.
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 .
Resource type valid for use as AppliedTo filter in section API
Filter type
Resource type valid for use as AppliedTo filter in section API
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 .
Section Type
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,
"_create_time": 0,
"_system_owned": false,
"display_name": "string",
"description": "string",
"tags": [
{
"scope": "string",
"tag": "string"
}
],
"_last_modified_time": 0,
"_create_user": "string",
"_last_modified_user": "string",
"id": "string",
"resource_type": "string",
"stateful": false,
"is_default": false,
"applied_tos": [
{
"target_display_name": "string",
"is_valid": false,
"target_id": "string",
"target_type": "string"
}
],
"rule_count": 0,
"section_type": "string"
}
]
}