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
- 200
- 404
Ok
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
data object
connections object[]
List of connections
from string
to string
bytes int64
nodes object[]
List of nodes
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
{
"data": {
"connections": [
{
"from": "string",
"to": "string",
"bytes": 0
}
],
"nodes": [
{
"id": "string",
"assetManageType": "string",
"name": "string",
"serviceName": "string",
"assetCategory": "string",
"ipAddresses": [
"string"
],
"vpcName": "string",
"cloudAccountId": "string",
"cloudAccountName": "string",
"cloudAccountRegionName": "string"
}
]
}
}
Data not found
- application/json
- Schema
- Example (from schema)
Schema
timestamp int64
status int32
message string
path string
{
"timestamp": 0,
"status": 0,
"message": "string",
"path": "string"
}
Loading...