Manage Patch Configuration
Updates, gets, and deletes a patch configuration.
delete
/api/v2/tenants/{tenantId}/patches/configurations/{id}
Deletes a patch configuration.
Path Parameters
- tenantId
Describes the clientId of the tenant
- id
Unique Identifier (UUID) of patch configuration
get
/api/v2/tenants/{tenantId}/patches/configurations/{id}
Gets patch configuration details.
Path Parameters
- tenantId
Describes the clientId of the tenant
- id
Unique Identifier (UUID) of patch configuration
00
post
/api/v2/tenants/{tenantId}/patches/configurations/{id}
Updates a patch configuration.
Notes
- Approved Windows patches will be installed on the device during the scheduled installation window.
- The device will be immediately rebooted following any patch that requiring a reboot.
- Standard checks are performed on rebooted devices to ensure the device is operating properly.
Path Parameters
- tenantId
Describes the clientId of the tenant
- id
Unique Identifier (UUID) of patch configuration
00
00