Skip to main content

Get Radius Configuration of Element (v2.0)

GET 

/v2.0/api/tenants/:tenant_id/elements/:element_id/radii/:radius_id

List the radius configuration of an element.

Request

Path Parameters

    tenant_id stringrequired

    The tenant ID.

    element_id stringrequired

    The element ID.

    radius_id stringrequired

    The radius configuration ID.

Responses

Successful Operation

Schema
    description

    The element radius description. Max limit = 256.

    id string

    The element radius ID.

    name stringrequired

    The name of the radius server.

    override_indicator string[]

    The override indicator. Certain configurations can be overridden from RADIUS server using the user policy.

    radius_configuration RadiusConfiguration[]

    The details of the radius configuration parameters.

  • Array [
  • accounting_port int32

    The radius configuration accounting port number between 1-65535. Default port is 1813.

    authentication_port int32

    The radius configuration authentication port number between 1-65535. Default port is 1812.

    ip_version int32

    The version of the IP.

    priority int32

    The priority value between 1-255. Lower the priority number, higher is the priority.

    retain_shared_secret boolean

    If the shared secret is retained. Value = True/False.

    server_ip_address string

    The valid IP address (IPv4).

    shared_secret string

    The shared secret, the length of the secret must be between 8-64 characters.

    shared_secret_encrypted string

    The encrypted shared secret. Value = True.

  • ]
  • radius_profile_id string

    The radius profile ID.

    source_interface_id string

    The source interface ID of the selected port.

    tags string[]

    A information field that can be added to identify the radius server. Maximum 10 unique tags of length 128 each are allowed.

Loading...