> For the complete documentation index, see [llms.txt](https://aviznetworks.gitbook.io/asn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://aviznetworks.gitbook.io/asn/fv-asn-api/asn-timeout-and-threshold.md).

# ASN Timeout And Threshold

Manage ASN timeout and threshold settings

## Get timeout and threshold settings

> Returns the timeout and threshold settings for the specified appliance.

```json
{"openapi":"3.1.1","info":{"title":"FlowVision REST API ASN","version":"1.0.0"},"tags":[{"name":"ASN Timeout and Threshold","description":"Manage ASN timeout and threshold settings"}],"paths":{"/threshold/{applianceId}":{"get":{"tags":["ASN Timeout and Threshold"],"summary":"Get timeout and threshold settings","description":"Returns the timeout and threshold settings for the specified appliance.","parameters":[{"schema":{"type":"string"},"name":"applianceId","in":"path","description":"Appliance identifier","required":true}],"responses":{"200":{"description":"Timeout and threshold settings retrieved successfully."},"404":{"description":"Appliance or settings not found."},"default":{"description":"Unexpected error."}}}}}}
```

## Update timeout and threshold settings

> Update the timeout and threshold settings for the specified appliance.

```json
{"openapi":"3.1.1","info":{"title":"FlowVision REST API ASN","version":"1.0.0"},"tags":[{"name":"ASN Timeout and Threshold","description":"Manage ASN timeout and threshold settings"}],"paths":{"/threshold/{applianceId}":{"post":{"tags":["ASN Timeout and Threshold"],"summary":"Update timeout and threshold settings","description":"Update the timeout and threshold settings for the specified appliance.","parameters":[{"schema":{"type":"string"},"name":"applianceId","in":"path","description":"Appliance identifier","required":true}],"responses":{"200":{"description":"Timeout and threshold settings updated successfully."},"400":{"description":"Invalid request or malformed payload."},"404":{"description":"Appliance not found."},"default":{"description":"Unexpected error."}},"requestBody":{"content":{"application/json":{"schema":{"type":"object"}}},"description":"Timeout and threshold settings details.","required":true}}}}}
```
