NSX-T Data Center REST API

List all available SCRX cluster configs.

List all SCRX cluster configs
This API is available when using VMware Cloud (AWS, Dell-EMC, Outpost, Hyperscalers) or VMware NSX.

Request:

Method:
GET
URI Path(s):
/policy/api/v1/infra/settings/scrx/cluster-configs
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a

Successful Response:

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

Example Response:

{ "results": [ { "high_latency_sensitivity_mode_enabled": false, "cluster": { "target_id": "9cade343-962c-4b2d-bc52-4f88cda2eb78:domain-c11", "target_type": "VC_Cluster" }, "resource_type": "ScrxClusterConfig", "id": "test1", "display_name": "test1", "path": "/infra/settings/scrx/cluster-configs/test1", "relative_path": "test1", "parent_path": "/infra", "remote_path": "", "unique_id": "a9889f34-a078-45da-b0bc-c9d2e420e9d5", "realization_id": "a9889f34-a078-45da-b0bc-c9d2e420e9d5", "owner_id": "92ec6530-6dd2-4ecf-a660-de61f3c9416d", "marked_for_delete": false, "overridden": false, "_system_owned": false, "_protection": "NOT_PROTECTED", "_create_time": 1727917374805, "_create_user": "admin", "_last_modified_time": 1727917374805, "_last_modified_user": "admin", "_revision": 0 }, { "high_latency_sensitivity_mode_enabled": true, "cluster": { "target_id": "9cade343-962c-4b2d-bc52-4f88cda2eb78:domain-c12", "target_type": "VC_Cluster" }, "resource_type": "ScrxClusterConfig", "id": "test2", "display_name": "test2", "path": "/infra/settings/scrx/cluster-configs/test2", "relative_path": "test2", "parent_path": "/infra", "remote_path": "", "unique_id": "782fb45e-d0fe-4e0a-af62-4ff656fce652", "realization_id": "782fb45e-d0fe-4e0a-af62-4ff656fce652", "owner_id": "92ec6530-6dd2-4ecf-a660-de61f3c9416d", "marked_for_delete": false, "overridden": false, "_system_owned": false, "_protection": "NOT_PROTECTED", "_create_time": 1727917420493, "_create_user": "admin", "_last_modified_time": 1727917431471, "_last_modified_user": "admin", "_revision": 1 } ], "result_count": 2 }

Required Permissions:

read

Feature:

policy_dfw_ids

Additional Errors: