Radius Auto Info
Retrieve information about MFA Radius Auto Info List.
The ID of a MFA for which to retrieve the MFA Radius Auto Info List.
GET /api/MFA/{id}/RadiusAutoInfo HTTP/1.1
Host:
Accept: */*
{
"id": 1,
"priority": 1,
"autoSend": true,
"command": "text",
"enabled": true,
"image": [
"100 = Alert",
"101 = Message",
"102 = Email",
"103 = Call",
"104 = Chat",
"105 = Flag"
],
"description": "text",
"actionMessage": "text",
"title": "text"
}
Add a new Radius Auto Info to a site.
MFA settings
Add a Gateway IP exclusion to Multi-factor authentication settings
RADIUS Automation command
Whether the RADIUS Automation is enabled/disabled
Image Type
RADIUS Automation title
RADIUS Automation action message
RADIUS Automation description
POST /api/MFA/{id}/RadiusAutoInfo HTTP/1.1
Host:
Content-Type: application/json; api-version=1.0
Accept: */*
Content-Length: 185
{
"command": "text",
"enabled": true,
"image": [
"100 = Alert",
"101 = Message",
"102 = Email",
"103 = Call",
"104 = Chat",
"105 = Flag"
],
"title": "text",
"actionMessage": "text",
"description": "text"
}
{
"id": 1,
"priority": 1,
"autoSend": true,
"command": "text",
"enabled": true,
"image": [
"100 = Alert",
"101 = Message",
"102 = Email",
"103 = Call",
"104 = Chat",
"105 = Flag"
],
"description": "text",
"actionMessage": "text",
"title": "text"
}
Update Radius Auto Info from a site.
The ID of a MFA to update a RadiusAutoInfo from the site.
The ID of a RadiusAutoInfo to update.
Whether the RADIUS Automation autoSend is enabled or not
RADIUS Automation command
Whether the RADIUS Automation is enabled/disabled
Image Type
RADIUS Automation description
RADIUS Automation action message
RADIUS Automation title
Move Direction.
PUT /api/MFA/{id}/RadiusAutoInfo/{radiusautoid} HTTP/1.1
Host:
Content-Type: application/json; api-version=1.0
Accept: */*
Content-Length: 237
{
"autoSend": true,
"command": "text",
"enabled": true,
"image": [
"100 = Alert",
"101 = Message",
"102 = Email",
"103 = Call",
"104 = Chat",
"105 = Flag"
],
"description": "text",
"actionMessage": "text",
"newTitle": "text",
"priority": [
"0 = Up",
"1 = Down"
]
}
No content
Delete a Radius Auto Info from a site.
The ID of a MFA to remove a RadiusAutoInfo from the site.
The ID of a RadiusAutoInfo to remove from the site.
DELETE /api/MFA/{id}/RadiusAutoInfo/{radiusautoid} HTTP/1.1
Host:
Accept: */*
No content
Last updated
Was this helpful?