Tufin · Example Payload

Tufin Gettopologypath Example

Cloud SecurityComplianceFirewall ManagementNetwork SecurityNetwork TopologyPolicy OrchestrationRisk ManagementSecurity Policy ManagementZero Trust

Tufin Gettopologypath Example is an example object payload from Tufin, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "GET",
    "url": "https://tufin.example.com/securetrack/api/topology/path?src=10.1.1.100&dst=192.168.50.10&service=tcp/443",
    "headers": {
      "Authorization": "Basic dXNlcm5hbWU6cGFzc3dvcmQ=",
      "Content-Type": "application/json"
    }
  },
  "response": {
    "status": 200,
    "headers": {
      "Content-Type": "application/json"
    },
    "body": {
      "traffic_allowed": true,
      "is_fully_routed": true,
      "device_info": [
        {
          "name": "fw-core-01",
          "id": 2
        },
        {
          "name": "fw-dmz-01",
          "id": 1
        }
      ]
    }
  }
}