IPs

List

get

Retrieve Criteria IP List of a session server with the specified ID.

Path parameters
idinteger · int32Required

The ID of a session server for which to retrieve the Criteria settings.

Responses
200

Success

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

Add

post

Add an IP to the IP List of the Criteria settings.

Path parameters
idinteger · int32Required

The ID of a session server for which to modify the Criteria settings.

Body

Add an IP to the Criteria IP list

ipstring | nullableRequired

Value that represents the IP

ipTypestring · enumRequired

IP Version

Possible values:
Responses
post
/api/MFA/{id}/Criteria/IPs

No content

Remove

delete

Remove an IP from the IP List of the Criteria settings.

Path parameters
idinteger · int32Required

The ID of a session server for which to modify the Criteria settings.

Body

Remove an IP from the Criteria IP list

ipstring | nullableRequired

Value that represents the IP

ipTypestring · enumRequired

IP Version

Possible values:
Responses
delete
/api/MFA/{id}/Criteria/IPs

No content

Was this helpful?