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 collectionsList 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 collectionEnable/disable individual compute collections for IDFW. |
PUT /api/v1/idfw/idfw-compute-collections/<cc-ext-id>
|
Get Identity Firewall master switch enabled/disabledFetches 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/disabledUpdate 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 NSGroupGet all Identity Firewall NSGroup VM details for a given NSGroup. |
GET /api/v1/idfw/nsgroup-vm-details/<group-id>
|
Get Standalone hosts switch enabled/disabledFetches 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/disabledUpdate Identity Firewall standalone hosts switch setting (true=enabled / false=disabled). |
PUT /api/v1/idfw/standalone-host-switch-setting
|
Get IDFW system statistics dataGet 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 dataGet user session data. |
GET /api/v1/idfw/user-session-data
|
Get IDFW user login events for a given userGet 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 VMGet 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>
|