Skip to main content

List authentication portals

GET 

/authentication-portals

Retreive a list of authentication portals.

Request

Query Parameters

    name string

    The name of the configuration resource

    folder string

    The folder in which the resource is defined

    snippet string

    The snippet in which the resource is defined

    device string

    The device in which the resource is defined

    limit number

    Default value: 200

    The maximum number of results per page

    offset number

    Default value: 0

    The offset into the list of results returned

Responses

OK

Schema
    data object[]
  • Array [
  • id stringrequired

    The UUID of the authentication portal

    authentication_profile string

    The authentication profile

    certificate_profile string

    The certificate profile

    gp_udp_port integer

    Possible values: >= 1 and <= 65535

    The UDP port for inbound authentication prompts

    idle_timer integer

    Possible values: >= 1 and <= 1440

    The idle timeout value (minutes)

    redirect_host stringrequired

    The authentication portal IP address or hostname

    tls_service_profile string

    The SSL/TLS service profile

    timer integer

    Possible values: >= 1 and <= 1440

  • ]
  • limit number

    Default value: 200

    offset number

    Default value: 0

    total number
Loading...