Provides manufacturer data (model, CPU, OS license, etc.) for a given router.
cURL
curl --request GET \ --url https://api.altostrat.io/api/routers/{router_id}/oem \ --header 'Authorization: Bearer <token>'
{ "status": "<string>", "data": { "category": "<string>", "slug": "<string>", "archived": true, "name": "<string>", "model": "<string>", "short_description": "<string>", "product_details": "<string>", "architecture": "<string>", "cpu": "<string>", "cpu_core_count": "<string>", "cpu_nominal_frequency": "<string>", "switch_chip_model": "<string>", "router_os_license": "<string>", "operating_system": "<string>", "ram": "<string>", "storage_size": "<string>", "storage_type": "<string>", "mtbf": "<string>", "tested_ambient_temperature": "<string>", "price": "<string>", "banner": "<string>", "thumbnail": "<string>" } }
Use the Authorization: Bearer <token> header format
Authorization: Bearer <token>
The UUID of the router.
OEM info object
The response is of type object.
object
Was this page helpful?