@servicenow/sdk - v4.7.0
Preparing search index...
@servicenow/sdk/core
<internal>
sys_retry_policy
Interface sys_retry_policy
interface
sys_retry_policy
{
condition
:
Typed
<
string
,
{
dependent
:
"connection_type"
;
label
:
"Conditions"
;
mandatory
:
false
;
maxLength
:
4000
;
}
,
>
;
connection_type
:
Typed
<
|
"http_retry_conditions"
|
"jdbc_retry_conditions"
|
"basic_retry_conditions"
,
{
attributes
:
{
edge_encryption_enabled
:
true
}
;
choices
:
{
basic_retry_conditions
:
{
label
:
"Basic(SFTP)"
;
sequence
:
0
}
;
http_retry_conditions
:
{
label
:
"HTTP"
;
sequence
:
0
}
;
jdbc_retry_conditions
:
{
label
:
"JDBC"
;
sequence
:
0
}
;
}
;
default
:
"http_retry_conditions"
;
label
:
"Connection Type"
;
mandatory
:
false
;
maxLength
:
40
;
}
,
>
;
count
:
Typed
<
number
,
{
label
:
"Count"
;
mandatory
:
false
}
>
;
interval
:
Typed
<
string
|
number
,
{
column_type
:
"long"
;
label
:
"Interval (seconds)"
;
mandatory
:
false
;
maxLength
:
40
;
}
,
>
;
max_elapsed_time
:
Typed
<
number
,
{
label
:
"Max Elapsed Time (seconds)"
;
mandatory
:
false
}
,
>
;
name
:
Typed
<
string
,
{
attributes
:
{
edge_encryption_enabled
:
true
}
;
label
:
"Name"
;
mandatory
:
false
;
maxLength
:
40
;
}
,
>
;
restrict_to
:
Typed
<
string
,
{
attributes
:
{
edge_encryption_enabled
:
true
}
;
default
:
"http_method,status_code,error,response_body,response_headers"
;
label
:
"Restrict To"
;
mandatory
:
false
;
maxLength
:
120
;
}
,
>
;
retry_strategy
:
Typed
<
"fixed_time_interval"
|
"exponential_backoff"
|
"retry_after"
,
{
attributes
:
{
edge_encryption_enabled
:
true
}
;
choices
:
{
exponential_backoff
:
{
label
:
"Exponential Backoff"
;
sequence
:
0
}
;
fixed_time_interval
:
{
label
:
"Fixed Interval"
;
sequence
:
0
}
;
retry_after
:
{
label
:
"Honor \"Retry-After\" Header"
;
sequence
:
0
}
;
}
;
default
:
"fixed_time_interval"
;
label
:
"Retry Strategy"
;
mandatory
:
false
;
maxLength
:
40
;
}
,
>
;
sys_id
:
Typed
<
string
|
number
,
{
column_type
:
"GUID"
;
label
:
"Sys ID"
;
mandatory
:
false
}
,
>
;
}
Hierarchy (
View Summary
)
Helper
<
typeof
sys_retry_policy
>
sys_retry_policy
Index
Properties
condition
connection_
type
count
interval
max_
elapsed_
time
name
restrict_
to
retry_
strategy
sys_
id
Properties
Readonly
condition
condition
:
Typed
<
string
,
{
dependent
:
"connection_type"
;
label
:
"Conditions"
;
mandatory
:
false
;
maxLength
:
4000
;
}
,
>
Readonly
connection_
type
connection_type
:
Typed
<
|
"http_retry_conditions"
|
"jdbc_retry_conditions"
|
"basic_retry_conditions"
,
{
attributes
:
{
edge_encryption_enabled
:
true
}
;
choices
:
{
basic_retry_conditions
:
{
label
:
"Basic(SFTP)"
;
sequence
:
0
}
;
http_retry_conditions
:
{
label
:
"HTTP"
;
sequence
:
0
}
;
jdbc_retry_conditions
:
{
label
:
"JDBC"
;
sequence
:
0
}
;
}
;
default
:
"http_retry_conditions"
;
label
:
"Connection Type"
;
mandatory
:
false
;
maxLength
:
40
;
}
,
>
Readonly
count
count
:
Typed
<
number
,
{
label
:
"Count"
;
mandatory
:
false
}
>
Readonly
interval
interval
:
Typed
<
string
|
number
,
{
column_type
:
"long"
;
label
:
"Interval (seconds)"
;
mandatory
:
false
;
maxLength
:
40
;
}
,
>
Readonly
max_
elapsed_
time
max_elapsed_time
:
Typed
<
number
,
{
label
:
"Max Elapsed Time (seconds)"
;
mandatory
:
false
}
,
>
Readonly
name
name
:
Typed
<
string
,
{
attributes
:
{
edge_encryption_enabled
:
true
}
;
label
:
"Name"
;
mandatory
:
false
;
maxLength
:
40
;
}
,
>
Readonly
restrict_
to
restrict_to
:
Typed
<
string
,
{
attributes
:
{
edge_encryption_enabled
:
true
}
;
default
:
"http_method,status_code,error,response_body,response_headers"
;
label
:
"Restrict To"
;
mandatory
:
false
;
maxLength
:
120
;
}
,
>
Readonly
retry_
strategy
retry_strategy
:
Typed
<
"fixed_time_interval"
|
"exponential_backoff"
|
"retry_after"
,
{
attributes
:
{
edge_encryption_enabled
:
true
}
;
choices
:
{
exponential_backoff
:
{
label
:
"Exponential Backoff"
;
sequence
:
0
}
;
fixed_time_interval
:
{
label
:
"Fixed Interval"
;
sequence
:
0
}
;
retry_after
:
{
label
:
"Honor \"Retry-After\" Header"
;
sequence
:
0
}
;
}
;
default
:
"fixed_time_interval"
;
label
:
"Retry Strategy"
;
mandatory
:
false
;
maxLength
:
40
;
}
,
>
Readonly
sys_
id
sys_id
:
Typed
<
string
|
number
,
{
column_type
:
"GUID"
;
label
:
"Sys ID"
;
mandatory
:
false
}
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
condition
connection_
type
count
interval
max_
elapsed_
time
name
restrict_
to
retry_
strategy
sys_
id
@servicenow/sdk - v4.7.0
Loading...