System Administration >
Configuration
>
Fabric
>
Nodes
>
NSX Edge
>
Dataplane
Set NSX Edge rx and tx queue number per port per core
Set NSX Edge rx and tx queue number per port per core.
Dataplane service must be restarted for the change to take effect.
Request:
Method:
PUT
URI Path(s):
/api/v1/transport-nodes/<transport-node-id>/node/services/dataplane/queue-num-per-port-per-core
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
EdgeDataplaneQueueNumPerPortPerCoreSetting
+
EdgeDataplaneQueueNumPerPortPerCoreSetting
(
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
queue_num_per_port_per_core
queue number per port per core
integer
Minimum: 1
Maximum: 16
Example Request:
PUT https://<ip>/api/v1/node/services/dataplane/queue-num-per-port-per-core { "queue_num_per_port_per_core": 1 }
Successful Response:
Response Code:
200 OK
Response Headers:
n/a
Response Body:
n/a
Required Permissions:
crud
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