For the complete documentation index, see llms.txt. This page is also available as Markdown.

ASN DPI Configuration

Manage ASN DPI configuration

Get DPI configuration

get

Returns the DPI configuration for the specified appliance.

Path parameters
applianceIdstringRequired

Appliance identifier

Responses
200

DPI configuration retrieved successfully.

No content

get/dpiConfig/{applianceId}

No content

Update DPI configuration

post

Update the DPI configuration for the specified appliance.

Path parameters
applianceIdstringRequired

Appliance identifier

Body
objectOptional
Responses
200

DPI configuration updated successfully.

No content

post/dpiConfig/{applianceId}

No content

Last updated