Description

Update a RADIUS VSAs

REST Name
update
Request
POST
URL
[server url][:port]/SAFe/sng_rest/api/update/radius/vsas/{identifier}
Input
Name Data Possible Values Description
vendor-id

Type

  • string

Default

  • None

Rules

  • required
  • greater_than[-1]
  • less_than[16777215]

VSA Vendor ID

RADIUS vendor ID required for VSA. Example: 0 is default, 9 is for Cisco

vsa-id

Type

  • string

Default

  • None

Rules

  • required
  • greater_than[-1]
  • less_than[65535]

VSA ID

VSA ID within this vendor's scope in this vendor specified attribute.

vsa-value-type

Type

  • Enumeration

Default

  • None

Rules

  • required

Values

  • 0 - Direct String Input
  • 1 - Channel Variable

VSA Value Type

The VSA value type that will be used in the RADIUS message.

vsa-value

Type

  • string

Default

  • None

Rules

  • required
  • alpha-dash

VSA Value

The VSA value which is based on the VSA value chosen. If the you chose Direct String Input, the VSA value entered in this text box will be forwarded directly to the RADIUS server. If you chose Channel Variable, the value inputted in the VSA Value field will be the variable used in the RADIUS message.

radius-message

Type

  • Enumeration

Default

  • in

Rules

  • required

Values

  • in - Request
  • out - Response

VSA in RADIUS Message

Decision on whether this VSA is used as an input RADIUS request or an output RADIUS response.