Skip to main content

Alert Evidence Graph

GET 

/alert/v1/:id/graph

Given an alert-id in the query the API returns the data that can be presented in a graphical format. The returned response matches the JSON Graph Format standard

Request

Path Parameters

    id stringrequired

    The alert-id for the evidence graph

Responses

Successful operation

Schema
    graphs object[]required

    The list of graphs representing a primary asset and its associations

  • Array [
  • graph object

    The resource specific graph

    nodes object

    A dictionary of the node identifier and the associated node

    oneOf
    type string

    Possible values: [Asset]

    The node type

    label string

    Label representing the asset name

    metadata object

    Primary Asset Node Metadata

    lastModifiedAt int64

    Last modified time for the asset

    externalAssetId stringrequired

    Cloud Provider Asset Identifier

    assetApiId int32required

    The unique API Identifier of this asset

    accountId stringrequired

    Cloud Account ID

    dataSensitivityDatatypeDetails object[]

    Data Sensitivity datatypes

  • Array [
  • name string

    Name of the data sensitivity datatype

    count int32

    The count of occurances for the given data type

    label string

    The label for the given data type

  • ]
  • edges object[]
  • Array [
  • id string

    Edge Identifier

    source stringrequired

    Identifier of the source node

    target stringrequired

    Identifier of the target node

    metadata object

    Edge Metadata

    severity stringrequired

    Effective Severity

    relationshipTypeId int64

    Relationship Type ID between the edges

  • ]
  • ]
  • nextPageToken string

    The next page token

Loading...