Search Patches

Gets a tenant's list of patches.

Path Parameters

  • tenantIdstringrequired

    Describes the clientId of the tenant

Query Parameters

  • pageNointeger

    resultset pageNo

    Default: 1

  • pageSizeinteger

    results in page

    Default: 100

  • isDescendingOrderboolean

    resultset ordering

  • sortNamestring

    resultset groupBy : Default = ts

    Default: name

  • queryStringstring

    custom query string with query parameters

  • viewIdstring

  • namestring

    Patch Name

  • uidstring

    Patch unique ID.

  • startReleaseDatestring

    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).

  • endReleaseDatestring

    Search for patches released within a specific duration. endReleaseDate indicates the to date. Date format must be yyyy-MM-ddTHH:mm:ssZ (GMT).

  • extPatchIdstring

    External ID of a patch

  • severitystring

    Severity of patch.

  • categorystring

    Category in which a patch is created.Security and Critical, Service Packs, Feature Packs, Update Rollups, Updates, Definition Updates, Tools

  • typestring

    Type of patch.

Responses

  • resultsarray

  • totalResultsinteger

  • orderBystring

  • pageNointeger

  • pageSizeinteger

  • totalPagesinteger

  • nextPageboolean

  • nextPageNointeger

  • previousPageNointeger

  • descendingOrderboolean

Loading Examples...