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
+
PartialPatchConfig
(
schema
)
Name
Description
Type
Notes
enable_partial_patch
This object will contain the partial patch configuration.
boolean value used to enable/disable partial patch
boolean
Required
Example Response:
{ "enable_partial_patch": "true" }
Required Permissions:
read
Feature:
system_information
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