cgnv6 translation service-timeout¶
Specify any custom service timeout
service-timeout Specification¶
Type Collection Object Key(s) service-type, port Collection Name service-timeout-list Collection URI /axapi/v3/cgnv6/translation/service-timeout Element Name service-timeout Element URI /axapi/v3/cgnv6/translation/service-timeout/{service-type}+{port} Element Attributes service-timeout_attributes Schema service-timeout schema
Operations Allowed:
Operation | Method | URI | Payload | |
---|---|---|---|---|
Create Object | POST | /axapi/v3/cgnv6/translation/service-timeout | ||
Create List | POST | /axapi/v3/cgnv6/translation/service-timeout | ||
Get Object | GET | /axapi/v3/cgnv6/translation/service-timeout/{service-type}+{port} | ||
Get List | GET | /axapi/v3/cgnv6/translation/service-timeout | ||
Modify Object | POST | /axapi/v3/cgnv6/translation/service-timeout/{service-type}+{port} | ||
Replace Object | PUT | /axapi/v3/cgnv6/translation/service-timeout/{service-type}+{port} | ||
Replace List | PUT | /axapi/v3/cgnv6/translation/service-timeout | ||
Delete Object | DELETE | /axapi/v3/cgnv6/translation/service-timeout/{service-type}+{port} |
service-timeout-list¶
service-timeout-list is JSON List of service-timeout attributes
service-timeout-list : [
]
service-timeout attributes¶
fast
Description Use Fast Aging
Type: boolean
Supported Values: true, false, 1, 0
Default: 0
Mutual Exclusion: fast and timeout-val are mutually exclusive
port
Description Port Number
Type: number
Range: 1-65535
port-end
Description End Port Number
Type: number
Range: 1-65535
service-type
Description ‘tcp’: TCP Protocol; ‘udp’: UDP Protocol;
Type: string
Supported Values: tcp, udp
timeout-val
Description Timeout in seconds (Interval of 60 seconds)
Type: number
Range: 2-15000
Mutual Exclusion: timeout-val and fast are mutually exclusive
uuid
Description uuid of the object
Type: string
Maximum Length: 64 characters
Maximum Length: 1 characters