System Administration >
Configuration
>
System Properties
>
IPSEC Sessions
Get NSX Edge IPSec Determ RSS setting
Displays configured value for IPSec VPN Deteriministic ESP RSS and also
shows either vmxnet driver supports this feature or not.
Request:
Method:
GET
URI Path(s):
/api/v1/transport-nodes/<transport-node-id>/node/services/vpn/ipsec/deterministic-esp-rss/status
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a
Example Request:
GET https://localhost:7441;/api/v1/node/services/vpn/ipsec/deterministic-esp-rss/status
Successful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
EdgeIPSecDetermRSSValues
+
EdgeIPSecDetermRSSValues
(
schema
)
Name
Description
Type
Notes
_links
References related to this resource
The server will populate this field when returing the resource. Ignored on PUT and POST.
array of
ResourceLink
Readonly
_schema
Schema for this resource
string
Readonly
_self
Link to this resource
SelfResourceLink
Readonly
deterministic_esp_rss_driver_status
Shows driver status of deterministic esp rss feature.
string
deterministic_esp_rss_enabled
Shows configured value of deterministic esp rss feature.
boolean
deterministic_esp_rss_status
Shows runtime status of deterministic esp rss feature.
string
Example Response:
{ "deterministic_esp_rss_driver_status": "disabled", "deterministic_esp_rss_enabled": true, "deterministic_esp_rss_status": "disabled" }
Required Permissions:
read
Feature:
system_administration
Additional Errors:
301 Moved Permanently
307 Temporary Redirect
400 Bad Request
403 Forbidden
409 Conflict
412 Precondition Failed
500 Internal Server Error
503 Service Unavailable