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

ASN Timeout and Threshold

Manage ASN timeout and threshold settings

Get timeout and threshold settings

get

Returns the timeout and threshold settings for the specified appliance.

Path parameters
applianceIdstringRequired

Appliance identifier

Responses
200

Timeout and threshold settings retrieved successfully.

No content

get/threshold/{applianceId}

No content

Update timeout and threshold settings

post

Update the timeout and threshold settings for the specified appliance.

Path parameters
applianceIdstringRequired

Appliance identifier

Body
objectOptional
Responses
200

Timeout and threshold settings updated successfully.

No content

post/threshold/{applianceId}

No content

Last updated