API Description | API Path |
---|---|
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 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
|