Policy > Monitoring > Traceflow

Read traceflow status

Read traceflow status with id traceflow-id.
Traceflow configuration will be cleaned up by the system after
two hours of inactivity.

Request:

Method:
GET
URI Path(s):
/policy/api/v1/infra/traceflows/<traceflow-id>/status
Request Headers:
n/a
Query Parameters:
TraceflowStatusRequest+
Request Body:
n/a

Example Request:

https://<policy-mgr>/policy/api/v1/infra/traceflows/t1/status?enforcement_point_path=/infra/sites/default/enforcement-points/default

Successful Response:

Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
Traceflow+

Example Response:

{ "id": "/infra/traceflows/t1", "lport_id": "/infra/tier-1s/production_t1/segments/production-t1-seg/ports/default:13405ded-e4f7-4776-b0fe-16d0ba685f6c", "timeout": 10, "operation_state": "FINISHED", "result_overflowed": false, "counters": { "received_count": 1, "delivered_count": 0, "dropped_count": 0, "forwarded_count": 0 }, "logical_counters": { "received_count": 0, "delivered_count": 0, "dropped_count": 0, "forwarded_count": 0 }, "analysis": [], "request_status": "SUCCESS", "_protection": "NOT_PROTECTED" }

Required Permissions:

read

Feature:

policy_traceflow

Additional Errors: