Browse Source

Export a rancid platform.

Joe Clarke 1 year ago
parent
commit
5bccdbef6f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      www/status_api.php

+ 1 - 0
www/status_api.php

@@ -98,6 +98,7 @@ while ($row = $res->fetch()) {
     }
     $target['ipv4'] = $sw_row['ip_address'];
     $target['location'] = $sw_row['location'];
+    $target['platform'] = "ietfcisco";
     array_push($infra, $target);
 }