Get /settings/integration/vendor-oui/count/{id}
Description
Returns the Vendor OUI record with the supplied DBID.
Request Parameter
Id, the Vendor OUI record id.
Request Headers
Key |
Value |
Type |
Description |
---|---|---|---|
Authorization | Bearer <Authorization Token> | String | Authorization credential generated by FortiNAC |
Content-Type (option 1) | application/json | String | |
Content-Type (option 2) |
application/xml |
|
|
Sample Request
Request URL |
GET https://10.106.94.152:8443/api/v2/settings/integration/vendor-oui/count/1 |
Request Header |
Authorization: Bearer <Authorization_Token> Content-Type: application/json
|
Sample Response
{
"status": "string",
"errorMessage": "string",
"results": [
{
"id": 0,
"vendorCode": "string",
"vendorName": "string",
"vendorAlias": "string",
"description": "string",
"role": "string",
"registrationType": "string",
"userRegistrationType": "string"
}
],
"filtered": 0,
"total": 0
}