Issue
Manage Issues.
Create
Endpoint
1 |
|
Authorized User Role
1 |
|
Request Body
Field | Type |
---|---|
attachments | array |
cve | string |
date | date |
description | string |
impacted | string |
notify | boolean |
priority | string |
public | boolean |
recommend | string |
release | string |
status | string |
subject | string |
tags | array |
title | string |
type | string |
Response
An issue object.
Field | Type |
---|---|
attachments | array |
cve | string |
date | date |
description | string |
id | string |
impacted | string |
notify | boolean |
priority | string |
public | boolean |
recommend | string |
release | string |
status | string |
subject | string |
tags | array |
title | string |
type | string |
Get
Endpoint
1 |
|
Authorized User Role
1 |
|
Request Body
Field | Type |
---|---|
id | string |
Response
An issue object.
Field | Type |
---|---|
attachments | array |
cve | string |
date | date |
description | string |
id | string |
impacted | string |
notify | boolean |
priority | string |
public | boolean |
recommend | string |
release | string |
status | string |
subject | string |
tags | array |
title | string |
type | string |
Find
Endpoint
1 |
|
Authorized User Role
1 |
|
Request Body
Field | Type |
---|---|
public | boolean |
subject | string |
Query String Options
Field | Type |
---|---|
hidden | boolean |
filter | string |
limit | number |
next | object |
prev | object |
index | string |
where | string |
log | boolean |
Response
Paged response.
Field | Type | Notes |
---|---|---|
data | array | A list of cloud records. |
next | string | Paged cursor to use for the next page of items. |
prev | string | Pages cursor to use for the previous page of items. |
Issue
An array of Issue items.
Field | Type |
---|---|
attachments | array |
cve | string |
date | date |
description | string |
id | string |
impacted | string |
notify | boolean |
priority | string |
public | boolean |
recommend | string |
release | string |
status | string |
subject | string |
tags | array |
title | string |
type | string |
Init
Endpoint
1 |
|
Authorized User Role
1 |
|
Request Body
A object.
Response
An issue object.
Field | Type |
---|---|
attachments | array |
cve | string |
date | date |
description | string |
id | string |
impacted | string |
notify | boolean |
priority | string |
public | boolean |
recommend | string |
release | string |
status | string |
subject | string |
tags | array |
title | string |
type | string |
NotifyAsync
Endpoint
1 |
|
Authorized User Role
1 |
|
Request Body
Field | Type |
---|---|
issue | object |
Remove
Endpoint
1 |
|
Authorized User Role
1 |
|
Request Body
Field | Type |
---|---|
id | string |
subject | string |
Update
Endpoint
1 |
|
Authorized User Role
1 |
|
Request Body
Field | Type |
---|---|
attachments | array |
cve | string |
date | date |
description | string |
id | string |
impacted | string |
notify | boolean |
priority | string |
public | boolean |
recommend | string |
release | string |
status | string |
subject | string |
tags | array |
title | string |
type | string |
Response
Field | Type |
---|---|
attachments | array |
cve | string |
date | date |
description | string |
id | string |
impacted | string |
notify | boolean |
priority | string |
public | boolean |
recommend | string |
release | string |
status | string |
subject | string |
tags | array |
title | string |
type | string |