v1

latestOpenAPI 3.1.02026-07-26650108.9 KB

/mikrotikS/{id}

get/mikrotiks/id

Response

200

statusinteger

Example response

{
  "status": 200,
  "meta": {
    "object": "server_configuration",
    "pagination": {
      "total_records": 1,
      "total_pages": 1,
      "per_page": 20,
      "current_page": 1
    }
  },
  "data": [
    {
      "public_id": 9,
      "name": "Mikrotik hAP ac",
      "state": "linked",
      "type": "Mikrotik",
      "apply_changes_state": "succeed",
      "host": "9.9.9.9",
      "port": "8282",
      "user": "test",
      "pass": "RZjPsf4Xl8pq5SrfUtVevP5rm3s=--BW132Dj4IaURUtM4--8q+JaUMxQT9uoLdA8GScKQ==",
      "web_proxy_enabled": true,
      "web_proxy_port": "8099"
    }
  ]
}