Skip to main content

Get Alert Evidence Graph

GET 

/alert/v1/:id/graph

Get the alert JSON graph format data by alert id.

Request

Path Parameters

    id stringrequired

    The alert id of 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
    oneOf
    metadata object

    Primary Asset Node Metadata

    lastModifiedAt int64

    Last modified time for the asset

    externalAssetId string

    ExternalId for asset

    assetApiId int32

    ExternalId for asset

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

    Edge Id

    source stringrequired

    Source node

    target stringrequired

    Target node

    metadata object

    Edge Metadata

    severity stringrequired

    Effective Severity

  • ]
  • add object
    oneOf
    metadata object

    Primary Asset Node Metadata

    lastModifiedAt int64

    Last modified time for the asset

    externalAssetId string

    ExternalId for asset

    assetApiId int32

    ExternalId for asset

    accountId string
  • ]
  • nextPageToken string

    The next page token

Loading...