Endpoint
/api/v2/tenants/{tenantId}/patches/rating/{intgId}/feed/{patchId}

Deletes a patch qualification in the feed.

Path Parameters
tenantId
string

intgId
string

patchId
string

Responses

OK

Endpoint
/api/v2/tenants/{tenantId}/patches/rating/{intgId}/feed/{patchId}

Gets details of a patch.

Path Parameters
tenantId
string

intgId
string

patchId
string

Responses

OK

comments
string

(Optional) Comments for the rating.

createdTime
string

createdUser
object

createdUser.email
createdUser.firstName
createdUser.lastName
createdUser.loginName
cve
string

(Optional) Common Vulnerabilities and Exposures ID. Example: CVE-1999-0067

id
string

ID of patch for which you wish to assign a rating and provide qualifications. To fetch patch IDs of a tenant, use the Search Patches API. Example: PATCH-0be4130a-77bf-460e-b2c7-52906f86da5d

patch
object

patch.category
patch.externalId
patch.id
patch.name
patch.rating
patch.rebootRequired
patch.releaseTime
patch.severity
patch.type
rating
string

Patch rating. Supported Values: WHITELISTED, BLACKLISTED

updatedTime
string

updatedUser
object

updatedUser.email
updatedUser.firstName
updatedUser.lastName
updatedUser.loginName
{
  "comments": "",
  "createdTime": "2018-08-07T08:49:19+0000",
  "createdUser": {
    "email": "john.smith@myorganization.com",
    "firstName": "John",
    "lastName": "Smith",
    "loginName": "John.Smith"
  },
  "cve": "CVE-2014-12345",
  "id": "PR-04a9824f-be2c-463f-bc38-e14363dab496",
  "patch": {
    "category": "Security Updates - Windows 7",
    "externalId": "2943357",
    "id": "PATCH-0be4130a-77bf-460e-b2c7-52906f86da5d",
    "name": "Security Update for Microsoft .NET Framework 3.5.1 on Windows 7 SP1 x86 (KB2943357)",
    "rebootRequired": false,
    "releaseTime": "2018-08-12T10:20:20+0000",
    "severity": "Important",
    "type": "WINDOWS"
  },
  "rating": "WHITELISTED",
  "updatedTime": "2018-08-17T10:20:20+0000",
  "updatedUser": {
    "email": "john.smith@myorganization.com",
    "firstName": "John",
    "lastName": "Smith",
    "loginName": "John.Smith"
  }
}