Endpoint
/api/v2/tenants/{tenantId}/patches/rating/{intgId}/feed/{patchId}
Deletes a patch qualification in the feed.
Path Parameters
tenantIdstring
intgIdstring
patchIdstring
Responses
OK
Endpoint
/api/v2/tenants/{tenantId}/patches/rating/{intgId}/feed/{patchId}
Gets details of a patch.
Path Parameters
tenantIdstring
intgIdstring
patchIdstring
Responses
OK
commentsstring
(Optional) Comments for the rating.
createdTimestring
createdUserobject
Child Parameters
- createdUser.email
- createdUser.firstName
- createdUser.lastName
- createdUser.loginName
cvestring
(Optional) Common Vulnerabilities and Exposures ID. Example: CVE-1999-0067
idstring
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
patchobject
Child Parameters
- patch.category
- patch.externalId
- patch.id
- patch.name
- patch.rating
- patch.rebootRequired
- patch.releaseTime
- patch.severity
- patch.type
ratingstring
Patch rating. Supported Values: WHITELISTED, BLACKLISTED
updatedTimestring
updatedUserobject
Child Parameters
- 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"
}
}