Skip to content

Issue

Manage Issues.


Create

Endpoint

POST /issue/create

Authorized User Role

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

POST /issue/get

Authorized User Role

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

POST /issue/find

Authorized User Role

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

POST /issue/init

Authorized User Role

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

POST /issue/notifyAsync

Authorized User Role

service

Request Body

Field | Type

  • | - issue | object

Remove

Endpoint

POST /issue/remove

Authorized User Role

support

Request Body

Field | Type

  • | - id | string subject | string

Update

Endpoint

POST /issue/update

Authorized User Role

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