Search Patches
Gets a tenant's list of patches.
Path Parameters
- tenantId
Describes the clientId of the tenant
Query Parameters
- pageNo
resultset pageNo
Default: 1
- pageSize
results in page
Default: 100
- isDescendingOrder
resultset ordering
- sortName
resultset groupBy : Default = ts
Default: name
- queryString
custom query string with query parameters
- viewId
- name
Patch Name
- uid
Patch unique ID.
- startReleaseDate
Search for patches released within a specific duration. 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. Date format must be yyyy-MM-ddTHH:mm:ssZ (GMT).
- endReleaseDate
Search for patches released within a specific duration. endReleaseDate indicates the to date. 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.Security and Critical, Service Packs, Feature Packs, Update Rollups, Updates, Definition Updates, Tools
- type
Type of patch.
Responses
- results
- totalResults
- orderBy
- pageNo
- pageSize
- totalPages
- nextPage
- nextPageNo
- previousPageNo
- descendingOrder