Skip to main content

Update Security Policy Local Prefix Site Association (v2.0)

PUT 

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

Update an existing security policy v2 local prefix site association.

Request

Path Parameters

    tenant_id stringrequired

    The tenant ID.

    site_id stringrequired

    The ID of the site.

    prefix_id stringrequired

    The Prefix ID that associates with a site.

Body

    id string

    The ID of the security policy v2 prefix association.

    ipv4_prefixes string[]

    Lists the IPv4 addresses of the security policy v2 prefix association.

    prefix_id string

    The IP Prefix ID that associates with a site.

    tags string[]

    An information field that can be added to identify the security policy v2 prefix association. Maximum 10 unique tags of length 1024 each are allowed.

Responses

Successful Operation

Schema
    id string

    The ID of the security policy v2 prefix association.

    ipv4_prefixes string[]

    Lists the IPv4 addresses of the security policy v2 prefix association.

    prefix_id string

    The IP Prefix ID that associates with a site.

    tags string[]

    An information field that can be added to identify the security policy v2 prefix association. Maximum 10 unique tags of length 1024 each are allowed.

Loading...