Radius Attributes

Get Attribute

get

Retrieve a Radius Attribute List.

Path parameters
idinteger · int32Required

The ID of a MFA for which to retrieve the Radius Attribute.

Responses
200

Success

application/json; api-version=1.0
get
/api/MFA/{id}/RadiusAttr

Add Attribute

post

Add a new Radius Attribute.

Path parameters
idinteger · int32Required

MFA settings

Body

Add MFA RADIUS attribute

vendorIDinteger · int32Required

RADIUS attribute vendor ID

attributeIDinteger · int32Required

RADIUS attribute ID

valuestring | nullableRequired

RADIUS attribute value The value has many forms:IP, Number, String, and Time. When setting the time it is expected that the time value is in epoch time.

radiusAttrNamestring | nullableRequired

RADIUS attribute name

vendorstring | nullableRequired

RADIUS attribute vendor name

attributeTypestring · enumRequired

RADIUS attribute type

Possible values:
Responses
post
/api/MFA/{id}/RadiusAttr

Delete Attribute

delete

Delete a Radius Attribute from a site.

Path parameters
idinteger · int32Required

The ID of a RadiusAttr to remove from the site.

Body
vendorIDinteger · int32Required

RADIUS attribute vendor ID

attributeIDinteger · int32Required

RADIUS attribute ID

valuestring | nullableRequired

RADIUS attribute value The value has many forms:IP, Number, String, and Time. When setting the time it is expected that the time value is in epoch time.

radiusAttrNamestring | nullableRequired

RADIUS attribute name

vendorstring | nullableRequired

RADIUS attribute vendor name

attributeTypestring · enumRequired

RADIUS attribute type

Possible values:
Responses
delete
/api/MFA/{id}/RadiusAttr

No content

Last updated

Was this helpful?