ALBURIParamToken (schema)

URIParamToken

Advanced load balancer URIParamToken object
Name Description Type Notes
end_index End index

Index of the ending token in the incoming URI.
Allowed values are 0-65534.
Special values are 65535 - 'end of string'.
integer Minimum: 0
Maximum: 65535
start_index Start index

Index of the starting token in the incoming URI.
integer
str_value Str value

Constant string to use as a token.
string
type Type

Token type for constructing the URI.
Enum options - URI_TOKEN_TYPE_HOST, URI_TOKEN_TYPE_PATH,
URI_TOKEN_TYPE_STRING, URI_TOKEN_TYPE_STRING_GROUP,
URI_TOKEN_TYPE_REGEX.
ALBURITokenType Required