{
  "lastUpdated": "2023-10-26 19:38:23",
  "nodepools": [
    {
      "nodepool": {
        "id": "1",
        "labels": [
          "nodepool1",
          "ABC"
        ],
        "nodes": [
          {
            "node": {
              "id": "1",
              "labels": [
                "Node 1"
              ],
              "metrics": {
                "cpu-usage-percent": 80,
                "memory-usage-percent": 67
              },
              "hardware": {
                "cpu_cores": 4,
                "memory_in_mb": 8192
              }
            }
          },
          {
            "node": {
              "id": "2",
              "labels": [
                "Node 2"
              ],
              "metrics": {
                "cpu-usage-percent": 70,
                "memory-usage-percent": 26
              },
              "hardware": {
                "cpu_cores": 2,
                "memory_in_mb": 4096
              }
            }
          }
        ]
      }
    },
    {
      "nodepool": {
        "id": "2",
        "labels": [
          "nodepool2",
          "X"
        ],
        "nodes": [
          {
            "node": {
              "id": "3",
              "labels": [
                "Node 3"
              ],
              "metrics": {
                "cpu-usage-percent": 80,
                "memory-usage-percent": 12
              },
              "hardware": {
                "cpu_cores": 4,
                "memory_in_mb": 8192
              }
            }
          },
          {
            "node": {
              "id": "4",
              "labels": [
                "Node 4"
              ],
              "metrics": {
                "cpu-usage-percent": 70,
                "memory-usage-percent": 26
              },
              "hardware": {
                "cpu_cores": 2,
                "memory_in_mb": 4096
              }
            }
          }
        ]
      }
    },
    {
      "nodepool": {
        "id": "3",
        "labels": [
          "nodepool3",
          "Z"
        ],
        "nodes": [
          {
            "node": {
              "id": "5",
              "labels": [
                "Node 5",
                "NEW_LB"
              ],
              "metrics": {
                "cpu-usage-percent": 80,
                "memory-usage-percent": 51
              },
              "hardware": {
                "cpu_cores": 4,
                "memory_in_mb": 8192
              }
            }
          },
          {
            "node": {
              "id": "6",
              "labels": [
                "Node 6"
              ],
              "metrics": {
                "cpu-usage-percent": 70,
                "memory-usage-percent": 25
              },
              "hardware": {
                "cpu_cores": 2,
                "memory_in_mb": 4096
              }
            }
          }
        ]
      }
    }
  ],
  "networks": [
    {
      "network": {
        "nodepool_a_id": "1",
        "nodepool_b_id": "2"
      }
    },
    {
      "network": {
        "nodepool_a_id": "3",
        "nodepool_b_id": "4"
      }
    },
    {
      "network": {
        "nodepool_a_id": "4",
        "nodepool_b_id": "2"
      }
    }
  ],
  "jobs": [
    {
      "profile": {
        "name": "profile1",
        "weights": [
          {
            "weight": {
              "model_name": "model1",
              "model_weight": 0.5
            }
          }
        ]
      },
      "job": {
        "id": "1",
        "pods": [
          {
            "pod": {
              "policies": [
                {
                  "policy": {
                    "required_labels": [
                      "required_labels 1"
                    ],
                    "rejected_labels": [
                      "rejected_labels 2"
                    ],
                    "prefered_labels": [
                      "prefered_labels 3"
                    ],
                    "retracted_labels": [
                      "retracted_labels 4"
                    ]
                  }
                }
              ]
            }
          },
          {
            "pod": {
              "policies": [
                {
                  "policy": {
                    "required_labels": [
                      "required_labels 2"
                    ],
                    "rejected_labels": [
                      "rejected_labels 2"
                    ],
                    "prefered_labels": [
                      "prefered_labels 3"
                    ],
                    "retracted_labels": [
                      "retracted_labels 4"
                    ]
                  }
                }
              ]
            }
          }
        ]
      }
    }
  ]
}