Skip to main content

Get Flow Logs of Unmanaged Assets

GET 

/asm/api/v1/asset/:assetId/flowlog-relationships

Fetch traffic flow log between internet-exposed (unmanaged) and secure (managed) assets.

Request

Path Parameters

    assetId stringrequired

    ID of unmanaged asset

Query Parameters

    snapshot_date string

    Snapshot date

Responses

Ok

Schema
    data object
    connections object[]

    List of connections

  • Array [
  • from string
    to string
    bytes int64
  • ]
  • nodes object[]

    List of nodes

  • Array [
  • id string

    ID

    assetManageType string

    Asset manage type

    name string

    Name

    serviceName string

    Service name

    assetCategory string

    Asset category

    ipAddresses string[]

    List of IP addressess

    vpcName string

    VPC name

    cloudAccountId string

    Cloud account ID

    cloudAccountName string

    Cloud account name

    cloudAccountRegionName string

    Cloud account region

  • ]
Loading...