Service
Request a service document located at the entry point of the API application.
URL=https://<servername>:8443/api/
Return value |
Type |
Description |
---|---|---|
status |
String |
Status of the connection. |
apiVersion |
String |
Version of the FortiNAC api software. |
productCopyright |
String |
Fortinet copyright information for the REST api module. |
productName |
String |
FortiNAC official product name. |
productVersion |
String |
FortiNAC software version number. |
Example XML format:
<serviceDocument>
<status>success</status>
<apiVersion>1.0</apiVersion>
<productCopyright>© 1999-2013 Fortinet. All rights reserved.</productCopyright>
<productName>FortiNAC Server</productName>
<productVersion>6.2.3.56</productVersion>
</serviceDocument>