Skip to main content

Update IPFIX Site Prefix Association (v2.0)

PUT 

/v2.0/api/tenants/:tenant_id/sites/:site_id/ipfixlocalprefixes/:prefix_id

Update the IPFIX site prefix association.

Request

Path Parameters

    tenant_id stringrequired

    ID of the tenant.

    site_id stringrequired

    ID of the site.

    prefix_id stringrequired

    ID of the prefix.

Body

    id string

    The ID of the IPFIX site prefix.

    ipv4_prefixes string[]

    The individual IP address.

    prefix_id string

    The IP Prefix ID that associates with a site.

    tags string[]

    An information field that can be added to identify the IPFIX site prefix. Maximum 10 unique tags of length 1024 each are allowed.

Responses

Successful Operation

Schema
    id string

    The ID of the IPFIX prefix.

    ipv4_prefixes string[]

    The individual IP address.

    prefix_id string

    The prefix ID that associates with a site.

    tags string[]

    A information field that can be added to identify the prefix. Maximum 10 unique tags of length 1024 each are allowed.

Loading...