Skip to content

Issue

Manage Issues.

Get

Get an issue by ID.

Endpoint

HTTP
POST /issue/get

Authorized User Role

anyone

Request Body

FieldTypeNotes
idstringIssue ID.

Response

An issue object.

FieldTypeNotes
attachmentsarrayAttachments.
cvestringCVE number.
datedateIssue date.
descriptionstringIssue description.
idstringIssue ID.
impactedstringImpacted product.
notifybooleanNotify subscribers.
prioritystringIssue priority.
publicbooleanIssue is public.
recommendstringRecommended to apply this update.
releasestringRelease version.
statusstringIssue status.
subjectstringIssue subject.
tagsarrayIssue tags.
titlestringIssue title.
typestringIssue type.

Find

Find matching issues.

Endpoint

HTTP
POST /issue/find

Authorized User Role

anyone

Request Body

FieldTypeNotes
publicbooleanFilter only public issues.
subjectstringSubject.

Query String Options

FieldTypeDefaultNotes
indexstringIndex name: primary or gs1.
limitnumberLimit number of results.
nextobjectToken for next page.
prevobjectToken for previous page.

Response

Paged response.

FieldTypeNotes
dataarrayAn array of Issue records.
nextstringPaged cursor to use for the next page of items.
prevstringPages cursor to use for the previous page of items.

Issue

FieldTypeNotes
attachmentsarrayAttachments.
cvestringCVE number.
datedateIssue date.
descriptionstringIssue description.
idstringIssue ID.
impactedstringImpacted product.
notifybooleanNotify subscribers.
prioritystringIssue priority.
publicbooleanIssue is public.
recommendstringRecommended to apply this update.
releasestringRelease version.
statusstringIssue status.
subjectstringIssue subject.
tagsarrayIssue tags.
titlestringIssue title.
typestringIssue type.