Skip to content

Issue

Manage Issues.


Create

Endpoint

1
POST /issue/create

Authorized User Role

1
support

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
POST /issue/get

Authorized User Role

1
user

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
POST /issue/find

Authorized User Role

1
user

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
POST /issue/init

Authorized User Role

1
user

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
POST /issue/notifyAsync

Authorized User Role

1
service

Request Body

Field Type
issue object

Remove

Endpoint

1
POST /issue/remove

Authorized User Role

1
support

Request Body

Field Type
id string
subject string

Update

Endpoint

1
POST /issue/update

Authorized User Role

1
support

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