Get, Update, and Delete Patch Baselines
Gets, updates, and deletes patch baselines.
delete
/api/v2/tenants/{tenantId}/patches/baselines/{baselineId}
Deletes a patch baseline.
Path Parameters
- tenantId
Describes the clientId of the tenant
- baselineId
Unique Identifier (UUID) of the baseline patch
get
/api/v2/tenants/{tenantId}/patches/baselines/{baselineId}
Gets the list of patches in a patch baseline.
Path Parameters
- tenantId
Describes the clientId of the tenant
- baselineId
Unique Identifier (UUID) of the baseline patch
00
post
/api/v2/tenants/{tenantId}/patches/baselines/{baselineId}
Updates patch baseline details.
Path Parameters
- tenantId
Describes the clientId of the tenant
- baselineId
Unique Identifier (UUID) of the baseline patch
00
00