Skip to main content

Batch Configure Flowtable

POST 

/vyos/firewall/flowtables/batch

Execute batch flowtable operations.

This endpoint allows configuring flowtables through a series of operations. All operations are executed in a single transaction.

Args: request: FastAPI request object batch_request: Batch request containing flowtable name and operations

Returns: VyOSResponse with success/failure information

Requires WRITE permission on FIREWALL_FLOWTABLES feature.

Request

Responses

Successful Response