Skip to content
Start here

Protocols

List Spectrum application protocols
spectrum.protocols.list(ProtocolListParams**kwargs) -> SyncSinglePage[ProtocolListResponse]
GET/zones/{zone_id}/spectrum/protocols
ModelsExpand Collapse
class ProtocolListResponse:
description: str

The full name of the application protocol.

name: str

The short name of the application protocol.

ports: List[int]

The available listening ports for the given protocol.

transport: str

The transport layer protocol used by the application protocol