Skip to main content

Get all protocol configs

GET 

/api/v1/services/:service_id/protocol-config/

Returns the list of protocol configs of a service.

Request

Path Parameters

    service_id uuidrequired

Responses

Schema

  • Array [

  • http2_enabled boolean

    Allow HTTP/2

    http3_enabled boolean

    Allow HTTP/3

    id uuidrequired
    ipv6_enabled boolean

    Enable IPv6

    service uuidrequired
  • ]

Loading...