Fortinet black logo

Administration Guide

Specific endpoint adapter

Copy Link
Copy Doc ID 868f1267-7299-11e9-81a4-00505692583a:865750
Download PDF

Specific endpoint adapter

Display a specific adapter on an endpoint.

URL = https://<servername>:8443/api/host/{id}/adapters

URL = https://<servername>:8443/api/host/ adapter/{adapterID}

Return value

Type

Description

Connected

Boolean

True = Endpoint is connected.

EndpointID

Integer

ID that uniquely identifies the endpoint.

id

Integer

ID that uniquely identifies the adapter.

IP address

String

IP address of the adapter, such as "192.168.1.1".

Location

String

Connection location of the adapter.

MAC Address

String

MAC address of the adapter.

Note

MAC address values are case sensitive and are stored as uppercase values.

Example XML format:

<endpointAdapterResult>

<status>success</status>

<endpointAdapters>

<connected>true</connected>

<endpointId>2831</endpointId>

<id>2847</id>

<ipAddress>172.16.49.147</ipAddress>

<location>Stk Master 1/7</location>

<macAddress>00:21:70:9A:38:AC</macAddress>

</endpointAdapters>

</endpointAdapterResult>

Specific endpoint adapter

Display a specific adapter on an endpoint.

URL = https://<servername>:8443/api/host/{id}/adapters

URL = https://<servername>:8443/api/host/ adapter/{adapterID}

Return value

Type

Description

Connected

Boolean

True = Endpoint is connected.

EndpointID

Integer

ID that uniquely identifies the endpoint.

id

Integer

ID that uniquely identifies the adapter.

IP address

String

IP address of the adapter, such as "192.168.1.1".

Location

String

Connection location of the adapter.

MAC Address

String

MAC address of the adapter.

Note

MAC address values are case sensitive and are stored as uppercase values.

Example XML format:

<endpointAdapterResult>

<status>success</status>

<endpointAdapters>

<connected>true</connected>

<endpointId>2831</endpointId>

<id>2847</id>

<ipAddress>172.16.49.147</ipAddress>

<location>Stk Master 1/7</location>

<macAddress>00:21:70:9A:38:AC</macAddress>

</endpointAdapters>

</endpointAdapterResult>