Skip to main content

Get Alert or Vulnerability Capabilities

GET 

/pub/v4.0/alertVuln/capability

Listing the current IoT capabilities on alert and vulnerability

Request

Query Parameters

    customerid stringrequired

    The customer ID to which the API call is directed

    type stringrequired

    Possible values: [alert, vulnerability, all]

    The type of IoT supported capabilities

Responses

Successful Response (We only show some important fields here.)

Schema
    ver stringrequired

    The API version

    api stringrequired

    The API path

    total integerrequired

    The total number of capabilities

    list object[]required

    An array of alert capabilities

  • Array [
  • name string

    The name of the alert/vulnerability

    description string

    The descriptoin of this alert/vulnerability

    source string

    The source of this alert/vulnerability

    severity string

    The severity of this alert/vulnerability

    type string

    The type of the alert/vulnerability

  • ]
Loading...