NSX-T Data Center REST API

create or update SCRX config on cluster level

Update HighLatencySensitivityMode on cluster level. This API is available when using VMware Cloud (AWS, Dell-EMC, Outpost, Hyperscalers) or VMware NSX.

Request:

Method:
PUT
URI Path(s):
/policy/api/v1/infra/settings/scrx/cluster-configs/{cluster-id}
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
ScrxClusterConfig+

Example Request:

{ "high_latency_sensitivity_mode_enabled": true, "cluster": { "target_id": "dba23aaf-99a7-4d61-81b0-7bef13cf0ede:domain-c9" } }

Successful Response:

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

Example Response:

{ "high_latency_sensitivity_mode_enabled": true, "cluster": { "target_id": "dba23aaf-99a7-4d61-81b0-7bef13cf0ede:domain-c9", "target_type": "VC_Cluster" } "resource_type": "ScrxClusterConfig", "id": "test", "display_name": "test", "path": "/infra/settings/scrx/cluster-configs/test", "relative_path": "test", "parent_path": "/infra", "remote_path": "", "unique_id": "535d52c6-f4e0-43b3-a6f5-7c2d77f0d8fb", "realization_id": "535d52c6-f4e0-43b3-a6f5-7c2d77f0d8fb", "owner_id": "4dbcdf8a-c6b9-41a4-9f1f-8b6d80b4ac47", "marked_for_delete": false, "overridden": false, "_create_time": 1686606844296, "_create_user": "admin", "_last_modified_time": 1559810459486, "_last_modified_user": "admin", "_system_owned": false, "_protection": "NOT_PROTECTED", "_revision": 0 }

Required Permissions:

crud

Feature:

policy_dfw_ids

Additional Errors: