NSX-T Data Center REST API

Get all firewall session timer profiles. (Deprecated)

Return firewall session timer profile.
Deprecated:
Use one of the following Policy APIs depending upon the profile type -
GET /policy/api/v1/infra/settings/firewall/cpu-mem-thresholds-profiles/<profile-id>
GET /policy/api/v1/infra/dns-security-profiles/<profile-id>
GET /policy/api/v1/infra/flood-protection-profiles/<flood-protection-profile-id>
GET /policy/api/v1/infra/firewall-session-timer-profiles/<firewall-session-timer-profile-id>

Request:

Method:
GET
URI Path(s):
/api/v1/firewall/profiles/{profile-id}
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a

Successful Response:

Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
FirewallCpuMemThresholdsProfile+
FirewallDnsProfile+
FirewallFloodProtectionProfile+
FirewallSessionTimerProfile+
GeneralSecuritySettingsProfile+

Example Response:

{ "resource_type": "FirewallSessionTimerProfile", "id": "7e5d3a8c-8aa8-4df6-9a0f-b0456575b233", "display_name": "Firewall SessionTimer Profile 01", "tcp_first_packet": 120, "tcp_opening": 30, "tcp_established": 43200, "tcp_closing": 900, "tcp_finwait": 20, "tcp_closed": 10, "udp_first_packet": 60, "udp_single": 30, "udp_multiple": 60, "icmp_first_packet": 20, "icmp_error_reply": 10, "_last_modified_user": "admin", "_last_modified_time": 1463555187453, "_revision": 0 }

Required Permissions:

read

Feature:

firewall_general

Additional Errors: