System Administration > Configuration > NSX Partial Patch

Fetch the policy partial patch configuration value.

Get Configuration values for nsx-partial-patch.
By default partial patch is disabled (i.e false).
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/system-config/nsx-partial-patch-config
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a

Example Request:

GET https://<policy-mgr>/policy/api/v1/system-config/nsx-partial-patch-config

Successful Response:

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

Example Response:

{ "enable_partial_patch": "true" }

Required Permissions:

read

Feature:

system_information

Additional Errors: