Management Plane API > Security > Identity Firewall

Associated URIs:

API Description API Path

List all transport node and statuses based on idfw enabled ComputeCollection ID.


Retrieve all the transport node and status by idfw enabled
ComputeCollection ID in the request.
GET /api/v1/idfw/compute-collections/<cc-ext-id>/transport-nodes/status

Get list of compute collections and status.


Retrieve the compute collection status by ID.
GET /api/v1/idfw/compute-collections/<compute-collection-ext-id>/status

List all IDFW enabled ComputeCollection statuses.


Retrieve all the Compute collection status.
GET /api/v1/idfw/compute-collections/status

List all Identity firewall compute collections


List all Identity firewall compute collections.
GET /api/v1/idfw/idfw-compute-collections

Get IDFW compute collection.


Get enable/disable status of individual compute collections for IDFW.
GET /api/v1/idfw/idfw-compute-collections/<cc-ext-id>

Update IDFW compute collection


Enable/disable individual compute collections for IDFW.
PUT /api/v1/idfw/idfw-compute-collections/<cc-ext-id>

Get Identity Firewall master switch enabled/disabled


Fetches IDFW master switch setting to check whether master switch is enabled
or disabled
GET /api/v1/idfw/master-switch-setting

Update IDFW master switch setting enabled/disabled


Update Identity Firewall master switch setting (true=enabled / false=disabled).
Identity Firewall master switch setting enables or disables Identity Firewall
feature across the system. It affects compute collections, hypervisor and
virtual machines. This operation is expensive and also has big impact and
implication on system perforamce.
PUT /api/v1/idfw/master-switch-setting

Get all IDFW NSGroup VM details for a given NSGroup


Get all Identity Firewall NSGroup VM details for a given NSGroup.
GET /api/v1/idfw/nsgroup-vm-details/<group-id>

Get Standalone hosts switch enabled/disabled


Fetches IDFW standalone hosts switch setting to check whether standalone
hosts is enabled or disabled
GET /api/v1/idfw/standalone-host-switch-setting

Update IDFW master switch setting enabled/disabled


Update Identity Firewall standalone hosts switch setting
(true=enabled / false=disabled).
PUT /api/v1/idfw/standalone-host-switch-setting

Get IDFW system statistics data


Get IDFW system statistics data.
GET /api/v1/idfw/system-stats

List all VM and statuses based on transport node ID of idfw enabled compute collection.


Retrieve all the VM and status by transport node ID of idfw enabled compute
collection in the request.
GET /api/v1/idfw/transport-nodes/<transport-node-id>/vms/status

Get user session data


Get user session data.
GET /api/v1/idfw/user-session-data

Get IDFW user login events for a given user


Get IDFW user login events for a given user (all active plus up to 5 most
recent archived entries).
GET /api/v1/idfw/user-stats/<user-id>

Get IDFW user login events for a given VM


Get IDFW user login events for a given VM (all active plus up to 5 most
recent archived entries).
GET /api/v1/idfw/vm-stats/<vm-ext-id>