get-ssl-vpn-account-list
- Print
- PDF
get-ssl-vpn-account-list
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
It views the list of SSL VPN accounts registered in Data Box Frame.
GET https://{endpoint}/export/get-ssl-vpn-account-list
Requests
Request parameters
Parameter name | Requirement status | Type | Restrictions | Description |
---|---|---|---|---|
dataBoxFrameNo | Yes | Integer | Data Box Frame number | |
dataBoxNo | Yes | Integer | Data Box number |
Responses
HTTP status code | Description |
---|---|
200 | Success |
400 | Request information error |
401 | Authentication failed |
403 | No permission to request information |
404 | Resource not found |
500 | Server error |
Examples
Request examples
GET https://databoxframe.apigw.ntruss.com/api/v1/export/get-ssl-vpn-account-list?dataBoxFrameNo=1046&dataBoxNo=194
Response examples
{
"content": [
{
"sslVpnNo": "-",
"vpnId": "-",
"email": "-",
"countryCode": "82",
"phoneNumber": "-"
}
]
}
Properties
Items | Requirement status | Type | Restrictions | Description |
---|---|---|---|---|
sslVpnNo | Yes | String | SSL VPN ID number | |
vpnId | Yes | String | SSL VPN ID | |
Yes | String | Email registered to VPN ID (provided as masked) | ||
countryCode | Yes | String | Country code | |
phoneNumber | Yes | String | Phone number registered to VPN ID (provided as masked) |
Errors
HTTP Status Code | Return code | Description |
---|---|---|
200 | - | Successful normal request |
400 | 10001, 130*** | Request information and parameter error |
403 | 10002 | No permission to request information |
404 | 10009 | Resource not found |
500 | 130000 | Service internal error |
500 | 139999 | Integration service API call error |
Was this article helpful?