Skip to main content

Get Specific Radius Configuration Status (v2.0)

GET 

/sdwan/v2.0/api/elements/:element_id/radii/:radius_id/status

List a specific radius configuration status for a radius configuration corresponding to a tenant and element.

Request

Path Parameters

    element_id stringrequired

    The element ID.

    radius_id stringrequired

    The radius configuration ID.

Responses

Successful Operation

Schema
    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.

    description

    The element radius description. Max limit = 256.

    disabled boolean

    Indicates if the element radius server is disabled.

    disabled_reason string

    The reason for the element radius server to be disabled.

    element_id string

    The element ID.

    id string

    The ID.

    inactive boolean

    Indicates if the element radius server is inactive.

    inactive_reason string

    The reason for the element radius server to be inactive.

    ip_address string

    The IP address.

    ip_version int32

    The version of the IP.

    name string

    The name of the radius server.

    priority int32

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

    radius_id string

    The radius ID.

    region string

    The region of the radius.

    source_interface_id string

    The source interface ID of the selected port.

Loading...