Fortinet black logo

Administration Guide

Vendor OUIs

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

Vendor OUIs

Retrieve vendor OUIs.

URL = https://<servername>:8443/api/vendoroui

Return value

Type

Description

id

Integer

Vendor OUI record ID

oui

String

Organizationally unique identifier

name

String

Vendor name

alias

String

Alternate name

description

String

Description

registration type

Integer

Type of device registration that is specified through the AutoDef Synchronization. Assigned to devices registered via the Portal page.

userRegistrationType

Integer

Overrides the type of device registration that is specified through the AutoDef Synchronization. Assigned to devices registered via the Portal page

role

String

Role assigned to devices registered via the Portal page.

Example request

curl -k -u '<username>:<password>' -H "accept: application/xml" -X GET https://<servername>:8443/api/vendoroui?oui=00:00:1d

Example XML format

<vendorOuiSearchResult>

<status>success</status>

<limit>25</limit>

<nextOffset>1</nextOffset>

<offset>0</offset>

<total>1</total>

<vendorOuis>

<vendorOui>

<id>30</id>

<oui>00:00:1D</oui>

<name>Cabletron Systems, Inc.</name>

<alias>ctron</alias>

<description>Cabletron/Enterasys</description>

<role>NAC-Default</role>

<registrationType>0</registrationType>

<userRegistrationType>0</userRegistrationType>

</vendorOui>

</vendorOuis>

</vendorOuiSearchResult>

Vendor OUIs

Retrieve vendor OUIs.

URL = https://<servername>:8443/api/vendoroui

Return value

Type

Description

id

Integer

Vendor OUI record ID

oui

String

Organizationally unique identifier

name

String

Vendor name

alias

String

Alternate name

description

String

Description

registration type

Integer

Type of device registration that is specified through the AutoDef Synchronization. Assigned to devices registered via the Portal page.

userRegistrationType

Integer

Overrides the type of device registration that is specified through the AutoDef Synchronization. Assigned to devices registered via the Portal page

role

String

Role assigned to devices registered via the Portal page.

Example request

curl -k -u '<username>:<password>' -H "accept: application/xml" -X GET https://<servername>:8443/api/vendoroui?oui=00:00:1d

Example XML format

<vendorOuiSearchResult>

<status>success</status>

<limit>25</limit>

<nextOffset>1</nextOffset>

<offset>0</offset>

<total>1</total>

<vendorOuis>

<vendorOui>

<id>30</id>

<oui>00:00:1D</oui>

<name>Cabletron Systems, Inc.</name>

<alias>ctron</alias>

<description>Cabletron/Enterasys</description>

<role>NAC-Default</role>

<registrationType>0</registrationType>

<userRegistrationType>0</userRegistrationType>

</vendorOui>

</vendorOuis>

</vendorOuiSearchResult>