Skip to content

Relations

Retrieve or create relations between assets.

POST /api/relations

Payload Example

json
{
  "source_asset_id": 1,
  "target_asset_id": 2,
  "type": "network_flow",
  "port": 443,
  "protocol": "tcp"
}

CoreSight Documentation