API Documentation

Last Update: 28 December 2022

GET api/FortigateUserSSLVPN



Request Information


URI Parameters

None.


Body Parameters

None.

Response Information


Resource Description
Collection of FortigateUserSSLVPN
Name Description Type Additional information
ID

integer

None.

ReportDate

date

None.

HostID

integer

None.

Index

integer

None.

UserName

string

None.

SrcIP

string

None.

TunnelIP

string

None.

UserLocalID

integer

None.

RecordStatus

integer

None.

Response Formats
application/json, text/json
Sample:
[
  {
    "$id": "1",
    "ID": 1,
    "ReportDate": "2024-11-21T06:25:54.576815+00:00",
    "HostID": 3,
    "Index": 4,
    "UserName": "sample string 5",
    "SrcIP": "sample string 6",
    "TunnelIP": "sample string 7",
    "UserLocalID": 8,
    "RecordStatus": 9
  },
  {
    "$ref": "1"
  }
]