NSX-T Data Center REST API
Patch Real Time Eth profile.
Create a new Real Time Eth profile if the Real Time Eth profile withgiven id does not already exist. If the Real Time Eth profile with the
given id already exists, patch with the existing Real Time Eth profile.
This API is only available when using VMware NSX.
Request:
Method:
PATCH
URI Path(s):
/policy/api/v1/infra/real-time-eth-profiles/{real-time-eth-profile-id}
/policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/real-time-eth-profiles/{real-time-eth-profile-id}
/policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/real-time-eth-profiles/{real-time-eth-profile-id}
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
RealTimeEthProfile+
Example Request:
PATCH https://<policy-mgr>/policy/api/v1/infra/real-time-eth-profiles/profile_1 { "profinet": { "enabled": false, "vlan_strip_keeps_priority": false, "dcp_multicast_address": [] }, "parallel_redundancy_proto": { "enabled": false }, "latency_measurement": { "enabled": false, "end_to_end_latency": false, "packet_size": 0, "sampling_rate": 0 } }Successful Response:
Response Code:
200 OK
Response Headers:
n/a
Response Body:
n/a