Service

Service
Service
JSON Example
{
    "enable_http2": false,
    "enable_ssl": false,
    "horizon_internal_ports": false,
    "is_active_ftp_data_port": false,
    "is_passive_ftp_data_port": false,
    "override_application_profile_ref": "string",
    "override_network_profile_ref": "string",
    "port": 0,
    "port_range_end": 0
}
boolean
enable_http2
Optional

Enable HTTP2 on this port. Field introduced in 20.1.1. Allowed with any value in Enterprise, Enterprise with Cloud Services edition. Allowed in Essentials (Allowed values- false), Basic (Allowed values- false) edition.

boolean
enable_ssl
Optional

Enable SSL termination and offload for traffic from clients. Allowed with any value in Enterprise, Essentials, Basic, Enterprise with Cloud Services edition.

boolean
horizon_internal_ports
Optional

Used for Horizon deployment. If set used for L7 redirect. Field introduced in 21.1.3. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.

boolean
is_active_ftp_data_port
Optional

Source port used by VS for active FTP data connections. Field introduced in 22.1.1. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.

boolean
is_passive_ftp_data_port
Optional

Source port used by VS for passive FTP data connections.Change in this flag is disruptive update. Field introduced in 31.1.1. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.

string
override_application_profile_ref
Optional

Enable application layer specific features for the this specific service. It is a reference to an object of type ApplicationProfile. Field introduced in 17.2.4. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.

string
override_network_profile_ref
Optional

Override the network profile for this specific service port. It is a reference to an object of type NetworkProfile. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.

integer As uint32 As uint32
port
Required

The Virtual Service's port number. Allowed values are 0-65535. Allowed with any value in Enterprise, Essentials, Basic, Enterprise with Cloud Services edition.

integer As uint32 As uint32
port_range_end
Optional

The end of the Virtual Service's port number range. Allowed values are 1-65535. Special values are 0- single port. Allowed with any value in Enterprise, Essentials, Basic, Enterprise with Cloud Services edition.