Skip to content
Start here

Protocols

List Spectrum application protocols
client.spectrum.protocols.list(ProtocolListParams { zone_id } params, RequestOptionsoptions?): SinglePage<ProtocolListResponse { description, name, ports, transport } >
GET/zones/{zone_id}/spectrum/protocols
ModelsExpand Collapse
ProtocolListResponse { description, name, ports, transport }
description: string

The full name of the application protocol.

name: string

The short name of the application protocol.

ports: Array<number>

The available listening ports for the given protocol.

transport: string

The transport layer protocol used by the application protocol