Application

represents a application with L4/L7 classification

Overview

appId integer autogenerated   filterable   orderable  
associatedL7ApplicationSignatureID string filterable   orderable  
bandwidth integer filterable   orderable  
description string filterable   orderable  
destinationIP string filterable   orderable  
destinationPort string filterable   orderable  
DSCP string filterable   orderable  
enablePPS boolean filterable   orderable  
etherType string filterable   orderable  
name string required   filterable   orderable  
oneWayDelay integer filterable   orderable  
oneWayJitter integer filterable   orderable  
oneWayLoss float filterable   orderable  
optimizePathSelection enum (JITTER | LATENCY | PACKETLOSS) filterable   orderable  
performanceMonitorType enum (CONTINUOUS | FIRST_PACKET | FIRST_PACKET_AND_CONTINUOUS) filterable   orderable  
postClassificationPath enum (ANY | PRIMARY | SECONDARY) filterable   orderable  
preClassificationPath enum (DEFAULT | PRIMARY | SECONDARY) filterable   orderable  
protocol enum (NONE | TCP | UDP) filterable   orderable  
readOnly boolean filterable   orderable  
sourceIP string filterable   orderable  
sourcePort string filterable   orderable  
symmetry boolean filterable   orderable  

API Resource

/applications/id
delete get put

Parents

/enterprises/id/applications
get post
/l7applicationsignatures/id/applications
get

Children

/applications/id/monitorscopes
get post

Members

/applications/id/applicationbindings
get

Attributes documentation

appId integer autogenerated   filterable   orderable  
Discussion

a unique 2 byte id generated when a application is created and used by VRS for probing.


Charateristics

SDK attribute: appId

associatedL7ApplicationSignatureID string filterable   orderable  
Discussion

associated Layer7 Application Type ID


Charateristics

Format: free
Max length: 255
SDK attribute: associatedL7ApplicationSignatureID

bandwidth integer filterable   orderable  
Discussion

Minimum Failover Bandwidth of the application.


Charateristics

SDK attribute: bandwidth

description string filterable   orderable  
Discussion

description of Application


Charateristics

Format: free
Max length: 255
SDK attribute: description

destinationIP string filterable   orderable  
Discussion

destination IP in CIDR format


Charateristics

Format: cidr
SDK attribute: destinationIP

destinationPort string filterable   orderable  
Discussion

value should be either * or single port number


Charateristics

Format: free
Max length: 5
SDK attribute: destinationPort

DSCP string filterable   orderable  
Discussion

DSCP match condition to be set in the rule. It is either * or from 0-63.


Charateristics

Format: free
SDK attribute: DSCP

enablePPS boolean filterable   orderable  
Discussion

Enable the performance probe for this application


Charateristics

Default value: false
SDK attribute: enablePPS

etherType string filterable   orderable  
Discussion

Ether type of the packet to be matched. etherType can be * or a valid hexadecimal value


Charateristics

Format: free
SDK attribute: etherType

name string required   filterable   orderable  
Discussion

name of the application


Charateristics

Format: free
Min length: 1
Max length: 255
SDK attribute: name

oneWayDelay integer filterable   orderable  
Discussion

one way Delay


Charateristics

Max value: 9999
SDK attribute: oneWayDelay

oneWayJitter integer filterable   orderable  
Discussion

one way Jitter


Charateristics

Max value: 9999
SDK attribute: oneWayJitter

oneWayLoss float filterable   orderable  
Discussion

one way loss


Charateristics

SDK attribute: oneWayLoss

optimizePathSelection enum filterable   orderable  
Discussion

with values being Latency, Jitter, PacketLoss


Charateristics

Allowed values: JITTER, LATENCY, PACKETLOSS
SDK attribute: optimizePathSelection

performanceMonitorType enum filterable   orderable  
Discussion

Describes the trigger for the application.


Charateristics

Allowed values: CONTINUOUS, FIRST_PACKET, FIRST_PACKET_AND_CONTINUOUS
Default value: FIRST_PACKET
SDK attribute: performanceMonitorType

postClassificationPath enum filterable   orderable  
Discussion

default set to any , possible values primary/secondary/any


Charateristics

Allowed values: ANY, PRIMARY, SECONDARY
Default value: ANY
SDK attribute: postClassificationPath

preClassificationPath enum filterable   orderable  
Discussion

default set to primary , possible values primary/secondary


Charateristics

Allowed values: DEFAULT, PRIMARY, SECONDARY
Default value: DEFAULT
SDK attribute: preClassificationPath

protocol enum filterable   orderable  
Discussion

Protocol number that must be matched


Charateristics

Allowed values: NONE, TCP, UDP
Default value: NONE
SDK attribute: protocol

readOnly boolean filterable   orderable  
Discussion

determines whether this entity is read only. Read only objects cannot be modified or deleted.


Charateristics

Default value: false
SDK attribute: readOnly

sourceIP string filterable   orderable  
Discussion

source IP address


Charateristics

Format: free
SDK attribute: sourceIP

sourcePort string filterable   orderable  
Discussion

source Port ,value should be either * or single port number


Charateristics

Format: free
Max length: 5
SDK attribute: sourcePort

symmetry boolean filterable   orderable  
Discussion

Maintain path symmetry during SLA violation


Charateristics

Default value: false
SDK attribute: symmetry