Create and Get Patch Baselines
Creates and gets patch baselines.
get
/api/v2/tenants/{tenantId}/patches/baselines
Gets the list of patch baselines for a client.
Path Parameters
- tenantId
Describes the clientId of the tenant
Query Parameters
- pageNo
Default: 1
- pageSize
Default: 100
- isDescendingOrder
- sortName
Default: name
- queryString
00
post
/api/v2/tenants/{tenantId}/patches/baselines
A patch baseline is a collection of patches that are approved for installation on your instances. From a given feed, the user selects a subset of the packages that address the key vulnerabilities. The chosen set of packages form the patch baseline.
As a prerequisite, create a patch feed before creating a baseline.
Path Parameters
- tenantId
Describes the clientId of the tenant
00
00