Skip to main content

Create IPFIX Filter Context (v2.0)

POST 

/v2.0/api/tenants/:tenant_id/ipfixfiltercontexts

Create a IPFIX filter context.

Request

Path Parameters

    tenant_id stringrequired

    ID of the tenant.

Body

    description

    The description of the IPFIX config. Max characters = 256.

    id string

    The ID of the IPFIX config.

    name stringrequired

    The name of the IPFIX config. Max characters = 128.

Responses

Successful Operation

Schema
    description

    The description of the IPFIX context config. Max characters = 256.

    id string

    The ID of the IPFIX context config.

    name stringrequired

    The name of the IPFIX context config. Max characters = 128.

Loading...