Saltar al contenido principal
GET
/
oem
/
product
/
{slug}
Obtener un Producto
curl --request GET \
  --url https://api.altostrat.io/oem/product/{slug}
{
  "id": 25,
  "category": "Routers Ethernet",
  "slug": "l009uigs-2haxd-in",
  "archived": false,
  "name": "L009UiGS-2HaxD-IN",
  "model": "L009UiGS-2HaxD-IN",
  "short_description": "Una gran actualización para su fiable RB2011: más funciones, mejor rendimiento y mejoras en la calidad de vida.",
  "product_details": "<p>¡La leyenda ha vuelto! Esta es una gran actualización para su fiable RB2011. Más funciones, mejor rendimiento y algunas mejoras geniales en la calidad de vida.</p>",
  "architecture": "ARM",
  "cpu": "IPQ-5018",
  "cpu_core_count": 2,
  "cpu_nominal_frequency": "800 MHz",
  "switch_chip_model": "88E6190",
  "router_os_license": 5,
  "operating_system": "RouterOS v7",
  "ram": "512 MB",
  "storage_size": "128 MB",
  "storage_type": "NAND",
  "mtbf": "Aproximadamente 200'000 horas a 25C",
  "tested_ambient_temperature": "-40°C to 70°C",
  "price": 119,
  "banner": "https://cdn.sdx.altostrat.io/l009.jpg",
  "thumbnail": "https://cdn.sdx.altostrat.io/l009_s.jpg",
  "power_specifications": [
    {
      "specification": "PoE in",
      "value": "Passive PoE"
    }
  ],
  "poe_specifications": [
    {
      "specification": "PoE in",
      "value": "Passive PoE"
    }
  ],
  "ethernet_specifications": [
    {
      "specification": "PoE in",
      "value": "Passive PoE"
    }
  ],
  "fiber_specifications": [
    {
      "specification": "PoE in",
      "value": "Passive PoE"
    }
  ],
  "wireless_specifications": [
    {
      "frequency": "2.4 GHz 802.11b/g/n/ax",
      "transmit": "28",
      "receive_sensitivity": "-99"
    }
  ],
  "wireless_capabilities": [
    {
      "specification": "PoE in",
      "value": "Passive PoE"
    }
  ],
  "peripherals": [
    {
      "item": "Serial console port",
      "value": "RJ45"
    }
  ],
  "other_specifications": [
    {
      "specification": "PoE in",
      "value": "Passive PoE"
    }
  ],
  "certifications": [
    {
      "specification": "PoE in",
      "value": "Passive PoE"
    }
  ],
  "downloads": [
    {
      "name": "L009UiGS-2HaxD-IN_brochure.pdf",
      "file": "https://cdn.sdx.altostrat.io/L009UiGS-2HaxD-IN_brochure.pdf"
    }
  ],
  "images": [
    {
      "file": "https://cdn.sdx.altostrat.io/l009_gallery_1.jpg"
    }
  ],
  "included_parts": [
    {
      "name": "24V 1.5A power adapter",
      "img": "https://cdn.sdx.altostrat.io/power_adapter.jpg"
    }
  ],
  "ethernet_test_results": [
    {
      "mode": "Bridging",
      "configuration": "none (fast path)",
      "r64bytes_kpps": "1488.1",
      "r64bytes_mbps": "761.9",
      "r512bytes_kpps": "1447.8",
      "r512bytes_mbps": "5930.2",
      "r1518bytes_kpps": "809.3",
      "r1518bytes_mbps": "9861.8"
    }
  ]
}

Path Parameters

slug
string
required

El identificador único y amigable para URL del producto.

Response

Se han recuperado con éxito todos los detalles del producto especificado.

id
integer

El identificador único del producto.

Example:

25

category
string

El nombre de la categoría del producto.

Example:

"Routers Ethernet"

slug
string

El identificador único y amigable para URL del producto.

Example:

"l009uigs-2haxd-in"

archived
boolean

Indica si el producto está archivado o descatalogado.

Example:

false

name
string

El nombre común del producto.

Example:

"L009UiGS-2HaxD-IN"

model
string

El número de modelo oficial del producto.

Example:

"L009UiGS-2HaxD-IN"

short_description
string

Un breve resumen de una frase sobre las características clave del producto.

Example:

"Una gran actualización para su fiable RB2011: más funciones, mejor rendimiento y mejoras en la calidad de vida."

product_details
string

Información detallada del producto, que a menudo contiene marcado HTML para un formato enriquecido.

Example:

"<p>¡La leyenda ha vuelto! Esta es una gran actualización para su fiable RB2011. Más funciones, mejor rendimiento y algunas mejoras geniales en la calidad de vida.</p>"

architecture
string

La arquitectura de la CPU del dispositivo.

Example:

"ARM"

cpu
string

El modelo específico de la CPU.

Example:

"IPQ-5018"

cpu_core_count
integer

El número de núcleos de la CPU.

Example:

2

cpu_nominal_frequency
string

La velocidad de reloj nominal de la CPU.

Example:

"800 MHz"

switch_chip_model
string

El modelo del chip de conmutación integrado.

Example:

"88E6190"

router_os_license
integer

El nivel de licencia de RouterOS incluido con el dispositivo.

Example:

5

operating_system
string

El sistema operativo instalado en el dispositivo.

Example:

"RouterOS v7"

ram
string

La cantidad de RAM.

Example:

"512 MB"

storage_size
string

La cantidad de almacenamiento incorporado.

Example:

"128 MB"

storage_type
string

El tipo de almacenamiento incorporado.

Example:

"NAND"

mtbf
string

Tiempo Medio Entre Fallos (MTBF), una estimación de la fiabilidad.

Example:

"Aproximadamente 200'000 horas a 25C"

tested_ambient_temperature
string

El rango de temperaturas ambiente en el que se ha probado el dispositivo.

Example:

"-40°C to 70°C"

price
number

El precio de venta al público sugerido por el fabricante (MSRP) en USD.

Example:

119

banner
string<uri>

Una URL a la imagen principal del banner del producto.

Example:

"https://cdn.sdx.altostrat.io/l009.jpg"

thumbnail
string<uri>

Una URL a la imagen en miniatura del producto.

Example:

"https://cdn.sdx.altostrat.io/l009_s.jpg"

power_specifications
object[]
poe_specifications
object[]
ethernet_specifications
object[]
fiber_specifications
object[]
wireless_specifications
object[]
wireless_capabilities
object[]
peripherals
object[]
other_specifications
object[]
certifications
object[]
downloads
object[]
images
object[]
included_parts
object[]
ethernet_test_results
object[]