Overview
This API call only applies to Armor Complete users.
The Get SSL/VPN API displays a list of users with their corresponding SSL/VPN access in various environments.
Sample request
GET https://api.armor.com/sslvpn
Input
The following table describes the different parts of this API call:
API Call / URL | Method / Type |
---|---|
/sslvpn | GET |
There are no parameters for this API call.
Sample return
Status | Response |
---|---|
202 | [ { "id": 3, "location": "DFW01", "zone": "dfw01-vc01", "users": [ { "id": 5, "firstName": "Test", "lastName": "Account", "email": "user@example.com", "isSslVpnEnabled": true } ] } ] |
400 | Bad Request |