ApplicationService

Represents a networking communication service.

Overview

description string filterable   orderable  
destinationPort string filterable   orderable  
direction enum (REFLEXIVE | UNIDIRECTIONAL) required   filterable   orderable  
DSCP string filterable   orderable  
entityScope enum (ENTERPRISE | GLOBAL) autogenerated   filterable   orderable  
etherType string required   filterable   orderable  
externalID string filterable   orderable   locally unique  
lastUpdatedBy string autogenerated  
name string required   filterable   orderable  
protocol string required   filterable   orderable  
sourcePort string filterable   orderable  

API Resource

/applicationservices/id
delete get put

Parents

/enterprises/id/applicationservices
get post
/applicationservices
get post

Children

/applicationservices/id/metadatas
get post
/applicationservices/id/globalmetadatas
get post put
/applicationservices/id/eventlogs
get

Members

This object has no members.

Attributes documentation

description string filterable   orderable  
Discussion

Description of the application service.


Charateristics

Format: free
Max length: 255
SDK attribute: description

destinationPort string filterable   orderable  
Discussion

The destination port to be matched if protocol is UDP or TCP. Value should be either * or single port number or a port range.


Charateristics

Format: free
SDK attribute: destinationPort

direction enum required   filterable   orderable  
Discussion

Direction of the service. Default is UNIDIRECTIONAL.


Charateristics

Allowed values: REFLEXIVE, UNIDIRECTIONAL
SDK attribute: direction

DSCP string filterable   orderable  
Discussion

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


Charateristics

Format: free
SDK attribute: DSCP

entityScope enum autogenerated   filterable   orderable  
Discussion

Specify if scope of entity is Data center or Enterprise level


Charateristics

Allowed values: ENTERPRISE, GLOBAL
Format: free
SDK attribute: entityScope

etherType string required   filterable   orderable  
Discussion

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


Charateristics

Format: free
SDK attribute: etherType

externalID string filterable   orderable   locally unique  
Discussion

External object ID. Used for integration with third party systems


Charateristics

Format: free
SDK attribute: externalID

lastUpdatedBy string autogenerated  
Discussion

ID of the user who last updated the object.


Charateristics

Format: free
SDK attribute: lastUpdatedBy

name string required   filterable   orderable  
Discussion

Name of the application service.


Charateristics

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

protocol string required   filterable   orderable  
Discussion

Protocol that must be matched. Needs to be 6 (TCP) or 17 (UDP)


Charateristics

Format: free
SDK attribute: protocol

sourcePort string filterable   orderable  
Discussion

Source port to be matched if protocol is UDP or TCP. Value can be either * or single port number or a port range.


Charateristics

Format: free
SDK attribute: sourcePort