v1

latestOpenAPI 3.1.02026-07-26650108.9 KB

/bmus/{id}

get/bmus/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": [
    {
      "id": "7a7fd57e-6736-4d81-8f05-c4a29123c6023",
      "public_id": 1,
      "name": "BMU APItest",
      "state": "linked",
      "type": "Bmu",
      "apply_changes_state": "succeed",
      "api_token": "1d006010-f174-4525-1234-331115d165b1"
    }
  ]
}