internal

Retrieve Vulnerability Changes Between Two Update Operations

Given IDs for two Update Operations, this will return the difference between them. This is used in the notification flow.

get/matcher/api/v1/internal/update_diff

Query parameters

curstring

An opaque token previously obtained from the service.

"Current" Update Operation ref.

prevstring required

An opaque token previously obtained from the service.

"Previous" Update Operation ref.

Response

Changes between two Update Operations.

prevUpdateOperationSchemaJson — unresolved $ref
curUpdateOperationSchemaJson required— unresolved $ref
addedVulnerabilitySchemaJson[] required— unresolved $ref

Vulnerabilities present in "cur", but not "prev".

removedVulnerabilitySchemaJson[] required— unresolved $ref

Vulnerabilities present in "prev", but not "cur".

Changes