Policy > Security > Security Profiles > Session Timer Profiles

Associated URIs:

API Description API Path

List Firewall Session Timer Profiles


API will list all Firewall Session Timer Profiles
GET /policy/api/v1/global-infra/firewall-session-timer-profiles
GET /policy/api/v1/infra/firewall-session-timer-profiles

Delete Firewall Session Timer Profile


API will delete Firewall Session Timer Profile
DELETE /policy/api/v1/global-infra/firewall-session-timer-profiles/<firewall-session-timer-profile-id>
DELETE /policy/api/v1/infra/firewall-session-timer-profiles/<firewall-session-timer-profile-id>

Get Firewall Session Timer Profile


API will get Firewall Session Timer Profile
GET /policy/api/v1/global-infra/firewall-session-timer-profiles/<firewall-session-timer-profile-id>
GET /policy/api/v1/infra/firewall-session-timer-profiles/<firewall-session-timer-profile-id>

Create or update Firewall Session Timer Profile


API will create/update Firewall Session Timer Profile
PATCH /policy/api/v1/global-infra/firewall-session-timer-profiles/<firewall-session-timer-profile-id>
PATCH /policy/api/v1/infra/firewall-session-timer-profiles/<firewall-session-timer-profile-id>

Update Firewall Session Timer Profile


API will update Firewall Session Timer Profile
PUT /policy/api/v1/global-infra/firewall-session-timer-profiles/<firewall-session-timer-profile-id>
PUT /policy/api/v1/infra/firewall-session-timer-profiles/<firewall-session-timer-profile-id>

List Session Timer Profiles


API will list all Session Timer Profiles bindings.
GET /policy/api/v1/infra/session-timer-profiles/<session-timer-profile-id>/bindings
GET /policy/api/v1/global-infra/session-timer-profiles/<session-timer-profile-id>/bindings