Management Plane API > Security > Identity Firewall > Configuration

Get Standalone hosts switch enabled/disabled

Fetches IDFW standalone hosts switch setting to check whether standalone
hosts is enabled or disabled

Request:

Method:
GET
URI Path(s):
/api/v1/idfw/standalone-host-switch-setting
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a

Example Request:

GET https://<nsx-mgr>/api/v1/idfw/standalone-host-switch-setting

Successful Response:

Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
IdfwStandaloneHostsSwitchSetting+

Example Response:

{ "_revision" : 0, "standalone_hosts_enabled" : false, "_create_time": 1537790838188, "_last_modified_user": "admin", "_system_owned": false, "_protection": "NOT_PROTECTED", "_last_modified_time": 1537790838188, "_create_user": "admin" }

Required Permissions:

read

Feature:

identity_firewall

Additional Errors: