Endpoint
/api/v2/tenants/{tenantId}/patches
Path Parameters
tenantId
string

Query Parameters
pageNo
integer

pageSize
integer

isDescendingOrder
boolean

sortName
string

queryString
object

Search for patches using these patch attributes. There are special characters that can be used in a query string: - (+) represents the next field and must be URL-encoded. - (:) represents equals. An example is key : value. - Space characters must be URL-encoded. Parameter Variables: - `name` Patch name. - `uid` Patch unique ID. - `startReleaseDate` Search for patches released within a specific duration.<br>startReleaseDate indicates the from date.For example, a user wants to fetch list of patches released between 12-Aug-2018 through 19-Aug-2018, provide startReleaseDate as 2018-08-12T05:40:51+0000 and endReleaseDate as 2018-08-19T08:30:20+0000.<br>Date format must be yyyy-MM-ddTHH:mm:ssZ (GMT). - `endReleaseDate` Search for patches released within a specific duration. endReleaseDate indicates the to date.<br>Date format must be yyyy-MM-ddTHH:mm:ssZ (GMT). - `extPatchId` External ID of a patch. - `severity` Severity of patch. - `category` Category in which a patch is created. - `type` Type of patch. Example: Windows.

viewId
string

Responses

OK

descendingOrder
boolean

nextPage
boolean

nextPageNo
integer

orderBy
string

pageNo
integer

pageSize
integer

previousPageNo
integer

results
array

results.category
results.externalId
results.id
results.name
results.rating
results.rebootRequired
results.releaseTime
results.severity
results.type
totalPages
integer

totalResults
integer