{
  "openapi": "3.1.0",
  "info": {
    "title": "",
    "version": "1.0.0"
  },
  "paths": {
    "/ne/v1/deviceTypes": {
      "get": {
        "tags": [
          "Setup"
        ],
        "operationId": "getVirtualDevicesUsingGET",
        "description": "The parameters and request body are for method: getVirtualDevicesUsingGET. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "deviceTypeCode": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "description": {
                            "type": "string"
                          },
                          "vendor": {
                            "type": "string"
                          },
                          "category": {
                            "type": "string"
                          },
                          "maxInterfaceCount": {
                            "type": "number"
                          },
                          "defaultInterfaceCount": {
                            "type": "number"
                          },
                          "clusterMaxInterfaceCount": {
                            "type": "number"
                          },
                          "clusterDefaultInterfaceCount": {
                            "type": "number"
                          },
                          "availableMetros": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "metroCode": {
                                  "type": "string"
                                },
                                "metroDescription": {
                                  "type": "string"
                                },
                                "region": {
                                  "type": "string"
                                },
                                "availableZones": {
                                  "type": "array",
                                  "items": {
                                    "type": "object",
                                    "properties": {
                                      "zoneCode": {
                                        "type": "string"
                                      },
                                      "zoneName": {
                                        "type": "string"
                                      },
                                      "clusterSupported": {
                                        "type": "boolean"
                                      }
                                    }
                                  }
                                }
                              }
                            }
                          },
                          "softwarePackages": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "name": {
                                  "type": "string"
                                },
                                "packageCode": {
                                  "type": "string"
                                },
                                "licenseType": {
                                  "type": "string"
                                },
                                "versionDetails": {
                                  "type": "array",
                                  "items": {
                                    "type": "object",
                                    "properties": {
                                      "cause": {
                                        "type": "object"
                                      },
                                      "version": {
                                        "type": "string"
                                      },
                                      "imageName": {
                                        "type": "string"
                                      },
                                      "versionDate": {
                                        "type": "object",
                                        "properties": {
                                          "date": {
                                            "type": "number"
                                          },
                                          "day": {
                                            "type": "number"
                                          },
                                          "hours": {
                                            "type": "number"
                                          },
                                          "minutes": {
                                            "type": "number"
                                          },
                                          "month": {
                                            "type": "number"
                                          },
                                          "seconds": {
                                            "type": "number"
                                          },
                                          "time": {
                                            "type": "number"
                                          },
                                          "timezoneOffset": {
                                            "type": "number"
                                          },
                                          "year": {
                                            "type": "number"
                                          }
                                        }
                                      },
                                      "status": {
                                        "type": "string"
                                      },
                                      "stableVersion": {
                                        "type": "boolean"
                                      },
                                      "allowedUpgradableVersions": {
                                        "type": "array",
                                        "items": {
                                          "type": "string"
                                        }
                                      }
                                    }
                                  }
                                }
                              }
                            }
                          },
                          "deviceManagementTypes": {
                            "type": "object",
                            "properties": {
                              "EQUINIX-CONFIGURED": {
                                "type": "object",
                                "properties": {
                                  "type": {
                                    "type": "string"
                                  },
                                  "licenseOptions": {
                                    "type": "object",
                                    "properties": {
                                      "SUB": {
                                        "type": "object",
                                        "properties": {
                                          "type": {
                                            "type": "string"
                                          },
                                          "name": {
                                            "type": "string"
                                          },
                                          "fileUploadSupportedCluster": {
                                            "type": "boolean"
                                          },
                                          "cores": {
                                            "type": "array",
                                            "items": {
                                              "type": "object",
                                              "properties": {
                                                "core": {
                                                  "type": "number"
                                                },
                                                "memory": {
                                                  "type": "number"
                                                },
                                                "unit": {
                                                  "type": "string"
                                                },
                                                "flavor": {
                                                  "type": "string"
                                                },
                                                "packageCodes": {
                                                  "type": "array",
                                                  "items": {
                                                    "type": "object",
                                                    "properties": {
                                                      "packageCode": {
                                                        "type": "string"
                                                      },
                                                      "excludedVersions": {
                                                        "type": "array",
                                                        "items": {
                                                          "type": "string"
                                                        }
                                                      },
                                                      "excludedClusterVersions": {
                                                        "type": "array",
                                                        "items": {
                                                          "type": "string"
                                                        }
                                                      },
                                                      "throughputs": {
                                                        "type": "array",
                                                        "items": {
                                                          "type": "object",
                                                          "properties": {
                                                            "supported": {
                                                              "type": "boolean"
                                                            },
                                                            "throughput": {
                                                              "type": "string"
                                                            },
                                                            "throughputUnit": {
                                                              "type": "string"
                                                            }
                                                          }
                                                        }
                                                      },
                                                      "supported": {
                                                        "type": "boolean"
                                                      }
                                                    }
                                                  }
                                                },
                                                "supported": {
                                                  "type": "boolean"
                                                }
                                              }
                                            }
                                          }
                                        }
                                      },
                                      "BYOL": {
                                        "type": "object",
                                        "properties": {
                                          "type": {
                                            "type": "string"
                                          },
                                          "name": {
                                            "type": "string"
                                          },
                                          "fileUploadSupportedCluster": {
                                            "type": "boolean"
                                          },
                                          "cores": {
                                            "type": "array",
                                            "items": {
                                              "type": "object",
                                              "properties": {
                                                "core": {
                                                  "type": "number"
                                                },
                                                "memory": {
                                                  "type": "number"
                                                },
                                                "unit": {
                                                  "type": "string"
                                                },
                                                "flavor": {
                                                  "type": "string"
                                                },
                                                "packageCodes": {
                                                  "type": "array",
                                                  "items": {
                                                    "type": "object",
                                                    "properties": {
                                                      "packageCode": {
                                                        "type": "string"
                                                      },
                                                      "excludedVersions": {
                                                        "type": "array",
                                                        "items": {
                                                          "type": "string"
                                                        }
                                                      },
                                                      "excludedClusterVersions": {
                                                        "type": "array",
                                                        "items": {
                                                          "type": "string"
                                                        }
                                                      },
                                                      "throughputs": {
                                                        "type": "array",
                                                        "items": {
                                                          "type": "object",
                                                          "properties": {
                                                            "supported": {
                                                              "type": "boolean"
                                                            },
                                                            "throughput": {
                                                              "type": "string"
                                                            },
                                                            "throughputUnit": {
                                                              "type": "string"
                                                            }
                                                          }
                                                        }
                                                      },
                                                      "supported": {
                                                        "type": "boolean"
                                                      }
                                                    }
                                                  }
                                                },
                                                "supported": {
                                                  "type": "boolean"
                                                }
                                              }
                                            }
                                          }
                                        }
                                      }
                                    }
                                  },
                                  "supportedServices": {
                                    "type": "array",
                                    "items": {
                                      "type": "object",
                                      "properties": {
                                        "name": {
                                          "type": "string"
                                        },
                                        "required": {
                                          "type": "boolean"
                                        },
                                        "packageCodes": {
                                          "type": "array",
                                          "items": {
                                            "type": "string"
                                          }
                                        },
                                        "supportedForClustering": {
                                          "type": "boolean"
                                        }
                                      }
                                    }
                                  },
                                  "additionalFields": {
                                    "type": "array",
                                    "items": {
                                      "type": "object",
                                      "properties": {
                                        "name": {
                                          "type": "string"
                                        },
                                        "required": {
                                          "type": "boolean"
                                        },
                                        "isSameValueAllowedForPrimaryAndSecondary": {
                                          "type": "boolean"
                                        }
                                      }
                                    }
                                  },
                                  "clusteringDetails": {
                                    "type": "object",
                                    "properties": {
                                      "clusteringEnabled": {
                                        "type": "boolean"
                                      },
                                      "maxAllowedNodes": {
                                        "type": "number"
                                      }
                                    }
                                  }
                                }
                              },
                              "SELF-CONFIGURED": {
                                "type": "object",
                                "properties": {
                                  "type": {
                                    "type": "string"
                                  },
                                  "licenseOptions": {
                                    "type": "object",
                                    "properties": {
                                      "SUB": {
                                        "type": "object"
                                      },
                                      "BYOL": {
                                        "type": "object"
                                      }
                                    }
                                  },
                                  "supportedServices": {
                                    "type": "array",
                                    "items": {
                                      "type": "object",
                                      "properties": {
                                        "name": {
                                          "type": "string"
                                        },
                                        "required": {
                                          "type": "boolean"
                                        },
                                        "packageCodes": {
                                          "type": "array",
                                          "items": {
                                            "type": "string"
                                          }
                                        },
                                        "supportedForClustering": {
                                          "type": "boolean"
                                        }
                                      }
                                    }
                                  },
                                  "additionalFields": {
                                    "type": "array",
                                    "items": {
                                      "type": "object",
                                      "properties": {
                                        "name": {
                                          "type": "string"
                                        },
                                        "required": {
                                          "type": "boolean"
                                        },
                                        "isSameValueAllowedForPrimaryAndSecondary": {
                                          "type": "boolean"
                                        }
                                      }
                                    }
                                  },
                                  "defaultAcls": {
                                    "type": "object",
                                    "properties": {
                                      "dnsServers": {
                                        "type": "array",
                                        "items": {
                                          "type": "string"
                                        }
                                      },
                                      "ntpServers": {
                                        "type": "array",
                                        "items": {
                                          "type": "string"
                                        }
                                      }
                                    }
                                  },
                                  "clusteringDetails": {
                                    "type": "object",
                                    "properties": {
                                      "clusteringEnabled": {
                                        "type": "boolean"
                                      },
                                      "maxAllowedNodes": {
                                        "type": "number"
                                      }
                                    }
                                  }
                                }
                              }
                            }
                          }
                        }
                      }
                    },
                    "pagination": {
                      "type": "object",
                      "properties": {
                        "offset": {
                          "type": "number"
                        },
                        "limit": {
                          "type": "number"
                        },
                        "total": {
                          "type": "number"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "data": [
                    {
                      "deviceTypeCode": "CSR1000V",
                      "name": "CSR 1000V",
                      "description": "Extend your enterprise network to public and private clouds with the CSR 1000V series.",
                      "vendor": "Cisco",
                      "category": "ROUTER",
                      "maxInterfaceCount": 10,
                      "defaultInterfaceCount": 3,
                      "clusterMaxInterfaceCount": 1,
                      "clusterDefaultInterfaceCount": 4,
                      "availableMetros": [
                        {
                          "metroCode": "DC",
                          "metroDescription": "Ashburn",
                          "region": "AMER",
                          "availableZones": [
                            {
                              "zoneCode": "Zone1",
                              "zoneName": "Zone 1",
                              "clusterSupported": false
                            }
                          ]
                        },
                        {
                          "metroCode": "DC",
                          "metroDescription": "Ashburn",
                          "region": "AMER",
                          "availableZones": [
                            {
                              "zoneCode": "Zone1",
                              "zoneName": "Zone 1",
                              "clusterSupported": true
                            },
                            {
                              "zoneCode": "Zone1",
                              "zoneName": "Zone 1",
                              "clusterSupported": true
                            },
                            {
                              "zoneCode": "Zone1",
                              "zoneName": "Zone 1",
                              "clusterSupported": false
                            },
                            {
                              "zoneCode": "Zone1",
                              "zoneName": "Zone 1",
                              "clusterSupported": true
                            },
                            {
                              "zoneCode": "Zone1",
                              "zoneName": "Zone 1",
                              "clusterSupported": false
                            },
                            {
                              "zoneCode": "Zone1",
                              "zoneName": "Zone 1",
                              "clusterSupported": false
                            },
                            {
                              "zoneCode": "Zone1",
                              "zoneName": "Zone 1",
                              "clusterSupported": false
                            },
                            {
                              "zoneCode": "Zone1",
                              "zoneName": "Zone 1",
                              "clusterSupported": true
                            },
                            {
                              "zoneCode": "Zone1",
                              "zoneName": "Zone 1",
                              "clusterSupported": false
                            }
                          ]
                        },
                        {
                          "metroCode": "DC",
                          "metroDescription": "Ashburn",
                          "region": "AMER",
                          "availableZones": [
                            {
                              "zoneCode": "Zone1",
                              "zoneName": "Zone 1",
                              "clusterSupported": false
                            },
                            {
                              "zoneCode": "Zone1",
                              "zoneName": "Zone 1",
                              "clusterSupported": false
                            },
                            {
                              "zoneCode": "Zone1",
                              "zoneName": "Zone 1",
                              "clusterSupported": true
                            },
                            {
                              "zoneCode": "Zone1",
                              "zoneName": "Zone 1",
                              "clusterSupported": false
                            },
                            {
                              "zoneCode": "Zone1",
                              "zoneName": "Zone 1",
                              "clusterSupported": false
                            },
                            {
                              "zoneCode": "Zone1",
                              "zoneName": "Zone 1",
                              "clusterSupported": true
                            },
                            {
                              "zoneCode": "Zone1",
                              "zoneName": "Zone 1",
                              "clusterSupported": true
                            }
                          ]
                        }
                      ],
                      "softwarePackages": [
                        {
                          "name": "Security",
                          "packageCode": "SEC",
                          "licenseType": "appx",
                          "versionDetails": [
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            }
                          ]
                        },
                        {
                          "name": "Security",
                          "packageCode": "SEC",
                          "licenseType": "appx",
                          "versionDetails": [
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03"
                              ]
                            }
                          ]
                        },
                        {
                          "name": "Security",
                          "packageCode": "SEC",
                          "licenseType": "appx",
                          "versionDetails": [
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            }
                          ]
                        }
                      ],
                      "deviceManagementTypes": {
                        "EQUINIX-CONFIGURED": {
                          "type": "EQUINIX-CONFIGURED",
                          "licenseOptions": {
                            "SUB": {
                              "type": "string",
                              "name": "string",
                              "fileUploadSupportedCluster": false,
                              "cores": [
                                {
                                  "core": 4,
                                  "memory": 4,
                                  "unit": "GB",
                                  "flavor": "Small",
                                  "packageCodes": [
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    }
                                  ],
                                  "supported": false
                                },
                                {
                                  "core": 4,
                                  "memory": 4,
                                  "unit": "GB",
                                  "flavor": "Small",
                                  "packageCodes": [
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    }
                                  ],
                                  "supported": true
                                },
                                {
                                  "core": 4,
                                  "memory": 4,
                                  "unit": "GB",
                                  "flavor": "Small",
                                  "packageCodes": [
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    }
                                  ],
                                  "supported": true
                                }
                              ]
                            },
                            "BYOL": {
                              "type": "string",
                              "name": "string",
                              "fileUploadSupportedCluster": true,
                              "cores": [
                                {
                                  "core": 4,
                                  "memory": 4,
                                  "unit": "GB",
                                  "flavor": "Small",
                                  "packageCodes": [
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    }
                                  ],
                                  "supported": true
                                },
                                {
                                  "core": 4,
                                  "memory": 4,
                                  "unit": "GB",
                                  "flavor": "Small",
                                  "packageCodes": [
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    }
                                  ],
                                  "supported": false
                                },
                                {
                                  "core": 4,
                                  "memory": 4,
                                  "unit": "GB",
                                  "flavor": "Small",
                                  "packageCodes": [
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    }
                                  ],
                                  "supported": true
                                },
                                {
                                  "core": 4,
                                  "memory": 4,
                                  "unit": "GB",
                                  "flavor": "Small",
                                  "packageCodes": [
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    }
                                  ],
                                  "supported": true
                                },
                                {
                                  "core": 4,
                                  "memory": 4,
                                  "unit": "GB",
                                  "flavor": "Small",
                                  "packageCodes": [
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    }
                                  ],
                                  "supported": false
                                },
                                {
                                  "core": 4,
                                  "memory": 4,
                                  "unit": "GB",
                                  "flavor": "Small",
                                  "packageCodes": [
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    }
                                  ],
                                  "supported": true
                                }
                              ]
                            }
                          },
                          "supportedServices": [
                            {
                              "name": "string",
                              "required": true,
                              "packageCodes": [
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD"
                              ],
                              "supportedForClustering": false
                            },
                            {
                              "name": "string",
                              "required": false,
                              "packageCodes": [
                                "STD",
                                "STD",
                                "STD"
                              ],
                              "supportedForClustering": false
                            },
                            {
                              "name": "string",
                              "required": true,
                              "packageCodes": [
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD"
                              ],
                              "supportedForClustering": false
                            },
                            {
                              "name": "string",
                              "required": false,
                              "packageCodes": [
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD"
                              ],
                              "supportedForClustering": true
                            },
                            {
                              "name": "string",
                              "required": false,
                              "packageCodes": [
                                "STD",
                                "STD",
                                "STD",
                                "STD"
                              ],
                              "supportedForClustering": false
                            }
                          ],
                          "additionalFields": [
                            {
                              "name": "string",
                              "required": false,
                              "isSameValueAllowedForPrimaryAndSecondary": false
                            },
                            {
                              "name": "string",
                              "required": true,
                              "isSameValueAllowedForPrimaryAndSecondary": false
                            },
                            {
                              "name": "string",
                              "required": true,
                              "isSameValueAllowedForPrimaryAndSecondary": false
                            },
                            {
                              "name": "string",
                              "required": false,
                              "isSameValueAllowedForPrimaryAndSecondary": true
                            },
                            {
                              "name": "string",
                              "required": false,
                              "isSameValueAllowedForPrimaryAndSecondary": true
                            },
                            {
                              "name": "string",
                              "required": false,
                              "isSameValueAllowedForPrimaryAndSecondary": false
                            },
                            {
                              "name": "string",
                              "required": true,
                              "isSameValueAllowedForPrimaryAndSecondary": false
                            },
                            {
                              "name": "string",
                              "required": true,
                              "isSameValueAllowedForPrimaryAndSecondary": true
                            },
                            {
                              "name": "string",
                              "required": false,
                              "isSameValueAllowedForPrimaryAndSecondary": true
                            }
                          ],
                          "clusteringDetails": {
                            "clusteringEnabled": false,
                            "maxAllowedNodes": 8
                          }
                        },
                        "SELF-CONFIGURED": {
                          "type": "SELF-CONFIGURED",
                          "licenseOptions": {
                            "SUB": {},
                            "BYOL": {}
                          },
                          "supportedServices": [
                            {
                              "name": "string",
                              "required": false,
                              "packageCodes": [
                                "STD",
                                "STD",
                                "STD"
                              ],
                              "supportedForClustering": true
                            },
                            {
                              "name": "string",
                              "required": false,
                              "packageCodes": [
                                "STD"
                              ],
                              "supportedForClustering": true
                            },
                            {
                              "name": "string",
                              "required": false,
                              "packageCodes": [
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD"
                              ],
                              "supportedForClustering": true
                            },
                            {
                              "name": "string",
                              "required": false,
                              "packageCodes": [
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD"
                              ],
                              "supportedForClustering": false
                            },
                            {
                              "name": "string",
                              "required": false,
                              "packageCodes": [
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD"
                              ],
                              "supportedForClustering": true
                            },
                            {
                              "name": "string",
                              "required": true,
                              "packageCodes": [
                                "STD",
                                "STD",
                                "STD"
                              ],
                              "supportedForClustering": true
                            },
                            {
                              "name": "string",
                              "required": true,
                              "packageCodes": [
                                "STD"
                              ],
                              "supportedForClustering": true
                            },
                            {
                              "name": "string",
                              "required": false,
                              "packageCodes": [
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD"
                              ],
                              "supportedForClustering": false
                            }
                          ],
                          "additionalFields": [
                            {
                              "name": "string",
                              "required": false,
                              "isSameValueAllowedForPrimaryAndSecondary": false
                            },
                            {
                              "name": "string",
                              "required": false,
                              "isSameValueAllowedForPrimaryAndSecondary": true
                            },
                            {
                              "name": "string",
                              "required": true,
                              "isSameValueAllowedForPrimaryAndSecondary": false
                            },
                            {
                              "name": "string",
                              "required": false,
                              "isSameValueAllowedForPrimaryAndSecondary": true
                            },
                            {
                              "name": "string",
                              "required": true,
                              "isSameValueAllowedForPrimaryAndSecondary": false
                            }
                          ],
                          "defaultAcls": {
                            "dnsServers": [
                              "8.8.8.8",
                              "8.8.8.8",
                              "8.8.8.8",
                              "8.8.8.8",
                              "8.8.8.8",
                              "8.8.8.8"
                            ],
                            "ntpServers": [
                              "STD"
                            ]
                          },
                          "clusteringDetails": {
                            "clusteringEnabled": false,
                            "maxAllowedNodes": 9
                          }
                        }
                      }
                    },
                    {
                      "deviceTypeCode": "CSR1000V",
                      "name": "CSR 1000V",
                      "description": "Extend your enterprise network to public and private clouds with the CSR 1000V series.",
                      "vendor": "Cisco",
                      "category": "ROUTER",
                      "maxInterfaceCount": 3,
                      "defaultInterfaceCount": 6,
                      "clusterMaxInterfaceCount": 7,
                      "clusterDefaultInterfaceCount": 1,
                      "availableMetros": [
                        {
                          "metroCode": "DC",
                          "metroDescription": "Ashburn",
                          "region": "AMER",
                          "availableZones": [
                            {
                              "zoneCode": "Zone1",
                              "zoneName": "Zone 1",
                              "clusterSupported": true
                            },
                            {
                              "zoneCode": "Zone1",
                              "zoneName": "Zone 1",
                              "clusterSupported": true
                            }
                          ]
                        }
                      ],
                      "softwarePackages": [
                        {
                          "name": "Security",
                          "packageCode": "SEC",
                          "licenseType": "appx",
                          "versionDetails": [
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            }
                          ]
                        },
                        {
                          "name": "Security",
                          "packageCode": "SEC",
                          "licenseType": "appx",
                          "versionDetails": [
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            }
                          ]
                        },
                        {
                          "name": "Security",
                          "packageCode": "SEC",
                          "licenseType": "appx",
                          "versionDetails": [
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            }
                          ]
                        }
                      ],
                      "deviceManagementTypes": {
                        "EQUINIX-CONFIGURED": {
                          "type": "EQUINIX-CONFIGURED",
                          "licenseOptions": {
                            "SUB": {
                              "type": "string",
                              "name": "string",
                              "fileUploadSupportedCluster": false,
                              "cores": [
                                {
                                  "core": 4,
                                  "memory": 4,
                                  "unit": "GB",
                                  "flavor": "Small",
                                  "packageCodes": [
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    }
                                  ],
                                  "supported": true
                                },
                                {
                                  "core": 4,
                                  "memory": 4,
                                  "unit": "GB",
                                  "flavor": "Small",
                                  "packageCodes": [
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    }
                                  ],
                                  "supported": true
                                },
                                {
                                  "core": 4,
                                  "memory": 4,
                                  "unit": "GB",
                                  "flavor": "Small",
                                  "packageCodes": [
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    }
                                  ],
                                  "supported": false
                                },
                                {
                                  "core": 4,
                                  "memory": 4,
                                  "unit": "GB",
                                  "flavor": "Small",
                                  "packageCodes": [
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    }
                                  ],
                                  "supported": true
                                },
                                {
                                  "core": 4,
                                  "memory": 4,
                                  "unit": "GB",
                                  "flavor": "Small",
                                  "packageCodes": [
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    }
                                  ],
                                  "supported": true
                                }
                              ]
                            },
                            "BYOL": {
                              "type": "string",
                              "name": "string",
                              "fileUploadSupportedCluster": false,
                              "cores": [
                                {
                                  "core": 4,
                                  "memory": 4,
                                  "unit": "GB",
                                  "flavor": "Small",
                                  "packageCodes": [
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    }
                                  ],
                                  "supported": true
                                },
                                {
                                  "core": 4,
                                  "memory": 4,
                                  "unit": "GB",
                                  "flavor": "Small",
                                  "packageCodes": [
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    }
                                  ],
                                  "supported": false
                                },
                                {
                                  "core": 4,
                                  "memory": 4,
                                  "unit": "GB",
                                  "flavor": "Small",
                                  "packageCodes": [
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    }
                                  ],
                                  "supported": false
                                },
                                {
                                  "core": 4,
                                  "memory": 4,
                                  "unit": "GB",
                                  "flavor": "Small",
                                  "packageCodes": [
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    }
                                  ],
                                  "supported": false
                                }
                              ]
                            }
                          },
                          "supportedServices": [
                            {
                              "name": "string",
                              "required": false,
                              "packageCodes": [
                                "STD",
                                "STD",
                                "STD"
                              ],
                              "supportedForClustering": true
                            },
                            {
                              "name": "string",
                              "required": false,
                              "packageCodes": [
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD"
                              ],
                              "supportedForClustering": false
                            },
                            {
                              "name": "string",
                              "required": false,
                              "packageCodes": [
                                "STD",
                                "STD",
                                "STD"
                              ],
                              "supportedForClustering": true
                            },
                            {
                              "name": "string",
                              "required": true,
                              "packageCodes": [
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD"
                              ],
                              "supportedForClustering": true
                            },
                            {
                              "name": "string",
                              "required": true,
                              "packageCodes": [
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD"
                              ],
                              "supportedForClustering": false
                            },
                            {
                              "name": "string",
                              "required": true,
                              "packageCodes": [
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD"
                              ],
                              "supportedForClustering": false
                            }
                          ],
                          "additionalFields": [
                            {
                              "name": "string",
                              "required": true,
                              "isSameValueAllowedForPrimaryAndSecondary": true
                            },
                            {
                              "name": "string",
                              "required": true,
                              "isSameValueAllowedForPrimaryAndSecondary": false
                            },
                            {
                              "name": "string",
                              "required": true,
                              "isSameValueAllowedForPrimaryAndSecondary": false
                            },
                            {
                              "name": "string",
                              "required": true,
                              "isSameValueAllowedForPrimaryAndSecondary": false
                            },
                            {
                              "name": "string",
                              "required": false,
                              "isSameValueAllowedForPrimaryAndSecondary": false
                            },
                            {
                              "name": "string",
                              "required": true,
                              "isSameValueAllowedForPrimaryAndSecondary": true
                            }
                          ],
                          "clusteringDetails": {
                            "clusteringEnabled": true,
                            "maxAllowedNodes": 4
                          }
                        },
                        "SELF-CONFIGURED": {
                          "type": "SELF-CONFIGURED",
                          "licenseOptions": {
                            "SUB": {},
                            "BYOL": {}
                          },
                          "supportedServices": [
                            {
                              "name": "string",
                              "required": true,
                              "packageCodes": [
                                "STD",
                                "STD",
                                "STD",
                                "STD"
                              ],
                              "supportedForClustering": false
                            },
                            {
                              "name": "string",
                              "required": false,
                              "packageCodes": [
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD"
                              ],
                              "supportedForClustering": false
                            },
                            {
                              "name": "string",
                              "required": false,
                              "packageCodes": [
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD"
                              ],
                              "supportedForClustering": false
                            },
                            {
                              "name": "string",
                              "required": true,
                              "packageCodes": [
                                "STD",
                                "STD",
                                "STD"
                              ],
                              "supportedForClustering": false
                            },
                            {
                              "name": "string",
                              "required": true,
                              "packageCodes": [
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD"
                              ],
                              "supportedForClustering": true
                            }
                          ],
                          "additionalFields": [
                            {
                              "name": "string",
                              "required": false,
                              "isSameValueAllowedForPrimaryAndSecondary": false
                            },
                            {
                              "name": "string",
                              "required": false,
                              "isSameValueAllowedForPrimaryAndSecondary": false
                            }
                          ],
                          "defaultAcls": {
                            "dnsServers": [
                              "8.8.8.8",
                              "8.8.8.8",
                              "8.8.8.8",
                              "8.8.8.8",
                              "8.8.8.8",
                              "8.8.8.8",
                              "8.8.8.8",
                              "8.8.8.8"
                            ],
                            "ntpServers": [
                              "STD",
                              "STD",
                              "STD",
                              "STD",
                              "STD",
                              "STD"
                            ]
                          },
                          "clusteringDetails": {
                            "clusteringEnabled": true,
                            "maxAllowedNodes": 6
                          }
                        }
                      }
                    },
                    {
                      "deviceTypeCode": "CSR1000V",
                      "name": "CSR 1000V",
                      "description": "Extend your enterprise network to public and private clouds with the CSR 1000V series.",
                      "vendor": "Cisco",
                      "category": "ROUTER",
                      "maxInterfaceCount": 6,
                      "defaultInterfaceCount": 4,
                      "clusterMaxInterfaceCount": 3,
                      "clusterDefaultInterfaceCount": 5,
                      "availableMetros": [
                        {
                          "metroCode": "DC",
                          "metroDescription": "Ashburn",
                          "region": "AMER",
                          "availableZones": [
                            {
                              "zoneCode": "Zone1",
                              "zoneName": "Zone 1",
                              "clusterSupported": false
                            },
                            {
                              "zoneCode": "Zone1",
                              "zoneName": "Zone 1",
                              "clusterSupported": false
                            },
                            {
                              "zoneCode": "Zone1",
                              "zoneName": "Zone 1",
                              "clusterSupported": true
                            },
                            {
                              "zoneCode": "Zone1",
                              "zoneName": "Zone 1",
                              "clusterSupported": true
                            },
                            {
                              "zoneCode": "Zone1",
                              "zoneName": "Zone 1",
                              "clusterSupported": false
                            },
                            {
                              "zoneCode": "Zone1",
                              "zoneName": "Zone 1",
                              "clusterSupported": true
                            }
                          ]
                        },
                        {
                          "metroCode": "DC",
                          "metroDescription": "Ashburn",
                          "region": "AMER",
                          "availableZones": [
                            {
                              "zoneCode": "Zone1",
                              "zoneName": "Zone 1",
                              "clusterSupported": false
                            },
                            {
                              "zoneCode": "Zone1",
                              "zoneName": "Zone 1",
                              "clusterSupported": false
                            },
                            {
                              "zoneCode": "Zone1",
                              "zoneName": "Zone 1",
                              "clusterSupported": true
                            },
                            {
                              "zoneCode": "Zone1",
                              "zoneName": "Zone 1",
                              "clusterSupported": false
                            },
                            {
                              "zoneCode": "Zone1",
                              "zoneName": "Zone 1",
                              "clusterSupported": false
                            },
                            {
                              "zoneCode": "Zone1",
                              "zoneName": "Zone 1",
                              "clusterSupported": false
                            },
                            {
                              "zoneCode": "Zone1",
                              "zoneName": "Zone 1",
                              "clusterSupported": false
                            },
                            {
                              "zoneCode": "Zone1",
                              "zoneName": "Zone 1",
                              "clusterSupported": false
                            }
                          ]
                        }
                      ],
                      "softwarePackages": [
                        {
                          "name": "Security",
                          "packageCode": "SEC",
                          "licenseType": "appx",
                          "versionDetails": [
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            }
                          ]
                        },
                        {
                          "name": "Security",
                          "packageCode": "SEC",
                          "licenseType": "appx",
                          "versionDetails": [
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            }
                          ]
                        },
                        {
                          "name": "Security",
                          "packageCode": "SEC",
                          "licenseType": "appx",
                          "versionDetails": [
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            }
                          ]
                        },
                        {
                          "name": "Security",
                          "packageCode": "SEC",
                          "licenseType": "appx",
                          "versionDetails": [
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            }
                          ]
                        },
                        {
                          "name": "Security",
                          "packageCode": "SEC",
                          "licenseType": "appx",
                          "versionDetails": [
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03"
                              ]
                            }
                          ]
                        },
                        {
                          "name": "Security",
                          "packageCode": "SEC",
                          "licenseType": "appx",
                          "versionDetails": [
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            }
                          ]
                        },
                        {
                          "name": "Security",
                          "packageCode": "SEC",
                          "licenseType": "appx",
                          "versionDetails": [
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            }
                          ]
                        }
                      ],
                      "deviceManagementTypes": {
                        "EQUINIX-CONFIGURED": {
                          "type": "EQUINIX-CONFIGURED",
                          "licenseOptions": {
                            "SUB": {
                              "type": "string",
                              "name": "string",
                              "fileUploadSupportedCluster": true,
                              "cores": [
                                {
                                  "core": 4,
                                  "memory": 4,
                                  "unit": "GB",
                                  "flavor": "Small",
                                  "packageCodes": [
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    }
                                  ],
                                  "supported": true
                                },
                                {
                                  "core": 4,
                                  "memory": 4,
                                  "unit": "GB",
                                  "flavor": "Small",
                                  "packageCodes": [
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    }
                                  ],
                                  "supported": false
                                },
                                {
                                  "core": 4,
                                  "memory": 4,
                                  "unit": "GB",
                                  "flavor": "Small",
                                  "packageCodes": [
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    }
                                  ],
                                  "supported": false
                                },
                                {
                                  "core": 4,
                                  "memory": 4,
                                  "unit": "GB",
                                  "flavor": "Small",
                                  "packageCodes": [
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    }
                                  ],
                                  "supported": false
                                },
                                {
                                  "core": 4,
                                  "memory": 4,
                                  "unit": "GB",
                                  "flavor": "Small",
                                  "packageCodes": [
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    }
                                  ],
                                  "supported": false
                                },
                                {
                                  "core": 4,
                                  "memory": 4,
                                  "unit": "GB",
                                  "flavor": "Small",
                                  "packageCodes": [
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    }
                                  ],
                                  "supported": true
                                },
                                {
                                  "core": 4,
                                  "memory": 4,
                                  "unit": "GB",
                                  "flavor": "Small",
                                  "packageCodes": [
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    }
                                  ],
                                  "supported": true
                                },
                                {
                                  "core": 4,
                                  "memory": 4,
                                  "unit": "GB",
                                  "flavor": "Small",
                                  "packageCodes": [
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    }
                                  ],
                                  "supported": true
                                },
                                {
                                  "core": 4,
                                  "memory": 4,
                                  "unit": "GB",
                                  "flavor": "Small",
                                  "packageCodes": [
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    }
                                  ],
                                  "supported": false
                                }
                              ]
                            },
                            "BYOL": {
                              "type": "string",
                              "name": "string",
                              "fileUploadSupportedCluster": true,
                              "cores": [
                                {
                                  "core": 4,
                                  "memory": 4,
                                  "unit": "GB",
                                  "flavor": "Small",
                                  "packageCodes": [
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    }
                                  ],
                                  "supported": false
                                },
                                {
                                  "core": 4,
                                  "memory": 4,
                                  "unit": "GB",
                                  "flavor": "Small",
                                  "packageCodes": [
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    }
                                  ],
                                  "supported": false
                                }
                              ]
                            }
                          },
                          "supportedServices": [
                            {
                              "name": "string",
                              "required": false,
                              "packageCodes": [
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD"
                              ],
                              "supportedForClustering": true
                            },
                            {
                              "name": "string",
                              "required": false,
                              "packageCodes": [
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD"
                              ],
                              "supportedForClustering": true
                            }
                          ],
                          "additionalFields": [
                            {
                              "name": "string",
                              "required": false,
                              "isSameValueAllowedForPrimaryAndSecondary": false
                            },
                            {
                              "name": "string",
                              "required": false,
                              "isSameValueAllowedForPrimaryAndSecondary": true
                            },
                            {
                              "name": "string",
                              "required": false,
                              "isSameValueAllowedForPrimaryAndSecondary": true
                            },
                            {
                              "name": "string",
                              "required": true,
                              "isSameValueAllowedForPrimaryAndSecondary": true
                            },
                            {
                              "name": "string",
                              "required": false,
                              "isSameValueAllowedForPrimaryAndSecondary": false
                            },
                            {
                              "name": "string",
                              "required": true,
                              "isSameValueAllowedForPrimaryAndSecondary": false
                            }
                          ],
                          "clusteringDetails": {
                            "clusteringEnabled": true,
                            "maxAllowedNodes": 8
                          }
                        },
                        "SELF-CONFIGURED": {
                          "type": "SELF-CONFIGURED",
                          "licenseOptions": {
                            "SUB": {},
                            "BYOL": {}
                          },
                          "supportedServices": [
                            {
                              "name": "string",
                              "required": true,
                              "packageCodes": [
                                "STD"
                              ],
                              "supportedForClustering": true
                            },
                            {
                              "name": "string",
                              "required": true,
                              "packageCodes": [
                                "STD",
                                "STD"
                              ],
                              "supportedForClustering": true
                            },
                            {
                              "name": "string",
                              "required": true,
                              "packageCodes": [
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD"
                              ],
                              "supportedForClustering": true
                            },
                            {
                              "name": "string",
                              "required": true,
                              "packageCodes": [
                                "STD",
                                "STD",
                                "STD"
                              ],
                              "supportedForClustering": true
                            },
                            {
                              "name": "string",
                              "required": true,
                              "packageCodes": [
                                "STD",
                                "STD"
                              ],
                              "supportedForClustering": true
                            },
                            {
                              "name": "string",
                              "required": false,
                              "packageCodes": [
                                "STD"
                              ],
                              "supportedForClustering": false
                            },
                            {
                              "name": "string",
                              "required": true,
                              "packageCodes": [
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD"
                              ],
                              "supportedForClustering": false
                            },
                            {
                              "name": "string",
                              "required": false,
                              "packageCodes": [
                                "STD",
                                "STD"
                              ],
                              "supportedForClustering": false
                            },
                            {
                              "name": "string",
                              "required": false,
                              "packageCodes": [
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD"
                              ],
                              "supportedForClustering": false
                            },
                            {
                              "name": "string",
                              "required": true,
                              "packageCodes": [
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD"
                              ],
                              "supportedForClustering": false
                            }
                          ],
                          "additionalFields": [
                            {
                              "name": "string",
                              "required": true,
                              "isSameValueAllowedForPrimaryAndSecondary": true
                            },
                            {
                              "name": "string",
                              "required": false,
                              "isSameValueAllowedForPrimaryAndSecondary": true
                            },
                            {
                              "name": "string",
                              "required": true,
                              "isSameValueAllowedForPrimaryAndSecondary": false
                            }
                          ],
                          "defaultAcls": {
                            "dnsServers": [
                              "8.8.8.8",
                              "8.8.8.8",
                              "8.8.8.8",
                              "8.8.8.8",
                              "8.8.8.8",
                              "8.8.8.8",
                              "8.8.8.8",
                              "8.8.8.8",
                              "8.8.8.8"
                            ],
                            "ntpServers": [
                              "STD",
                              "STD"
                            ]
                          },
                          "clusteringDetails": {
                            "clusteringEnabled": true,
                            "maxAllowedNodes": 1
                          }
                        }
                      }
                    },
                    {
                      "deviceTypeCode": "CSR1000V",
                      "name": "CSR 1000V",
                      "description": "Extend your enterprise network to public and private clouds with the CSR 1000V series.",
                      "vendor": "Cisco",
                      "category": "ROUTER",
                      "maxInterfaceCount": 1,
                      "defaultInterfaceCount": 6,
                      "clusterMaxInterfaceCount": 7,
                      "clusterDefaultInterfaceCount": 10,
                      "availableMetros": [
                        {
                          "metroCode": "DC",
                          "metroDescription": "Ashburn",
                          "region": "AMER",
                          "availableZones": [
                            {
                              "zoneCode": "Zone1",
                              "zoneName": "Zone 1",
                              "clusterSupported": false
                            },
                            {
                              "zoneCode": "Zone1",
                              "zoneName": "Zone 1",
                              "clusterSupported": true
                            },
                            {
                              "zoneCode": "Zone1",
                              "zoneName": "Zone 1",
                              "clusterSupported": true
                            },
                            {
                              "zoneCode": "Zone1",
                              "zoneName": "Zone 1",
                              "clusterSupported": true
                            },
                            {
                              "zoneCode": "Zone1",
                              "zoneName": "Zone 1",
                              "clusterSupported": true
                            },
                            {
                              "zoneCode": "Zone1",
                              "zoneName": "Zone 1",
                              "clusterSupported": false
                            },
                            {
                              "zoneCode": "Zone1",
                              "zoneName": "Zone 1",
                              "clusterSupported": true
                            },
                            {
                              "zoneCode": "Zone1",
                              "zoneName": "Zone 1",
                              "clusterSupported": true
                            },
                            {
                              "zoneCode": "Zone1",
                              "zoneName": "Zone 1",
                              "clusterSupported": false
                            },
                            {
                              "zoneCode": "Zone1",
                              "zoneName": "Zone 1",
                              "clusterSupported": false
                            }
                          ]
                        },
                        {
                          "metroCode": "DC",
                          "metroDescription": "Ashburn",
                          "region": "AMER",
                          "availableZones": [
                            {
                              "zoneCode": "Zone1",
                              "zoneName": "Zone 1",
                              "clusterSupported": false
                            },
                            {
                              "zoneCode": "Zone1",
                              "zoneName": "Zone 1",
                              "clusterSupported": true
                            },
                            {
                              "zoneCode": "Zone1",
                              "zoneName": "Zone 1",
                              "clusterSupported": false
                            },
                            {
                              "zoneCode": "Zone1",
                              "zoneName": "Zone 1",
                              "clusterSupported": false
                            },
                            {
                              "zoneCode": "Zone1",
                              "zoneName": "Zone 1",
                              "clusterSupported": true
                            },
                            {
                              "zoneCode": "Zone1",
                              "zoneName": "Zone 1",
                              "clusterSupported": false
                            },
                            {
                              "zoneCode": "Zone1",
                              "zoneName": "Zone 1",
                              "clusterSupported": false
                            },
                            {
                              "zoneCode": "Zone1",
                              "zoneName": "Zone 1",
                              "clusterSupported": true
                            },
                            {
                              "zoneCode": "Zone1",
                              "zoneName": "Zone 1",
                              "clusterSupported": true
                            },
                            {
                              "zoneCode": "Zone1",
                              "zoneName": "Zone 1",
                              "clusterSupported": true
                            }
                          ]
                        },
                        {
                          "metroCode": "DC",
                          "metroDescription": "Ashburn",
                          "region": "AMER",
                          "availableZones": [
                            {
                              "zoneCode": "Zone1",
                              "zoneName": "Zone 1",
                              "clusterSupported": true
                            }
                          ]
                        },
                        {
                          "metroCode": "DC",
                          "metroDescription": "Ashburn",
                          "region": "AMER",
                          "availableZones": [
                            {
                              "zoneCode": "Zone1",
                              "zoneName": "Zone 1",
                              "clusterSupported": true
                            },
                            {
                              "zoneCode": "Zone1",
                              "zoneName": "Zone 1",
                              "clusterSupported": false
                            },
                            {
                              "zoneCode": "Zone1",
                              "zoneName": "Zone 1",
                              "clusterSupported": false
                            }
                          ]
                        }
                      ],
                      "softwarePackages": [
                        {
                          "name": "Security",
                          "packageCode": "SEC",
                          "licenseType": "appx",
                          "versionDetails": [
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            }
                          ]
                        },
                        {
                          "name": "Security",
                          "packageCode": "SEC",
                          "licenseType": "appx",
                          "versionDetails": [
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            }
                          ]
                        },
                        {
                          "name": "Security",
                          "packageCode": "SEC",
                          "licenseType": "appx",
                          "versionDetails": [
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03"
                              ]
                            }
                          ]
                        },
                        {
                          "name": "Security",
                          "packageCode": "SEC",
                          "licenseType": "appx",
                          "versionDetails": [
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03"
                              ]
                            }
                          ]
                        },
                        {
                          "name": "Security",
                          "packageCode": "SEC",
                          "licenseType": "appx",
                          "versionDetails": [
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            }
                          ]
                        },
                        {
                          "name": "Security",
                          "packageCode": "SEC",
                          "licenseType": "appx",
                          "versionDetails": [
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            }
                          ]
                        },
                        {
                          "name": "Security",
                          "packageCode": "SEC",
                          "licenseType": "appx",
                          "versionDetails": [
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            }
                          ]
                        },
                        {
                          "name": "Security",
                          "packageCode": "SEC",
                          "licenseType": "appx",
                          "versionDetails": [
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            }
                          ]
                        },
                        {
                          "name": "Security",
                          "packageCode": "SEC",
                          "licenseType": "appx",
                          "versionDetails": [
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            }
                          ]
                        },
                        {
                          "name": "Security",
                          "packageCode": "SEC",
                          "licenseType": "appx",
                          "versionDetails": [
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03"
                              ]
                            }
                          ]
                        }
                      ],
                      "deviceManagementTypes": {
                        "EQUINIX-CONFIGURED": {
                          "type": "EQUINIX-CONFIGURED",
                          "licenseOptions": {
                            "SUB": {
                              "type": "string",
                              "name": "string",
                              "fileUploadSupportedCluster": false,
                              "cores": [
                                {
                                  "core": 4,
                                  "memory": 4,
                                  "unit": "GB",
                                  "flavor": "Small",
                                  "packageCodes": [
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    }
                                  ],
                                  "supported": false
                                },
                                {
                                  "core": 4,
                                  "memory": 4,
                                  "unit": "GB",
                                  "flavor": "Small",
                                  "packageCodes": [
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    }
                                  ],
                                  "supported": false
                                },
                                {
                                  "core": 4,
                                  "memory": 4,
                                  "unit": "GB",
                                  "flavor": "Small",
                                  "packageCodes": [
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    }
                                  ],
                                  "supported": false
                                },
                                {
                                  "core": 4,
                                  "memory": 4,
                                  "unit": "GB",
                                  "flavor": "Small",
                                  "packageCodes": [
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    }
                                  ],
                                  "supported": false
                                },
                                {
                                  "core": 4,
                                  "memory": 4,
                                  "unit": "GB",
                                  "flavor": "Small",
                                  "packageCodes": [
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    }
                                  ],
                                  "supported": true
                                },
                                {
                                  "core": 4,
                                  "memory": 4,
                                  "unit": "GB",
                                  "flavor": "Small",
                                  "packageCodes": [
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    }
                                  ],
                                  "supported": true
                                },
                                {
                                  "core": 4,
                                  "memory": 4,
                                  "unit": "GB",
                                  "flavor": "Small",
                                  "packageCodes": [
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    }
                                  ],
                                  "supported": true
                                },
                                {
                                  "core": 4,
                                  "memory": 4,
                                  "unit": "GB",
                                  "flavor": "Small",
                                  "packageCodes": [
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    }
                                  ],
                                  "supported": true
                                },
                                {
                                  "core": 4,
                                  "memory": 4,
                                  "unit": "GB",
                                  "flavor": "Small",
                                  "packageCodes": [
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    }
                                  ],
                                  "supported": false
                                }
                              ]
                            },
                            "BYOL": {
                              "type": "string",
                              "name": "string",
                              "fileUploadSupportedCluster": false,
                              "cores": [
                                {
                                  "core": 4,
                                  "memory": 4,
                                  "unit": "GB",
                                  "flavor": "Small",
                                  "packageCodes": [
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    }
                                  ],
                                  "supported": false
                                },
                                {
                                  "core": 4,
                                  "memory": 4,
                                  "unit": "GB",
                                  "flavor": "Small",
                                  "packageCodes": [
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    }
                                  ],
                                  "supported": true
                                }
                              ]
                            }
                          },
                          "supportedServices": [
                            {
                              "name": "string",
                              "required": false,
                              "packageCodes": [
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD"
                              ],
                              "supportedForClustering": false
                            },
                            {
                              "name": "string",
                              "required": true,
                              "packageCodes": [
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD"
                              ],
                              "supportedForClustering": false
                            },
                            {
                              "name": "string",
                              "required": true,
                              "packageCodes": [
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD"
                              ],
                              "supportedForClustering": false
                            },
                            {
                              "name": "string",
                              "required": false,
                              "packageCodes": [
                                "STD",
                                "STD",
                                "STD"
                              ],
                              "supportedForClustering": true
                            }
                          ],
                          "additionalFields": [
                            {
                              "name": "string",
                              "required": false,
                              "isSameValueAllowedForPrimaryAndSecondary": true
                            },
                            {
                              "name": "string",
                              "required": true,
                              "isSameValueAllowedForPrimaryAndSecondary": false
                            },
                            {
                              "name": "string",
                              "required": true,
                              "isSameValueAllowedForPrimaryAndSecondary": true
                            },
                            {
                              "name": "string",
                              "required": true,
                              "isSameValueAllowedForPrimaryAndSecondary": false
                            },
                            {
                              "name": "string",
                              "required": false,
                              "isSameValueAllowedForPrimaryAndSecondary": false
                            },
                            {
                              "name": "string",
                              "required": true,
                              "isSameValueAllowedForPrimaryAndSecondary": true
                            },
                            {
                              "name": "string",
                              "required": true,
                              "isSameValueAllowedForPrimaryAndSecondary": true
                            }
                          ],
                          "clusteringDetails": {
                            "clusteringEnabled": false,
                            "maxAllowedNodes": 9
                          }
                        },
                        "SELF-CONFIGURED": {
                          "type": "SELF-CONFIGURED",
                          "licenseOptions": {
                            "SUB": {},
                            "BYOL": {}
                          },
                          "supportedServices": [
                            {
                              "name": "string",
                              "required": false,
                              "packageCodes": [
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD"
                              ],
                              "supportedForClustering": true
                            },
                            {
                              "name": "string",
                              "required": false,
                              "packageCodes": [
                                "STD",
                                "STD",
                                "STD",
                                "STD"
                              ],
                              "supportedForClustering": false
                            },
                            {
                              "name": "string",
                              "required": true,
                              "packageCodes": [
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD"
                              ],
                              "supportedForClustering": false
                            },
                            {
                              "name": "string",
                              "required": false,
                              "packageCodes": [
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD"
                              ],
                              "supportedForClustering": true
                            },
                            {
                              "name": "string",
                              "required": false,
                              "packageCodes": [
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD"
                              ],
                              "supportedForClustering": false
                            },
                            {
                              "name": "string",
                              "required": true,
                              "packageCodes": [
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD"
                              ],
                              "supportedForClustering": true
                            },
                            {
                              "name": "string",
                              "required": false,
                              "packageCodes": [
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD"
                              ],
                              "supportedForClustering": false
                            },
                            {
                              "name": "string",
                              "required": true,
                              "packageCodes": [
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD"
                              ],
                              "supportedForClustering": true
                            }
                          ],
                          "additionalFields": [
                            {
                              "name": "string",
                              "required": true,
                              "isSameValueAllowedForPrimaryAndSecondary": true
                            },
                            {
                              "name": "string",
                              "required": true,
                              "isSameValueAllowedForPrimaryAndSecondary": true
                            },
                            {
                              "name": "string",
                              "required": true,
                              "isSameValueAllowedForPrimaryAndSecondary": true
                            },
                            {
                              "name": "string",
                              "required": true,
                              "isSameValueAllowedForPrimaryAndSecondary": false
                            },
                            {
                              "name": "string",
                              "required": true,
                              "isSameValueAllowedForPrimaryAndSecondary": false
                            },
                            {
                              "name": "string",
                              "required": true,
                              "isSameValueAllowedForPrimaryAndSecondary": false
                            },
                            {
                              "name": "string",
                              "required": false,
                              "isSameValueAllowedForPrimaryAndSecondary": true
                            }
                          ],
                          "defaultAcls": {
                            "dnsServers": [
                              "8.8.8.8",
                              "8.8.8.8",
                              "8.8.8.8",
                              "8.8.8.8",
                              "8.8.8.8",
                              "8.8.8.8",
                              "8.8.8.8",
                              "8.8.8.8"
                            ],
                            "ntpServers": [
                              "STD"
                            ]
                          },
                          "clusteringDetails": {
                            "clusteringEnabled": true,
                            "maxAllowedNodes": 4
                          }
                        }
                      }
                    },
                    {
                      "deviceTypeCode": "CSR1000V",
                      "name": "CSR 1000V",
                      "description": "Extend your enterprise network to public and private clouds with the CSR 1000V series.",
                      "vendor": "Cisco",
                      "category": "ROUTER",
                      "maxInterfaceCount": 6,
                      "defaultInterfaceCount": 7,
                      "clusterMaxInterfaceCount": 4,
                      "clusterDefaultInterfaceCount": 5,
                      "availableMetros": [
                        {
                          "metroCode": "DC",
                          "metroDescription": "Ashburn",
                          "region": "AMER",
                          "availableZones": [
                            {
                              "zoneCode": "Zone1",
                              "zoneName": "Zone 1",
                              "clusterSupported": false
                            },
                            {
                              "zoneCode": "Zone1",
                              "zoneName": "Zone 1",
                              "clusterSupported": false
                            },
                            {
                              "zoneCode": "Zone1",
                              "zoneName": "Zone 1",
                              "clusterSupported": true
                            }
                          ]
                        },
                        {
                          "metroCode": "DC",
                          "metroDescription": "Ashburn",
                          "region": "AMER",
                          "availableZones": [
                            {
                              "zoneCode": "Zone1",
                              "zoneName": "Zone 1",
                              "clusterSupported": true
                            },
                            {
                              "zoneCode": "Zone1",
                              "zoneName": "Zone 1",
                              "clusterSupported": false
                            }
                          ]
                        },
                        {
                          "metroCode": "DC",
                          "metroDescription": "Ashburn",
                          "region": "AMER",
                          "availableZones": [
                            {
                              "zoneCode": "Zone1",
                              "zoneName": "Zone 1",
                              "clusterSupported": false
                            },
                            {
                              "zoneCode": "Zone1",
                              "zoneName": "Zone 1",
                              "clusterSupported": false
                            },
                            {
                              "zoneCode": "Zone1",
                              "zoneName": "Zone 1",
                              "clusterSupported": false
                            },
                            {
                              "zoneCode": "Zone1",
                              "zoneName": "Zone 1",
                              "clusterSupported": true
                            },
                            {
                              "zoneCode": "Zone1",
                              "zoneName": "Zone 1",
                              "clusterSupported": false
                            },
                            {
                              "zoneCode": "Zone1",
                              "zoneName": "Zone 1",
                              "clusterSupported": true
                            },
                            {
                              "zoneCode": "Zone1",
                              "zoneName": "Zone 1",
                              "clusterSupported": true
                            },
                            {
                              "zoneCode": "Zone1",
                              "zoneName": "Zone 1",
                              "clusterSupported": true
                            }
                          ]
                        },
                        {
                          "metroCode": "DC",
                          "metroDescription": "Ashburn",
                          "region": "AMER",
                          "availableZones": [
                            {
                              "zoneCode": "Zone1",
                              "zoneName": "Zone 1",
                              "clusterSupported": true
                            },
                            {
                              "zoneCode": "Zone1",
                              "zoneName": "Zone 1",
                              "clusterSupported": false
                            },
                            {
                              "zoneCode": "Zone1",
                              "zoneName": "Zone 1",
                              "clusterSupported": true
                            },
                            {
                              "zoneCode": "Zone1",
                              "zoneName": "Zone 1",
                              "clusterSupported": false
                            },
                            {
                              "zoneCode": "Zone1",
                              "zoneName": "Zone 1",
                              "clusterSupported": false
                            }
                          ]
                        }
                      ],
                      "softwarePackages": [
                        {
                          "name": "Security",
                          "packageCode": "SEC",
                          "licenseType": "appx",
                          "versionDetails": [
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            }
                          ]
                        },
                        {
                          "name": "Security",
                          "packageCode": "SEC",
                          "licenseType": "appx",
                          "versionDetails": [
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            }
                          ]
                        },
                        {
                          "name": "Security",
                          "packageCode": "SEC",
                          "licenseType": "appx",
                          "versionDetails": [
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            }
                          ]
                        },
                        {
                          "name": "Security",
                          "packageCode": "SEC",
                          "licenseType": "appx",
                          "versionDetails": [
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03"
                              ]
                            }
                          ]
                        },
                        {
                          "name": "Security",
                          "packageCode": "SEC",
                          "licenseType": "appx",
                          "versionDetails": [
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            }
                          ]
                        },
                        {
                          "name": "Security",
                          "packageCode": "SEC",
                          "licenseType": "appx",
                          "versionDetails": [
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            }
                          ]
                        },
                        {
                          "name": "Security",
                          "packageCode": "SEC",
                          "licenseType": "appx",
                          "versionDetails": [
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            }
                          ]
                        }
                      ],
                      "deviceManagementTypes": {
                        "EQUINIX-CONFIGURED": {
                          "type": "EQUINIX-CONFIGURED",
                          "licenseOptions": {
                            "SUB": {
                              "type": "string",
                              "name": "string",
                              "fileUploadSupportedCluster": false,
                              "cores": [
                                {
                                  "core": 4,
                                  "memory": 4,
                                  "unit": "GB",
                                  "flavor": "Small",
                                  "packageCodes": [
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    }
                                  ],
                                  "supported": true
                                },
                                {
                                  "core": 4,
                                  "memory": 4,
                                  "unit": "GB",
                                  "flavor": "Small",
                                  "packageCodes": [
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    }
                                  ],
                                  "supported": true
                                },
                                {
                                  "core": 4,
                                  "memory": 4,
                                  "unit": "GB",
                                  "flavor": "Small",
                                  "packageCodes": [
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    }
                                  ],
                                  "supported": false
                                }
                              ]
                            },
                            "BYOL": {
                              "type": "string",
                              "name": "string",
                              "fileUploadSupportedCluster": true,
                              "cores": [
                                {
                                  "core": 4,
                                  "memory": 4,
                                  "unit": "GB",
                                  "flavor": "Small",
                                  "packageCodes": [
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    }
                                  ],
                                  "supported": false
                                },
                                {
                                  "core": 4,
                                  "memory": 4,
                                  "unit": "GB",
                                  "flavor": "Small",
                                  "packageCodes": [
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    }
                                  ],
                                  "supported": false
                                },
                                {
                                  "core": 4,
                                  "memory": 4,
                                  "unit": "GB",
                                  "flavor": "Small",
                                  "packageCodes": [
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    }
                                  ],
                                  "supported": false
                                },
                                {
                                  "core": 4,
                                  "memory": 4,
                                  "unit": "GB",
                                  "flavor": "Small",
                                  "packageCodes": [
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    }
                                  ],
                                  "supported": false
                                },
                                {
                                  "core": 4,
                                  "memory": 4,
                                  "unit": "GB",
                                  "flavor": "Small",
                                  "packageCodes": [
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    }
                                  ],
                                  "supported": false
                                }
                              ]
                            }
                          },
                          "supportedServices": [
                            {
                              "name": "string",
                              "required": true,
                              "packageCodes": [
                                "STD"
                              ],
                              "supportedForClustering": false
                            },
                            {
                              "name": "string",
                              "required": true,
                              "packageCodes": [
                                "STD",
                                "STD"
                              ],
                              "supportedForClustering": true
                            },
                            {
                              "name": "string",
                              "required": true,
                              "packageCodes": [
                                "STD"
                              ],
                              "supportedForClustering": false
                            },
                            {
                              "name": "string",
                              "required": false,
                              "packageCodes": [
                                "STD",
                                "STD",
                                "STD"
                              ],
                              "supportedForClustering": false
                            },
                            {
                              "name": "string",
                              "required": true,
                              "packageCodes": [
                                "STD",
                                "STD",
                                "STD",
                                "STD"
                              ],
                              "supportedForClustering": false
                            },
                            {
                              "name": "string",
                              "required": false,
                              "packageCodes": [
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD"
                              ],
                              "supportedForClustering": false
                            },
                            {
                              "name": "string",
                              "required": true,
                              "packageCodes": [
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD"
                              ],
                              "supportedForClustering": true
                            }
                          ],
                          "additionalFields": [
                            {
                              "name": "string",
                              "required": false,
                              "isSameValueAllowedForPrimaryAndSecondary": true
                            },
                            {
                              "name": "string",
                              "required": false,
                              "isSameValueAllowedForPrimaryAndSecondary": false
                            },
                            {
                              "name": "string",
                              "required": true,
                              "isSameValueAllowedForPrimaryAndSecondary": true
                            },
                            {
                              "name": "string",
                              "required": true,
                              "isSameValueAllowedForPrimaryAndSecondary": false
                            },
                            {
                              "name": "string",
                              "required": false,
                              "isSameValueAllowedForPrimaryAndSecondary": true
                            },
                            {
                              "name": "string",
                              "required": false,
                              "isSameValueAllowedForPrimaryAndSecondary": false
                            }
                          ],
                          "clusteringDetails": {
                            "clusteringEnabled": false,
                            "maxAllowedNodes": 6
                          }
                        },
                        "SELF-CONFIGURED": {
                          "type": "SELF-CONFIGURED",
                          "licenseOptions": {
                            "SUB": {},
                            "BYOL": {}
                          },
                          "supportedServices": [
                            {
                              "name": "string",
                              "required": false,
                              "packageCodes": [
                                "STD",
                                "STD",
                                "STD",
                                "STD"
                              ],
                              "supportedForClustering": true
                            },
                            {
                              "name": "string",
                              "required": false,
                              "packageCodes": [
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD"
                              ],
                              "supportedForClustering": true
                            },
                            {
                              "name": "string",
                              "required": true,
                              "packageCodes": [
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD"
                              ],
                              "supportedForClustering": true
                            },
                            {
                              "name": "string",
                              "required": false,
                              "packageCodes": [
                                "STD",
                                "STD",
                                "STD",
                                "STD"
                              ],
                              "supportedForClustering": false
                            }
                          ],
                          "additionalFields": [
                            {
                              "name": "string",
                              "required": false,
                              "isSameValueAllowedForPrimaryAndSecondary": true
                            },
                            {
                              "name": "string",
                              "required": false,
                              "isSameValueAllowedForPrimaryAndSecondary": true
                            },
                            {
                              "name": "string",
                              "required": true,
                              "isSameValueAllowedForPrimaryAndSecondary": true
                            },
                            {
                              "name": "string",
                              "required": false,
                              "isSameValueAllowedForPrimaryAndSecondary": true
                            },
                            {
                              "name": "string",
                              "required": true,
                              "isSameValueAllowedForPrimaryAndSecondary": false
                            }
                          ],
                          "defaultAcls": {
                            "dnsServers": [
                              "8.8.8.8",
                              "8.8.8.8",
                              "8.8.8.8",
                              "8.8.8.8",
                              "8.8.8.8",
                              "8.8.8.8",
                              "8.8.8.8",
                              "8.8.8.8",
                              "8.8.8.8",
                              "8.8.8.8"
                            ],
                            "ntpServers": [
                              "STD",
                              "STD",
                              "STD",
                              "STD",
                              "STD",
                              "STD",
                              "STD",
                              "STD",
                              "STD",
                              "STD"
                            ]
                          },
                          "clusteringDetails": {
                            "clusteringEnabled": false,
                            "maxAllowedNodes": 1
                          }
                        }
                      }
                    },
                    {
                      "deviceTypeCode": "CSR1000V",
                      "name": "CSR 1000V",
                      "description": "Extend your enterprise network to public and private clouds with the CSR 1000V series.",
                      "vendor": "Cisco",
                      "category": "ROUTER",
                      "maxInterfaceCount": 3,
                      "defaultInterfaceCount": 1,
                      "clusterMaxInterfaceCount": 1,
                      "clusterDefaultInterfaceCount": 10,
                      "availableMetros": [
                        {
                          "metroCode": "DC",
                          "metroDescription": "Ashburn",
                          "region": "AMER",
                          "availableZones": [
                            {
                              "zoneCode": "Zone1",
                              "zoneName": "Zone 1",
                              "clusterSupported": true
                            },
                            {
                              "zoneCode": "Zone1",
                              "zoneName": "Zone 1",
                              "clusterSupported": true
                            },
                            {
                              "zoneCode": "Zone1",
                              "zoneName": "Zone 1",
                              "clusterSupported": true
                            },
                            {
                              "zoneCode": "Zone1",
                              "zoneName": "Zone 1",
                              "clusterSupported": true
                            },
                            {
                              "zoneCode": "Zone1",
                              "zoneName": "Zone 1",
                              "clusterSupported": false
                            },
                            {
                              "zoneCode": "Zone1",
                              "zoneName": "Zone 1",
                              "clusterSupported": true
                            }
                          ]
                        },
                        {
                          "metroCode": "DC",
                          "metroDescription": "Ashburn",
                          "region": "AMER",
                          "availableZones": [
                            {
                              "zoneCode": "Zone1",
                              "zoneName": "Zone 1",
                              "clusterSupported": true
                            },
                            {
                              "zoneCode": "Zone1",
                              "zoneName": "Zone 1",
                              "clusterSupported": true
                            },
                            {
                              "zoneCode": "Zone1",
                              "zoneName": "Zone 1",
                              "clusterSupported": true
                            },
                            {
                              "zoneCode": "Zone1",
                              "zoneName": "Zone 1",
                              "clusterSupported": false
                            },
                            {
                              "zoneCode": "Zone1",
                              "zoneName": "Zone 1",
                              "clusterSupported": false
                            },
                            {
                              "zoneCode": "Zone1",
                              "zoneName": "Zone 1",
                              "clusterSupported": false
                            },
                            {
                              "zoneCode": "Zone1",
                              "zoneName": "Zone 1",
                              "clusterSupported": false
                            },
                            {
                              "zoneCode": "Zone1",
                              "zoneName": "Zone 1",
                              "clusterSupported": false
                            }
                          ]
                        },
                        {
                          "metroCode": "DC",
                          "metroDescription": "Ashburn",
                          "region": "AMER",
                          "availableZones": [
                            {
                              "zoneCode": "Zone1",
                              "zoneName": "Zone 1",
                              "clusterSupported": false
                            },
                            {
                              "zoneCode": "Zone1",
                              "zoneName": "Zone 1",
                              "clusterSupported": false
                            },
                            {
                              "zoneCode": "Zone1",
                              "zoneName": "Zone 1",
                              "clusterSupported": false
                            }
                          ]
                        }
                      ],
                      "softwarePackages": [
                        {
                          "name": "Security",
                          "packageCode": "SEC",
                          "licenseType": "appx",
                          "versionDetails": [
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            }
                          ]
                        }
                      ],
                      "deviceManagementTypes": {
                        "EQUINIX-CONFIGURED": {
                          "type": "EQUINIX-CONFIGURED",
                          "licenseOptions": {
                            "SUB": {
                              "type": "string",
                              "name": "string",
                              "fileUploadSupportedCluster": false,
                              "cores": [
                                {
                                  "core": 4,
                                  "memory": 4,
                                  "unit": "GB",
                                  "flavor": "Small",
                                  "packageCodes": [
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    }
                                  ],
                                  "supported": true
                                },
                                {
                                  "core": 4,
                                  "memory": 4,
                                  "unit": "GB",
                                  "flavor": "Small",
                                  "packageCodes": [
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    }
                                  ],
                                  "supported": false
                                },
                                {
                                  "core": 4,
                                  "memory": 4,
                                  "unit": "GB",
                                  "flavor": "Small",
                                  "packageCodes": [
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    }
                                  ],
                                  "supported": true
                                },
                                {
                                  "core": 4,
                                  "memory": 4,
                                  "unit": "GB",
                                  "flavor": "Small",
                                  "packageCodes": [
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    }
                                  ],
                                  "supported": false
                                }
                              ]
                            },
                            "BYOL": {
                              "type": "string",
                              "name": "string",
                              "fileUploadSupportedCluster": false,
                              "cores": [
                                {
                                  "core": 4,
                                  "memory": 4,
                                  "unit": "GB",
                                  "flavor": "Small",
                                  "packageCodes": [
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    }
                                  ],
                                  "supported": false
                                },
                                {
                                  "core": 4,
                                  "memory": 4,
                                  "unit": "GB",
                                  "flavor": "Small",
                                  "packageCodes": [
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    }
                                  ],
                                  "supported": false
                                },
                                {
                                  "core": 4,
                                  "memory": 4,
                                  "unit": "GB",
                                  "flavor": "Small",
                                  "packageCodes": [
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    }
                                  ],
                                  "supported": false
                                },
                                {
                                  "core": 4,
                                  "memory": 4,
                                  "unit": "GB",
                                  "flavor": "Small",
                                  "packageCodes": [
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    }
                                  ],
                                  "supported": false
                                },
                                {
                                  "core": 4,
                                  "memory": 4,
                                  "unit": "GB",
                                  "flavor": "Small",
                                  "packageCodes": [
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    }
                                  ],
                                  "supported": true
                                },
                                {
                                  "core": 4,
                                  "memory": 4,
                                  "unit": "GB",
                                  "flavor": "Small",
                                  "packageCodes": [
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    }
                                  ],
                                  "supported": true
                                },
                                {
                                  "core": 4,
                                  "memory": 4,
                                  "unit": "GB",
                                  "flavor": "Small",
                                  "packageCodes": [
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    }
                                  ],
                                  "supported": true
                                },
                                {
                                  "core": 4,
                                  "memory": 4,
                                  "unit": "GB",
                                  "flavor": "Small",
                                  "packageCodes": [
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    }
                                  ],
                                  "supported": false
                                },
                                {
                                  "core": 4,
                                  "memory": 4,
                                  "unit": "GB",
                                  "flavor": "Small",
                                  "packageCodes": [
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    }
                                  ],
                                  "supported": false
                                },
                                {
                                  "core": 4,
                                  "memory": 4,
                                  "unit": "GB",
                                  "flavor": "Small",
                                  "packageCodes": [
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    }
                                  ],
                                  "supported": true
                                }
                              ]
                            }
                          },
                          "supportedServices": [
                            {
                              "name": "string",
                              "required": true,
                              "packageCodes": [
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD"
                              ],
                              "supportedForClustering": false
                            },
                            {
                              "name": "string",
                              "required": false,
                              "packageCodes": [
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD"
                              ],
                              "supportedForClustering": false
                            },
                            {
                              "name": "string",
                              "required": true,
                              "packageCodes": [
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD"
                              ],
                              "supportedForClustering": true
                            }
                          ],
                          "additionalFields": [
                            {
                              "name": "string",
                              "required": true,
                              "isSameValueAllowedForPrimaryAndSecondary": false
                            },
                            {
                              "name": "string",
                              "required": true,
                              "isSameValueAllowedForPrimaryAndSecondary": false
                            },
                            {
                              "name": "string",
                              "required": false,
                              "isSameValueAllowedForPrimaryAndSecondary": true
                            }
                          ],
                          "clusteringDetails": {
                            "clusteringEnabled": false,
                            "maxAllowedNodes": 2
                          }
                        },
                        "SELF-CONFIGURED": {
                          "type": "SELF-CONFIGURED",
                          "licenseOptions": {
                            "SUB": {},
                            "BYOL": {}
                          },
                          "supportedServices": [
                            {
                              "name": "string",
                              "required": true,
                              "packageCodes": [
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD"
                              ],
                              "supportedForClustering": false
                            },
                            {
                              "name": "string",
                              "required": true,
                              "packageCodes": [
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD"
                              ],
                              "supportedForClustering": false
                            },
                            {
                              "name": "string",
                              "required": false,
                              "packageCodes": [
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD"
                              ],
                              "supportedForClustering": true
                            },
                            {
                              "name": "string",
                              "required": false,
                              "packageCodes": [
                                "STD",
                                "STD"
                              ],
                              "supportedForClustering": false
                            },
                            {
                              "name": "string",
                              "required": true,
                              "packageCodes": [
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD"
                              ],
                              "supportedForClustering": true
                            },
                            {
                              "name": "string",
                              "required": true,
                              "packageCodes": [
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD"
                              ],
                              "supportedForClustering": true
                            },
                            {
                              "name": "string",
                              "required": true,
                              "packageCodes": [
                                "STD",
                                "STD",
                                "STD",
                                "STD"
                              ],
                              "supportedForClustering": true
                            },
                            {
                              "name": "string",
                              "required": false,
                              "packageCodes": [
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD"
                              ],
                              "supportedForClustering": true
                            },
                            {
                              "name": "string",
                              "required": true,
                              "packageCodes": [
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD"
                              ],
                              "supportedForClustering": true
                            }
                          ],
                          "additionalFields": [
                            {
                              "name": "string",
                              "required": false,
                              "isSameValueAllowedForPrimaryAndSecondary": true
                            },
                            {
                              "name": "string",
                              "required": false,
                              "isSameValueAllowedForPrimaryAndSecondary": false
                            },
                            {
                              "name": "string",
                              "required": false,
                              "isSameValueAllowedForPrimaryAndSecondary": true
                            },
                            {
                              "name": "string",
                              "required": true,
                              "isSameValueAllowedForPrimaryAndSecondary": true
                            },
                            {
                              "name": "string",
                              "required": true,
                              "isSameValueAllowedForPrimaryAndSecondary": false
                            },
                            {
                              "name": "string",
                              "required": true,
                              "isSameValueAllowedForPrimaryAndSecondary": false
                            },
                            {
                              "name": "string",
                              "required": true,
                              "isSameValueAllowedForPrimaryAndSecondary": false
                            }
                          ],
                          "defaultAcls": {
                            "dnsServers": [
                              "8.8.8.8",
                              "8.8.8.8",
                              "8.8.8.8",
                              "8.8.8.8"
                            ],
                            "ntpServers": [
                              "STD",
                              "STD"
                            ]
                          },
                          "clusteringDetails": {
                            "clusteringEnabled": true,
                            "maxAllowedNodes": 3
                          }
                        }
                      }
                    },
                    {
                      "deviceTypeCode": "CSR1000V",
                      "name": "CSR 1000V",
                      "description": "Extend your enterprise network to public and private clouds with the CSR 1000V series.",
                      "vendor": "Cisco",
                      "category": "ROUTER",
                      "maxInterfaceCount": 8,
                      "defaultInterfaceCount": 2,
                      "clusterMaxInterfaceCount": 8,
                      "clusterDefaultInterfaceCount": 5,
                      "availableMetros": [
                        {
                          "metroCode": "DC",
                          "metroDescription": "Ashburn",
                          "region": "AMER",
                          "availableZones": [
                            {
                              "zoneCode": "Zone1",
                              "zoneName": "Zone 1",
                              "clusterSupported": false
                            },
                            {
                              "zoneCode": "Zone1",
                              "zoneName": "Zone 1",
                              "clusterSupported": false
                            },
                            {
                              "zoneCode": "Zone1",
                              "zoneName": "Zone 1",
                              "clusterSupported": false
                            },
                            {
                              "zoneCode": "Zone1",
                              "zoneName": "Zone 1",
                              "clusterSupported": true
                            },
                            {
                              "zoneCode": "Zone1",
                              "zoneName": "Zone 1",
                              "clusterSupported": false
                            }
                          ]
                        }
                      ],
                      "softwarePackages": [
                        {
                          "name": "Security",
                          "packageCode": "SEC",
                          "licenseType": "appx",
                          "versionDetails": [
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            }
                          ]
                        },
                        {
                          "name": "Security",
                          "packageCode": "SEC",
                          "licenseType": "appx",
                          "versionDetails": [
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            }
                          ]
                        },
                        {
                          "name": "Security",
                          "packageCode": "SEC",
                          "licenseType": "appx",
                          "versionDetails": [
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            },
                            {
                              "cause": {},
                              "version": "16.09.02",
                              "imageName": "csr-16.09.02",
                              "versionDate": {
                                "date": 1,
                                "day": 2,
                                "hours": 8,
                                "minutes": 0,
                                "month": 0,
                                "seconds": 0,
                                "time": 1546300800000,
                                "timezoneOffset": -480,
                                "year": 119
                              },
                              "status": "ACTIVE",
                              "stableVersion": true,
                              "allowedUpgradableVersions": [
                                "16.09.03",
                                "16.09.03",
                                "16.09.03",
                                "16.09.03"
                              ]
                            }
                          ]
                        }
                      ],
                      "deviceManagementTypes": {
                        "EQUINIX-CONFIGURED": {
                          "type": "EQUINIX-CONFIGURED",
                          "licenseOptions": {
                            "SUB": {
                              "type": "string",
                              "name": "string",
                              "fileUploadSupportedCluster": true,
                              "cores": [
                                {
                                  "core": 4,
                                  "memory": 4,
                                  "unit": "GB",
                                  "flavor": "Small",
                                  "packageCodes": [
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    }
                                  ],
                                  "supported": true
                                },
                                {
                                  "core": 4,
                                  "memory": 4,
                                  "unit": "GB",
                                  "flavor": "Small",
                                  "packageCodes": [
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    }
                                  ],
                                  "supported": false
                                },
                                {
                                  "core": 4,
                                  "memory": 4,
                                  "unit": "GB",
                                  "flavor": "Small",
                                  "packageCodes": [
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    }
                                  ],
                                  "supported": false
                                },
                                {
                                  "core": 4,
                                  "memory": 4,
                                  "unit": "GB",
                                  "flavor": "Small",
                                  "packageCodes": [
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    }
                                  ],
                                  "supported": false
                                },
                                {
                                  "core": 4,
                                  "memory": 4,
                                  "unit": "GB",
                                  "flavor": "Small",
                                  "packageCodes": [
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    }
                                  ],
                                  "supported": true
                                },
                                {
                                  "core": 4,
                                  "memory": 4,
                                  "unit": "GB",
                                  "flavor": "Small",
                                  "packageCodes": [
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    }
                                  ],
                                  "supported": true
                                },
                                {
                                  "core": 4,
                                  "memory": 4,
                                  "unit": "GB",
                                  "flavor": "Small",
                                  "packageCodes": [
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    }
                                  ],
                                  "supported": false
                                },
                                {
                                  "core": 4,
                                  "memory": 4,
                                  "unit": "GB",
                                  "flavor": "Small",
                                  "packageCodes": [
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    }
                                  ],
                                  "supported": false
                                },
                                {
                                  "core": 4,
                                  "memory": 4,
                                  "unit": "GB",
                                  "flavor": "Small",
                                  "packageCodes": [
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    }
                                  ],
                                  "supported": false
                                },
                                {
                                  "core": 4,
                                  "memory": 4,
                                  "unit": "GB",
                                  "flavor": "Small",
                                  "packageCodes": [
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    }
                                  ],
                                  "supported": true
                                }
                              ]
                            },
                            "BYOL": {
                              "type": "string",
                              "name": "string",
                              "fileUploadSupportedCluster": false,
                              "cores": [
                                {
                                  "core": 4,
                                  "memory": 4,
                                  "unit": "GB",
                                  "flavor": "Small",
                                  "packageCodes": [
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    }
                                  ],
                                  "supported": true
                                },
                                {
                                  "core": 4,
                                  "memory": 4,
                                  "unit": "GB",
                                  "flavor": "Small",
                                  "packageCodes": [
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    }
                                  ],
                                  "supported": true
                                },
                                {
                                  "core": 4,
                                  "memory": 4,
                                  "unit": "GB",
                                  "flavor": "Small",
                                  "packageCodes": [
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": false
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": true,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    },
                                    {
                                      "packageCode": "APPX",
                                      "excludedVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "excludedClusterVersions": [
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4",
                                        "18.4R2-S1.4"
                                      ],
                                      "throughputs": [
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        },
                                        {
                                          "supported": false,
                                          "throughput": "string",
                                          "throughputUnit": "string"
                                        }
                                      ],
                                      "supported": true
                                    }
                                  ],
                                  "supported": true
                                }
                              ]
                            }
                          },
                          "supportedServices": [
                            {
                              "name": "string",
                              "required": false,
                              "packageCodes": [
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD"
                              ],
                              "supportedForClustering": true
                            }
                          ],
                          "additionalFields": [
                            {
                              "name": "string",
                              "required": false,
                              "isSameValueAllowedForPrimaryAndSecondary": true
                            },
                            {
                              "name": "string",
                              "required": false,
                              "isSameValueAllowedForPrimaryAndSecondary": false
                            },
                            {
                              "name": "string",
                              "required": false,
                              "isSameValueAllowedForPrimaryAndSecondary": false
                            },
                            {
                              "name": "string",
                              "required": false,
                              "isSameValueAllowedForPrimaryAndSecondary": false
                            },
                            {
                              "name": "string",
                              "required": false,
                              "isSameValueAllowedForPrimaryAndSecondary": false
                            },
                            {
                              "name": "string",
                              "required": true,
                              "isSameValueAllowedForPrimaryAndSecondary": false
                            },
                            {
                              "name": "string",
                              "required": true,
                              "isSameValueAllowedForPrimaryAndSecondary": true
                            },
                            {
                              "name": "string",
                              "required": true,
                              "isSameValueAllowedForPrimaryAndSecondary": false
                            },
                            {
                              "name": "string",
                              "required": true,
                              "isSameValueAllowedForPrimaryAndSecondary": true
                            },
                            {
                              "name": "string",
                              "required": false,
                              "isSameValueAllowedForPrimaryAndSecondary": true
                            }
                          ],
                          "clusteringDetails": {
                            "clusteringEnabled": true,
                            "maxAllowedNodes": 1
                          }
                        },
                        "SELF-CONFIGURED": {
                          "type": "SELF-CONFIGURED",
                          "licenseOptions": {
                            "SUB": {},
                            "BYOL": {}
                          },
                          "supportedServices": [
                            {
                              "name": "string",
                              "required": true,
                              "packageCodes": [
                                "STD"
                              ],
                              "supportedForClustering": true
                            },
                            {
                              "name": "string",
                              "required": true,
                              "packageCodes": [
                                "STD",
                                "STD",
                                "STD"
                              ],
                              "supportedForClustering": false
                            },
                            {
                              "name": "string",
                              "required": true,
                              "packageCodes": [
                                "STD",
                                "STD",
                                "STD",
                                "STD"
                              ],
                              "supportedForClustering": true
                            },
                            {
                              "name": "string",
                              "required": false,
                              "packageCodes": [
                                "STD",
                                "STD",
                                "STD",
                                "STD"
                              ],
                              "supportedForClustering": false
                            },
                            {
                              "name": "string",
                              "required": true,
                              "packageCodes": [
                                "STD",
                                "STD"
                              ],
                              "supportedForClustering": true
                            },
                            {
                              "name": "string",
                              "required": true,
                              "packageCodes": [
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD",
                                "STD"
                              ],
                              "supportedForClustering": true
                            }
                          ],
                          "additionalFields": [
                            {
                              "name": "string",
                              "required": false,
                              "isSameValueAllowedForPrimaryAndSecondary": false
                            },
                            {
                              "name": "string",
                              "required": true,
                              "isSameValueAllowedForPrimaryAndSecondary": false
                            },
                            {
                              "name": "string",
                              "required": false,
                              "isSameValueAllowedForPrimaryAndSecondary": false
                            }
                          ],
                          "defaultAcls": {
                            "dnsServers": [
                              "8.8.8.8",
                              "8.8.8.8",
                              "8.8.8.8"
                            ],
                            "ntpServers": [
                              "STD",
                              "STD",
                              "STD",
                              "STD",
                              "STD",
                              "STD"
                            ]
                          },
                          "clusteringDetails": {
                            "clusteringEnabled": true,
                            "maxAllowedNodes": 2
                          }
                        }
                      }
                    }
                  ],
                  "pagination": {
                    "offset": 1,
                    "limit": 20,
                    "total": 1
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "deviceTypeCode",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "category",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ne/v1/metros": {
      "get": {
        "tags": [
          "Setup"
        ],
        "operationId": "getMetrosUsingGET",
        "description": "The parameters and request body are for method: getMetrosUsingGET. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "content": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "metroCode": {
                            "type": "string"
                          },
                          "metroDescription": {
                            "type": "string"
                          },
                          "availableZones": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "zoneCode": {
                                  "type": "string"
                                },
                                "zoneName": {
                                  "type": "string"
                                },
                                "clusterSupported": {
                                  "type": "boolean"
                                }
                              }
                            }
                          },
                          "region": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "pagination": {
                      "type": "object",
                      "properties": {
                        "offset": {
                          "type": "number"
                        },
                        "limit": {
                          "type": "number"
                        },
                        "total": {
                          "type": "number"
                        }
                      }
                    },
                    "data": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "content": [
                    {
                      "metroCode": "SV",
                      "metroDescription": "Silicon Valley",
                      "availableZones": [
                        {
                          "zoneCode": "Zone1",
                          "zoneName": "Zone 1",
                          "clusterSupported": true
                        },
                        {
                          "zoneCode": "Zone1",
                          "zoneName": "Zone 1",
                          "clusterSupported": false
                        },
                        {
                          "zoneCode": "Zone1",
                          "zoneName": "Zone 1",
                          "clusterSupported": false
                        }
                      ],
                      "region": "AMER"
                    },
                    {
                      "metroCode": "SV",
                      "metroDescription": "Silicon Valley",
                      "availableZones": [
                        {
                          "zoneCode": "Zone1",
                          "zoneName": "Zone 1",
                          "clusterSupported": true
                        },
                        {
                          "zoneCode": "Zone1",
                          "zoneName": "Zone 1",
                          "clusterSupported": true
                        },
                        {
                          "zoneCode": "Zone1",
                          "zoneName": "Zone 1",
                          "clusterSupported": false
                        },
                        {
                          "zoneCode": "Zone1",
                          "zoneName": "Zone 1",
                          "clusterSupported": true
                        },
                        {
                          "zoneCode": "Zone1",
                          "zoneName": "Zone 1",
                          "clusterSupported": false
                        },
                        {
                          "zoneCode": "Zone1",
                          "zoneName": "Zone 1",
                          "clusterSupported": false
                        },
                        {
                          "zoneCode": "Zone1",
                          "zoneName": "Zone 1",
                          "clusterSupported": true
                        },
                        {
                          "zoneCode": "Zone1",
                          "zoneName": "Zone 1",
                          "clusterSupported": false
                        },
                        {
                          "zoneCode": "Zone1",
                          "zoneName": "Zone 1",
                          "clusterSupported": true
                        },
                        {
                          "zoneCode": "Zone1",
                          "zoneName": "Zone 1",
                          "clusterSupported": true
                        }
                      ],
                      "region": "AMER"
                    }
                  ],
                  "pagination": {
                    "offset": 4,
                    "limit": 20,
                    "total": 1
                  },
                  "data": 1
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "region",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ne/v1/accounts/{metro}": {
      "get": {
        "tags": [
          "Setup"
        ],
        "operationId": "getAccountsWithStatusUsingGET",
        "description": "The parameters and request body are for method: getAccountsWithStatusUsingGET. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accountCreateUrl": {
                      "type": "string"
                    },
                    "content": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "accountName": {
                            "type": "string"
                          },
                          "accountNumber": {
                            "type": "number"
                          },
                          "accountUcmId": {
                            "type": "string"
                          },
                          "accountStatus": {
                            "type": "string"
                          },
                          "referenceId": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "totalCount": {
                      "type": "number"
                    },
                    "errorMessage": {
                      "type": "string"
                    },
                    "errorCode": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "accountCreateUrl": "string",
                  "content": [
                    {
                      "accountName": "nfv1",
                      "accountNumber": 2252619,
                      "accountUcmId": "92D27009-EA33-4b60-B4FB-D3C4ED589649",
                      "accountStatus": "Active",
                      "referenceId": "string"
                    },
                    {
                      "accountName": "nfv1",
                      "accountNumber": 2252619,
                      "accountUcmId": "92D27009-EA33-4b60-B4FB-D3C4ED589649",
                      "accountStatus": "Active",
                      "referenceId": "string"
                    },
                    {
                      "accountName": "nfv1",
                      "accountNumber": 2252619,
                      "accountUcmId": "92D27009-EA33-4b60-B4FB-D3C4ED589649",
                      "accountStatus": "Active",
                      "referenceId": "string"
                    },
                    {
                      "accountName": "nfv1",
                      "accountNumber": 2252619,
                      "accountUcmId": "92D27009-EA33-4b60-B4FB-D3C4ED589649",
                      "accountStatus": "Active",
                      "referenceId": "string"
                    },
                    {
                      "accountName": "nfv1",
                      "accountNumber": 2252619,
                      "accountUcmId": "92D27009-EA33-4b60-B4FB-D3C4ED589649",
                      "accountStatus": "Active",
                      "referenceId": "string"
                    },
                    {
                      "accountName": "nfv1",
                      "accountNumber": 2252619,
                      "accountUcmId": "92D27009-EA33-4b60-B4FB-D3C4ED589649",
                      "accountStatus": "Active",
                      "referenceId": "string"
                    },
                    {
                      "accountName": "nfv1",
                      "accountNumber": 2252619,
                      "accountUcmId": "92D27009-EA33-4b60-B4FB-D3C4ED589649",
                      "accountStatus": "Active",
                      "referenceId": "string"
                    },
                    {
                      "accountName": "nfv1",
                      "accountNumber": 2252619,
                      "accountUcmId": "92D27009-EA33-4b60-B4FB-D3C4ED589649",
                      "accountStatus": "Active",
                      "referenceId": "string"
                    },
                    {
                      "accountName": "nfv1",
                      "accountNumber": 2252619,
                      "accountUcmId": "92D27009-EA33-4b60-B4FB-D3C4ED589649",
                      "accountStatus": "Active",
                      "referenceId": "string"
                    }
                  ],
                  "totalCount": 1,
                  "errorMessage": "string",
                  "errorCode": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "metro",
            "in": "path",
            "required": true,
            "schema": {
              "title": "metro",
              "type": "string"
            }
          },
          {
            "name": "accountUcmId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ne/v1/agreements/accounts": {
      "get": {
        "tags": [
          "Setup"
        ],
        "operationId": "getAgreementStatusUsingGET",
        "description": "The parameters and request body are for method: getAgreementStatusUsingGET. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "errorMessage": {
                      "type": "string"
                    },
                    "isValid": {
                      "type": "string"
                    },
                    "terms": {
                      "type": "string"
                    },
                    "termsVersionID": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "errorMessage": "string",
                  "isValid": "string",
                  "terms": "string",
                  "termsVersionID": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "accountNumber",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Setup"
        ],
        "operationId": "sendAgreementUsingPOST1",
        "description": "The parameters and request body are for method: sendAgreementUsingPOST1. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "status": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "status": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "agreementAcceptRequest"
            }
          }
        }
      }
    },
    "/ne/v1/agreements/vendors": {
      "get": {
        "tags": [
          "Setup"
        ],
        "operationId": "getVendorTermsUsingGET",
        "description": "The parameters and request body are for method: getVendorTermsUsingGET. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "terms": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "terms": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vendorPackage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "licenseType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ne/v1/agreements/orders": {
      "get": {
        "tags": [
          "Setup"
        ],
        "operationId": "getOrderTermsUsingGET",
        "description": "The parameters and request body are for method: getOrderTermsUsingGET. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "terms": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "terms": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ne/v1/prices": {
      "get": {
        "tags": [
          "Setup"
        ],
        "operationId": "retrievePriceUsingGET",
        "description": "The parameters and request body are for method: retrievePriceUsingGET. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "primary": {
                      "type": "object",
                      "properties": {
                        "billingCommencementDate": {
                          "type": "string"
                        },
                        "billingEnabled": {
                          "type": "boolean"
                        },
                        "charges": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "description": {
                                "type": "string"
                              },
                              "monthlyRecurringCharges": {
                                "type": "number"
                              }
                            }
                          }
                        },
                        "currency": {
                          "type": "string"
                        }
                      }
                    },
                    "secondary": {
                      "type": "object",
                      "properties": {
                        "billingCommencementDate": {
                          "type": "string"
                        },
                        "billingEnabled": {
                          "type": "boolean"
                        },
                        "charges": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "description": {
                                "type": "string"
                              },
                              "monthlyRecurringCharges": {
                                "type": "number"
                              }
                            }
                          }
                        },
                        "currency": {
                          "type": "string"
                        }
                      }
                    },
                    "termLength": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "primary": {
                    "billingCommencementDate": "string",
                    "billingEnabled": false,
                    "charges": [
                      {
                        "description": "VIRTUAL_DEVICE",
                        "monthlyRecurringCharges": 200
                      },
                      {
                        "description": "VIRTUAL_DEVICE",
                        "monthlyRecurringCharges": 200
                      },
                      {
                        "description": "VIRTUAL_DEVICE",
                        "monthlyRecurringCharges": 200
                      },
                      {
                        "description": "VIRTUAL_DEVICE",
                        "monthlyRecurringCharges": 200
                      }
                    ],
                    "currency": "string"
                  },
                  "secondary": {
                    "billingCommencementDate": "string",
                    "billingEnabled": false,
                    "charges": [
                      {
                        "description": "VIRTUAL_DEVICE",
                        "monthlyRecurringCharges": 200
                      },
                      {
                        "description": "VIRTUAL_DEVICE",
                        "monthlyRecurringCharges": 200
                      },
                      {
                        "description": "VIRTUAL_DEVICE",
                        "monthlyRecurringCharges": 200
                      },
                      {
                        "description": "VIRTUAL_DEVICE",
                        "monthlyRecurringCharges": 200
                      },
                      {
                        "description": "VIRTUAL_DEVICE",
                        "monthlyRecurringCharges": 200
                      },
                      {
                        "description": "VIRTUAL_DEVICE",
                        "monthlyRecurringCharges": 200
                      },
                      {
                        "description": "VIRTUAL_DEVICE",
                        "monthlyRecurringCharges": 200
                      }
                    ],
                    "currency": "string"
                  },
                  "termLength": "24"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "accountNumber",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "metro",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vendorPackage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "licenseType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "softwarePackage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "throughput",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "throughputUnit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "termLength",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "additionalBandwidth",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "virtualDeviceUuid",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "deviceManagementType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "core",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "secondaryAccountNumber",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "secondaryMetro",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "secondaryAdditionalBandwidth",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "accountUcmId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "orderingContact",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ne/v1/orderSummaries": {
      "get": {
        "tags": [
          "Setup"
        ],
        "operationId": "getOrderSummaryUsingGET",
        "description": "The parameters and request body are for method: getOrderSummaryUsingGET. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accountNumber": {
                      "type": "number"
                    },
                    "agreementId": {
                      "type": "string"
                    },
                    "charges": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "description": {
                            "type": "string"
                          },
                          "monthlyRecurringCharges": {
                            "type": "number"
                          },
                          "nonRecurringCharges": {
                            "type": "number"
                          },
                          "productCode": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "currency": {
                      "type": "string"
                    },
                    "errorCode": {
                      "type": "string"
                    },
                    "errorMessage": {
                      "type": "string"
                    },
                    "esignAgreementId": {
                      "type": "string"
                    },
                    "ibxCountry": {
                      "type": "string"
                    },
                    "ibxRegion": {
                      "type": "string"
                    },
                    "initialTerm": {
                      "type": "number"
                    },
                    "metro": {
                      "type": "string"
                    },
                    "monthlyRecurringCharges": {
                      "type": "number"
                    },
                    "nonRecurringCharges": {
                      "type": "number"
                    },
                    "nonRenewalNotice": {
                      "type": "string"
                    },
                    "orderTerms": {
                      "type": "string"
                    },
                    "piPercentage": {
                      "type": "string"
                    },
                    "productDescription": {
                      "type": "string"
                    },
                    "quantity": {
                      "type": "number"
                    },
                    "quoteContentType": {
                      "type": "string"
                    },
                    "quoteFileName": {
                      "type": "string"
                    },
                    "referenceId": {
                      "type": "string"
                    },
                    "renewalPeriod": {
                      "type": "number"
                    },
                    "requestSignType": {
                      "type": "string"
                    },
                    "signStatus": {
                      "type": "string"
                    },
                    "signType": {
                      "type": "string"
                    },
                    "speed": {
                      "type": "string"
                    },
                    "status": {
                      "type": "string"
                    },
                    "totalCharges": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "accountNumber": 5,
                  "agreementId": "string",
                  "charges": [
                    {
                      "description": "string",
                      "monthlyRecurringCharges": 3,
                      "nonRecurringCharges": 2,
                      "productCode": "string"
                    },
                    {
                      "description": "string",
                      "monthlyRecurringCharges": 10,
                      "nonRecurringCharges": 7,
                      "productCode": "string"
                    },
                    {
                      "description": "string",
                      "monthlyRecurringCharges": 1,
                      "nonRecurringCharges": 6,
                      "productCode": "string"
                    },
                    {
                      "description": "string",
                      "monthlyRecurringCharges": 5,
                      "nonRecurringCharges": 4,
                      "productCode": "string"
                    },
                    {
                      "description": "string",
                      "monthlyRecurringCharges": 6,
                      "nonRecurringCharges": 7,
                      "productCode": "string"
                    }
                  ],
                  "currency": "string",
                  "errorCode": "string",
                  "errorMessage": "string",
                  "esignAgreementId": "string",
                  "ibxCountry": "string",
                  "ibxRegion": "string",
                  "initialTerm": 1,
                  "metro": "string",
                  "monthlyRecurringCharges": 5,
                  "nonRecurringCharges": 5,
                  "nonRenewalNotice": "string",
                  "orderTerms": "string",
                  "piPercentage": "string",
                  "productDescription": "string",
                  "quantity": 7,
                  "quoteContentType": "string",
                  "quoteFileName": "string",
                  "referenceId": "string",
                  "renewalPeriod": 10,
                  "requestSignType": "string",
                  "signStatus": "string",
                  "signType": "string",
                  "speed": "string",
                  "status": "string",
                  "totalCharges": 7
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "accountNumber",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "metro",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vendorPackage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "licenseType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "softwarePackage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "throughput",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "throughputUnit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "termLength",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "additionalBandwidth",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "virtualDeviceUuid",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "deviceManagementType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "core",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "secondaryAccountNumber",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "secondaryMetro",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "secondaryAdditionalBandwidth",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "accountUcmId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "orderingContact",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ne/v1/dnsLookup": {
      "post": {
        "tags": [
          "Setup"
        ],
        "operationId": "sendDnsLookupPOST1",
        "description": "The parameters and request body are for method: sendDnsLookupPOST1. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "additionalProp": {
                      "type": "object",
                      "properties": {
                        "cdn": {
                          "type": "boolean"
                        },
                        "ips": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "additionalProp": {
                    "cdn": true,
                    "ips": [
                      "104.24.100.23/32",
                      "104.24.101.23/32",
                      "172.67.218.217/32"
                    ]
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "dnsLookupRequest"
            }
          }
        }
      }
    },
    "/ne/v1/publicKeys": {
      "get": {
        "tags": [
          "Setup"
        ],
        "operationId": "getPublicKeysUsingGET",
        "description": "The parameters and request body are for method: getPublicKeysUsingGET. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "uuid": {
                        "type": "string"
                      },
                      "keyName": {
                        "type": "string"
                      },
                      "keyValue": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "uuid": "877a3aa2-c49a-4af1-98a6-007424e737ae",
                    "keyName": "myKeyName",
                    "keyValue": "myKeyValue"
                  },
                  {
                    "uuid": "877a3aa2-c49a-4af1-98a6-007424e737ae",
                    "keyName": "myKeyName",
                    "keyValue": "myKeyValue"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "accountUcmId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Setup"
        ],
        "operationId": "postPublicKeyUsingPOST",
        "description": "The parameters and request body are for method: postPublicKeyUsingPOST. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "publicKeyRequest"
            }
          }
        }
      }
    },
    "/ne/v1/devices/licenseFiles": {
      "post": {
        "tags": [
          "VirtualDeviceLicensing"
        ],
        "operationId": "uploadLicenseUsingPOST",
        "description": "The parameters and request body are for method: uploadLicenseUsingPOST. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "fileId": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "fileId": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "metroCode",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "deviceTypeCode",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "licenseType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ne/v1/devices/licenseFiles/{uuid}": {
      "post": {
        "tags": [
          "VirtualDeviceLicensing"
        ],
        "operationId": "uploadLicenseForDeviceUsingPOST",
        "description": "The parameters and request body are for method: uploadLicenseForDeviceUsingPOST. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "fileId": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "fileId": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "uuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ne/v1/devices/{uuid}/licenseTokens": {
      "put": {
        "tags": [
          "VirtualDeviceLicensing"
        ],
        "operationId": "updateLicenseUsingPOST",
        "description": "The parameters and request body are for method: updateLicenseUsingPOST. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "fileId": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "fileId": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "uuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "request"
            }
          }
        }
      }
    },
    "/ne/v1/devices": {
      "post": {
        "tags": [
          "VirtualDeviceLicensing"
        ],
        "operationId": "createVirtualDeviceUsingPOST",
        "description": "The parameters and request body are for method: createVirtualDeviceUsingPOST. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "uuid": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "uuid": "877a3aa2-c49a-4af1-98a6-007424e737ae"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "draft",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "draftUuid",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "virtualDevice"
            }
          }
        }
      },
      "get": {
        "tags": [
          "VirtualDeviceLicensing"
        ],
        "operationId": "getVirtualDevicesUsingGET1",
        "description": "The parameters and request body are for method: getVirtualDevicesUsingGET1. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "pagination": {
                      "type": "object",
                      "properties": {
                        "offset": {
                          "type": "number"
                        },
                        "limit": {
                          "type": "number"
                        },
                        "total": {
                          "type": "number"
                        }
                      }
                    },
                    "data": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "accountName": {
                            "type": "string"
                          },
                          "accountNumber": {
                            "type": "string"
                          },
                          "createdBy": {
                            "type": "string"
                          },
                          "createdDate": {
                            "type": "string"
                          },
                          "deviceSerialNo": {
                            "type": "string"
                          },
                          "deviceTypeCategory": {
                            "type": "string"
                          },
                          "deviceTypeCode": {
                            "type": "string"
                          },
                          "deviceTypeName": {
                            "type": "string"
                          },
                          "expiry": {
                            "type": "object",
                            "properties": {
                              "date": {
                                "type": "number"
                              },
                              "day": {
                                "type": "number"
                              },
                              "hours": {
                                "type": "number"
                              },
                              "minutes": {
                                "type": "number"
                              },
                              "month": {
                                "type": "number"
                              },
                              "seconds": {
                                "type": "number"
                              },
                              "time": {
                                "type": "number"
                              },
                              "timezoneOffset": {
                                "type": "number"
                              },
                              "year": {
                                "type": "number"
                              }
                            }
                          },
                          "region": {
                            "type": "string"
                          },
                          "deviceTypeVendor": {
                            "type": "string"
                          },
                          "hostName": {
                            "type": "string"
                          },
                          "uuid": {
                            "type": "string"
                          },
                          "lastUpdatedBy": {
                            "type": "string"
                          },
                          "lastUpdatedDate": {
                            "type": "string"
                          },
                          "licenseFileId": {
                            "type": "string"
                          },
                          "licenseName": {
                            "type": "string"
                          },
                          "licenseStatus": {
                            "type": "string"
                          },
                          "licenseType": {
                            "type": "string"
                          },
                          "metroCode": {
                            "type": "string"
                          },
                          "metroName": {
                            "type": "string"
                          },
                          "zoneCode": {
                            "type": "string"
                          },
                          "zoneName": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "notifications": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          },
                          "packageCode": {
                            "type": "string"
                          },
                          "packageName": {
                            "type": "string"
                          },
                          "version": {
                            "type": "string"
                          },
                          "purchaseOrderNumber": {
                            "type": "string"
                          },
                          "redundancyType": {
                            "type": "string"
                          },
                          "redundantUuid": {
                            "type": "string"
                          },
                          "sshIpAddress": {
                            "type": "string"
                          },
                          "sshIpFqdn": {
                            "type": "string"
                          },
                          "status": {
                            "type": "string"
                          },
                          "throughput": {
                            "type": "number"
                          },
                          "throughputUnit": {
                            "type": "string"
                          },
                          "aclTemplateUuid": {
                            "type": "string"
                          },
                          "core": {
                            "type": "object",
                            "properties": {
                              "core": {
                                "type": "number"
                              },
                              "memory": {
                                "type": "number"
                              },
                              "unit": {
                                "type": "string"
                              }
                            }
                          },
                          "pricingDetails": {
                            "type": "object",
                            "properties": {
                              "termLength": {
                                "type": "number"
                              },
                              "orderNumber": {
                                "type": "string"
                              },
                              "core": {
                                "type": "number"
                              },
                              "throughput": {
                                "type": "number"
                              },
                              "ThroughputUnit": {
                                "type": "string"
                              },
                              "packageCode": {
                                "type": "string"
                              },
                              "additionalBandwidth": {
                                "type": "number"
                              },
                              "primary": {
                                "type": "object",
                                "properties": {
                                  "currency": {
                                    "type": "string"
                                  },
                                  "charges": {
                                    "type": "array",
                                    "items": {
                                      "type": "object",
                                      "properties": {
                                        "description": {
                                          "type": "string"
                                        },
                                        "monthlyRecurringCharges": {
                                          "type": "number"
                                        }
                                      }
                                    }
                                  }
                                }
                              },
                              "secondary": {
                                "type": "object",
                                "properties": {
                                  "currency": {
                                    "type": "string"
                                  },
                                  "charges": {
                                    "type": "array",
                                    "items": {
                                      "type": "object",
                                      "properties": {
                                        "description": {
                                          "type": "string"
                                        },
                                        "monthlyRecurringCharges": {
                                          "type": "number"
                                        }
                                      }
                                    }
                                  }
                                }
                              }
                            }
                          },
                          "interfaceCount": {
                            "type": "number"
                          },
                          "deviceManagementType": {
                            "type": "string"
                          },
                          "userPublicKey": {
                            "type": "object",
                            "properties": {
                              "username": {
                                "type": "string"
                              },
                              "publicKeyName": {
                                "type": "string"
                              },
                              "publicKey": {
                                "type": "string"
                              }
                            }
                          },
                          "managementIp": {
                            "type": "string"
                          },
                          "managementGatewayIp": {
                            "type": "string"
                          },
                          "publicIp": {
                            "type": "string"
                          },
                          "publicGatewayIp": {
                            "type": "string"
                          },
                          "primaryDnsName": {
                            "type": "string"
                          },
                          "secondaryDnsName": {
                            "type": "string"
                          },
                          "termLength": {
                            "type": "number"
                          },
                          "additionalBandwidth": {
                            "type": "number"
                          },
                          "siteId": {
                            "type": "string"
                          },
                          "systemIpAddress": {
                            "type": "string"
                          },
                          "vendorConfig": {
                            "type": "object",
                            "properties": {
                              "siteId": {
                                "type": "number"
                              },
                              "systemIpAddress": {
                                "type": "string"
                              },
                              "licenseKey": {
                                "type": "string"
                              },
                              "licenseSecret": {
                                "type": "string"
                              },
                              "localId": {
                                "type": "string"
                              },
                              "remoteId": {
                                "type": "string"
                              },
                              "controller1": {
                                "type": "string"
                              },
                              "controller2": {
                                "type": "string"
                              },
                              "serialNumber": {
                                "type": "number"
                              },
                              "adminPassword": {
                                "type": "number"
                              },
                              "activationKey": {
                                "type": "string"
                              },
                              "controllerFqdn": {
                                "type": "string"
                              },
                              "rootPassword": {
                                "type": "string"
                              },
                              "accountName": {
                                "type": "string"
                              },
                              "hostname": {
                                "type": "string"
                              },
                              "accountKey": {
                                "type": "string"
                              },
                              "applianceTag": {
                                "type": "string"
                              }
                            }
                          },
                          "interfaces": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "ipv4Mask": {
                                  "type": "string"
                                },
                                "ipv4Subnet": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "status": {
                                  "type": "string"
                                },
                                "operationStatus": {
                                  "type": "string"
                                },
                                "macAddress": {
                                  "type": "string"
                                },
                                "ipAddress": {
                                  "type": "string"
                                },
                                "assignedType": {
                                  "type": "string"
                                },
                                "type": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "asn": {
                            "type": "number"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "pagination": {
                    "offset": 5,
                    "limit": 20,
                    "total": 1
                  },
                  "data": [
                    {
                      "accountName": "ABC INC",
                      "accountNumber": "133911",
                      "createdBy": "cust0001",
                      "createdDate": "2018-01-30T10:30:31.387Z",
                      "deviceSerialNo": "53791666484",
                      "deviceTypeCategory": "ROUTER",
                      "deviceTypeCode": "CSR1000V",
                      "deviceTypeName": "CSR 1000v",
                      "expiry": {
                        "date": 7,
                        "day": 4,
                        "hours": 8,
                        "minutes": 0,
                        "month": 1,
                        "seconds": 0,
                        "time": 1549497600000,
                        "timezoneOffset": -480,
                        "year": 119
                      },
                      "region": "AMER",
                      "deviceTypeVendor": "Cisco",
                      "hostName": "VR-SV-CSR1000V-cust0001-1",
                      "uuid": "877a3aa2-c49a-4af1-98a6-007424e737ae",
                      "lastUpdatedBy": "cust0002",
                      "lastUpdatedDate": "2018-01-30T10:30:31.387Z",
                      "licenseFileId": "877a3aa2-c49a-4af1-98a6-007424e737ae",
                      "licenseName": "Bring your own license",
                      "licenseStatus": "REGISTERED",
                      "licenseType": "BYOL",
                      "metroCode": "SV",
                      "metroName": "Silicon Valley",
                      "zoneCode": "zone1",
                      "zoneName": "Zone 1",
                      "name": "AWS-Azure-Router-csr1000v",
                      "notifications": [
                        "test@equinix.com"
                      ],
                      "packageCode": "SEC",
                      "packageName": "Security",
                      "version": "16.09.02",
                      "purchaseOrderNumber": "PO1223",
                      "redundancyType": "PRIMARY",
                      "redundantUuid": "xxxxx191-xx70-xxxx-xx04-xxxxxxxa67xx",
                      "sshIpAddress": "10.195.11.23",
                      "sshIpFqdn": "test-device-168-201-97-149.eis.lab.equinix.com",
                      "status": "PROVISIONED",
                      "throughput": 500,
                      "throughputUnit": "Mbps",
                      "aclTemplateUuid": "49289456-a63e-47d4-927c-5161cfb77501",
                      "core": {
                        "core": 4,
                        "memory": 4,
                        "unit": "GB"
                      },
                      "pricingDetails": {
                        "termLength": 36,
                        "orderNumber": "1-198735018693",
                        "core": 4,
                        "throughput": 1,
                        "ThroughputUnit": "Gbps",
                        "packageCode": "AX",
                        "additionalBandwidth": 100,
                        "primary": {
                          "currency": "USD",
                          "charges": [
                            {
                              "description": "VIRTUAL_DEVICE",
                              "monthlyRecurringCharges": 200
                            },
                            {
                              "description": "VIRTUAL_DEVICE",
                              "monthlyRecurringCharges": 200
                            },
                            {
                              "description": "VIRTUAL_DEVICE",
                              "monthlyRecurringCharges": 200
                            }
                          ]
                        },
                        "secondary": {
                          "currency": "USD",
                          "charges": [
                            {
                              "description": "VIRTUAL_DEVICE",
                              "monthlyRecurringCharges": 200
                            },
                            {
                              "description": "VIRTUAL_DEVICE",
                              "monthlyRecurringCharges": 200
                            },
                            {
                              "description": "VIRTUAL_DEVICE",
                              "monthlyRecurringCharges": 200
                            },
                            {
                              "description": "VIRTUAL_DEVICE",
                              "monthlyRecurringCharges": 200
                            },
                            {
                              "description": "VIRTUAL_DEVICE",
                              "monthlyRecurringCharges": 200
                            },
                            {
                              "description": "VIRTUAL_DEVICE",
                              "monthlyRecurringCharges": 200
                            },
                            {
                              "description": "VIRTUAL_DEVICE",
                              "monthlyRecurringCharges": 200
                            },
                            {
                              "description": "VIRTUAL_DEVICE",
                              "monthlyRecurringCharges": 200
                            },
                            {
                              "description": "VIRTUAL_DEVICE",
                              "monthlyRecurringCharges": 200
                            },
                            {
                              "description": "VIRTUAL_DEVICE",
                              "monthlyRecurringCharges": 200
                            }
                          ]
                        }
                      },
                      "interfaceCount": 10,
                      "deviceManagementType": "EQUINIX-CONFIGURED",
                      "userPublicKey": {
                        "username": "test-user-1",
                        "publicKeyName": "test-pk-2",
                        "publicKey": "ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAklOUpkDHrfHY17SbrmTIpNLTGK9Tjom/BWDSU\\nGPl+nafzlHDTYW7hdI4yZ5ew18JH4JW9jbhUFrviQzM7xlELEVf4h9lFX5QVkbPppSwg0cda3\\nPbv7kOdJ/MTyBlWXFCR+HAo3FXRitBqxiX1nKhXpHAZsMciLq8V6RjsNAQwdsdMFvSlVK/7XA\\nt3FaoJoAsncM1Q9x5+3V0Ww68/eIFmb1zuUFljQJKprrX88XypNDvjYNby6vw"
                      },
                      "managementIp": "10.195.237.228/26",
                      "managementGatewayIp": "10.195.237.254",
                      "publicIp": "149.97.198.95/31",
                      "publicGatewayIp": "149.97.198.94",
                      "primaryDnsName": "4.0.0.53",
                      "secondaryDnsName": "129.250.35.250",
                      "termLength": 12,
                      "additionalBandwidth": 200,
                      "siteId": "12345",
                      "systemIpAddress": "192.168.2.5",
                      "vendorConfig": {
                        "siteId": 567,
                        "systemIpAddress": "192.164.0.0",
                        "licenseKey": "6735-vwe64568-6a91-4112-8734-bea12d91f7y7",
                        "licenseSecret": "h5j0i45e83324pblbfca764532c4a640e7801f0",
                        "localId": "branch1@example.com",
                        "remoteId": "companyController1@example.com",
                        "controller1": "54.219.248.29",
                        "controller2": "54.177.220.115",
                        "serialNumber": 4545454,
                        "adminPassword": 5678909,
                        "activationKey": "GJUK-JM2X-59BJ-2TDJ",
                        "controllerFqdn": "demo.velocloud.net",
                        "rootPassword": "myPassw0rd!",
                        "accountName": "accountName",
                        "hostname": "hostName",
                        "accountKey": "Primary Account Key1",
                        "applianceTag": "applianceTag"
                      },
                      "interfaces": [
                        {
                          "id": 1,
                          "ipv4Mask": "255.255.255.0",
                          "ipv4Subnet": "192.168.0.5",
                          "name": "ethernet1",
                          "status": "ASSIGNED",
                          "operationStatus": "DOWN",
                          "macAddress": "fa16.3e1c.a8d8",
                          "ipAddress": "2.2.2.2",
                          "assignedType": "Equinix Managed",
                          "type": "DATA"
                        },
                        {
                          "id": 1,
                          "ipv4Mask": "255.255.255.0",
                          "ipv4Subnet": "192.168.0.5",
                          "name": "ethernet1",
                          "status": "ASSIGNED",
                          "operationStatus": "DOWN",
                          "macAddress": "fa16.3e1c.a8d8",
                          "ipAddress": "2.2.2.2",
                          "assignedType": "Equinix Managed",
                          "type": "DATA"
                        },
                        {
                          "id": 1,
                          "ipv4Mask": "255.255.255.0",
                          "ipv4Subnet": "192.168.0.5",
                          "name": "ethernet1",
                          "status": "ASSIGNED",
                          "operationStatus": "DOWN",
                          "macAddress": "fa16.3e1c.a8d8",
                          "ipAddress": "2.2.2.2",
                          "assignedType": "Equinix Managed",
                          "type": "DATA"
                        },
                        {
                          "id": 1,
                          "ipv4Mask": "255.255.255.0",
                          "ipv4Subnet": "192.168.0.5",
                          "name": "ethernet1",
                          "status": "ASSIGNED",
                          "operationStatus": "DOWN",
                          "macAddress": "fa16.3e1c.a8d8",
                          "ipAddress": "2.2.2.2",
                          "assignedType": "Equinix Managed",
                          "type": "DATA"
                        },
                        {
                          "id": 1,
                          "ipv4Mask": "255.255.255.0",
                          "ipv4Subnet": "192.168.0.5",
                          "name": "ethernet1",
                          "status": "ASSIGNED",
                          "operationStatus": "DOWN",
                          "macAddress": "fa16.3e1c.a8d8",
                          "ipAddress": "2.2.2.2",
                          "assignedType": "Equinix Managed",
                          "type": "DATA"
                        },
                        {
                          "id": 1,
                          "ipv4Mask": "255.255.255.0",
                          "ipv4Subnet": "192.168.0.5",
                          "name": "ethernet1",
                          "status": "ASSIGNED",
                          "operationStatus": "DOWN",
                          "macAddress": "fa16.3e1c.a8d8",
                          "ipAddress": "2.2.2.2",
                          "assignedType": "Equinix Managed",
                          "type": "DATA"
                        }
                      ],
                      "asn": 1029
                    },
                    {
                      "accountName": "ABC INC",
                      "accountNumber": "133911",
                      "createdBy": "cust0001",
                      "createdDate": "2018-01-30T10:30:31.387Z",
                      "deviceSerialNo": "53791666484",
                      "deviceTypeCategory": "ROUTER",
                      "deviceTypeCode": "CSR1000V",
                      "deviceTypeName": "CSR 1000v",
                      "expiry": {
                        "date": 7,
                        "day": 4,
                        "hours": 8,
                        "minutes": 0,
                        "month": 1,
                        "seconds": 0,
                        "time": 1549497600000,
                        "timezoneOffset": -480,
                        "year": 119
                      },
                      "region": "AMER",
                      "deviceTypeVendor": "Cisco",
                      "hostName": "VR-SV-CSR1000V-cust0001-1",
                      "uuid": "877a3aa2-c49a-4af1-98a6-007424e737ae",
                      "lastUpdatedBy": "cust0002",
                      "lastUpdatedDate": "2018-01-30T10:30:31.387Z",
                      "licenseFileId": "877a3aa2-c49a-4af1-98a6-007424e737ae",
                      "licenseName": "Bring your own license",
                      "licenseStatus": "REGISTERED",
                      "licenseType": "BYOL",
                      "metroCode": "SV",
                      "metroName": "Silicon Valley",
                      "zoneCode": "zone1",
                      "zoneName": "Zone 1",
                      "name": "AWS-Azure-Router-csr1000v",
                      "notifications": [
                        "test@equinix.com"
                      ],
                      "packageCode": "SEC",
                      "packageName": "Security",
                      "version": "16.09.02",
                      "purchaseOrderNumber": "PO1223",
                      "redundancyType": "PRIMARY",
                      "redundantUuid": "xxxxx191-xx70-xxxx-xx04-xxxxxxxa67xx",
                      "sshIpAddress": "10.195.11.23",
                      "sshIpFqdn": "test-device-168-201-97-149.eis.lab.equinix.com",
                      "status": "PROVISIONED",
                      "throughput": 500,
                      "throughputUnit": "Mbps",
                      "aclTemplateUuid": "49289456-a63e-47d4-927c-5161cfb77501",
                      "core": {
                        "core": 4,
                        "memory": 4,
                        "unit": "GB"
                      },
                      "pricingDetails": {
                        "termLength": 36,
                        "orderNumber": "1-198735018693",
                        "core": 4,
                        "throughput": 1,
                        "ThroughputUnit": "Gbps",
                        "packageCode": "AX",
                        "additionalBandwidth": 100,
                        "primary": {
                          "currency": "USD",
                          "charges": [
                            {
                              "description": "VIRTUAL_DEVICE",
                              "monthlyRecurringCharges": 200
                            },
                            {
                              "description": "VIRTUAL_DEVICE",
                              "monthlyRecurringCharges": 200
                            },
                            {
                              "description": "VIRTUAL_DEVICE",
                              "monthlyRecurringCharges": 200
                            }
                          ]
                        },
                        "secondary": {
                          "currency": "USD",
                          "charges": [
                            {
                              "description": "VIRTUAL_DEVICE",
                              "monthlyRecurringCharges": 200
                            },
                            {
                              "description": "VIRTUAL_DEVICE",
                              "monthlyRecurringCharges": 200
                            },
                            {
                              "description": "VIRTUAL_DEVICE",
                              "monthlyRecurringCharges": 200
                            },
                            {
                              "description": "VIRTUAL_DEVICE",
                              "monthlyRecurringCharges": 200
                            },
                            {
                              "description": "VIRTUAL_DEVICE",
                              "monthlyRecurringCharges": 200
                            },
                            {
                              "description": "VIRTUAL_DEVICE",
                              "monthlyRecurringCharges": 200
                            },
                            {
                              "description": "VIRTUAL_DEVICE",
                              "monthlyRecurringCharges": 200
                            },
                            {
                              "description": "VIRTUAL_DEVICE",
                              "monthlyRecurringCharges": 200
                            },
                            {
                              "description": "VIRTUAL_DEVICE",
                              "monthlyRecurringCharges": 200
                            },
                            {
                              "description": "VIRTUAL_DEVICE",
                              "monthlyRecurringCharges": 200
                            }
                          ]
                        }
                      },
                      "interfaceCount": 10,
                      "deviceManagementType": "EQUINIX-CONFIGURED",
                      "userPublicKey": {
                        "username": "test-user-1",
                        "publicKeyName": "test-pk-2",
                        "publicKey": "ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAklOUpkDHrfHY17SbrmTIpNLTGK9Tjom/BWDSU\\nGPl+nafzlHDTYW7hdI4yZ5ew18JH4JW9jbhUFrviQzM7xlELEVf4h9lFX5QVkbPppSwg0cda3\\nPbv7kOdJ/MTyBlWXFCR+HAo3FXRitBqxiX1nKhXpHAZsMciLq8V6RjsNAQwdsdMFvSlVK/7XA\\nt3FaoJoAsncM1Q9x5+3V0Ww68/eIFmb1zuUFljQJKprrX88XypNDvjYNby6vw"
                      },
                      "managementIp": "10.195.237.228/26",
                      "managementGatewayIp": "10.195.237.254",
                      "publicIp": "149.97.198.95/31",
                      "publicGatewayIp": "149.97.198.94",
                      "primaryDnsName": "4.0.0.53",
                      "secondaryDnsName": "129.250.35.250",
                      "termLength": 12,
                      "additionalBandwidth": 200,
                      "siteId": "12345",
                      "systemIpAddress": "192.168.2.5",
                      "vendorConfig": {
                        "siteId": 567,
                        "systemIpAddress": "192.164.0.0",
                        "licenseKey": "6735-vwe64568-6a91-4112-8734-bea12d91f7y7",
                        "licenseSecret": "h5j0i45e83324pblbfca764532c4a640e7801f0",
                        "localId": "branch1@example.com",
                        "remoteId": "companyController1@example.com",
                        "controller1": "54.219.248.29",
                        "controller2": "54.177.220.115",
                        "serialNumber": 4545454,
                        "adminPassword": 5678909,
                        "activationKey": "GJUK-JM2X-59BJ-2TDJ",
                        "controllerFqdn": "demo.velocloud.net",
                        "rootPassword": "myPassw0rd!",
                        "accountName": "accountName",
                        "hostname": "hostName",
                        "accountKey": "Primary Account Key1",
                        "applianceTag": "applianceTag"
                      },
                      "interfaces": [
                        {
                          "id": 1,
                          "ipv4Mask": "255.255.255.0",
                          "ipv4Subnet": "192.168.0.5",
                          "name": "ethernet1",
                          "status": "ASSIGNED",
                          "operationStatus": "DOWN",
                          "macAddress": "fa16.3e1c.a8d8",
                          "ipAddress": "2.2.2.2",
                          "assignedType": "Equinix Managed",
                          "type": "DATA"
                        },
                        {
                          "id": 1,
                          "ipv4Mask": "255.255.255.0",
                          "ipv4Subnet": "192.168.0.5",
                          "name": "ethernet1",
                          "status": "ASSIGNED",
                          "operationStatus": "DOWN",
                          "macAddress": "fa16.3e1c.a8d8",
                          "ipAddress": "2.2.2.2",
                          "assignedType": "Equinix Managed",
                          "type": "DATA"
                        },
                        {
                          "id": 1,
                          "ipv4Mask": "255.255.255.0",
                          "ipv4Subnet": "192.168.0.5",
                          "name": "ethernet1",
                          "status": "ASSIGNED",
                          "operationStatus": "DOWN",
                          "macAddress": "fa16.3e1c.a8d8",
                          "ipAddress": "2.2.2.2",
                          "assignedType": "Equinix Managed",
                          "type": "DATA"
                        },
                        {
                          "id": 1,
                          "ipv4Mask": "255.255.255.0",
                          "ipv4Subnet": "192.168.0.5",
                          "name": "ethernet1",
                          "status": "ASSIGNED",
                          "operationStatus": "DOWN",
                          "macAddress": "fa16.3e1c.a8d8",
                          "ipAddress": "2.2.2.2",
                          "assignedType": "Equinix Managed",
                          "type": "DATA"
                        },
                        {
                          "id": 1,
                          "ipv4Mask": "255.255.255.0",
                          "ipv4Subnet": "192.168.0.5",
                          "name": "ethernet1",
                          "status": "ASSIGNED",
                          "operationStatus": "DOWN",
                          "macAddress": "fa16.3e1c.a8d8",
                          "ipAddress": "2.2.2.2",
                          "assignedType": "Equinix Managed",
                          "type": "DATA"
                        },
                        {
                          "id": 1,
                          "ipv4Mask": "255.255.255.0",
                          "ipv4Subnet": "192.168.0.5",
                          "name": "ethernet1",
                          "status": "ASSIGNED",
                          "operationStatus": "DOWN",
                          "macAddress": "fa16.3e1c.a8d8",
                          "ipAddress": "2.2.2.2",
                          "assignedType": "Equinix Managed",
                          "type": "DATA"
                        }
                      ],
                      "asn": 1029
                    },
                    {
                      "accountName": "ABC INC",
                      "accountNumber": "133911",
                      "createdBy": "cust0001",
                      "createdDate": "2018-01-30T10:30:31.387Z",
                      "deviceSerialNo": "53791666484",
                      "deviceTypeCategory": "ROUTER",
                      "deviceTypeCode": "CSR1000V",
                      "deviceTypeName": "CSR 1000v",
                      "expiry": {
                        "date": 7,
                        "day": 4,
                        "hours": 8,
                        "minutes": 0,
                        "month": 1,
                        "seconds": 0,
                        "time": 1549497600000,
                        "timezoneOffset": -480,
                        "year": 119
                      },
                      "region": "AMER",
                      "deviceTypeVendor": "Cisco",
                      "hostName": "VR-SV-CSR1000V-cust0001-1",
                      "uuid": "877a3aa2-c49a-4af1-98a6-007424e737ae",
                      "lastUpdatedBy": "cust0002",
                      "lastUpdatedDate": "2018-01-30T10:30:31.387Z",
                      "licenseFileId": "877a3aa2-c49a-4af1-98a6-007424e737ae",
                      "licenseName": "Bring your own license",
                      "licenseStatus": "REGISTERED",
                      "licenseType": "BYOL",
                      "metroCode": "SV",
                      "metroName": "Silicon Valley",
                      "zoneCode": "zone1",
                      "zoneName": "Zone 1",
                      "name": "AWS-Azure-Router-csr1000v",
                      "notifications": [
                        "test@equinix.com",
                        "test@equinix.com"
                      ],
                      "packageCode": "SEC",
                      "packageName": "Security",
                      "version": "16.09.02",
                      "purchaseOrderNumber": "PO1223",
                      "redundancyType": "PRIMARY",
                      "redundantUuid": "xxxxx191-xx70-xxxx-xx04-xxxxxxxa67xx",
                      "sshIpAddress": "10.195.11.23",
                      "sshIpFqdn": "test-device-168-201-97-149.eis.lab.equinix.com",
                      "status": "PROVISIONED",
                      "throughput": 500,
                      "throughputUnit": "Mbps",
                      "aclTemplateUuid": "49289456-a63e-47d4-927c-5161cfb77501",
                      "core": {
                        "core": 4,
                        "memory": 4,
                        "unit": "GB"
                      },
                      "pricingDetails": {
                        "termLength": 36,
                        "orderNumber": "1-198735018693",
                        "core": 4,
                        "throughput": 1,
                        "ThroughputUnit": "Gbps",
                        "packageCode": "AX",
                        "additionalBandwidth": 100,
                        "primary": {
                          "currency": "USD",
                          "charges": [
                            {
                              "description": "VIRTUAL_DEVICE",
                              "monthlyRecurringCharges": 200
                            },
                            {
                              "description": "VIRTUAL_DEVICE",
                              "monthlyRecurringCharges": 200
                            },
                            {
                              "description": "VIRTUAL_DEVICE",
                              "monthlyRecurringCharges": 200
                            },
                            {
                              "description": "VIRTUAL_DEVICE",
                              "monthlyRecurringCharges": 200
                            }
                          ]
                        },
                        "secondary": {
                          "currency": "USD",
                          "charges": [
                            {
                              "description": "VIRTUAL_DEVICE",
                              "monthlyRecurringCharges": 200
                            },
                            {
                              "description": "VIRTUAL_DEVICE",
                              "monthlyRecurringCharges": 200
                            },
                            {
                              "description": "VIRTUAL_DEVICE",
                              "monthlyRecurringCharges": 200
                            },
                            {
                              "description": "VIRTUAL_DEVICE",
                              "monthlyRecurringCharges": 200
                            },
                            {
                              "description": "VIRTUAL_DEVICE",
                              "monthlyRecurringCharges": 200
                            },
                            {
                              "description": "VIRTUAL_DEVICE",
                              "monthlyRecurringCharges": 200
                            },
                            {
                              "description": "VIRTUAL_DEVICE",
                              "monthlyRecurringCharges": 200
                            },
                            {
                              "description": "VIRTUAL_DEVICE",
                              "monthlyRecurringCharges": 200
                            },
                            {
                              "description": "VIRTUAL_DEVICE",
                              "monthlyRecurringCharges": 200
                            },
                            {
                              "description": "VIRTUAL_DEVICE",
                              "monthlyRecurringCharges": 200
                            }
                          ]
                        }
                      },
                      "interfaceCount": 10,
                      "deviceManagementType": "EQUINIX-CONFIGURED",
                      "userPublicKey": {
                        "username": "test-user-1",
                        "publicKeyName": "test-pk-2",
                        "publicKey": "ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAklOUpkDHrfHY17SbrmTIpNLTGK9Tjom/BWDSU\\nGPl+nafzlHDTYW7hdI4yZ5ew18JH4JW9jbhUFrviQzM7xlELEVf4h9lFX5QVkbPppSwg0cda3\\nPbv7kOdJ/MTyBlWXFCR+HAo3FXRitBqxiX1nKhXpHAZsMciLq8V6RjsNAQwdsdMFvSlVK/7XA\\nt3FaoJoAsncM1Q9x5+3V0Ww68/eIFmb1zuUFljQJKprrX88XypNDvjYNby6vw"
                      },
                      "managementIp": "10.195.237.228/26",
                      "managementGatewayIp": "10.195.237.254",
                      "publicIp": "149.97.198.95/31",
                      "publicGatewayIp": "149.97.198.94",
                      "primaryDnsName": "4.0.0.53",
                      "secondaryDnsName": "129.250.35.250",
                      "termLength": 12,
                      "additionalBandwidth": 200,
                      "siteId": "12345",
                      "systemIpAddress": "192.168.2.5",
                      "vendorConfig": {
                        "siteId": 567,
                        "systemIpAddress": "192.164.0.0",
                        "licenseKey": "6735-vwe64568-6a91-4112-8734-bea12d91f7y7",
                        "licenseSecret": "h5j0i45e83324pblbfca764532c4a640e7801f0",
                        "localId": "branch1@example.com",
                        "remoteId": "companyController1@example.com",
                        "controller1": "54.219.248.29",
                        "controller2": "54.177.220.115",
                        "serialNumber": 4545454,
                        "adminPassword": 5678909,
                        "activationKey": "GJUK-JM2X-59BJ-2TDJ",
                        "controllerFqdn": "demo.velocloud.net",
                        "rootPassword": "myPassw0rd!",
                        "accountName": "accountName",
                        "hostname": "hostName",
                        "accountKey": "Primary Account Key1",
                        "applianceTag": "applianceTag"
                      },
                      "interfaces": [
                        {
                          "id": 1,
                          "ipv4Mask": "255.255.255.0",
                          "ipv4Subnet": "192.168.0.5",
                          "name": "ethernet1",
                          "status": "ASSIGNED",
                          "operationStatus": "DOWN",
                          "macAddress": "fa16.3e1c.a8d8",
                          "ipAddress": "2.2.2.2",
                          "assignedType": "Equinix Managed",
                          "type": "DATA"
                        },
                        {
                          "id": 1,
                          "ipv4Mask": "255.255.255.0",
                          "ipv4Subnet": "192.168.0.5",
                          "name": "ethernet1",
                          "status": "ASSIGNED",
                          "operationStatus": "DOWN",
                          "macAddress": "fa16.3e1c.a8d8",
                          "ipAddress": "2.2.2.2",
                          "assignedType": "Equinix Managed",
                          "type": "DATA"
                        },
                        {
                          "id": 1,
                          "ipv4Mask": "255.255.255.0",
                          "ipv4Subnet": "192.168.0.5",
                          "name": "ethernet1",
                          "status": "ASSIGNED",
                          "operationStatus": "DOWN",
                          "macAddress": "fa16.3e1c.a8d8",
                          "ipAddress": "2.2.2.2",
                          "assignedType": "Equinix Managed",
                          "type": "DATA"
                        },
                        {
                          "id": 1,
                          "ipv4Mask": "255.255.255.0",
                          "ipv4Subnet": "192.168.0.5",
                          "name": "ethernet1",
                          "status": "ASSIGNED",
                          "operationStatus": "DOWN",
                          "macAddress": "fa16.3e1c.a8d8",
                          "ipAddress": "2.2.2.2",
                          "assignedType": "Equinix Managed",
                          "type": "DATA"
                        },
                        {
                          "id": 1,
                          "ipv4Mask": "255.255.255.0",
                          "ipv4Subnet": "192.168.0.5",
                          "name": "ethernet1",
                          "status": "ASSIGNED",
                          "operationStatus": "DOWN",
                          "macAddress": "fa16.3e1c.a8d8",
                          "ipAddress": "2.2.2.2",
                          "assignedType": "Equinix Managed",
                          "type": "DATA"
                        },
                        {
                          "id": 1,
                          "ipv4Mask": "255.255.255.0",
                          "ipv4Subnet": "192.168.0.5",
                          "name": "ethernet1",
                          "status": "ASSIGNED",
                          "operationStatus": "DOWN",
                          "macAddress": "fa16.3e1c.a8d8",
                          "ipAddress": "2.2.2.2",
                          "assignedType": "Equinix Managed",
                          "type": "DATA"
                        },
                        {
                          "id": 1,
                          "ipv4Mask": "255.255.255.0",
                          "ipv4Subnet": "192.168.0.5",
                          "name": "ethernet1",
                          "status": "ASSIGNED",
                          "operationStatus": "DOWN",
                          "macAddress": "fa16.3e1c.a8d8",
                          "ipAddress": "2.2.2.2",
                          "assignedType": "Equinix Managed",
                          "type": "DATA"
                        },
                        {
                          "id": 1,
                          "ipv4Mask": "255.255.255.0",
                          "ipv4Subnet": "192.168.0.5",
                          "name": "ethernet1",
                          "status": "ASSIGNED",
                          "operationStatus": "DOWN",
                          "macAddress": "fa16.3e1c.a8d8",
                          "ipAddress": "2.2.2.2",
                          "assignedType": "Equinix Managed",
                          "type": "DATA"
                        }
                      ],
                      "asn": 1029
                    },
                    {
                      "accountName": "ABC INC",
                      "accountNumber": "133911",
                      "createdBy": "cust0001",
                      "createdDate": "2018-01-30T10:30:31.387Z",
                      "deviceSerialNo": "53791666484",
                      "deviceTypeCategory": "ROUTER",
                      "deviceTypeCode": "CSR1000V",
                      "deviceTypeName": "CSR 1000v",
                      "expiry": {
                        "date": 7,
                        "day": 4,
                        "hours": 8,
                        "minutes": 0,
                        "month": 1,
                        "seconds": 0,
                        "time": 1549497600000,
                        "timezoneOffset": -480,
                        "year": 119
                      },
                      "region": "AMER",
                      "deviceTypeVendor": "Cisco",
                      "hostName": "VR-SV-CSR1000V-cust0001-1",
                      "uuid": "877a3aa2-c49a-4af1-98a6-007424e737ae",
                      "lastUpdatedBy": "cust0002",
                      "lastUpdatedDate": "2018-01-30T10:30:31.387Z",
                      "licenseFileId": "877a3aa2-c49a-4af1-98a6-007424e737ae",
                      "licenseName": "Bring your own license",
                      "licenseStatus": "REGISTERED",
                      "licenseType": "BYOL",
                      "metroCode": "SV",
                      "metroName": "Silicon Valley",
                      "zoneCode": "zone1",
                      "zoneName": "Zone 1",
                      "name": "AWS-Azure-Router-csr1000v",
                      "notifications": [
                        "test@equinix.com",
                        "test@equinix.com",
                        "test@equinix.com",
                        "test@equinix.com",
                        "test@equinix.com",
                        "test@equinix.com",
                        "test@equinix.com",
                        "test@equinix.com"
                      ],
                      "packageCode": "SEC",
                      "packageName": "Security",
                      "version": "16.09.02",
                      "purchaseOrderNumber": "PO1223",
                      "redundancyType": "PRIMARY",
                      "redundantUuid": "xxxxx191-xx70-xxxx-xx04-xxxxxxxa67xx",
                      "sshIpAddress": "10.195.11.23",
                      "sshIpFqdn": "test-device-168-201-97-149.eis.lab.equinix.com",
                      "status": "PROVISIONED",
                      "throughput": 500,
                      "throughputUnit": "Mbps",
                      "aclTemplateUuid": "49289456-a63e-47d4-927c-5161cfb77501",
                      "core": {
                        "core": 4,
                        "memory": 4,
                        "unit": "GB"
                      },
                      "pricingDetails": {
                        "termLength": 36,
                        "orderNumber": "1-198735018693",
                        "core": 4,
                        "throughput": 1,
                        "ThroughputUnit": "Gbps",
                        "packageCode": "AX",
                        "additionalBandwidth": 100,
                        "primary": {
                          "currency": "USD",
                          "charges": [
                            {
                              "description": "VIRTUAL_DEVICE",
                              "monthlyRecurringCharges": 200
                            }
                          ]
                        },
                        "secondary": {
                          "currency": "USD",
                          "charges": [
                            {
                              "description": "VIRTUAL_DEVICE",
                              "monthlyRecurringCharges": 200
                            },
                            {
                              "description": "VIRTUAL_DEVICE",
                              "monthlyRecurringCharges": 200
                            },
                            {
                              "description": "VIRTUAL_DEVICE",
                              "monthlyRecurringCharges": 200
                            },
                            {
                              "description": "VIRTUAL_DEVICE",
                              "monthlyRecurringCharges": 200
                            },
                            {
                              "description": "VIRTUAL_DEVICE",
                              "monthlyRecurringCharges": 200
                            },
                            {
                              "description": "VIRTUAL_DEVICE",
                              "monthlyRecurringCharges": 200
                            },
                            {
                              "description": "VIRTUAL_DEVICE",
                              "monthlyRecurringCharges": 200
                            },
                            {
                              "description": "VIRTUAL_DEVICE",
                              "monthlyRecurringCharges": 200
                            },
                            {
                              "description": "VIRTUAL_DEVICE",
                              "monthlyRecurringCharges": 200
                            },
                            {
                              "description": "VIRTUAL_DEVICE",
                              "monthlyRecurringCharges": 200
                            }
                          ]
                        }
                      },
                      "interfaceCount": 10,
                      "deviceManagementType": "EQUINIX-CONFIGURED",
                      "userPublicKey": {
                        "username": "test-user-1",
                        "publicKeyName": "test-pk-2",
                        "publicKey": "ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAklOUpkDHrfHY17SbrmTIpNLTGK9Tjom/BWDSU\\nGPl+nafzlHDTYW7hdI4yZ5ew18JH4JW9jbhUFrviQzM7xlELEVf4h9lFX5QVkbPppSwg0cda3\\nPbv7kOdJ/MTyBlWXFCR+HAo3FXRitBqxiX1nKhXpHAZsMciLq8V6RjsNAQwdsdMFvSlVK/7XA\\nt3FaoJoAsncM1Q9x5+3V0Ww68/eIFmb1zuUFljQJKprrX88XypNDvjYNby6vw"
                      },
                      "managementIp": "10.195.237.228/26",
                      "managementGatewayIp": "10.195.237.254",
                      "publicIp": "149.97.198.95/31",
                      "publicGatewayIp": "149.97.198.94",
                      "primaryDnsName": "4.0.0.53",
                      "secondaryDnsName": "129.250.35.250",
                      "termLength": 12,
                      "additionalBandwidth": 200,
                      "siteId": "12345",
                      "systemIpAddress": "192.168.2.5",
                      "vendorConfig": {
                        "siteId": 567,
                        "systemIpAddress": "192.164.0.0",
                        "licenseKey": "6735-vwe64568-6a91-4112-8734-bea12d91f7y7",
                        "licenseSecret": "h5j0i45e83324pblbfca764532c4a640e7801f0",
                        "localId": "branch1@example.com",
                        "remoteId": "companyController1@example.com",
                        "controller1": "54.219.248.29",
                        "controller2": "54.177.220.115",
                        "serialNumber": 4545454,
                        "adminPassword": 5678909,
                        "activationKey": "GJUK-JM2X-59BJ-2TDJ",
                        "controllerFqdn": "demo.velocloud.net",
                        "rootPassword": "myPassw0rd!",
                        "accountName": "accountName",
                        "hostname": "hostName",
                        "accountKey": "Primary Account Key1",
                        "applianceTag": "applianceTag"
                      },
                      "interfaces": [
                        {
                          "id": 1,
                          "ipv4Mask": "255.255.255.0",
                          "ipv4Subnet": "192.168.0.5",
                          "name": "ethernet1",
                          "status": "ASSIGNED",
                          "operationStatus": "DOWN",
                          "macAddress": "fa16.3e1c.a8d8",
                          "ipAddress": "2.2.2.2",
                          "assignedType": "Equinix Managed",
                          "type": "DATA"
                        },
                        {
                          "id": 1,
                          "ipv4Mask": "255.255.255.0",
                          "ipv4Subnet": "192.168.0.5",
                          "name": "ethernet1",
                          "status": "ASSIGNED",
                          "operationStatus": "DOWN",
                          "macAddress": "fa16.3e1c.a8d8",
                          "ipAddress": "2.2.2.2",
                          "assignedType": "Equinix Managed",
                          "type": "DATA"
                        },
                        {
                          "id": 1,
                          "ipv4Mask": "255.255.255.0",
                          "ipv4Subnet": "192.168.0.5",
                          "name": "ethernet1",
                          "status": "ASSIGNED",
                          "operationStatus": "DOWN",
                          "macAddress": "fa16.3e1c.a8d8",
                          "ipAddress": "2.2.2.2",
                          "assignedType": "Equinix Managed",
                          "type": "DATA"
                        },
                        {
                          "id": 1,
                          "ipv4Mask": "255.255.255.0",
                          "ipv4Subnet": "192.168.0.5",
                          "name": "ethernet1",
                          "status": "ASSIGNED",
                          "operationStatus": "DOWN",
                          "macAddress": "fa16.3e1c.a8d8",
                          "ipAddress": "2.2.2.2",
                          "assignedType": "Equinix Managed",
                          "type": "DATA"
                        },
                        {
                          "id": 1,
                          "ipv4Mask": "255.255.255.0",
                          "ipv4Subnet": "192.168.0.5",
                          "name": "ethernet1",
                          "status": "ASSIGNED",
                          "operationStatus": "DOWN",
                          "macAddress": "fa16.3e1c.a8d8",
                          "ipAddress": "2.2.2.2",
                          "assignedType": "Equinix Managed",
                          "type": "DATA"
                        },
                        {
                          "id": 1,
                          "ipv4Mask": "255.255.255.0",
                          "ipv4Subnet": "192.168.0.5",
                          "name": "ethernet1",
                          "status": "ASSIGNED",
                          "operationStatus": "DOWN",
                          "macAddress": "fa16.3e1c.a8d8",
                          "ipAddress": "2.2.2.2",
                          "assignedType": "Equinix Managed",
                          "type": "DATA"
                        }
                      ],
                      "asn": 1029
                    },
                    {
                      "accountName": "ABC INC",
                      "accountNumber": "133911",
                      "createdBy": "cust0001",
                      "createdDate": "2018-01-30T10:30:31.387Z",
                      "deviceSerialNo": "53791666484",
                      "deviceTypeCategory": "ROUTER",
                      "deviceTypeCode": "CSR1000V",
                      "deviceTypeName": "CSR 1000v",
                      "expiry": {
                        "date": 7,
                        "day": 4,
                        "hours": 8,
                        "minutes": 0,
                        "month": 1,
                        "seconds": 0,
                        "time": 1549497600000,
                        "timezoneOffset": -480,
                        "year": 119
                      },
                      "region": "AMER",
                      "deviceTypeVendor": "Cisco",
                      "hostName": "VR-SV-CSR1000V-cust0001-1",
                      "uuid": "877a3aa2-c49a-4af1-98a6-007424e737ae",
                      "lastUpdatedBy": "cust0002",
                      "lastUpdatedDate": "2018-01-30T10:30:31.387Z",
                      "licenseFileId": "877a3aa2-c49a-4af1-98a6-007424e737ae",
                      "licenseName": "Bring your own license",
                      "licenseStatus": "REGISTERED",
                      "licenseType": "BYOL",
                      "metroCode": "SV",
                      "metroName": "Silicon Valley",
                      "zoneCode": "zone1",
                      "zoneName": "Zone 1",
                      "name": "AWS-Azure-Router-csr1000v",
                      "notifications": [
                        "test@equinix.com",
                        "test@equinix.com",
                        "test@equinix.com",
                        "test@equinix.com",
                        "test@equinix.com",
                        "test@equinix.com",
                        "test@equinix.com",
                        "test@equinix.com",
                        "test@equinix.com"
                      ],
                      "packageCode": "SEC",
                      "packageName": "Security",
                      "version": "16.09.02",
                      "purchaseOrderNumber": "PO1223",
                      "redundancyType": "PRIMARY",
                      "redundantUuid": "xxxxx191-xx70-xxxx-xx04-xxxxxxxa67xx",
                      "sshIpAddress": "10.195.11.23",
                      "sshIpFqdn": "test-device-168-201-97-149.eis.lab.equinix.com",
                      "status": "PROVISIONED",
                      "throughput": 500,
                      "throughputUnit": "Mbps",
                      "aclTemplateUuid": "49289456-a63e-47d4-927c-5161cfb77501",
                      "core": {
                        "core": 4,
                        "memory": 4,
                        "unit": "GB"
                      },
                      "pricingDetails": {
                        "termLength": 36,
                        "orderNumber": "1-198735018693",
                        "core": 4,
                        "throughput": 1,
                        "ThroughputUnit": "Gbps",
                        "packageCode": "AX",
                        "additionalBandwidth": 100,
                        "primary": {
                          "currency": "USD",
                          "charges": [
                            {
                              "description": "VIRTUAL_DEVICE",
                              "monthlyRecurringCharges": 200
                            },
                            {
                              "description": "VIRTUAL_DEVICE",
                              "monthlyRecurringCharges": 200
                            },
                            {
                              "description": "VIRTUAL_DEVICE",
                              "monthlyRecurringCharges": 200
                            },
                            {
                              "description": "VIRTUAL_DEVICE",
                              "monthlyRecurringCharges": 200
                            },
                            {
                              "description": "VIRTUAL_DEVICE",
                              "monthlyRecurringCharges": 200
                            },
                            {
                              "description": "VIRTUAL_DEVICE",
                              "monthlyRecurringCharges": 200
                            },
                            {
                              "description": "VIRTUAL_DEVICE",
                              "monthlyRecurringCharges": 200
                            },
                            {
                              "description": "VIRTUAL_DEVICE",
                              "monthlyRecurringCharges": 200
                            },
                            {
                              "description": "VIRTUAL_DEVICE",
                              "monthlyRecurringCharges": 200
                            },
                            {
                              "description": "VIRTUAL_DEVICE",
                              "monthlyRecurringCharges": 200
                            }
                          ]
                        },
                        "secondary": {
                          "currency": "USD",
                          "charges": [
                            {
                              "description": "VIRTUAL_DEVICE",
                              "monthlyRecurringCharges": 200
                            },
                            {
                              "description": "VIRTUAL_DEVICE",
                              "monthlyRecurringCharges": 200
                            }
                          ]
                        }
                      },
                      "interfaceCount": 10,
                      "deviceManagementType": "EQUINIX-CONFIGURED",
                      "userPublicKey": {
                        "username": "test-user-1",
                        "publicKeyName": "test-pk-2",
                        "publicKey": "ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAklOUpkDHrfHY17SbrmTIpNLTGK9Tjom/BWDSU\\nGPl+nafzlHDTYW7hdI4yZ5ew18JH4JW9jbhUFrviQzM7xlELEVf4h9lFX5QVkbPppSwg0cda3\\nPbv7kOdJ/MTyBlWXFCR+HAo3FXRitBqxiX1nKhXpHAZsMciLq8V6RjsNAQwdsdMFvSlVK/7XA\\nt3FaoJoAsncM1Q9x5+3V0Ww68/eIFmb1zuUFljQJKprrX88XypNDvjYNby6vw"
                      },
                      "managementIp": "10.195.237.228/26",
                      "managementGatewayIp": "10.195.237.254",
                      "publicIp": "149.97.198.95/31",
                      "publicGatewayIp": "149.97.198.94",
                      "primaryDnsName": "4.0.0.53",
                      "secondaryDnsName": "129.250.35.250",
                      "termLength": 12,
                      "additionalBandwidth": 200,
                      "siteId": "12345",
                      "systemIpAddress": "192.168.2.5",
                      "vendorConfig": {
                        "siteId": 567,
                        "systemIpAddress": "192.164.0.0",
                        "licenseKey": "6735-vwe64568-6a91-4112-8734-bea12d91f7y7",
                        "licenseSecret": "h5j0i45e83324pblbfca764532c4a640e7801f0",
                        "localId": "branch1@example.com",
                        "remoteId": "companyController1@example.com",
                        "controller1": "54.219.248.29",
                        "controller2": "54.177.220.115",
                        "serialNumber": 4545454,
                        "adminPassword": 5678909,
                        "activationKey": "GJUK-JM2X-59BJ-2TDJ",
                        "controllerFqdn": "demo.velocloud.net",
                        "rootPassword": "myPassw0rd!",
                        "accountName": "accountName",
                        "hostname": "hostName",
                        "accountKey": "Primary Account Key1",
                        "applianceTag": "applianceTag"
                      },
                      "interfaces": [
                        {
                          "id": 1,
                          "ipv4Mask": "255.255.255.0",
                          "ipv4Subnet": "192.168.0.5",
                          "name": "ethernet1",
                          "status": "ASSIGNED",
                          "operationStatus": "DOWN",
                          "macAddress": "fa16.3e1c.a8d8",
                          "ipAddress": "2.2.2.2",
                          "assignedType": "Equinix Managed",
                          "type": "DATA"
                        },
                        {
                          "id": 1,
                          "ipv4Mask": "255.255.255.0",
                          "ipv4Subnet": "192.168.0.5",
                          "name": "ethernet1",
                          "status": "ASSIGNED",
                          "operationStatus": "DOWN",
                          "macAddress": "fa16.3e1c.a8d8",
                          "ipAddress": "2.2.2.2",
                          "assignedType": "Equinix Managed",
                          "type": "DATA"
                        },
                        {
                          "id": 1,
                          "ipv4Mask": "255.255.255.0",
                          "ipv4Subnet": "192.168.0.5",
                          "name": "ethernet1",
                          "status": "ASSIGNED",
                          "operationStatus": "DOWN",
                          "macAddress": "fa16.3e1c.a8d8",
                          "ipAddress": "2.2.2.2",
                          "assignedType": "Equinix Managed",
                          "type": "DATA"
                        },
                        {
                          "id": 1,
                          "ipv4Mask": "255.255.255.0",
                          "ipv4Subnet": "192.168.0.5",
                          "name": "ethernet1",
                          "status": "ASSIGNED",
                          "operationStatus": "DOWN",
                          "macAddress": "fa16.3e1c.a8d8",
                          "ipAddress": "2.2.2.2",
                          "assignedType": "Equinix Managed",
                          "type": "DATA"
                        },
                        {
                          "id": 1,
                          "ipv4Mask": "255.255.255.0",
                          "ipv4Subnet": "192.168.0.5",
                          "name": "ethernet1",
                          "status": "ASSIGNED",
                          "operationStatus": "DOWN",
                          "macAddress": "fa16.3e1c.a8d8",
                          "ipAddress": "2.2.2.2",
                          "assignedType": "Equinix Managed",
                          "type": "DATA"
                        },
                        {
                          "id": 1,
                          "ipv4Mask": "255.255.255.0",
                          "ipv4Subnet": "192.168.0.5",
                          "name": "ethernet1",
                          "status": "ASSIGNED",
                          "operationStatus": "DOWN",
                          "macAddress": "fa16.3e1c.a8d8",
                          "ipAddress": "2.2.2.2",
                          "assignedType": "Equinix Managed",
                          "type": "DATA"
                        },
                        {
                          "id": 1,
                          "ipv4Mask": "255.255.255.0",
                          "ipv4Subnet": "192.168.0.5",
                          "name": "ethernet1",
                          "status": "ASSIGNED",
                          "operationStatus": "DOWN",
                          "macAddress": "fa16.3e1c.a8d8",
                          "ipAddress": "2.2.2.2",
                          "assignedType": "Equinix Managed",
                          "type": "DATA"
                        },
                        {
                          "id": 1,
                          "ipv4Mask": "255.255.255.0",
                          "ipv4Subnet": "192.168.0.5",
                          "name": "ethernet1",
                          "status": "ASSIGNED",
                          "operationStatus": "DOWN",
                          "macAddress": "fa16.3e1c.a8d8",
                          "ipAddress": "2.2.2.2",
                          "assignedType": "Equinix Managed",
                          "type": "DATA"
                        }
                      ],
                      "asn": 1029
                    },
                    {
                      "accountName": "ABC INC",
                      "accountNumber": "133911",
                      "createdBy": "cust0001",
                      "createdDate": "2018-01-30T10:30:31.387Z",
                      "deviceSerialNo": "53791666484",
                      "deviceTypeCategory": "ROUTER",
                      "deviceTypeCode": "CSR1000V",
                      "deviceTypeName": "CSR 1000v",
                      "expiry": {
                        "date": 7,
                        "day": 4,
                        "hours": 8,
                        "minutes": 0,
                        "month": 1,
                        "seconds": 0,
                        "time": 1549497600000,
                        "timezoneOffset": -480,
                        "year": 119
                      },
                      "region": "AMER",
                      "deviceTypeVendor": "Cisco",
                      "hostName": "VR-SV-CSR1000V-cust0001-1",
                      "uuid": "877a3aa2-c49a-4af1-98a6-007424e737ae",
                      "lastUpdatedBy": "cust0002",
                      "lastUpdatedDate": "2018-01-30T10:30:31.387Z",
                      "licenseFileId": "877a3aa2-c49a-4af1-98a6-007424e737ae",
                      "licenseName": "Bring your own license",
                      "licenseStatus": "REGISTERED",
                      "licenseType": "BYOL",
                      "metroCode": "SV",
                      "metroName": "Silicon Valley",
                      "zoneCode": "zone1",
                      "zoneName": "Zone 1",
                      "name": "AWS-Azure-Router-csr1000v",
                      "notifications": [
                        "test@equinix.com",
                        "test@equinix.com",
                        "test@equinix.com",
                        "test@equinix.com",
                        "test@equinix.com",
                        "test@equinix.com"
                      ],
                      "packageCode": "SEC",
                      "packageName": "Security",
                      "version": "16.09.02",
                      "purchaseOrderNumber": "PO1223",
                      "redundancyType": "PRIMARY",
                      "redundantUuid": "xxxxx191-xx70-xxxx-xx04-xxxxxxxa67xx",
                      "sshIpAddress": "10.195.11.23",
                      "sshIpFqdn": "test-device-168-201-97-149.eis.lab.equinix.com",
                      "status": "PROVISIONED",
                      "throughput": 500,
                      "throughputUnit": "Mbps",
                      "aclTemplateUuid": "49289456-a63e-47d4-927c-5161cfb77501",
                      "core": {
                        "core": 4,
                        "memory": 4,
                        "unit": "GB"
                      },
                      "pricingDetails": {
                        "termLength": 36,
                        "orderNumber": "1-198735018693",
                        "core": 4,
                        "throughput": 1,
                        "ThroughputUnit": "Gbps",
                        "packageCode": "AX",
                        "additionalBandwidth": 100,
                        "primary": {
                          "currency": "USD",
                          "charges": [
                            {
                              "description": "VIRTUAL_DEVICE",
                              "monthlyRecurringCharges": 200
                            },
                            {
                              "description": "VIRTUAL_DEVICE",
                              "monthlyRecurringCharges": 200
                            },
                            {
                              "description": "VIRTUAL_DEVICE",
                              "monthlyRecurringCharges": 200
                            },
                            {
                              "description": "VIRTUAL_DEVICE",
                              "monthlyRecurringCharges": 200
                            },
                            {
                              "description": "VIRTUAL_DEVICE",
                              "monthlyRecurringCharges": 200
                            },
                            {
                              "description": "VIRTUAL_DEVICE",
                              "monthlyRecurringCharges": 200
                            },
                            {
                              "description": "VIRTUAL_DEVICE",
                              "monthlyRecurringCharges": 200
                            },
                            {
                              "description": "VIRTUAL_DEVICE",
                              "monthlyRecurringCharges": 200
                            },
                            {
                              "description": "VIRTUAL_DEVICE",
                              "monthlyRecurringCharges": 200
                            }
                          ]
                        },
                        "secondary": {
                          "currency": "USD",
                          "charges": [
                            {
                              "description": "VIRTUAL_DEVICE",
                              "monthlyRecurringCharges": 200
                            },
                            {
                              "description": "VIRTUAL_DEVICE",
                              "monthlyRecurringCharges": 200
                            }
                          ]
                        }
                      },
                      "interfaceCount": 10,
                      "deviceManagementType": "EQUINIX-CONFIGURED",
                      "userPublicKey": {
                        "username": "test-user-1",
                        "publicKeyName": "test-pk-2",
                        "publicKey": "ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAklOUpkDHrfHY17SbrmTIpNLTGK9Tjom/BWDSU\\nGPl+nafzlHDTYW7hdI4yZ5ew18JH4JW9jbhUFrviQzM7xlELEVf4h9lFX5QVkbPppSwg0cda3\\nPbv7kOdJ/MTyBlWXFCR+HAo3FXRitBqxiX1nKhXpHAZsMciLq8V6RjsNAQwdsdMFvSlVK/7XA\\nt3FaoJoAsncM1Q9x5+3V0Ww68/eIFmb1zuUFljQJKprrX88XypNDvjYNby6vw"
                      },
                      "managementIp": "10.195.237.228/26",
                      "managementGatewayIp": "10.195.237.254",
                      "publicIp": "149.97.198.95/31",
                      "publicGatewayIp": "149.97.198.94",
                      "primaryDnsName": "4.0.0.53",
                      "secondaryDnsName": "129.250.35.250",
                      "termLength": 12,
                      "additionalBandwidth": 200,
                      "siteId": "12345",
                      "systemIpAddress": "192.168.2.5",
                      "vendorConfig": {
                        "siteId": 567,
                        "systemIpAddress": "192.164.0.0",
                        "licenseKey": "6735-vwe64568-6a91-4112-8734-bea12d91f7y7",
                        "licenseSecret": "h5j0i45e83324pblbfca764532c4a640e7801f0",
                        "localId": "branch1@example.com",
                        "remoteId": "companyController1@example.com",
                        "controller1": "54.219.248.29",
                        "controller2": "54.177.220.115",
                        "serialNumber": 4545454,
                        "adminPassword": 5678909,
                        "activationKey": "GJUK-JM2X-59BJ-2TDJ",
                        "controllerFqdn": "demo.velocloud.net",
                        "rootPassword": "myPassw0rd!",
                        "accountName": "accountName",
                        "hostname": "hostName",
                        "accountKey": "Primary Account Key1",
                        "applianceTag": "applianceTag"
                      },
                      "interfaces": [
                        {
                          "id": 1,
                          "ipv4Mask": "255.255.255.0",
                          "ipv4Subnet": "192.168.0.5",
                          "name": "ethernet1",
                          "status": "ASSIGNED",
                          "operationStatus": "DOWN",
                          "macAddress": "fa16.3e1c.a8d8",
                          "ipAddress": "2.2.2.2",
                          "assignedType": "Equinix Managed",
                          "type": "DATA"
                        },
                        {
                          "id": 1,
                          "ipv4Mask": "255.255.255.0",
                          "ipv4Subnet": "192.168.0.5",
                          "name": "ethernet1",
                          "status": "ASSIGNED",
                          "operationStatus": "DOWN",
                          "macAddress": "fa16.3e1c.a8d8",
                          "ipAddress": "2.2.2.2",
                          "assignedType": "Equinix Managed",
                          "type": "DATA"
                        },
                        {
                          "id": 1,
                          "ipv4Mask": "255.255.255.0",
                          "ipv4Subnet": "192.168.0.5",
                          "name": "ethernet1",
                          "status": "ASSIGNED",
                          "operationStatus": "DOWN",
                          "macAddress": "fa16.3e1c.a8d8",
                          "ipAddress": "2.2.2.2",
                          "assignedType": "Equinix Managed",
                          "type": "DATA"
                        },
                        {
                          "id": 1,
                          "ipv4Mask": "255.255.255.0",
                          "ipv4Subnet": "192.168.0.5",
                          "name": "ethernet1",
                          "status": "ASSIGNED",
                          "operationStatus": "DOWN",
                          "macAddress": "fa16.3e1c.a8d8",
                          "ipAddress": "2.2.2.2",
                          "assignedType": "Equinix Managed",
                          "type": "DATA"
                        },
                        {
                          "id": 1,
                          "ipv4Mask": "255.255.255.0",
                          "ipv4Subnet": "192.168.0.5",
                          "name": "ethernet1",
                          "status": "ASSIGNED",
                          "operationStatus": "DOWN",
                          "macAddress": "fa16.3e1c.a8d8",
                          "ipAddress": "2.2.2.2",
                          "assignedType": "Equinix Managed",
                          "type": "DATA"
                        },
                        {
                          "id": 1,
                          "ipv4Mask": "255.255.255.0",
                          "ipv4Subnet": "192.168.0.5",
                          "name": "ethernet1",
                          "status": "ASSIGNED",
                          "operationStatus": "DOWN",
                          "macAddress": "fa16.3e1c.a8d8",
                          "ipAddress": "2.2.2.2",
                          "assignedType": "Equinix Managed",
                          "type": "DATA"
                        },
                        {
                          "id": 1,
                          "ipv4Mask": "255.255.255.0",
                          "ipv4Subnet": "192.168.0.5",
                          "name": "ethernet1",
                          "status": "ASSIGNED",
                          "operationStatus": "DOWN",
                          "macAddress": "fa16.3e1c.a8d8",
                          "ipAddress": "2.2.2.2",
                          "assignedType": "Equinix Managed",
                          "type": "DATA"
                        },
                        {
                          "id": 1,
                          "ipv4Mask": "255.255.255.0",
                          "ipv4Subnet": "192.168.0.5",
                          "name": "ethernet1",
                          "status": "ASSIGNED",
                          "operationStatus": "DOWN",
                          "macAddress": "fa16.3e1c.a8d8",
                          "ipAddress": "2.2.2.2",
                          "assignedType": "Equinix Managed",
                          "type": "DATA"
                        }
                      ],
                      "asn": 1029
                    },
                    {
                      "accountName": "ABC INC",
                      "accountNumber": "133911",
                      "createdBy": "cust0001",
                      "createdDate": "2018-01-30T10:30:31.387Z",
                      "deviceSerialNo": "53791666484",
                      "deviceTypeCategory": "ROUTER",
                      "deviceTypeCode": "CSR1000V",
                      "deviceTypeName": "CSR 1000v",
                      "expiry": {
                        "date": 7,
                        "day": 4,
                        "hours": 8,
                        "minutes": 0,
                        "month": 1,
                        "seconds": 0,
                        "time": 1549497600000,
                        "timezoneOffset": -480,
                        "year": 119
                      },
                      "region": "AMER",
                      "deviceTypeVendor": "Cisco",
                      "hostName": "VR-SV-CSR1000V-cust0001-1",
                      "uuid": "877a3aa2-c49a-4af1-98a6-007424e737ae",
                      "lastUpdatedBy": "cust0002",
                      "lastUpdatedDate": "2018-01-30T10:30:31.387Z",
                      "licenseFileId": "877a3aa2-c49a-4af1-98a6-007424e737ae",
                      "licenseName": "Bring your own license",
                      "licenseStatus": "REGISTERED",
                      "licenseType": "BYOL",
                      "metroCode": "SV",
                      "metroName": "Silicon Valley",
                      "zoneCode": "zone1",
                      "zoneName": "Zone 1",
                      "name": "AWS-Azure-Router-csr1000v",
                      "notifications": [
                        "test@equinix.com",
                        "test@equinix.com",
                        "test@equinix.com",
                        "test@equinix.com",
                        "test@equinix.com",
                        "test@equinix.com",
                        "test@equinix.com",
                        "test@equinix.com"
                      ],
                      "packageCode": "SEC",
                      "packageName": "Security",
                      "version": "16.09.02",
                      "purchaseOrderNumber": "PO1223",
                      "redundancyType": "PRIMARY",
                      "redundantUuid": "xxxxx191-xx70-xxxx-xx04-xxxxxxxa67xx",
                      "sshIpAddress": "10.195.11.23",
                      "sshIpFqdn": "test-device-168-201-97-149.eis.lab.equinix.com",
                      "status": "PROVISIONED",
                      "throughput": 500,
                      "throughputUnit": "Mbps",
                      "aclTemplateUuid": "49289456-a63e-47d4-927c-5161cfb77501",
                      "core": {
                        "core": 4,
                        "memory": 4,
                        "unit": "GB"
                      },
                      "pricingDetails": {
                        "termLength": 36,
                        "orderNumber": "1-198735018693",
                        "core": 4,
                        "throughput": 1,
                        "ThroughputUnit": "Gbps",
                        "packageCode": "AX",
                        "additionalBandwidth": 100,
                        "primary": {
                          "currency": "USD",
                          "charges": [
                            {
                              "description": "VIRTUAL_DEVICE",
                              "monthlyRecurringCharges": 200
                            },
                            {
                              "description": "VIRTUAL_DEVICE",
                              "monthlyRecurringCharges": 200
                            },
                            {
                              "description": "VIRTUAL_DEVICE",
                              "monthlyRecurringCharges": 200
                            },
                            {
                              "description": "VIRTUAL_DEVICE",
                              "monthlyRecurringCharges": 200
                            }
                          ]
                        },
                        "secondary": {
                          "currency": "USD",
                          "charges": [
                            {
                              "description": "VIRTUAL_DEVICE",
                              "monthlyRecurringCharges": 200
                            }
                          ]
                        }
                      },
                      "interfaceCount": 10,
                      "deviceManagementType": "EQUINIX-CONFIGURED",
                      "userPublicKey": {
                        "username": "test-user-1",
                        "publicKeyName": "test-pk-2",
                        "publicKey": "ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAklOUpkDHrfHY17SbrmTIpNLTGK9Tjom/BWDSU\\nGPl+nafzlHDTYW7hdI4yZ5ew18JH4JW9jbhUFrviQzM7xlELEVf4h9lFX5QVkbPppSwg0cda3\\nPbv7kOdJ/MTyBlWXFCR+HAo3FXRitBqxiX1nKhXpHAZsMciLq8V6RjsNAQwdsdMFvSlVK/7XA\\nt3FaoJoAsncM1Q9x5+3V0Ww68/eIFmb1zuUFljQJKprrX88XypNDvjYNby6vw"
                      },
                      "managementIp": "10.195.237.228/26",
                      "managementGatewayIp": "10.195.237.254",
                      "publicIp": "149.97.198.95/31",
                      "publicGatewayIp": "149.97.198.94",
                      "primaryDnsName": "4.0.0.53",
                      "secondaryDnsName": "129.250.35.250",
                      "termLength": 12,
                      "additionalBandwidth": 200,
                      "siteId": "12345",
                      "systemIpAddress": "192.168.2.5",
                      "vendorConfig": {
                        "siteId": 567,
                        "systemIpAddress": "192.164.0.0",
                        "licenseKey": "6735-vwe64568-6a91-4112-8734-bea12d91f7y7",
                        "licenseSecret": "h5j0i45e83324pblbfca764532c4a640e7801f0",
                        "localId": "branch1@example.com",
                        "remoteId": "companyController1@example.com",
                        "controller1": "54.219.248.29",
                        "controller2": "54.177.220.115",
                        "serialNumber": 4545454,
                        "adminPassword": 5678909,
                        "activationKey": "GJUK-JM2X-59BJ-2TDJ",
                        "controllerFqdn": "demo.velocloud.net",
                        "rootPassword": "myPassw0rd!",
                        "accountName": "accountName",
                        "hostname": "hostName",
                        "accountKey": "Primary Account Key1",
                        "applianceTag": "applianceTag"
                      },
                      "interfaces": [
                        {
                          "id": 1,
                          "ipv4Mask": "255.255.255.0",
                          "ipv4Subnet": "192.168.0.5",
                          "name": "ethernet1",
                          "status": "ASSIGNED",
                          "operationStatus": "DOWN",
                          "macAddress": "fa16.3e1c.a8d8",
                          "ipAddress": "2.2.2.2",
                          "assignedType": "Equinix Managed",
                          "type": "DATA"
                        },
                        {
                          "id": 1,
                          "ipv4Mask": "255.255.255.0",
                          "ipv4Subnet": "192.168.0.5",
                          "name": "ethernet1",
                          "status": "ASSIGNED",
                          "operationStatus": "DOWN",
                          "macAddress": "fa16.3e1c.a8d8",
                          "ipAddress": "2.2.2.2",
                          "assignedType": "Equinix Managed",
                          "type": "DATA"
                        }
                      ],
                      "asn": 1029
                    },
                    {
                      "accountName": "ABC INC",
                      "accountNumber": "133911",
                      "createdBy": "cust0001",
                      "createdDate": "2018-01-30T10:30:31.387Z",
                      "deviceSerialNo": "53791666484",
                      "deviceTypeCategory": "ROUTER",
                      "deviceTypeCode": "CSR1000V",
                      "deviceTypeName": "CSR 1000v",
                      "expiry": {
                        "date": 7,
                        "day": 4,
                        "hours": 8,
                        "minutes": 0,
                        "month": 1,
                        "seconds": 0,
                        "time": 1549497600000,
                        "timezoneOffset": -480,
                        "year": 119
                      },
                      "region": "AMER",
                      "deviceTypeVendor": "Cisco",
                      "hostName": "VR-SV-CSR1000V-cust0001-1",
                      "uuid": "877a3aa2-c49a-4af1-98a6-007424e737ae",
                      "lastUpdatedBy": "cust0002",
                      "lastUpdatedDate": "2018-01-30T10:30:31.387Z",
                      "licenseFileId": "877a3aa2-c49a-4af1-98a6-007424e737ae",
                      "licenseName": "Bring your own license",
                      "licenseStatus": "REGISTERED",
                      "licenseType": "BYOL",
                      "metroCode": "SV",
                      "metroName": "Silicon Valley",
                      "zoneCode": "zone1",
                      "zoneName": "Zone 1",
                      "name": "AWS-Azure-Router-csr1000v",
                      "notifications": [
                        "test@equinix.com",
                        "test@equinix.com",
                        "test@equinix.com",
                        "test@equinix.com"
                      ],
                      "packageCode": "SEC",
                      "packageName": "Security",
                      "version": "16.09.02",
                      "purchaseOrderNumber": "PO1223",
                      "redundancyType": "PRIMARY",
                      "redundantUuid": "xxxxx191-xx70-xxxx-xx04-xxxxxxxa67xx",
                      "sshIpAddress": "10.195.11.23",
                      "sshIpFqdn": "test-device-168-201-97-149.eis.lab.equinix.com",
                      "status": "PROVISIONED",
                      "throughput": 500,
                      "throughputUnit": "Mbps",
                      "aclTemplateUuid": "49289456-a63e-47d4-927c-5161cfb77501",
                      "core": {
                        "core": 4,
                        "memory": 4,
                        "unit": "GB"
                      },
                      "pricingDetails": {
                        "termLength": 36,
                        "orderNumber": "1-198735018693",
                        "core": 4,
                        "throughput": 1,
                        "ThroughputUnit": "Gbps",
                        "packageCode": "AX",
                        "additionalBandwidth": 100,
                        "primary": {
                          "currency": "USD",
                          "charges": [
                            {
                              "description": "VIRTUAL_DEVICE",
                              "monthlyRecurringCharges": 200
                            },
                            {
                              "description": "VIRTUAL_DEVICE",
                              "monthlyRecurringCharges": 200
                            },
                            {
                              "description": "VIRTUAL_DEVICE",
                              "monthlyRecurringCharges": 200
                            },
                            {
                              "description": "VIRTUAL_DEVICE",
                              "monthlyRecurringCharges": 200
                            },
                            {
                              "description": "VIRTUAL_DEVICE",
                              "monthlyRecurringCharges": 200
                            },
                            {
                              "description": "VIRTUAL_DEVICE",
                              "monthlyRecurringCharges": 200
                            },
                            {
                              "description": "VIRTUAL_DEVICE",
                              "monthlyRecurringCharges": 200
                            },
                            {
                              "description": "VIRTUAL_DEVICE",
                              "monthlyRecurringCharges": 200
                            }
                          ]
                        },
                        "secondary": {
                          "currency": "USD",
                          "charges": [
                            {
                              "description": "VIRTUAL_DEVICE",
                              "monthlyRecurringCharges": 200
                            },
                            {
                              "description": "VIRTUAL_DEVICE",
                              "monthlyRecurringCharges": 200
                            },
                            {
                              "description": "VIRTUAL_DEVICE",
                              "monthlyRecurringCharges": 200
                            }
                          ]
                        }
                      },
                      "interfaceCount": 10,
                      "deviceManagementType": "EQUINIX-CONFIGURED",
                      "userPublicKey": {
                        "username": "test-user-1",
                        "publicKeyName": "test-pk-2",
                        "publicKey": "ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAklOUpkDHrfHY17SbrmTIpNLTGK9Tjom/BWDSU\\nGPl+nafzlHDTYW7hdI4yZ5ew18JH4JW9jbhUFrviQzM7xlELEVf4h9lFX5QVkbPppSwg0cda3\\nPbv7kOdJ/MTyBlWXFCR+HAo3FXRitBqxiX1nKhXpHAZsMciLq8V6RjsNAQwdsdMFvSlVK/7XA\\nt3FaoJoAsncM1Q9x5+3V0Ww68/eIFmb1zuUFljQJKprrX88XypNDvjYNby6vw"
                      },
                      "managementIp": "10.195.237.228/26",
                      "managementGatewayIp": "10.195.237.254",
                      "publicIp": "149.97.198.95/31",
                      "publicGatewayIp": "149.97.198.94",
                      "primaryDnsName": "4.0.0.53",
                      "secondaryDnsName": "129.250.35.250",
                      "termLength": 12,
                      "additionalBandwidth": 200,
                      "siteId": "12345",
                      "systemIpAddress": "192.168.2.5",
                      "vendorConfig": {
                        "siteId": 567,
                        "systemIpAddress": "192.164.0.0",
                        "licenseKey": "6735-vwe64568-6a91-4112-8734-bea12d91f7y7",
                        "licenseSecret": "h5j0i45e83324pblbfca764532c4a640e7801f0",
                        "localId": "branch1@example.com",
                        "remoteId": "companyController1@example.com",
                        "controller1": "54.219.248.29",
                        "controller2": "54.177.220.115",
                        "serialNumber": 4545454,
                        "adminPassword": 5678909,
                        "activationKey": "GJUK-JM2X-59BJ-2TDJ",
                        "controllerFqdn": "demo.velocloud.net",
                        "rootPassword": "myPassw0rd!",
                        "accountName": "accountName",
                        "hostname": "hostName",
                        "accountKey": "Primary Account Key1",
                        "applianceTag": "applianceTag"
                      },
                      "interfaces": [
                        {
                          "id": 1,
                          "ipv4Mask": "255.255.255.0",
                          "ipv4Subnet": "192.168.0.5",
                          "name": "ethernet1",
                          "status": "ASSIGNED",
                          "operationStatus": "DOWN",
                          "macAddress": "fa16.3e1c.a8d8",
                          "ipAddress": "2.2.2.2",
                          "assignedType": "Equinix Managed",
                          "type": "DATA"
                        },
                        {
                          "id": 1,
                          "ipv4Mask": "255.255.255.0",
                          "ipv4Subnet": "192.168.0.5",
                          "name": "ethernet1",
                          "status": "ASSIGNED",
                          "operationStatus": "DOWN",
                          "macAddress": "fa16.3e1c.a8d8",
                          "ipAddress": "2.2.2.2",
                          "assignedType": "Equinix Managed",
                          "type": "DATA"
                        },
                        {
                          "id": 1,
                          "ipv4Mask": "255.255.255.0",
                          "ipv4Subnet": "192.168.0.5",
                          "name": "ethernet1",
                          "status": "ASSIGNED",
                          "operationStatus": "DOWN",
                          "macAddress": "fa16.3e1c.a8d8",
                          "ipAddress": "2.2.2.2",
                          "assignedType": "Equinix Managed",
                          "type": "DATA"
                        },
                        {
                          "id": 1,
                          "ipv4Mask": "255.255.255.0",
                          "ipv4Subnet": "192.168.0.5",
                          "name": "ethernet1",
                          "status": "ASSIGNED",
                          "operationStatus": "DOWN",
                          "macAddress": "fa16.3e1c.a8d8",
                          "ipAddress": "2.2.2.2",
                          "assignedType": "Equinix Managed",
                          "type": "DATA"
                        },
                        {
                          "id": 1,
                          "ipv4Mask": "255.255.255.0",
                          "ipv4Subnet": "192.168.0.5",
                          "name": "ethernet1",
                          "status": "ASSIGNED",
                          "operationStatus": "DOWN",
                          "macAddress": "fa16.3e1c.a8d8",
                          "ipAddress": "2.2.2.2",
                          "assignedType": "Equinix Managed",
                          "type": "DATA"
                        },
                        {
                          "id": 1,
                          "ipv4Mask": "255.255.255.0",
                          "ipv4Subnet": "192.168.0.5",
                          "name": "ethernet1",
                          "status": "ASSIGNED",
                          "operationStatus": "DOWN",
                          "macAddress": "fa16.3e1c.a8d8",
                          "ipAddress": "2.2.2.2",
                          "assignedType": "Equinix Managed",
                          "type": "DATA"
                        },
                        {
                          "id": 1,
                          "ipv4Mask": "255.255.255.0",
                          "ipv4Subnet": "192.168.0.5",
                          "name": "ethernet1",
                          "status": "ASSIGNED",
                          "operationStatus": "DOWN",
                          "macAddress": "fa16.3e1c.a8d8",
                          "ipAddress": "2.2.2.2",
                          "assignedType": "Equinix Managed",
                          "type": "DATA"
                        },
                        {
                          "id": 1,
                          "ipv4Mask": "255.255.255.0",
                          "ipv4Subnet": "192.168.0.5",
                          "name": "ethernet1",
                          "status": "ASSIGNED",
                          "operationStatus": "DOWN",
                          "macAddress": "fa16.3e1c.a8d8",
                          "ipAddress": "2.2.2.2",
                          "assignedType": "Equinix Managed",
                          "type": "DATA"
                        },
                        {
                          "id": 1,
                          "ipv4Mask": "255.255.255.0",
                          "ipv4Subnet": "192.168.0.5",
                          "name": "ethernet1",
                          "status": "ASSIGNED",
                          "operationStatus": "DOWN",
                          "macAddress": "fa16.3e1c.a8d8",
                          "ipAddress": "2.2.2.2",
                          "assignedType": "Equinix Managed",
                          "type": "DATA"
                        },
                        {
                          "id": 1,
                          "ipv4Mask": "255.255.255.0",
                          "ipv4Subnet": "192.168.0.5",
                          "name": "ethernet1",
                          "status": "ASSIGNED",
                          "operationStatus": "DOWN",
                          "macAddress": "fa16.3e1c.a8d8",
                          "ipAddress": "2.2.2.2",
                          "assignedType": "Equinix Managed",
                          "type": "DATA"
                        }
                      ],
                      "asn": 1029
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "metroCode",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "status",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showOnlySubCustomerDevices",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "accountUcmId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ne/v1/devices/{uuid}": {
      "get": {
        "tags": [
          "VirtualDeviceLicensing"
        ],
        "operationId": "getVirtualDeviceUsingGET",
        "description": "The parameters and request body are for method: getVirtualDeviceUsingGET. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accountName": {
                      "type": "string"
                    },
                    "accountNumber": {
                      "type": "string"
                    },
                    "createdBy": {
                      "type": "string"
                    },
                    "createdDate": {
                      "type": "string"
                    },
                    "deviceSerialNo": {
                      "type": "string"
                    },
                    "deviceTypeCategory": {
                      "type": "string"
                    },
                    "deviceTypeCode": {
                      "type": "string"
                    },
                    "deviceTypeName": {
                      "type": "string"
                    },
                    "expiry": {
                      "type": "object",
                      "properties": {
                        "date": {
                          "type": "number"
                        },
                        "day": {
                          "type": "number"
                        },
                        "hours": {
                          "type": "number"
                        },
                        "minutes": {
                          "type": "number"
                        },
                        "month": {
                          "type": "number"
                        },
                        "seconds": {
                          "type": "number"
                        },
                        "time": {
                          "type": "number"
                        },
                        "timezoneOffset": {
                          "type": "number"
                        },
                        "year": {
                          "type": "number"
                        }
                      }
                    },
                    "region": {
                      "type": "string"
                    },
                    "deviceTypeVendor": {
                      "type": "string"
                    },
                    "hostName": {
                      "type": "string"
                    },
                    "uuid": {
                      "type": "string"
                    },
                    "lastUpdatedBy": {
                      "type": "string"
                    },
                    "lastUpdatedDate": {
                      "type": "string"
                    },
                    "licenseFileId": {
                      "type": "string"
                    },
                    "licenseName": {
                      "type": "string"
                    },
                    "licenseStatus": {
                      "type": "string"
                    },
                    "licenseType": {
                      "type": "string"
                    },
                    "metroCode": {
                      "type": "string"
                    },
                    "metroName": {
                      "type": "string"
                    },
                    "zoneCode": {
                      "type": "string"
                    },
                    "zoneName": {
                      "type": "string"
                    },
                    "name": {
                      "type": "string"
                    },
                    "notifications": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "packageCode": {
                      "type": "string"
                    },
                    "packageName": {
                      "type": "string"
                    },
                    "version": {
                      "type": "string"
                    },
                    "purchaseOrderNumber": {
                      "type": "string"
                    },
                    "redundancyType": {
                      "type": "string"
                    },
                    "redundantUuid": {
                      "type": "string"
                    },
                    "sshIpAddress": {
                      "type": "string"
                    },
                    "sshIpFqdn": {
                      "type": "string"
                    },
                    "status": {
                      "type": "string"
                    },
                    "throughput": {
                      "type": "number"
                    },
                    "throughputUnit": {
                      "type": "string"
                    },
                    "aclTemplateUuid": {
                      "type": "string"
                    },
                    "core": {
                      "type": "object",
                      "properties": {
                        "core": {
                          "type": "number"
                        },
                        "memory": {
                          "type": "number"
                        },
                        "unit": {
                          "type": "string"
                        }
                      }
                    },
                    "pricingDetails": {
                      "type": "object",
                      "properties": {
                        "termLength": {
                          "type": "number"
                        },
                        "orderNumber": {
                          "type": "string"
                        },
                        "core": {
                          "type": "number"
                        },
                        "throughput": {
                          "type": "number"
                        },
                        "ThroughputUnit": {
                          "type": "string"
                        },
                        "packageCode": {
                          "type": "string"
                        },
                        "additionalBandwidth": {
                          "type": "number"
                        },
                        "primary": {
                          "type": "object",
                          "properties": {
                            "currency": {
                              "type": "string"
                            },
                            "charges": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "description": {
                                    "type": "string"
                                  },
                                  "monthlyRecurringCharges": {
                                    "type": "number"
                                  }
                                }
                              }
                            }
                          }
                        },
                        "secondary": {
                          "type": "object",
                          "properties": {
                            "currency": {
                              "type": "string"
                            },
                            "charges": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "description": {
                                    "type": "string"
                                  },
                                  "monthlyRecurringCharges": {
                                    "type": "number"
                                  }
                                }
                              }
                            }
                          }
                        }
                      }
                    },
                    "interfaceCount": {
                      "type": "number"
                    },
                    "deviceManagementType": {
                      "type": "string"
                    },
                    "userPublicKey": {
                      "type": "object",
                      "properties": {
                        "username": {
                          "type": "string"
                        },
                        "publicKeyName": {
                          "type": "string"
                        },
                        "publicKey": {
                          "type": "string"
                        }
                      }
                    },
                    "managementIp": {
                      "type": "string"
                    },
                    "managementGatewayIp": {
                      "type": "string"
                    },
                    "publicIp": {
                      "type": "string"
                    },
                    "publicGatewayIp": {
                      "type": "string"
                    },
                    "primaryDnsName": {
                      "type": "string"
                    },
                    "secondaryDnsName": {
                      "type": "string"
                    },
                    "termLength": {
                      "type": "number"
                    },
                    "additionalBandwidth": {
                      "type": "number"
                    },
                    "siteId": {
                      "type": "string"
                    },
                    "systemIpAddress": {
                      "type": "string"
                    },
                    "vendorConfig": {
                      "type": "object",
                      "properties": {
                        "siteId": {
                          "type": "number"
                        },
                        "systemIpAddress": {
                          "type": "string"
                        },
                        "licenseKey": {
                          "type": "string"
                        },
                        "licenseSecret": {
                          "type": "string"
                        },
                        "localId": {
                          "type": "string"
                        },
                        "remoteId": {
                          "type": "string"
                        },
                        "controller1": {
                          "type": "string"
                        },
                        "controller2": {
                          "type": "string"
                        },
                        "serialNumber": {
                          "type": "number"
                        },
                        "adminPassword": {
                          "type": "number"
                        },
                        "activationKey": {
                          "type": "string"
                        },
                        "controllerFqdn": {
                          "type": "string"
                        },
                        "rootPassword": {
                          "type": "string"
                        },
                        "accountName": {
                          "type": "string"
                        },
                        "hostname": {
                          "type": "string"
                        },
                        "accountKey": {
                          "type": "string"
                        },
                        "applianceTag": {
                          "type": "string"
                        }
                      }
                    },
                    "interfaces": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "ipv4Mask": {
                            "type": "string"
                          },
                          "ipv4Subnet": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "status": {
                            "type": "string"
                          },
                          "operationStatus": {
                            "type": "string"
                          },
                          "macAddress": {
                            "type": "string"
                          },
                          "ipAddress": {
                            "type": "string"
                          },
                          "assignedType": {
                            "type": "string"
                          },
                          "type": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "asn": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "accountName": "ABC INC",
                  "accountNumber": "133911",
                  "createdBy": "cust0001",
                  "createdDate": "2018-01-30T10:30:31.387Z",
                  "deviceSerialNo": "53791666484",
                  "deviceTypeCategory": "ROUTER",
                  "deviceTypeCode": "CSR1000V",
                  "deviceTypeName": "CSR 1000v",
                  "expiry": {
                    "date": 7,
                    "day": 4,
                    "hours": 8,
                    "minutes": 0,
                    "month": 1,
                    "seconds": 0,
                    "time": 1549497600000,
                    "timezoneOffset": -480,
                    "year": 119
                  },
                  "region": "AMER",
                  "deviceTypeVendor": "Cisco",
                  "hostName": "VR-SV-CSR1000V-cust0001-1",
                  "uuid": "877a3aa2-c49a-4af1-98a6-007424e737ae",
                  "lastUpdatedBy": "cust0002",
                  "lastUpdatedDate": "2018-01-30T10:30:31.387Z",
                  "licenseFileId": "877a3aa2-c49a-4af1-98a6-007424e737ae",
                  "licenseName": "Bring your own license",
                  "licenseStatus": "REGISTERED",
                  "licenseType": "BYOL",
                  "metroCode": "SV",
                  "metroName": "Silicon Valley",
                  "zoneCode": "zone1",
                  "zoneName": "Zone 1",
                  "name": "AWS-Azure-Router-csr1000v",
                  "notifications": [
                    "test@equinix.com",
                    "test@equinix.com",
                    "test@equinix.com",
                    "test@equinix.com"
                  ],
                  "packageCode": "SEC",
                  "packageName": "Security",
                  "version": "16.09.02",
                  "purchaseOrderNumber": "PO1223",
                  "redundancyType": "PRIMARY",
                  "redundantUuid": "xxxxx191-xx70-xxxx-xx04-xxxxxxxa67xx",
                  "sshIpAddress": "10.195.11.23",
                  "sshIpFqdn": "test-device-168-201-97-149.eis.lab.equinix.com",
                  "status": "PROVISIONED",
                  "throughput": 500,
                  "throughputUnit": "Mbps",
                  "aclTemplateUuid": "49289456-a63e-47d4-927c-5161cfb77501",
                  "core": {
                    "core": 4,
                    "memory": 4,
                    "unit": "GB"
                  },
                  "pricingDetails": {
                    "termLength": 36,
                    "orderNumber": "1-198735018693",
                    "core": 4,
                    "throughput": 1,
                    "ThroughputUnit": "Gbps",
                    "packageCode": "AX",
                    "additionalBandwidth": 100,
                    "primary": {
                      "currency": "USD",
                      "charges": [
                        {
                          "description": "VIRTUAL_DEVICE",
                          "monthlyRecurringCharges": 200
                        },
                        {
                          "description": "VIRTUAL_DEVICE",
                          "monthlyRecurringCharges": 200
                        },
                        {
                          "description": "VIRTUAL_DEVICE",
                          "monthlyRecurringCharges": 200
                        },
                        {
                          "description": "VIRTUAL_DEVICE",
                          "monthlyRecurringCharges": 200
                        },
                        {
                          "description": "VIRTUAL_DEVICE",
                          "monthlyRecurringCharges": 200
                        },
                        {
                          "description": "VIRTUAL_DEVICE",
                          "monthlyRecurringCharges": 200
                        },
                        {
                          "description": "VIRTUAL_DEVICE",
                          "monthlyRecurringCharges": 200
                        }
                      ]
                    },
                    "secondary": {
                      "currency": "USD",
                      "charges": [
                        {
                          "description": "VIRTUAL_DEVICE",
                          "monthlyRecurringCharges": 200
                        },
                        {
                          "description": "VIRTUAL_DEVICE",
                          "monthlyRecurringCharges": 200
                        },
                        {
                          "description": "VIRTUAL_DEVICE",
                          "monthlyRecurringCharges": 200
                        },
                        {
                          "description": "VIRTUAL_DEVICE",
                          "monthlyRecurringCharges": 200
                        },
                        {
                          "description": "VIRTUAL_DEVICE",
                          "monthlyRecurringCharges": 200
                        },
                        {
                          "description": "VIRTUAL_DEVICE",
                          "monthlyRecurringCharges": 200
                        },
                        {
                          "description": "VIRTUAL_DEVICE",
                          "monthlyRecurringCharges": 200
                        }
                      ]
                    }
                  },
                  "interfaceCount": 10,
                  "deviceManagementType": "EQUINIX-CONFIGURED",
                  "userPublicKey": {
                    "username": "test-user-1",
                    "publicKeyName": "test-pk-2",
                    "publicKey": "ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAklOUpkDHrfHY17SbrmTIpNLTGK9Tjom/BWDSU\\nGPl+nafzlHDTYW7hdI4yZ5ew18JH4JW9jbhUFrviQzM7xlELEVf4h9lFX5QVkbPppSwg0cda3\\nPbv7kOdJ/MTyBlWXFCR+HAo3FXRitBqxiX1nKhXpHAZsMciLq8V6RjsNAQwdsdMFvSlVK/7XA\\nt3FaoJoAsncM1Q9x5+3V0Ww68/eIFmb1zuUFljQJKprrX88XypNDvjYNby6vw"
                  },
                  "managementIp": "10.195.237.228/26",
                  "managementGatewayIp": "10.195.237.254",
                  "publicIp": "149.97.198.95/31",
                  "publicGatewayIp": "149.97.198.94",
                  "primaryDnsName": "4.0.0.53",
                  "secondaryDnsName": "129.250.35.250",
                  "termLength": 12,
                  "additionalBandwidth": 200,
                  "siteId": "12345",
                  "systemIpAddress": "192.168.2.5",
                  "vendorConfig": {
                    "siteId": 567,
                    "systemIpAddress": "192.164.0.0",
                    "licenseKey": "6735-vwe64568-6a91-4112-8734-bea12d91f7y7",
                    "licenseSecret": "h5j0i45e83324pblbfca764532c4a640e7801f0",
                    "localId": "branch1@example.com",
                    "remoteId": "companyController1@example.com",
                    "controller1": "54.219.248.29",
                    "controller2": "54.177.220.115",
                    "serialNumber": 4545454,
                    "adminPassword": 5678909,
                    "activationKey": "GJUK-JM2X-59BJ-2TDJ",
                    "controllerFqdn": "demo.velocloud.net",
                    "rootPassword": "myPassw0rd!",
                    "accountName": "accountName",
                    "hostname": "hostName",
                    "accountKey": "Primary Account Key1",
                    "applianceTag": "applianceTag"
                  },
                  "interfaces": [
                    {
                      "id": 1,
                      "ipv4Mask": "255.255.255.0",
                      "ipv4Subnet": "192.168.0.5",
                      "name": "ethernet1",
                      "status": "ASSIGNED",
                      "operationStatus": "DOWN",
                      "macAddress": "fa16.3e1c.a8d8",
                      "ipAddress": "2.2.2.2",
                      "assignedType": "Equinix Managed",
                      "type": "DATA"
                    },
                    {
                      "id": 1,
                      "ipv4Mask": "255.255.255.0",
                      "ipv4Subnet": "192.168.0.5",
                      "name": "ethernet1",
                      "status": "ASSIGNED",
                      "operationStatus": "DOWN",
                      "macAddress": "fa16.3e1c.a8d8",
                      "ipAddress": "2.2.2.2",
                      "assignedType": "Equinix Managed",
                      "type": "DATA"
                    },
                    {
                      "id": 1,
                      "ipv4Mask": "255.255.255.0",
                      "ipv4Subnet": "192.168.0.5",
                      "name": "ethernet1",
                      "status": "ASSIGNED",
                      "operationStatus": "DOWN",
                      "macAddress": "fa16.3e1c.a8d8",
                      "ipAddress": "2.2.2.2",
                      "assignedType": "Equinix Managed",
                      "type": "DATA"
                    },
                    {
                      "id": 1,
                      "ipv4Mask": "255.255.255.0",
                      "ipv4Subnet": "192.168.0.5",
                      "name": "ethernet1",
                      "status": "ASSIGNED",
                      "operationStatus": "DOWN",
                      "macAddress": "fa16.3e1c.a8d8",
                      "ipAddress": "2.2.2.2",
                      "assignedType": "Equinix Managed",
                      "type": "DATA"
                    },
                    {
                      "id": 1,
                      "ipv4Mask": "255.255.255.0",
                      "ipv4Subnet": "192.168.0.5",
                      "name": "ethernet1",
                      "status": "ASSIGNED",
                      "operationStatus": "DOWN",
                      "macAddress": "fa16.3e1c.a8d8",
                      "ipAddress": "2.2.2.2",
                      "assignedType": "Equinix Managed",
                      "type": "DATA"
                    },
                    {
                      "id": 1,
                      "ipv4Mask": "255.255.255.0",
                      "ipv4Subnet": "192.168.0.5",
                      "name": "ethernet1",
                      "status": "ASSIGNED",
                      "operationStatus": "DOWN",
                      "macAddress": "fa16.3e1c.a8d8",
                      "ipAddress": "2.2.2.2",
                      "assignedType": "Equinix Managed",
                      "type": "DATA"
                    },
                    {
                      "id": 1,
                      "ipv4Mask": "255.255.255.0",
                      "ipv4Subnet": "192.168.0.5",
                      "name": "ethernet1",
                      "status": "ASSIGNED",
                      "operationStatus": "DOWN",
                      "macAddress": "fa16.3e1c.a8d8",
                      "ipAddress": "2.2.2.2",
                      "assignedType": "Equinix Managed",
                      "type": "DATA"
                    }
                  ],
                  "asn": 1029
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "uuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "patch": {
        "tags": [
          "VirtualDeviceLicensing"
        ],
        "operationId": "updateVirtualDeviceUsingPATCH1",
        "description": "The parameters and request body are for method: updateVirtualDeviceUsingPATCH1. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "secondaryUuid": {
                      "type": "string"
                    },
                    "uuid": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "secondaryUuid": "string",
                  "uuid": "877a3aa2-c49a-4af1-98a6-007424e737ae"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "uuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "virtualDeviceUpdateRequestDto"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "VirtualDeviceLicensing"
        ],
        "operationId": "deleteVRouterUsingDELETE",
        "description": "The parameters and request body are for method: deleteVRouterUsingDELETE. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "uuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uuid",
              "type": "string"
            }
          },
          {
            "name": "deleteRedundantDevice",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "deletionInfo"
            }
          }
        }
      },
      "put": {
        "tags": [
          "VirtualDeviceLicensing"
        ],
        "operationId": "updateVirtualDeviceUsingPUT",
        "description": "The parameters and request body are for method: updateVirtualDeviceUsingPUT. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "uuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uuid",
              "type": "string"
            }
          },
          {
            "name": "draft",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "virtualDevice"
            }
          }
        }
      }
    },
    "/ne/v1/devices/{uuid}/additionalBandwidths": {
      "put": {
        "tags": [
          "VirtualDeviceLicensing"
        ],
        "operationId": "updateAdditionalBandwidth",
        "description": "The parameters and request body are for method: updateAdditionalBandwidth. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "uuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uuid",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "request"
            }
          }
        }
      }
    },
    "/ne/v1/devices/{uuid}/interfaces": {
      "get": {
        "tags": [
          "VirtualDeviceLicensing"
        ],
        "operationId": "getVirtualDeviceInterfacesUsingGET",
        "description": "The parameters and request body are for method: getVirtualDeviceInterfacesUsingGET. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "id": {
                        "type": "number"
                      },
                      "ipv4Mask": {
                        "type": "string"
                      },
                      "ipv4Subnet": {
                        "type": "string"
                      },
                      "name": {
                        "type": "string"
                      },
                      "status": {
                        "type": "string"
                      },
                      "operationStatus": {
                        "type": "string"
                      },
                      "macAddress": {
                        "type": "string"
                      },
                      "ipAddress": {
                        "type": "string"
                      },
                      "assignedType": {
                        "type": "string"
                      },
                      "type": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "id": 1,
                    "ipv4Mask": "255.255.255.0",
                    "ipv4Subnet": "192.168.0.5",
                    "name": "ethernet1",
                    "status": "ASSIGNED",
                    "operationStatus": "DOWN",
                    "macAddress": "fa16.3e1c.a8d8",
                    "ipAddress": "2.2.2.2",
                    "assignedType": "Equinix Managed",
                    "type": "DATA"
                  },
                  {
                    "id": 1,
                    "ipv4Mask": "255.255.255.0",
                    "ipv4Subnet": "192.168.0.5",
                    "name": "ethernet1",
                    "status": "ASSIGNED",
                    "operationStatus": "DOWN",
                    "macAddress": "fa16.3e1c.a8d8",
                    "ipAddress": "2.2.2.2",
                    "assignedType": "Equinix Managed",
                    "type": "DATA"
                  },
                  {
                    "id": 1,
                    "ipv4Mask": "255.255.255.0",
                    "ipv4Subnet": "192.168.0.5",
                    "name": "ethernet1",
                    "status": "ASSIGNED",
                    "operationStatus": "DOWN",
                    "macAddress": "fa16.3e1c.a8d8",
                    "ipAddress": "2.2.2.2",
                    "assignedType": "Equinix Managed",
                    "type": "DATA"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "uuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ne/v1/devices/{uuid}/ping": {
      "get": {
        "tags": [
          "VirtualDeviceLicensing"
        ],
        "operationId": "pingDeviceUsingGET",
        "description": "The parameters and request body are for method: pingDeviceUsingGET. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "uuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ne/v1/aclTemplates": {
      "post": {
        "tags": [
          "ACLTemplate"
        ],
        "operationId": "createDeviceACLTemplateUsingPost",
        "description": "The parameters and request body are for method: createDeviceACLTemplateUsingPost. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "uuid": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "uuid": "877a3aa2-c49a-4af1-98a6-007424e737ae"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "accountUcmId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "aclTemplateRequest"
            }
          }
        }
      },
      "get": {
        "tags": [
          "ACLTemplate"
        ],
        "operationId": "getDeviceACLTemplateUsingGET1",
        "description": "The parameters and request body are for method: getDeviceACLTemplateUsingGET1. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "pagination": {
                      "type": "object",
                      "properties": {
                        "offset": {
                          "type": "number"
                        },
                        "limit": {
                          "type": "number"
                        },
                        "total": {
                          "type": "number"
                        }
                      }
                    },
                    "data": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "name": {
                            "type": "string"
                          },
                          "uuid": {
                            "type": "string"
                          },
                          "description": {
                            "type": "string"
                          },
                          "inBoundRules": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "srcType": {
                                  "type": "string"
                                },
                                "protocol": {
                                  "type": "string"
                                },
                                "srcPort": {
                                  "type": "number"
                                },
                                "dstPort": {
                                  "type": "string"
                                },
                                "fqdn": {
                                  "type": "string"
                                },
                                "subets": {
                                  "type": "array",
                                  "items": {
                                    "type": "string"
                                  }
                                },
                                "seqNo": {
                                  "type": "number"
                                }
                              }
                            }
                          },
                          "metroCode": {
                            "type": "string"
                          },
                          "metroName": {
                            "type": "string"
                          },
                          "virtualDeviceName": {
                            "type": "string"
                          },
                          "virtualDeviceUuid": {
                            "type": "string"
                          },
                          "deviceACLstatus": {
                            "type": "string"
                          },
                          "createdBy": {
                            "type": "string"
                          },
                          "createdDate": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "pagination": {
                    "offset": 9,
                    "limit": 20,
                    "total": 1
                  },
                  "data": [
                    {
                      "name": "New template",
                      "uuid": "be7ef79e-31e7-4769-be5b-e192496f48aa",
                      "description": "My description",
                      "inBoundRules": [
                        {
                          "srcType": "DOMAIN",
                          "protocol": "DNS",
                          "srcPort": 53,
                          "dstPort": "any",
                          "fqdn": "equinix.com",
                          "subets": [
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32"
                          ],
                          "seqNo": 1
                        },
                        {
                          "srcType": "DOMAIN",
                          "protocol": "DNS",
                          "srcPort": 53,
                          "dstPort": "any",
                          "fqdn": "equinix.com",
                          "subets": [
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32"
                          ],
                          "seqNo": 1
                        },
                        {
                          "srcType": "DOMAIN",
                          "protocol": "DNS",
                          "srcPort": 53,
                          "dstPort": "any",
                          "fqdn": "equinix.com",
                          "subets": [
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32"
                          ],
                          "seqNo": 1
                        },
                        {
                          "srcType": "DOMAIN",
                          "protocol": "DNS",
                          "srcPort": 53,
                          "dstPort": "any",
                          "fqdn": "equinix.com",
                          "subets": [
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32"
                          ],
                          "seqNo": 1
                        }
                      ],
                      "metroCode": "SV",
                      "metroName": "Silicon Valley",
                      "virtualDeviceName": "Test Device",
                      "virtualDeviceUuid": "ce7ef79e-31e7-4769-be5b-e192496f48ab",
                      "deviceACLstatus": "PROVISIONING",
                      "createdBy": "nfvsit01",
                      "createdDate": "2020/10/03T19:41:17.976Z"
                    },
                    {
                      "name": "New template",
                      "uuid": "be7ef79e-31e7-4769-be5b-e192496f48aa",
                      "description": "My description",
                      "inBoundRules": [
                        {
                          "srcType": "DOMAIN",
                          "protocol": "DNS",
                          "srcPort": 53,
                          "dstPort": "any",
                          "fqdn": "equinix.com",
                          "subets": [
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32"
                          ],
                          "seqNo": 1
                        }
                      ],
                      "metroCode": "SV",
                      "metroName": "Silicon Valley",
                      "virtualDeviceName": "Test Device",
                      "virtualDeviceUuid": "ce7ef79e-31e7-4769-be5b-e192496f48ab",
                      "deviceACLstatus": "PROVISIONING",
                      "createdBy": "nfvsit01",
                      "createdDate": "2020/10/03T19:41:17.976Z"
                    },
                    {
                      "name": "New template",
                      "uuid": "be7ef79e-31e7-4769-be5b-e192496f48aa",
                      "description": "My description",
                      "inBoundRules": [
                        {
                          "srcType": "DOMAIN",
                          "protocol": "DNS",
                          "srcPort": 53,
                          "dstPort": "any",
                          "fqdn": "equinix.com",
                          "subets": [
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32"
                          ],
                          "seqNo": 1
                        },
                        {
                          "srcType": "DOMAIN",
                          "protocol": "DNS",
                          "srcPort": 53,
                          "dstPort": "any",
                          "fqdn": "equinix.com",
                          "subets": [
                            "192.168.1.1/32",
                            "192.168.1.1/32"
                          ],
                          "seqNo": 1
                        }
                      ],
                      "metroCode": "SV",
                      "metroName": "Silicon Valley",
                      "virtualDeviceName": "Test Device",
                      "virtualDeviceUuid": "ce7ef79e-31e7-4769-be5b-e192496f48ab",
                      "deviceACLstatus": "PROVISIONING",
                      "createdBy": "nfvsit01",
                      "createdDate": "2020/10/03T19:41:17.976Z"
                    },
                    {
                      "name": "New template",
                      "uuid": "be7ef79e-31e7-4769-be5b-e192496f48aa",
                      "description": "My description",
                      "inBoundRules": [
                        {
                          "srcType": "DOMAIN",
                          "protocol": "DNS",
                          "srcPort": 53,
                          "dstPort": "any",
                          "fqdn": "equinix.com",
                          "subets": [
                            "192.168.1.1/32"
                          ],
                          "seqNo": 1
                        },
                        {
                          "srcType": "DOMAIN",
                          "protocol": "DNS",
                          "srcPort": 53,
                          "dstPort": "any",
                          "fqdn": "equinix.com",
                          "subets": [
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32"
                          ],
                          "seqNo": 1
                        },
                        {
                          "srcType": "DOMAIN",
                          "protocol": "DNS",
                          "srcPort": 53,
                          "dstPort": "any",
                          "fqdn": "equinix.com",
                          "subets": [
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32"
                          ],
                          "seqNo": 1
                        },
                        {
                          "srcType": "DOMAIN",
                          "protocol": "DNS",
                          "srcPort": 53,
                          "dstPort": "any",
                          "fqdn": "equinix.com",
                          "subets": [
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32"
                          ],
                          "seqNo": 1
                        },
                        {
                          "srcType": "DOMAIN",
                          "protocol": "DNS",
                          "srcPort": 53,
                          "dstPort": "any",
                          "fqdn": "equinix.com",
                          "subets": [
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32"
                          ],
                          "seqNo": 1
                        },
                        {
                          "srcType": "DOMAIN",
                          "protocol": "DNS",
                          "srcPort": 53,
                          "dstPort": "any",
                          "fqdn": "equinix.com",
                          "subets": [
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32"
                          ],
                          "seqNo": 1
                        },
                        {
                          "srcType": "DOMAIN",
                          "protocol": "DNS",
                          "srcPort": 53,
                          "dstPort": "any",
                          "fqdn": "equinix.com",
                          "subets": [
                            "192.168.1.1/32"
                          ],
                          "seqNo": 1
                        },
                        {
                          "srcType": "DOMAIN",
                          "protocol": "DNS",
                          "srcPort": 53,
                          "dstPort": "any",
                          "fqdn": "equinix.com",
                          "subets": [
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32"
                          ],
                          "seqNo": 1
                        }
                      ],
                      "metroCode": "SV",
                      "metroName": "Silicon Valley",
                      "virtualDeviceName": "Test Device",
                      "virtualDeviceUuid": "ce7ef79e-31e7-4769-be5b-e192496f48ab",
                      "deviceACLstatus": "PROVISIONING",
                      "createdBy": "nfvsit01",
                      "createdDate": "2020/10/03T19:41:17.976Z"
                    },
                    {
                      "name": "New template",
                      "uuid": "be7ef79e-31e7-4769-be5b-e192496f48aa",
                      "description": "My description",
                      "inBoundRules": [
                        {
                          "srcType": "DOMAIN",
                          "protocol": "DNS",
                          "srcPort": 53,
                          "dstPort": "any",
                          "fqdn": "equinix.com",
                          "subets": [
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32"
                          ],
                          "seqNo": 1
                        },
                        {
                          "srcType": "DOMAIN",
                          "protocol": "DNS",
                          "srcPort": 53,
                          "dstPort": "any",
                          "fqdn": "equinix.com",
                          "subets": [
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32"
                          ],
                          "seqNo": 1
                        },
                        {
                          "srcType": "DOMAIN",
                          "protocol": "DNS",
                          "srcPort": 53,
                          "dstPort": "any",
                          "fqdn": "equinix.com",
                          "subets": [
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32"
                          ],
                          "seqNo": 1
                        },
                        {
                          "srcType": "DOMAIN",
                          "protocol": "DNS",
                          "srcPort": 53,
                          "dstPort": "any",
                          "fqdn": "equinix.com",
                          "subets": [
                            "192.168.1.1/32",
                            "192.168.1.1/32"
                          ],
                          "seqNo": 1
                        },
                        {
                          "srcType": "DOMAIN",
                          "protocol": "DNS",
                          "srcPort": 53,
                          "dstPort": "any",
                          "fqdn": "equinix.com",
                          "subets": [
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32"
                          ],
                          "seqNo": 1
                        },
                        {
                          "srcType": "DOMAIN",
                          "protocol": "DNS",
                          "srcPort": 53,
                          "dstPort": "any",
                          "fqdn": "equinix.com",
                          "subets": [
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32"
                          ],
                          "seqNo": 1
                        },
                        {
                          "srcType": "DOMAIN",
                          "protocol": "DNS",
                          "srcPort": 53,
                          "dstPort": "any",
                          "fqdn": "equinix.com",
                          "subets": [
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32"
                          ],
                          "seqNo": 1
                        },
                        {
                          "srcType": "DOMAIN",
                          "protocol": "DNS",
                          "srcPort": 53,
                          "dstPort": "any",
                          "fqdn": "equinix.com",
                          "subets": [
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32"
                          ],
                          "seqNo": 1
                        }
                      ],
                      "metroCode": "SV",
                      "metroName": "Silicon Valley",
                      "virtualDeviceName": "Test Device",
                      "virtualDeviceUuid": "ce7ef79e-31e7-4769-be5b-e192496f48ab",
                      "deviceACLstatus": "PROVISIONING",
                      "createdBy": "nfvsit01",
                      "createdDate": "2020/10/03T19:41:17.976Z"
                    },
                    {
                      "name": "New template",
                      "uuid": "be7ef79e-31e7-4769-be5b-e192496f48aa",
                      "description": "My description",
                      "inBoundRules": [
                        {
                          "srcType": "DOMAIN",
                          "protocol": "DNS",
                          "srcPort": 53,
                          "dstPort": "any",
                          "fqdn": "equinix.com",
                          "subets": [
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32"
                          ],
                          "seqNo": 1
                        },
                        {
                          "srcType": "DOMAIN",
                          "protocol": "DNS",
                          "srcPort": 53,
                          "dstPort": "any",
                          "fqdn": "equinix.com",
                          "subets": [
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32"
                          ],
                          "seqNo": 1
                        },
                        {
                          "srcType": "DOMAIN",
                          "protocol": "DNS",
                          "srcPort": 53,
                          "dstPort": "any",
                          "fqdn": "equinix.com",
                          "subets": [
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32"
                          ],
                          "seqNo": 1
                        },
                        {
                          "srcType": "DOMAIN",
                          "protocol": "DNS",
                          "srcPort": 53,
                          "dstPort": "any",
                          "fqdn": "equinix.com",
                          "subets": [
                            "192.168.1.1/32",
                            "192.168.1.1/32"
                          ],
                          "seqNo": 1
                        }
                      ],
                      "metroCode": "SV",
                      "metroName": "Silicon Valley",
                      "virtualDeviceName": "Test Device",
                      "virtualDeviceUuid": "ce7ef79e-31e7-4769-be5b-e192496f48ab",
                      "deviceACLstatus": "PROVISIONING",
                      "createdBy": "nfvsit01",
                      "createdDate": "2020/10/03T19:41:17.976Z"
                    },
                    {
                      "name": "New template",
                      "uuid": "be7ef79e-31e7-4769-be5b-e192496f48aa",
                      "description": "My description",
                      "inBoundRules": [
                        {
                          "srcType": "DOMAIN",
                          "protocol": "DNS",
                          "srcPort": 53,
                          "dstPort": "any",
                          "fqdn": "equinix.com",
                          "subets": [
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32"
                          ],
                          "seqNo": 1
                        },
                        {
                          "srcType": "DOMAIN",
                          "protocol": "DNS",
                          "srcPort": 53,
                          "dstPort": "any",
                          "fqdn": "equinix.com",
                          "subets": [
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32"
                          ],
                          "seqNo": 1
                        },
                        {
                          "srcType": "DOMAIN",
                          "protocol": "DNS",
                          "srcPort": 53,
                          "dstPort": "any",
                          "fqdn": "equinix.com",
                          "subets": [
                            "192.168.1.1/32"
                          ],
                          "seqNo": 1
                        },
                        {
                          "srcType": "DOMAIN",
                          "protocol": "DNS",
                          "srcPort": 53,
                          "dstPort": "any",
                          "fqdn": "equinix.com",
                          "subets": [
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32"
                          ],
                          "seqNo": 1
                        }
                      ],
                      "metroCode": "SV",
                      "metroName": "Silicon Valley",
                      "virtualDeviceName": "Test Device",
                      "virtualDeviceUuid": "ce7ef79e-31e7-4769-be5b-e192496f48ab",
                      "deviceACLstatus": "PROVISIONING",
                      "createdBy": "nfvsit01",
                      "createdDate": "2020/10/03T19:41:17.976Z"
                    },
                    {
                      "name": "New template",
                      "uuid": "be7ef79e-31e7-4769-be5b-e192496f48aa",
                      "description": "My description",
                      "inBoundRules": [
                        {
                          "srcType": "DOMAIN",
                          "protocol": "DNS",
                          "srcPort": 53,
                          "dstPort": "any",
                          "fqdn": "equinix.com",
                          "subets": [
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32"
                          ],
                          "seqNo": 1
                        },
                        {
                          "srcType": "DOMAIN",
                          "protocol": "DNS",
                          "srcPort": 53,
                          "dstPort": "any",
                          "fqdn": "equinix.com",
                          "subets": [
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32"
                          ],
                          "seqNo": 1
                        },
                        {
                          "srcType": "DOMAIN",
                          "protocol": "DNS",
                          "srcPort": 53,
                          "dstPort": "any",
                          "fqdn": "equinix.com",
                          "subets": [
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32"
                          ],
                          "seqNo": 1
                        },
                        {
                          "srcType": "DOMAIN",
                          "protocol": "DNS",
                          "srcPort": 53,
                          "dstPort": "any",
                          "fqdn": "equinix.com",
                          "subets": [
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32"
                          ],
                          "seqNo": 1
                        },
                        {
                          "srcType": "DOMAIN",
                          "protocol": "DNS",
                          "srcPort": 53,
                          "dstPort": "any",
                          "fqdn": "equinix.com",
                          "subets": [
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32"
                          ],
                          "seqNo": 1
                        },
                        {
                          "srcType": "DOMAIN",
                          "protocol": "DNS",
                          "srcPort": 53,
                          "dstPort": "any",
                          "fqdn": "equinix.com",
                          "subets": [
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32"
                          ],
                          "seqNo": 1
                        },
                        {
                          "srcType": "DOMAIN",
                          "protocol": "DNS",
                          "srcPort": 53,
                          "dstPort": "any",
                          "fqdn": "equinix.com",
                          "subets": [
                            "192.168.1.1/32",
                            "192.168.1.1/32"
                          ],
                          "seqNo": 1
                        },
                        {
                          "srcType": "DOMAIN",
                          "protocol": "DNS",
                          "srcPort": 53,
                          "dstPort": "any",
                          "fqdn": "equinix.com",
                          "subets": [
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32"
                          ],
                          "seqNo": 1
                        },
                        {
                          "srcType": "DOMAIN",
                          "protocol": "DNS",
                          "srcPort": 53,
                          "dstPort": "any",
                          "fqdn": "equinix.com",
                          "subets": [
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32"
                          ],
                          "seqNo": 1
                        },
                        {
                          "srcType": "DOMAIN",
                          "protocol": "DNS",
                          "srcPort": 53,
                          "dstPort": "any",
                          "fqdn": "equinix.com",
                          "subets": [
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32",
                            "192.168.1.1/32"
                          ],
                          "seqNo": 1
                        }
                      ],
                      "metroCode": "SV",
                      "metroName": "Silicon Valley",
                      "virtualDeviceName": "Test Device",
                      "virtualDeviceUuid": "ce7ef79e-31e7-4769-be5b-e192496f48ab",
                      "deviceACLstatus": "PROVISIONING",
                      "createdBy": "nfvsit01",
                      "createdDate": "2020/10/03T19:41:17.976Z"
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "accountUcmId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ne/v1/aclTemplates/{uuid}": {
      "get": {
        "tags": [
          "ACLTemplate"
        ],
        "operationId": "getDeviceTemplatebyUuid",
        "description": "The parameters and request body are for method: getDeviceTemplatebyUuid. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "name": {
                      "type": "string"
                    },
                    "uuid": {
                      "type": "string"
                    },
                    "description": {
                      "type": "string"
                    },
                    "inBoundRules": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "srcType": {
                            "type": "string"
                          },
                          "protocol": {
                            "type": "string"
                          },
                          "srcPort": {
                            "type": "number"
                          },
                          "dstPort": {
                            "type": "string"
                          },
                          "fqdn": {
                            "type": "string"
                          },
                          "subets": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          },
                          "seqNo": {
                            "type": "number"
                          }
                        }
                      }
                    },
                    "metroCode": {
                      "type": "string"
                    },
                    "metroName": {
                      "type": "string"
                    },
                    "virtualDeviceName": {
                      "type": "string"
                    },
                    "virtualDeviceUuid": {
                      "type": "string"
                    },
                    "deviceACLstatus": {
                      "type": "string"
                    },
                    "createdBy": {
                      "type": "string"
                    },
                    "createdDate": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "name": "New template",
                  "uuid": "be7ef79e-31e7-4769-be5b-e192496f48aa",
                  "description": "My description",
                  "inBoundRules": [
                    {
                      "srcType": "DOMAIN",
                      "protocol": "DNS",
                      "srcPort": 53,
                      "dstPort": "any",
                      "fqdn": "equinix.com",
                      "subets": [
                        "192.168.1.1/32",
                        "192.168.1.1/32",
                        "192.168.1.1/32",
                        "192.168.1.1/32"
                      ],
                      "seqNo": 1
                    },
                    {
                      "srcType": "DOMAIN",
                      "protocol": "DNS",
                      "srcPort": 53,
                      "dstPort": "any",
                      "fqdn": "equinix.com",
                      "subets": [
                        "192.168.1.1/32",
                        "192.168.1.1/32",
                        "192.168.1.1/32",
                        "192.168.1.1/32",
                        "192.168.1.1/32",
                        "192.168.1.1/32",
                        "192.168.1.1/32",
                        "192.168.1.1/32",
                        "192.168.1.1/32"
                      ],
                      "seqNo": 1
                    },
                    {
                      "srcType": "DOMAIN",
                      "protocol": "DNS",
                      "srcPort": 53,
                      "dstPort": "any",
                      "fqdn": "equinix.com",
                      "subets": [
                        "192.168.1.1/32",
                        "192.168.1.1/32",
                        "192.168.1.1/32"
                      ],
                      "seqNo": 1
                    },
                    {
                      "srcType": "DOMAIN",
                      "protocol": "DNS",
                      "srcPort": 53,
                      "dstPort": "any",
                      "fqdn": "equinix.com",
                      "subets": [
                        "192.168.1.1/32",
                        "192.168.1.1/32",
                        "192.168.1.1/32"
                      ],
                      "seqNo": 1
                    },
                    {
                      "srcType": "DOMAIN",
                      "protocol": "DNS",
                      "srcPort": 53,
                      "dstPort": "any",
                      "fqdn": "equinix.com",
                      "subets": [
                        "192.168.1.1/32",
                        "192.168.1.1/32"
                      ],
                      "seqNo": 1
                    },
                    {
                      "srcType": "DOMAIN",
                      "protocol": "DNS",
                      "srcPort": 53,
                      "dstPort": "any",
                      "fqdn": "equinix.com",
                      "subets": [
                        "192.168.1.1/32",
                        "192.168.1.1/32",
                        "192.168.1.1/32",
                        "192.168.1.1/32",
                        "192.168.1.1/32",
                        "192.168.1.1/32"
                      ],
                      "seqNo": 1
                    },
                    {
                      "srcType": "DOMAIN",
                      "protocol": "DNS",
                      "srcPort": 53,
                      "dstPort": "any",
                      "fqdn": "equinix.com",
                      "subets": [
                        "192.168.1.1/32",
                        "192.168.1.1/32",
                        "192.168.1.1/32",
                        "192.168.1.1/32",
                        "192.168.1.1/32",
                        "192.168.1.1/32",
                        "192.168.1.1/32",
                        "192.168.1.1/32",
                        "192.168.1.1/32",
                        "192.168.1.1/32"
                      ],
                      "seqNo": 1
                    },
                    {
                      "srcType": "DOMAIN",
                      "protocol": "DNS",
                      "srcPort": 53,
                      "dstPort": "any",
                      "fqdn": "equinix.com",
                      "subets": [
                        "192.168.1.1/32"
                      ],
                      "seqNo": 1
                    }
                  ],
                  "metroCode": "SV",
                  "metroName": "Silicon Valley",
                  "virtualDeviceName": "Test Device",
                  "virtualDeviceUuid": "ce7ef79e-31e7-4769-be5b-e192496f48ab",
                  "deviceACLstatus": "PROVISIONING",
                  "createdBy": "nfvsit01",
                  "createdDate": "2020/10/03T19:41:17.976Z"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "uuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uuid",
              "type": "string"
            }
          },
          {
            "name": "accountUcmId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "ACLTemplate"
        ],
        "operationId": "deletedeviceACLUsingDELETE",
        "description": "The parameters and request body are for method: deletedeviceACLUsingDELETE. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "uuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uuid",
              "type": "string"
            }
          },
          {
            "name": "accountUcmId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "ACLTemplate"
        ],
        "operationId": "updateDeviceACLTemplateUsingPUT",
        "description": "The parameters and request body are for method: updateDeviceACLTemplateUsingPUT. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "uuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uuid",
              "type": "string"
            }
          },
          {
            "name": "accountUcmId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "aclTemplateRequest"
            }
          }
        }
      }
    },
    "/ne/v1/links": {
      "post": {
        "tags": [
          "DeviceLink"
        ],
        "operationId": "createLinkGroupUsingPOST",
        "description": "The parameters and request body are for method: createLinkGroupUsingPOST. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "uuid": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "uuid": "a5d9182d-c529-451d-b137-3742d5a742ce"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "deviceLinkGroup"
            }
          }
        }
      },
      "get": {
        "tags": [
          "DeviceLink"
        ],
        "operationId": "getLinkGroupsUsingGET1",
        "description": "The parameters and request body are for method: getLinkGroupsUsingGET1. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "accountName": {
                        "type": "string"
                      },
                      "createdBy": {
                        "type": "string"
                      },
                      "createdDate": {
                        "type": "string"
                      },
                      "groupName": {
                        "type": "string"
                      },
                      "id": {
                        "type": "number"
                      },
                      "lastUpdatedBy": {
                        "type": "string"
                      },
                      "lastUpdatedDate": {
                        "type": "string"
                      },
                      "metroDevices": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "devices": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "aside": {
                                    "type": "object",
                                    "properties": {
                                      "array": {
                                        "type": "boolean"
                                      },
                                      "bigDecimal": {
                                        "type": "boolean"
                                      },
                                      "bigInteger": {
                                        "type": "boolean"
                                      },
                                      "binary": {
                                        "type": "boolean"
                                      },
                                      "boolean": {
                                        "type": "boolean"
                                      },
                                      "containerNode": {
                                        "type": "boolean"
                                      },
                                      "double": {
                                        "type": "boolean"
                                      },
                                      "float": {
                                        "type": "boolean"
                                      },
                                      "floatingPointNumber": {
                                        "type": "boolean"
                                      },
                                      "int": {
                                        "type": "boolean"
                                      },
                                      "integralNumber": {
                                        "type": "boolean"
                                      },
                                      "long": {
                                        "type": "boolean"
                                      },
                                      "missingNode": {
                                        "type": "boolean"
                                      },
                                      "nodeType": {
                                        "type": "string"
                                      },
                                      "null": {
                                        "type": "boolean"
                                      },
                                      "number": {
                                        "type": "boolean"
                                      },
                                      "object": {
                                        "type": "boolean"
                                      },
                                      "pojo": {
                                        "type": "boolean"
                                      },
                                      "short": {
                                        "type": "boolean"
                                      },
                                      "textual": {
                                        "type": "boolean"
                                      },
                                      "valueNode": {
                                        "type": "boolean"
                                      }
                                    }
                                  },
                                  "category": {
                                    "type": "string"
                                  },
                                  "cloudProfileProvisioningStatus": {
                                    "type": "string"
                                  },
                                  "connectionStatus": {
                                    "type": "string"
                                  },
                                  "connectionUuid": {
                                    "type": "string"
                                  },
                                  "deviceName": {
                                    "type": "string"
                                  },
                                  "deviceTypeCode": {
                                    "type": "string"
                                  },
                                  "deviceUUID": {
                                    "type": "string"
                                  },
                                  "interfaceId": {
                                    "type": "string"
                                  },
                                  "interfaceOverlayStatus": {
                                    "type": "string"
                                  },
                                  "interfaceUUID": {
                                    "type": "string"
                                  },
                                  "ipAssigned": {
                                    "type": "string"
                                  },
                                  "networkDetails": {
                                    "type": "object",
                                    "properties": {
                                      "array": {
                                        "type": "boolean"
                                      },
                                      "bigDecimal": {
                                        "type": "boolean"
                                      },
                                      "bigInteger": {
                                        "type": "boolean"
                                      },
                                      "binary": {
                                        "type": "boolean"
                                      },
                                      "boolean": {
                                        "type": "boolean"
                                      },
                                      "containerNode": {
                                        "type": "boolean"
                                      },
                                      "double": {
                                        "type": "boolean"
                                      },
                                      "float": {
                                        "type": "boolean"
                                      },
                                      "floatingPointNumber": {
                                        "type": "boolean"
                                      },
                                      "int": {
                                        "type": "boolean"
                                      },
                                      "integralNumber": {
                                        "type": "boolean"
                                      },
                                      "long": {
                                        "type": "boolean"
                                      },
                                      "missingNode": {
                                        "type": "boolean"
                                      },
                                      "nodeType": {
                                        "type": "string"
                                      },
                                      "null": {
                                        "type": "boolean"
                                      },
                                      "number": {
                                        "type": "boolean"
                                      },
                                      "object": {
                                        "type": "boolean"
                                      },
                                      "pojo": {
                                        "type": "boolean"
                                      },
                                      "short": {
                                        "type": "boolean"
                                      },
                                      "textual": {
                                        "type": "boolean"
                                      },
                                      "valueNode": {
                                        "type": "boolean"
                                      }
                                    }
                                  },
                                  "status": {
                                    "type": "string"
                                  },
                                  "throughput": {
                                    "type": "string"
                                  },
                                  "throughputUnit": {
                                    "type": "string"
                                  },
                                  "vxlan": {
                                    "type": "string"
                                  }
                                }
                              }
                            },
                            "metro": {
                              "type": "string"
                            },
                            "metroCode": {
                              "type": "string"
                            },
                            "throughput": {
                              "type": "string"
                            },
                            "throughputUnit": {
                              "type": "string"
                            }
                          }
                        }
                      },
                      "source": {
                        "type": "string"
                      },
                      "status": {
                        "type": "string"
                      },
                      "subnet": {
                        "type": "string"
                      },
                      "uuid": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "accountName": "Samsung",
                    "createdBy": "nfv-sit1",
                    "createdDate": "2019-09-15T10:30:31.387Z",
                    "groupName": "vik-chain",
                    "id": 1130,
                    "lastUpdatedBy": "reg2-acc1",
                    "lastUpdatedDate": "2019-09-16T10:30:31.387Z",
                    "metroDevices": [
                      {
                        "devices": [
                          {
                            "aside": {
                              "array": false,
                              "bigDecimal": false,
                              "bigInteger": false,
                              "binary": false,
                              "boolean": true,
                              "containerNode": false,
                              "double": false,
                              "float": false,
                              "floatingPointNumber": false,
                              "int": false,
                              "integralNumber": true,
                              "long": true,
                              "missingNode": false,
                              "nodeType": "MISSING",
                              "null": false,
                              "number": false,
                              "object": false,
                              "pojo": false,
                              "short": false,
                              "textual": false,
                              "valueNode": false
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": false,
                              "bigDecimal": false,
                              "bigInteger": true,
                              "binary": true,
                              "boolean": true,
                              "containerNode": true,
                              "double": false,
                              "float": false,
                              "floatingPointNumber": true,
                              "int": true,
                              "integralNumber": false,
                              "long": false,
                              "missingNode": false,
                              "nodeType": "NULL",
                              "null": true,
                              "number": true,
                              "object": false,
                              "pojo": false,
                              "short": true,
                              "textual": true,
                              "valueNode": false
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          },
                          {
                            "aside": {
                              "array": true,
                              "bigDecimal": true,
                              "bigInteger": true,
                              "binary": false,
                              "boolean": true,
                              "containerNode": true,
                              "double": false,
                              "float": true,
                              "floatingPointNumber": false,
                              "int": false,
                              "integralNumber": true,
                              "long": false,
                              "missingNode": true,
                              "nodeType": "BINARY",
                              "null": true,
                              "number": true,
                              "object": true,
                              "pojo": true,
                              "short": true,
                              "textual": false,
                              "valueNode": false
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": true,
                              "bigDecimal": true,
                              "bigInteger": false,
                              "binary": true,
                              "boolean": false,
                              "containerNode": false,
                              "double": true,
                              "float": false,
                              "floatingPointNumber": true,
                              "int": true,
                              "integralNumber": true,
                              "long": false,
                              "missingNode": true,
                              "nodeType": "MISSING",
                              "null": false,
                              "number": false,
                              "object": false,
                              "pojo": true,
                              "short": true,
                              "textual": false,
                              "valueNode": false
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          }
                        ],
                        "metro": "Dallas",
                        "metroCode": "DA",
                        "throughput": "500",
                        "throughputUnit": "Mbps"
                      },
                      {
                        "devices": [
                          {
                            "aside": {
                              "array": true,
                              "bigDecimal": false,
                              "bigInteger": false,
                              "binary": true,
                              "boolean": false,
                              "containerNode": false,
                              "double": true,
                              "float": true,
                              "floatingPointNumber": true,
                              "int": true,
                              "integralNumber": false,
                              "long": true,
                              "missingNode": false,
                              "nodeType": "OBJECT",
                              "null": true,
                              "number": false,
                              "object": false,
                              "pojo": true,
                              "short": false,
                              "textual": false,
                              "valueNode": false
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": true,
                              "bigDecimal": true,
                              "bigInteger": true,
                              "binary": true,
                              "boolean": false,
                              "containerNode": false,
                              "double": false,
                              "float": true,
                              "floatingPointNumber": false,
                              "int": false,
                              "integralNumber": false,
                              "long": true,
                              "missingNode": true,
                              "nodeType": "BINARY",
                              "null": true,
                              "number": true,
                              "object": false,
                              "pojo": false,
                              "short": true,
                              "textual": false,
                              "valueNode": false
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          },
                          {
                            "aside": {
                              "array": false,
                              "bigDecimal": true,
                              "bigInteger": false,
                              "binary": false,
                              "boolean": false,
                              "containerNode": false,
                              "double": false,
                              "float": true,
                              "floatingPointNumber": true,
                              "int": true,
                              "integralNumber": false,
                              "long": false,
                              "missingNode": false,
                              "nodeType": "BINARY",
                              "null": false,
                              "number": false,
                              "object": true,
                              "pojo": true,
                              "short": true,
                              "textual": true,
                              "valueNode": false
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": true,
                              "bigDecimal": false,
                              "bigInteger": true,
                              "binary": true,
                              "boolean": false,
                              "containerNode": false,
                              "double": true,
                              "float": false,
                              "floatingPointNumber": true,
                              "int": false,
                              "integralNumber": false,
                              "long": false,
                              "missingNode": true,
                              "nodeType": "STRING",
                              "null": false,
                              "number": false,
                              "object": false,
                              "pojo": false,
                              "short": true,
                              "textual": false,
                              "valueNode": false
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          },
                          {
                            "aside": {
                              "array": false,
                              "bigDecimal": true,
                              "bigInteger": false,
                              "binary": false,
                              "boolean": true,
                              "containerNode": false,
                              "double": false,
                              "float": true,
                              "floatingPointNumber": false,
                              "int": true,
                              "integralNumber": true,
                              "long": true,
                              "missingNode": true,
                              "nodeType": "ARRAY",
                              "null": false,
                              "number": true,
                              "object": false,
                              "pojo": true,
                              "short": false,
                              "textual": true,
                              "valueNode": false
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": false,
                              "bigDecimal": false,
                              "bigInteger": true,
                              "binary": false,
                              "boolean": true,
                              "containerNode": true,
                              "double": false,
                              "float": true,
                              "floatingPointNumber": false,
                              "int": true,
                              "integralNumber": true,
                              "long": true,
                              "missingNode": true,
                              "nodeType": "BINARY",
                              "null": true,
                              "number": false,
                              "object": true,
                              "pojo": true,
                              "short": false,
                              "textual": true,
                              "valueNode": true
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          },
                          {
                            "aside": {
                              "array": true,
                              "bigDecimal": true,
                              "bigInteger": true,
                              "binary": false,
                              "boolean": false,
                              "containerNode": false,
                              "double": true,
                              "float": true,
                              "floatingPointNumber": false,
                              "int": false,
                              "integralNumber": true,
                              "long": false,
                              "missingNode": false,
                              "nodeType": "OBJECT",
                              "null": false,
                              "number": true,
                              "object": false,
                              "pojo": false,
                              "short": true,
                              "textual": false,
                              "valueNode": true
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": true,
                              "bigDecimal": true,
                              "bigInteger": true,
                              "binary": false,
                              "boolean": true,
                              "containerNode": true,
                              "double": false,
                              "float": false,
                              "floatingPointNumber": false,
                              "int": true,
                              "integralNumber": false,
                              "long": true,
                              "missingNode": false,
                              "nodeType": "BINARY",
                              "null": false,
                              "number": true,
                              "object": false,
                              "pojo": true,
                              "short": false,
                              "textual": false,
                              "valueNode": false
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          }
                        ],
                        "metro": "Dallas",
                        "metroCode": "DA",
                        "throughput": "500",
                        "throughputUnit": "Mbps"
                      },
                      {
                        "devices": [
                          {
                            "aside": {
                              "array": true,
                              "bigDecimal": false,
                              "bigInteger": true,
                              "binary": true,
                              "boolean": true,
                              "containerNode": true,
                              "double": true,
                              "float": true,
                              "floatingPointNumber": true,
                              "int": true,
                              "integralNumber": false,
                              "long": true,
                              "missingNode": true,
                              "nodeType": "POJO",
                              "null": true,
                              "number": false,
                              "object": false,
                              "pojo": false,
                              "short": false,
                              "textual": true,
                              "valueNode": false
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": true,
                              "bigDecimal": false,
                              "bigInteger": false,
                              "binary": true,
                              "boolean": false,
                              "containerNode": false,
                              "double": true,
                              "float": true,
                              "floatingPointNumber": true,
                              "int": false,
                              "integralNumber": true,
                              "long": false,
                              "missingNode": false,
                              "nodeType": "NUMBER",
                              "null": false,
                              "number": true,
                              "object": true,
                              "pojo": false,
                              "short": false,
                              "textual": false,
                              "valueNode": false
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          },
                          {
                            "aside": {
                              "array": true,
                              "bigDecimal": true,
                              "bigInteger": true,
                              "binary": true,
                              "boolean": true,
                              "containerNode": false,
                              "double": false,
                              "float": true,
                              "floatingPointNumber": false,
                              "int": true,
                              "integralNumber": false,
                              "long": true,
                              "missingNode": true,
                              "nodeType": "NUMBER",
                              "null": false,
                              "number": true,
                              "object": true,
                              "pojo": false,
                              "short": true,
                              "textual": true,
                              "valueNode": false
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": false,
                              "bigDecimal": false,
                              "bigInteger": false,
                              "binary": true,
                              "boolean": false,
                              "containerNode": false,
                              "double": true,
                              "float": true,
                              "floatingPointNumber": true,
                              "int": false,
                              "integralNumber": true,
                              "long": true,
                              "missingNode": true,
                              "nodeType": "MISSING",
                              "null": true,
                              "number": true,
                              "object": true,
                              "pojo": false,
                              "short": true,
                              "textual": true,
                              "valueNode": true
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          },
                          {
                            "aside": {
                              "array": false,
                              "bigDecimal": true,
                              "bigInteger": false,
                              "binary": true,
                              "boolean": true,
                              "containerNode": true,
                              "double": true,
                              "float": true,
                              "floatingPointNumber": false,
                              "int": false,
                              "integralNumber": true,
                              "long": true,
                              "missingNode": true,
                              "nodeType": "OBJECT",
                              "null": false,
                              "number": true,
                              "object": true,
                              "pojo": false,
                              "short": false,
                              "textual": true,
                              "valueNode": false
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": true,
                              "bigDecimal": true,
                              "bigInteger": false,
                              "binary": true,
                              "boolean": false,
                              "containerNode": true,
                              "double": true,
                              "float": true,
                              "floatingPointNumber": false,
                              "int": true,
                              "integralNumber": true,
                              "long": true,
                              "missingNode": true,
                              "nodeType": "BOOLEAN",
                              "null": true,
                              "number": true,
                              "object": false,
                              "pojo": true,
                              "short": true,
                              "textual": true,
                              "valueNode": false
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          }
                        ],
                        "metro": "Dallas",
                        "metroCode": "DA",
                        "throughput": "500",
                        "throughputUnit": "Mbps"
                      },
                      {
                        "devices": [
                          {
                            "aside": {
                              "array": false,
                              "bigDecimal": false,
                              "bigInteger": false,
                              "binary": false,
                              "boolean": true,
                              "containerNode": false,
                              "double": true,
                              "float": true,
                              "floatingPointNumber": true,
                              "int": false,
                              "integralNumber": false,
                              "long": true,
                              "missingNode": true,
                              "nodeType": "OBJECT",
                              "null": true,
                              "number": false,
                              "object": true,
                              "pojo": true,
                              "short": true,
                              "textual": false,
                              "valueNode": true
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": true,
                              "bigDecimal": false,
                              "bigInteger": true,
                              "binary": false,
                              "boolean": false,
                              "containerNode": false,
                              "double": false,
                              "float": true,
                              "floatingPointNumber": false,
                              "int": false,
                              "integralNumber": true,
                              "long": false,
                              "missingNode": true,
                              "nodeType": "POJO",
                              "null": false,
                              "number": true,
                              "object": false,
                              "pojo": true,
                              "short": true,
                              "textual": false,
                              "valueNode": true
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          },
                          {
                            "aside": {
                              "array": false,
                              "bigDecimal": true,
                              "bigInteger": false,
                              "binary": false,
                              "boolean": true,
                              "containerNode": false,
                              "double": true,
                              "float": true,
                              "floatingPointNumber": false,
                              "int": true,
                              "integralNumber": false,
                              "long": false,
                              "missingNode": true,
                              "nodeType": "BINARY",
                              "null": false,
                              "number": false,
                              "object": false,
                              "pojo": true,
                              "short": true,
                              "textual": false,
                              "valueNode": true
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": true,
                              "bigDecimal": false,
                              "bigInteger": false,
                              "binary": false,
                              "boolean": true,
                              "containerNode": true,
                              "double": false,
                              "float": true,
                              "floatingPointNumber": false,
                              "int": true,
                              "integralNumber": false,
                              "long": true,
                              "missingNode": true,
                              "nodeType": "STRING",
                              "null": false,
                              "number": false,
                              "object": true,
                              "pojo": true,
                              "short": true,
                              "textual": false,
                              "valueNode": false
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          },
                          {
                            "aside": {
                              "array": true,
                              "bigDecimal": false,
                              "bigInteger": true,
                              "binary": true,
                              "boolean": false,
                              "containerNode": false,
                              "double": false,
                              "float": false,
                              "floatingPointNumber": false,
                              "int": false,
                              "integralNumber": true,
                              "long": false,
                              "missingNode": false,
                              "nodeType": "STRING",
                              "null": true,
                              "number": true,
                              "object": false,
                              "pojo": true,
                              "short": false,
                              "textual": false,
                              "valueNode": false
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": true,
                              "bigDecimal": true,
                              "bigInteger": true,
                              "binary": false,
                              "boolean": false,
                              "containerNode": false,
                              "double": false,
                              "float": false,
                              "floatingPointNumber": true,
                              "int": false,
                              "integralNumber": false,
                              "long": true,
                              "missingNode": true,
                              "nodeType": "MISSING",
                              "null": true,
                              "number": false,
                              "object": true,
                              "pojo": true,
                              "short": true,
                              "textual": false,
                              "valueNode": true
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          },
                          {
                            "aside": {
                              "array": true,
                              "bigDecimal": true,
                              "bigInteger": false,
                              "binary": false,
                              "boolean": true,
                              "containerNode": true,
                              "double": true,
                              "float": true,
                              "floatingPointNumber": false,
                              "int": false,
                              "integralNumber": true,
                              "long": false,
                              "missingNode": true,
                              "nodeType": "BOOLEAN",
                              "null": false,
                              "number": true,
                              "object": true,
                              "pojo": false,
                              "short": true,
                              "textual": false,
                              "valueNode": false
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": false,
                              "bigDecimal": false,
                              "bigInteger": false,
                              "binary": false,
                              "boolean": false,
                              "containerNode": true,
                              "double": false,
                              "float": true,
                              "floatingPointNumber": true,
                              "int": false,
                              "integralNumber": true,
                              "long": true,
                              "missingNode": false,
                              "nodeType": "BINARY",
                              "null": false,
                              "number": false,
                              "object": false,
                              "pojo": true,
                              "short": false,
                              "textual": false,
                              "valueNode": true
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          },
                          {
                            "aside": {
                              "array": true,
                              "bigDecimal": false,
                              "bigInteger": false,
                              "binary": false,
                              "boolean": true,
                              "containerNode": false,
                              "double": true,
                              "float": false,
                              "floatingPointNumber": true,
                              "int": false,
                              "integralNumber": false,
                              "long": false,
                              "missingNode": false,
                              "nodeType": "ARRAY",
                              "null": true,
                              "number": false,
                              "object": false,
                              "pojo": true,
                              "short": false,
                              "textual": true,
                              "valueNode": true
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": true,
                              "bigDecimal": false,
                              "bigInteger": false,
                              "binary": false,
                              "boolean": true,
                              "containerNode": true,
                              "double": true,
                              "float": false,
                              "floatingPointNumber": false,
                              "int": true,
                              "integralNumber": true,
                              "long": false,
                              "missingNode": true,
                              "nodeType": "NULL",
                              "null": false,
                              "number": false,
                              "object": false,
                              "pojo": false,
                              "short": false,
                              "textual": true,
                              "valueNode": true
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          },
                          {
                            "aside": {
                              "array": false,
                              "bigDecimal": false,
                              "bigInteger": true,
                              "binary": false,
                              "boolean": true,
                              "containerNode": false,
                              "double": true,
                              "float": false,
                              "floatingPointNumber": true,
                              "int": true,
                              "integralNumber": false,
                              "long": true,
                              "missingNode": false,
                              "nodeType": "NUMBER",
                              "null": false,
                              "number": true,
                              "object": true,
                              "pojo": true,
                              "short": false,
                              "textual": true,
                              "valueNode": true
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": false,
                              "bigDecimal": false,
                              "bigInteger": true,
                              "binary": false,
                              "boolean": true,
                              "containerNode": false,
                              "double": false,
                              "float": true,
                              "floatingPointNumber": false,
                              "int": true,
                              "integralNumber": true,
                              "long": false,
                              "missingNode": false,
                              "nodeType": "OBJECT",
                              "null": false,
                              "number": true,
                              "object": true,
                              "pojo": false,
                              "short": true,
                              "textual": false,
                              "valueNode": false
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          },
                          {
                            "aside": {
                              "array": false,
                              "bigDecimal": false,
                              "bigInteger": false,
                              "binary": false,
                              "boolean": true,
                              "containerNode": true,
                              "double": false,
                              "float": false,
                              "floatingPointNumber": true,
                              "int": true,
                              "integralNumber": true,
                              "long": true,
                              "missingNode": false,
                              "nodeType": "ARRAY",
                              "null": true,
                              "number": false,
                              "object": true,
                              "pojo": false,
                              "short": false,
                              "textual": true,
                              "valueNode": false
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": true,
                              "bigDecimal": false,
                              "bigInteger": true,
                              "binary": true,
                              "boolean": true,
                              "containerNode": false,
                              "double": false,
                              "float": true,
                              "floatingPointNumber": true,
                              "int": true,
                              "integralNumber": false,
                              "long": true,
                              "missingNode": false,
                              "nodeType": "MISSING",
                              "null": false,
                              "number": false,
                              "object": false,
                              "pojo": false,
                              "short": true,
                              "textual": true,
                              "valueNode": false
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          },
                          {
                            "aside": {
                              "array": true,
                              "bigDecimal": false,
                              "bigInteger": false,
                              "binary": true,
                              "boolean": false,
                              "containerNode": true,
                              "double": true,
                              "float": false,
                              "floatingPointNumber": true,
                              "int": false,
                              "integralNumber": true,
                              "long": false,
                              "missingNode": false,
                              "nodeType": "NULL",
                              "null": true,
                              "number": true,
                              "object": false,
                              "pojo": false,
                              "short": true,
                              "textual": true,
                              "valueNode": false
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": false,
                              "bigDecimal": true,
                              "bigInteger": false,
                              "binary": true,
                              "boolean": true,
                              "containerNode": true,
                              "double": true,
                              "float": false,
                              "floatingPointNumber": true,
                              "int": true,
                              "integralNumber": true,
                              "long": false,
                              "missingNode": false,
                              "nodeType": "BOOLEAN",
                              "null": false,
                              "number": true,
                              "object": false,
                              "pojo": true,
                              "short": true,
                              "textual": false,
                              "valueNode": true
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          },
                          {
                            "aside": {
                              "array": true,
                              "bigDecimal": true,
                              "bigInteger": true,
                              "binary": true,
                              "boolean": false,
                              "containerNode": true,
                              "double": true,
                              "float": false,
                              "floatingPointNumber": false,
                              "int": false,
                              "integralNumber": true,
                              "long": false,
                              "missingNode": false,
                              "nodeType": "BOOLEAN",
                              "null": false,
                              "number": false,
                              "object": false,
                              "pojo": true,
                              "short": true,
                              "textual": false,
                              "valueNode": true
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": true,
                              "bigDecimal": false,
                              "bigInteger": false,
                              "binary": false,
                              "boolean": true,
                              "containerNode": false,
                              "double": true,
                              "float": true,
                              "floatingPointNumber": true,
                              "int": false,
                              "integralNumber": true,
                              "long": false,
                              "missingNode": true,
                              "nodeType": "ARRAY",
                              "null": true,
                              "number": true,
                              "object": true,
                              "pojo": false,
                              "short": false,
                              "textual": false,
                              "valueNode": false
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          },
                          {
                            "aside": {
                              "array": true,
                              "bigDecimal": true,
                              "bigInteger": false,
                              "binary": false,
                              "boolean": false,
                              "containerNode": true,
                              "double": false,
                              "float": true,
                              "floatingPointNumber": true,
                              "int": false,
                              "integralNumber": true,
                              "long": true,
                              "missingNode": true,
                              "nodeType": "BOOLEAN",
                              "null": true,
                              "number": true,
                              "object": true,
                              "pojo": true,
                              "short": false,
                              "textual": true,
                              "valueNode": true
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": true,
                              "bigDecimal": true,
                              "bigInteger": false,
                              "binary": false,
                              "boolean": false,
                              "containerNode": true,
                              "double": true,
                              "float": false,
                              "floatingPointNumber": false,
                              "int": false,
                              "integralNumber": false,
                              "long": false,
                              "missingNode": false,
                              "nodeType": "OBJECT",
                              "null": false,
                              "number": false,
                              "object": false,
                              "pojo": false,
                              "short": true,
                              "textual": false,
                              "valueNode": false
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          }
                        ],
                        "metro": "Dallas",
                        "metroCode": "DA",
                        "throughput": "500",
                        "throughputUnit": "Mbps"
                      },
                      {
                        "devices": [
                          {
                            "aside": {
                              "array": false,
                              "bigDecimal": true,
                              "bigInteger": false,
                              "binary": false,
                              "boolean": true,
                              "containerNode": true,
                              "double": false,
                              "float": false,
                              "floatingPointNumber": false,
                              "int": false,
                              "integralNumber": true,
                              "long": true,
                              "missingNode": false,
                              "nodeType": "NULL",
                              "null": true,
                              "number": true,
                              "object": true,
                              "pojo": false,
                              "short": false,
                              "textual": false,
                              "valueNode": true
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": true,
                              "bigDecimal": true,
                              "bigInteger": false,
                              "binary": false,
                              "boolean": true,
                              "containerNode": true,
                              "double": true,
                              "float": true,
                              "floatingPointNumber": true,
                              "int": true,
                              "integralNumber": false,
                              "long": false,
                              "missingNode": true,
                              "nodeType": "MISSING",
                              "null": true,
                              "number": true,
                              "object": true,
                              "pojo": true,
                              "short": false,
                              "textual": false,
                              "valueNode": false
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          },
                          {
                            "aside": {
                              "array": false,
                              "bigDecimal": true,
                              "bigInteger": true,
                              "binary": true,
                              "boolean": false,
                              "containerNode": false,
                              "double": true,
                              "float": false,
                              "floatingPointNumber": true,
                              "int": false,
                              "integralNumber": true,
                              "long": false,
                              "missingNode": false,
                              "nodeType": "MISSING",
                              "null": false,
                              "number": true,
                              "object": false,
                              "pojo": false,
                              "short": false,
                              "textual": true,
                              "valueNode": false
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": false,
                              "bigDecimal": true,
                              "bigInteger": false,
                              "binary": true,
                              "boolean": true,
                              "containerNode": true,
                              "double": false,
                              "float": true,
                              "floatingPointNumber": true,
                              "int": true,
                              "integralNumber": true,
                              "long": false,
                              "missingNode": true,
                              "nodeType": "ARRAY",
                              "null": true,
                              "number": true,
                              "object": false,
                              "pojo": false,
                              "short": false,
                              "textual": true,
                              "valueNode": true
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          },
                          {
                            "aside": {
                              "array": true,
                              "bigDecimal": true,
                              "bigInteger": true,
                              "binary": true,
                              "boolean": false,
                              "containerNode": false,
                              "double": true,
                              "float": true,
                              "floatingPointNumber": false,
                              "int": false,
                              "integralNumber": true,
                              "long": false,
                              "missingNode": true,
                              "nodeType": "STRING",
                              "null": false,
                              "number": true,
                              "object": false,
                              "pojo": true,
                              "short": true,
                              "textual": false,
                              "valueNode": true
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": true,
                              "bigDecimal": false,
                              "bigInteger": false,
                              "binary": false,
                              "boolean": false,
                              "containerNode": false,
                              "double": false,
                              "float": true,
                              "floatingPointNumber": false,
                              "int": true,
                              "integralNumber": true,
                              "long": false,
                              "missingNode": true,
                              "nodeType": "OBJECT",
                              "null": true,
                              "number": true,
                              "object": false,
                              "pojo": true,
                              "short": true,
                              "textual": true,
                              "valueNode": true
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          },
                          {
                            "aside": {
                              "array": true,
                              "bigDecimal": false,
                              "bigInteger": false,
                              "binary": true,
                              "boolean": false,
                              "containerNode": false,
                              "double": false,
                              "float": true,
                              "floatingPointNumber": false,
                              "int": false,
                              "integralNumber": true,
                              "long": true,
                              "missingNode": true,
                              "nodeType": "ARRAY",
                              "null": true,
                              "number": true,
                              "object": false,
                              "pojo": true,
                              "short": false,
                              "textual": false,
                              "valueNode": false
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": false,
                              "bigDecimal": true,
                              "bigInteger": false,
                              "binary": true,
                              "boolean": false,
                              "containerNode": false,
                              "double": true,
                              "float": true,
                              "floatingPointNumber": false,
                              "int": false,
                              "integralNumber": false,
                              "long": false,
                              "missingNode": true,
                              "nodeType": "NULL",
                              "null": false,
                              "number": true,
                              "object": false,
                              "pojo": true,
                              "short": false,
                              "textual": true,
                              "valueNode": true
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          },
                          {
                            "aside": {
                              "array": true,
                              "bigDecimal": true,
                              "bigInteger": false,
                              "binary": true,
                              "boolean": false,
                              "containerNode": true,
                              "double": false,
                              "float": true,
                              "floatingPointNumber": false,
                              "int": false,
                              "integralNumber": false,
                              "long": false,
                              "missingNode": false,
                              "nodeType": "NUMBER",
                              "null": true,
                              "number": false,
                              "object": false,
                              "pojo": false,
                              "short": true,
                              "textual": false,
                              "valueNode": true
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": true,
                              "bigDecimal": true,
                              "bigInteger": true,
                              "binary": true,
                              "boolean": true,
                              "containerNode": true,
                              "double": false,
                              "float": true,
                              "floatingPointNumber": false,
                              "int": false,
                              "integralNumber": true,
                              "long": true,
                              "missingNode": false,
                              "nodeType": "OBJECT",
                              "null": false,
                              "number": false,
                              "object": false,
                              "pojo": true,
                              "short": true,
                              "textual": true,
                              "valueNode": true
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          },
                          {
                            "aside": {
                              "array": true,
                              "bigDecimal": true,
                              "bigInteger": false,
                              "binary": false,
                              "boolean": true,
                              "containerNode": false,
                              "double": false,
                              "float": true,
                              "floatingPointNumber": false,
                              "int": true,
                              "integralNumber": false,
                              "long": false,
                              "missingNode": true,
                              "nodeType": "BINARY",
                              "null": false,
                              "number": false,
                              "object": false,
                              "pojo": true,
                              "short": true,
                              "textual": true,
                              "valueNode": false
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": true,
                              "bigDecimal": false,
                              "bigInteger": true,
                              "binary": true,
                              "boolean": false,
                              "containerNode": true,
                              "double": true,
                              "float": true,
                              "floatingPointNumber": false,
                              "int": false,
                              "integralNumber": false,
                              "long": true,
                              "missingNode": false,
                              "nodeType": "NULL",
                              "null": false,
                              "number": false,
                              "object": false,
                              "pojo": false,
                              "short": true,
                              "textual": true,
                              "valueNode": true
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          }
                        ],
                        "metro": "Dallas",
                        "metroCode": "DA",
                        "throughput": "500",
                        "throughputUnit": "Mbps"
                      },
                      {
                        "devices": [
                          {
                            "aside": {
                              "array": true,
                              "bigDecimal": false,
                              "bigInteger": true,
                              "binary": true,
                              "boolean": true,
                              "containerNode": false,
                              "double": false,
                              "float": true,
                              "floatingPointNumber": false,
                              "int": true,
                              "integralNumber": false,
                              "long": true,
                              "missingNode": true,
                              "nodeType": "NULL",
                              "null": false,
                              "number": false,
                              "object": true,
                              "pojo": true,
                              "short": false,
                              "textual": true,
                              "valueNode": true
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": true,
                              "bigDecimal": true,
                              "bigInteger": false,
                              "binary": true,
                              "boolean": true,
                              "containerNode": true,
                              "double": true,
                              "float": true,
                              "floatingPointNumber": true,
                              "int": true,
                              "integralNumber": true,
                              "long": false,
                              "missingNode": true,
                              "nodeType": "STRING",
                              "null": false,
                              "number": true,
                              "object": true,
                              "pojo": true,
                              "short": false,
                              "textual": true,
                              "valueNode": false
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          },
                          {
                            "aside": {
                              "array": true,
                              "bigDecimal": true,
                              "bigInteger": false,
                              "binary": true,
                              "boolean": true,
                              "containerNode": true,
                              "double": false,
                              "float": true,
                              "floatingPointNumber": true,
                              "int": true,
                              "integralNumber": true,
                              "long": false,
                              "missingNode": false,
                              "nodeType": "MISSING",
                              "null": false,
                              "number": true,
                              "object": false,
                              "pojo": true,
                              "short": false,
                              "textual": false,
                              "valueNode": true
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": false,
                              "bigDecimal": true,
                              "bigInteger": true,
                              "binary": true,
                              "boolean": true,
                              "containerNode": false,
                              "double": false,
                              "float": false,
                              "floatingPointNumber": true,
                              "int": false,
                              "integralNumber": false,
                              "long": true,
                              "missingNode": false,
                              "nodeType": "OBJECT",
                              "null": false,
                              "number": true,
                              "object": true,
                              "pojo": true,
                              "short": true,
                              "textual": true,
                              "valueNode": true
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          },
                          {
                            "aside": {
                              "array": true,
                              "bigDecimal": false,
                              "bigInteger": true,
                              "binary": false,
                              "boolean": false,
                              "containerNode": false,
                              "double": false,
                              "float": true,
                              "floatingPointNumber": false,
                              "int": false,
                              "integralNumber": false,
                              "long": true,
                              "missingNode": true,
                              "nodeType": "STRING",
                              "null": false,
                              "number": false,
                              "object": false,
                              "pojo": true,
                              "short": false,
                              "textual": true,
                              "valueNode": false
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": false,
                              "bigDecimal": true,
                              "bigInteger": true,
                              "binary": false,
                              "boolean": false,
                              "containerNode": true,
                              "double": true,
                              "float": true,
                              "floatingPointNumber": true,
                              "int": true,
                              "integralNumber": false,
                              "long": false,
                              "missingNode": true,
                              "nodeType": "NUMBER",
                              "null": true,
                              "number": true,
                              "object": false,
                              "pojo": true,
                              "short": false,
                              "textual": true,
                              "valueNode": true
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          }
                        ],
                        "metro": "Dallas",
                        "metroCode": "DA",
                        "throughput": "500",
                        "throughputUnit": "Mbps"
                      }
                    ],
                    "source": "API",
                    "status": "PROVISIONING",
                    "subnet": "10.0.0.0/27",
                    "uuid": "6ea5a0e4-2bf7-45c2-9aa7-e846a8cd5567"
                  },
                  {
                    "accountName": "Samsung",
                    "createdBy": "nfv-sit1",
                    "createdDate": "2019-09-15T10:30:31.387Z",
                    "groupName": "vik-chain",
                    "id": 1130,
                    "lastUpdatedBy": "reg2-acc1",
                    "lastUpdatedDate": "2019-09-16T10:30:31.387Z",
                    "metroDevices": [
                      {
                        "devices": [
                          {
                            "aside": {
                              "array": false,
                              "bigDecimal": false,
                              "bigInteger": true,
                              "binary": true,
                              "boolean": false,
                              "containerNode": true,
                              "double": false,
                              "float": false,
                              "floatingPointNumber": false,
                              "int": true,
                              "integralNumber": true,
                              "long": true,
                              "missingNode": true,
                              "nodeType": "OBJECT",
                              "null": false,
                              "number": true,
                              "object": true,
                              "pojo": true,
                              "short": false,
                              "textual": true,
                              "valueNode": false
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": true,
                              "bigDecimal": true,
                              "bigInteger": true,
                              "binary": true,
                              "boolean": false,
                              "containerNode": true,
                              "double": false,
                              "float": false,
                              "floatingPointNumber": false,
                              "int": false,
                              "integralNumber": true,
                              "long": true,
                              "missingNode": false,
                              "nodeType": "STRING",
                              "null": true,
                              "number": false,
                              "object": true,
                              "pojo": false,
                              "short": true,
                              "textual": true,
                              "valueNode": true
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          },
                          {
                            "aside": {
                              "array": true,
                              "bigDecimal": false,
                              "bigInteger": false,
                              "binary": true,
                              "boolean": true,
                              "containerNode": true,
                              "double": false,
                              "float": true,
                              "floatingPointNumber": false,
                              "int": false,
                              "integralNumber": true,
                              "long": false,
                              "missingNode": true,
                              "nodeType": "OBJECT",
                              "null": true,
                              "number": true,
                              "object": true,
                              "pojo": true,
                              "short": false,
                              "textual": false,
                              "valueNode": true
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": true,
                              "bigDecimal": false,
                              "bigInteger": true,
                              "binary": true,
                              "boolean": false,
                              "containerNode": true,
                              "double": false,
                              "float": false,
                              "floatingPointNumber": false,
                              "int": true,
                              "integralNumber": false,
                              "long": true,
                              "missingNode": false,
                              "nodeType": "POJO",
                              "null": false,
                              "number": false,
                              "object": true,
                              "pojo": true,
                              "short": true,
                              "textual": true,
                              "valueNode": true
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          },
                          {
                            "aside": {
                              "array": false,
                              "bigDecimal": true,
                              "bigInteger": false,
                              "binary": false,
                              "boolean": false,
                              "containerNode": true,
                              "double": false,
                              "float": true,
                              "floatingPointNumber": true,
                              "int": true,
                              "integralNumber": false,
                              "long": true,
                              "missingNode": true,
                              "nodeType": "OBJECT",
                              "null": true,
                              "number": false,
                              "object": false,
                              "pojo": false,
                              "short": true,
                              "textual": false,
                              "valueNode": true
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": false,
                              "bigDecimal": false,
                              "bigInteger": true,
                              "binary": true,
                              "boolean": true,
                              "containerNode": true,
                              "double": true,
                              "float": false,
                              "floatingPointNumber": true,
                              "int": true,
                              "integralNumber": false,
                              "long": false,
                              "missingNode": true,
                              "nodeType": "STRING",
                              "null": false,
                              "number": true,
                              "object": false,
                              "pojo": false,
                              "short": false,
                              "textual": true,
                              "valueNode": true
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          },
                          {
                            "aside": {
                              "array": false,
                              "bigDecimal": false,
                              "bigInteger": false,
                              "binary": false,
                              "boolean": true,
                              "containerNode": true,
                              "double": true,
                              "float": true,
                              "floatingPointNumber": true,
                              "int": true,
                              "integralNumber": false,
                              "long": true,
                              "missingNode": true,
                              "nodeType": "BOOLEAN",
                              "null": false,
                              "number": false,
                              "object": true,
                              "pojo": true,
                              "short": false,
                              "textual": false,
                              "valueNode": false
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": true,
                              "bigDecimal": false,
                              "bigInteger": false,
                              "binary": true,
                              "boolean": true,
                              "containerNode": true,
                              "double": false,
                              "float": true,
                              "floatingPointNumber": false,
                              "int": false,
                              "integralNumber": true,
                              "long": false,
                              "missingNode": false,
                              "nodeType": "OBJECT",
                              "null": true,
                              "number": true,
                              "object": true,
                              "pojo": false,
                              "short": false,
                              "textual": true,
                              "valueNode": true
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          },
                          {
                            "aside": {
                              "array": true,
                              "bigDecimal": true,
                              "bigInteger": true,
                              "binary": false,
                              "boolean": true,
                              "containerNode": true,
                              "double": false,
                              "float": false,
                              "floatingPointNumber": false,
                              "int": true,
                              "integralNumber": false,
                              "long": false,
                              "missingNode": true,
                              "nodeType": "BOOLEAN",
                              "null": true,
                              "number": true,
                              "object": false,
                              "pojo": false,
                              "short": false,
                              "textual": false,
                              "valueNode": true
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": true,
                              "bigDecimal": true,
                              "bigInteger": false,
                              "binary": false,
                              "boolean": true,
                              "containerNode": true,
                              "double": false,
                              "float": true,
                              "floatingPointNumber": false,
                              "int": false,
                              "integralNumber": false,
                              "long": true,
                              "missingNode": true,
                              "nodeType": "BOOLEAN",
                              "null": true,
                              "number": false,
                              "object": false,
                              "pojo": true,
                              "short": true,
                              "textual": false,
                              "valueNode": false
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          },
                          {
                            "aside": {
                              "array": false,
                              "bigDecimal": true,
                              "bigInteger": true,
                              "binary": true,
                              "boolean": false,
                              "containerNode": true,
                              "double": true,
                              "float": false,
                              "floatingPointNumber": true,
                              "int": true,
                              "integralNumber": true,
                              "long": false,
                              "missingNode": false,
                              "nodeType": "NULL",
                              "null": true,
                              "number": true,
                              "object": true,
                              "pojo": true,
                              "short": false,
                              "textual": false,
                              "valueNode": false
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": true,
                              "bigDecimal": false,
                              "bigInteger": true,
                              "binary": true,
                              "boolean": false,
                              "containerNode": true,
                              "double": true,
                              "float": true,
                              "floatingPointNumber": true,
                              "int": true,
                              "integralNumber": true,
                              "long": false,
                              "missingNode": false,
                              "nodeType": "NUMBER",
                              "null": true,
                              "number": true,
                              "object": true,
                              "pojo": true,
                              "short": true,
                              "textual": false,
                              "valueNode": false
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          },
                          {
                            "aside": {
                              "array": false,
                              "bigDecimal": true,
                              "bigInteger": true,
                              "binary": true,
                              "boolean": true,
                              "containerNode": false,
                              "double": false,
                              "float": true,
                              "floatingPointNumber": false,
                              "int": true,
                              "integralNumber": false,
                              "long": true,
                              "missingNode": false,
                              "nodeType": "MISSING",
                              "null": false,
                              "number": true,
                              "object": true,
                              "pojo": false,
                              "short": false,
                              "textual": true,
                              "valueNode": false
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": true,
                              "bigDecimal": false,
                              "bigInteger": false,
                              "binary": true,
                              "boolean": false,
                              "containerNode": true,
                              "double": false,
                              "float": true,
                              "floatingPointNumber": false,
                              "int": false,
                              "integralNumber": false,
                              "long": false,
                              "missingNode": false,
                              "nodeType": "MISSING",
                              "null": true,
                              "number": false,
                              "object": false,
                              "pojo": false,
                              "short": false,
                              "textual": false,
                              "valueNode": false
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          }
                        ],
                        "metro": "Dallas",
                        "metroCode": "DA",
                        "throughput": "500",
                        "throughputUnit": "Mbps"
                      },
                      {
                        "devices": [
                          {
                            "aside": {
                              "array": true,
                              "bigDecimal": false,
                              "bigInteger": true,
                              "binary": false,
                              "boolean": false,
                              "containerNode": false,
                              "double": true,
                              "float": true,
                              "floatingPointNumber": false,
                              "int": true,
                              "integralNumber": true,
                              "long": true,
                              "missingNode": false,
                              "nodeType": "MISSING",
                              "null": false,
                              "number": false,
                              "object": true,
                              "pojo": true,
                              "short": true,
                              "textual": false,
                              "valueNode": false
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": false,
                              "bigDecimal": false,
                              "bigInteger": true,
                              "binary": false,
                              "boolean": false,
                              "containerNode": false,
                              "double": true,
                              "float": false,
                              "floatingPointNumber": false,
                              "int": true,
                              "integralNumber": true,
                              "long": true,
                              "missingNode": false,
                              "nodeType": "MISSING",
                              "null": false,
                              "number": false,
                              "object": true,
                              "pojo": true,
                              "short": true,
                              "textual": true,
                              "valueNode": true
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          },
                          {
                            "aside": {
                              "array": true,
                              "bigDecimal": true,
                              "bigInteger": true,
                              "binary": true,
                              "boolean": false,
                              "containerNode": false,
                              "double": true,
                              "float": true,
                              "floatingPointNumber": false,
                              "int": false,
                              "integralNumber": true,
                              "long": true,
                              "missingNode": true,
                              "nodeType": "BOOLEAN",
                              "null": true,
                              "number": true,
                              "object": true,
                              "pojo": true,
                              "short": false,
                              "textual": false,
                              "valueNode": true
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": false,
                              "bigDecimal": true,
                              "bigInteger": true,
                              "binary": false,
                              "boolean": false,
                              "containerNode": false,
                              "double": true,
                              "float": false,
                              "floatingPointNumber": false,
                              "int": true,
                              "integralNumber": false,
                              "long": false,
                              "missingNode": false,
                              "nodeType": "ARRAY",
                              "null": false,
                              "number": true,
                              "object": false,
                              "pojo": true,
                              "short": false,
                              "textual": false,
                              "valueNode": false
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          },
                          {
                            "aside": {
                              "array": false,
                              "bigDecimal": true,
                              "bigInteger": true,
                              "binary": true,
                              "boolean": false,
                              "containerNode": true,
                              "double": false,
                              "float": true,
                              "floatingPointNumber": false,
                              "int": true,
                              "integralNumber": false,
                              "long": false,
                              "missingNode": true,
                              "nodeType": "MISSING",
                              "null": true,
                              "number": true,
                              "object": false,
                              "pojo": true,
                              "short": true,
                              "textual": true,
                              "valueNode": false
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": false,
                              "bigDecimal": false,
                              "bigInteger": false,
                              "binary": true,
                              "boolean": true,
                              "containerNode": false,
                              "double": true,
                              "float": false,
                              "floatingPointNumber": true,
                              "int": true,
                              "integralNumber": false,
                              "long": false,
                              "missingNode": true,
                              "nodeType": "ARRAY",
                              "null": false,
                              "number": true,
                              "object": true,
                              "pojo": false,
                              "short": true,
                              "textual": false,
                              "valueNode": true
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          },
                          {
                            "aside": {
                              "array": true,
                              "bigDecimal": false,
                              "bigInteger": false,
                              "binary": false,
                              "boolean": true,
                              "containerNode": false,
                              "double": false,
                              "float": false,
                              "floatingPointNumber": false,
                              "int": true,
                              "integralNumber": false,
                              "long": true,
                              "missingNode": true,
                              "nodeType": "NULL",
                              "null": true,
                              "number": false,
                              "object": false,
                              "pojo": false,
                              "short": true,
                              "textual": false,
                              "valueNode": true
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": false,
                              "bigDecimal": true,
                              "bigInteger": false,
                              "binary": false,
                              "boolean": true,
                              "containerNode": true,
                              "double": false,
                              "float": false,
                              "floatingPointNumber": true,
                              "int": true,
                              "integralNumber": true,
                              "long": false,
                              "missingNode": false,
                              "nodeType": "MISSING",
                              "null": true,
                              "number": true,
                              "object": true,
                              "pojo": false,
                              "short": false,
                              "textual": false,
                              "valueNode": false
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          }
                        ],
                        "metro": "Dallas",
                        "metroCode": "DA",
                        "throughput": "500",
                        "throughputUnit": "Mbps"
                      },
                      {
                        "devices": [
                          {
                            "aside": {
                              "array": false,
                              "bigDecimal": true,
                              "bigInteger": true,
                              "binary": false,
                              "boolean": false,
                              "containerNode": true,
                              "double": false,
                              "float": true,
                              "floatingPointNumber": false,
                              "int": true,
                              "integralNumber": false,
                              "long": false,
                              "missingNode": false,
                              "nodeType": "MISSING",
                              "null": false,
                              "number": true,
                              "object": true,
                              "pojo": false,
                              "short": true,
                              "textual": true,
                              "valueNode": false
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": false,
                              "bigDecimal": false,
                              "bigInteger": false,
                              "binary": true,
                              "boolean": true,
                              "containerNode": false,
                              "double": false,
                              "float": true,
                              "floatingPointNumber": false,
                              "int": false,
                              "integralNumber": false,
                              "long": false,
                              "missingNode": true,
                              "nodeType": "STRING",
                              "null": false,
                              "number": true,
                              "object": false,
                              "pojo": true,
                              "short": true,
                              "textual": true,
                              "valueNode": true
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          }
                        ],
                        "metro": "Dallas",
                        "metroCode": "DA",
                        "throughput": "500",
                        "throughputUnit": "Mbps"
                      },
                      {
                        "devices": [
                          {
                            "aside": {
                              "array": true,
                              "bigDecimal": true,
                              "bigInteger": true,
                              "binary": false,
                              "boolean": true,
                              "containerNode": true,
                              "double": true,
                              "float": true,
                              "floatingPointNumber": true,
                              "int": false,
                              "integralNumber": false,
                              "long": false,
                              "missingNode": false,
                              "nodeType": "STRING",
                              "null": true,
                              "number": false,
                              "object": false,
                              "pojo": false,
                              "short": false,
                              "textual": true,
                              "valueNode": true
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": true,
                              "bigDecimal": false,
                              "bigInteger": false,
                              "binary": false,
                              "boolean": true,
                              "containerNode": false,
                              "double": false,
                              "float": true,
                              "floatingPointNumber": true,
                              "int": true,
                              "integralNumber": true,
                              "long": false,
                              "missingNode": true,
                              "nodeType": "ARRAY",
                              "null": true,
                              "number": true,
                              "object": true,
                              "pojo": true,
                              "short": true,
                              "textual": true,
                              "valueNode": false
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          },
                          {
                            "aside": {
                              "array": true,
                              "bigDecimal": false,
                              "bigInteger": false,
                              "binary": false,
                              "boolean": false,
                              "containerNode": false,
                              "double": true,
                              "float": true,
                              "floatingPointNumber": false,
                              "int": true,
                              "integralNumber": false,
                              "long": false,
                              "missingNode": false,
                              "nodeType": "POJO",
                              "null": false,
                              "number": true,
                              "object": false,
                              "pojo": true,
                              "short": true,
                              "textual": false,
                              "valueNode": true
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": false,
                              "bigDecimal": false,
                              "bigInteger": false,
                              "binary": false,
                              "boolean": true,
                              "containerNode": false,
                              "double": false,
                              "float": true,
                              "floatingPointNumber": false,
                              "int": true,
                              "integralNumber": false,
                              "long": false,
                              "missingNode": true,
                              "nodeType": "MISSING",
                              "null": false,
                              "number": false,
                              "object": true,
                              "pojo": true,
                              "short": true,
                              "textual": false,
                              "valueNode": true
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          },
                          {
                            "aside": {
                              "array": true,
                              "bigDecimal": true,
                              "bigInteger": false,
                              "binary": true,
                              "boolean": false,
                              "containerNode": false,
                              "double": true,
                              "float": true,
                              "floatingPointNumber": false,
                              "int": true,
                              "integralNumber": true,
                              "long": true,
                              "missingNode": false,
                              "nodeType": "OBJECT",
                              "null": true,
                              "number": true,
                              "object": true,
                              "pojo": true,
                              "short": false,
                              "textual": true,
                              "valueNode": true
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": false,
                              "bigDecimal": true,
                              "bigInteger": true,
                              "binary": true,
                              "boolean": true,
                              "containerNode": true,
                              "double": false,
                              "float": false,
                              "floatingPointNumber": false,
                              "int": false,
                              "integralNumber": false,
                              "long": true,
                              "missingNode": false,
                              "nodeType": "BINARY",
                              "null": false,
                              "number": true,
                              "object": false,
                              "pojo": false,
                              "short": false,
                              "textual": true,
                              "valueNode": true
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          },
                          {
                            "aside": {
                              "array": false,
                              "bigDecimal": true,
                              "bigInteger": true,
                              "binary": true,
                              "boolean": true,
                              "containerNode": true,
                              "double": false,
                              "float": false,
                              "floatingPointNumber": false,
                              "int": false,
                              "integralNumber": false,
                              "long": false,
                              "missingNode": true,
                              "nodeType": "STRING",
                              "null": false,
                              "number": true,
                              "object": false,
                              "pojo": true,
                              "short": false,
                              "textual": true,
                              "valueNode": false
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": true,
                              "bigDecimal": true,
                              "bigInteger": true,
                              "binary": true,
                              "boolean": false,
                              "containerNode": true,
                              "double": false,
                              "float": true,
                              "floatingPointNumber": false,
                              "int": false,
                              "integralNumber": true,
                              "long": true,
                              "missingNode": false,
                              "nodeType": "ARRAY",
                              "null": true,
                              "number": true,
                              "object": false,
                              "pojo": true,
                              "short": true,
                              "textual": true,
                              "valueNode": false
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          },
                          {
                            "aside": {
                              "array": false,
                              "bigDecimal": true,
                              "bigInteger": true,
                              "binary": false,
                              "boolean": true,
                              "containerNode": true,
                              "double": true,
                              "float": false,
                              "floatingPointNumber": true,
                              "int": true,
                              "integralNumber": false,
                              "long": false,
                              "missingNode": true,
                              "nodeType": "NULL",
                              "null": true,
                              "number": true,
                              "object": true,
                              "pojo": true,
                              "short": true,
                              "textual": false,
                              "valueNode": false
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": true,
                              "bigDecimal": true,
                              "bigInteger": true,
                              "binary": false,
                              "boolean": true,
                              "containerNode": false,
                              "double": false,
                              "float": true,
                              "floatingPointNumber": false,
                              "int": true,
                              "integralNumber": true,
                              "long": true,
                              "missingNode": true,
                              "nodeType": "BINARY",
                              "null": false,
                              "number": false,
                              "object": false,
                              "pojo": false,
                              "short": true,
                              "textual": true,
                              "valueNode": true
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          },
                          {
                            "aside": {
                              "array": true,
                              "bigDecimal": false,
                              "bigInteger": true,
                              "binary": false,
                              "boolean": false,
                              "containerNode": true,
                              "double": false,
                              "float": true,
                              "floatingPointNumber": false,
                              "int": true,
                              "integralNumber": true,
                              "long": true,
                              "missingNode": false,
                              "nodeType": "MISSING",
                              "null": true,
                              "number": true,
                              "object": false,
                              "pojo": false,
                              "short": true,
                              "textual": true,
                              "valueNode": false
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": true,
                              "bigDecimal": true,
                              "bigInteger": false,
                              "binary": false,
                              "boolean": false,
                              "containerNode": true,
                              "double": false,
                              "float": false,
                              "floatingPointNumber": false,
                              "int": false,
                              "integralNumber": true,
                              "long": true,
                              "missingNode": false,
                              "nodeType": "STRING",
                              "null": true,
                              "number": true,
                              "object": true,
                              "pojo": false,
                              "short": true,
                              "textual": true,
                              "valueNode": false
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          },
                          {
                            "aside": {
                              "array": true,
                              "bigDecimal": true,
                              "bigInteger": false,
                              "binary": false,
                              "boolean": false,
                              "containerNode": true,
                              "double": true,
                              "float": true,
                              "floatingPointNumber": false,
                              "int": true,
                              "integralNumber": false,
                              "long": false,
                              "missingNode": false,
                              "nodeType": "ARRAY",
                              "null": true,
                              "number": true,
                              "object": true,
                              "pojo": false,
                              "short": true,
                              "textual": true,
                              "valueNode": true
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": true,
                              "bigDecimal": true,
                              "bigInteger": false,
                              "binary": false,
                              "boolean": true,
                              "containerNode": true,
                              "double": false,
                              "float": false,
                              "floatingPointNumber": true,
                              "int": false,
                              "integralNumber": false,
                              "long": false,
                              "missingNode": false,
                              "nodeType": "BOOLEAN",
                              "null": false,
                              "number": false,
                              "object": true,
                              "pojo": true,
                              "short": false,
                              "textual": true,
                              "valueNode": false
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          },
                          {
                            "aside": {
                              "array": true,
                              "bigDecimal": false,
                              "bigInteger": false,
                              "binary": false,
                              "boolean": false,
                              "containerNode": true,
                              "double": true,
                              "float": false,
                              "floatingPointNumber": false,
                              "int": false,
                              "integralNumber": false,
                              "long": true,
                              "missingNode": false,
                              "nodeType": "ARRAY",
                              "null": true,
                              "number": true,
                              "object": true,
                              "pojo": true,
                              "short": false,
                              "textual": false,
                              "valueNode": false
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": true,
                              "bigDecimal": false,
                              "bigInteger": true,
                              "binary": true,
                              "boolean": false,
                              "containerNode": true,
                              "double": false,
                              "float": false,
                              "floatingPointNumber": false,
                              "int": false,
                              "integralNumber": false,
                              "long": false,
                              "missingNode": true,
                              "nodeType": "BOOLEAN",
                              "null": false,
                              "number": false,
                              "object": false,
                              "pojo": false,
                              "short": false,
                              "textual": false,
                              "valueNode": true
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          },
                          {
                            "aside": {
                              "array": false,
                              "bigDecimal": true,
                              "bigInteger": false,
                              "binary": true,
                              "boolean": true,
                              "containerNode": true,
                              "double": true,
                              "float": false,
                              "floatingPointNumber": false,
                              "int": false,
                              "integralNumber": false,
                              "long": false,
                              "missingNode": false,
                              "nodeType": "NUMBER",
                              "null": false,
                              "number": true,
                              "object": true,
                              "pojo": false,
                              "short": false,
                              "textual": false,
                              "valueNode": false
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": false,
                              "bigDecimal": true,
                              "bigInteger": true,
                              "binary": true,
                              "boolean": false,
                              "containerNode": true,
                              "double": false,
                              "float": true,
                              "floatingPointNumber": false,
                              "int": false,
                              "integralNumber": true,
                              "long": false,
                              "missingNode": true,
                              "nodeType": "OBJECT",
                              "null": true,
                              "number": true,
                              "object": false,
                              "pojo": true,
                              "short": true,
                              "textual": false,
                              "valueNode": true
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          },
                          {
                            "aside": {
                              "array": true,
                              "bigDecimal": true,
                              "bigInteger": true,
                              "binary": true,
                              "boolean": false,
                              "containerNode": true,
                              "double": false,
                              "float": true,
                              "floatingPointNumber": true,
                              "int": true,
                              "integralNumber": true,
                              "long": false,
                              "missingNode": true,
                              "nodeType": "BOOLEAN",
                              "null": true,
                              "number": false,
                              "object": true,
                              "pojo": false,
                              "short": false,
                              "textual": true,
                              "valueNode": true
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": false,
                              "bigDecimal": false,
                              "bigInteger": false,
                              "binary": false,
                              "boolean": false,
                              "containerNode": false,
                              "double": true,
                              "float": false,
                              "floatingPointNumber": false,
                              "int": true,
                              "integralNumber": true,
                              "long": true,
                              "missingNode": true,
                              "nodeType": "BOOLEAN",
                              "null": false,
                              "number": true,
                              "object": true,
                              "pojo": false,
                              "short": true,
                              "textual": false,
                              "valueNode": true
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          }
                        ],
                        "metro": "Dallas",
                        "metroCode": "DA",
                        "throughput": "500",
                        "throughputUnit": "Mbps"
                      }
                    ],
                    "source": "API",
                    "status": "PROVISIONING",
                    "subnet": "10.0.0.0/27",
                    "uuid": "6ea5a0e4-2bf7-45c2-9aa7-e846a8cd5567"
                  },
                  {
                    "accountName": "Samsung",
                    "createdBy": "nfv-sit1",
                    "createdDate": "2019-09-15T10:30:31.387Z",
                    "groupName": "vik-chain",
                    "id": 1130,
                    "lastUpdatedBy": "reg2-acc1",
                    "lastUpdatedDate": "2019-09-16T10:30:31.387Z",
                    "metroDevices": [
                      {
                        "devices": [
                          {
                            "aside": {
                              "array": true,
                              "bigDecimal": false,
                              "bigInteger": true,
                              "binary": false,
                              "boolean": true,
                              "containerNode": false,
                              "double": false,
                              "float": false,
                              "floatingPointNumber": false,
                              "int": false,
                              "integralNumber": true,
                              "long": true,
                              "missingNode": false,
                              "nodeType": "MISSING",
                              "null": true,
                              "number": true,
                              "object": false,
                              "pojo": true,
                              "short": false,
                              "textual": true,
                              "valueNode": true
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": true,
                              "bigDecimal": true,
                              "bigInteger": false,
                              "binary": true,
                              "boolean": true,
                              "containerNode": true,
                              "double": true,
                              "float": true,
                              "floatingPointNumber": true,
                              "int": false,
                              "integralNumber": false,
                              "long": false,
                              "missingNode": true,
                              "nodeType": "NUMBER",
                              "null": true,
                              "number": true,
                              "object": false,
                              "pojo": true,
                              "short": false,
                              "textual": false,
                              "valueNode": true
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          },
                          {
                            "aside": {
                              "array": true,
                              "bigDecimal": true,
                              "bigInteger": true,
                              "binary": true,
                              "boolean": true,
                              "containerNode": true,
                              "double": true,
                              "float": true,
                              "floatingPointNumber": true,
                              "int": false,
                              "integralNumber": false,
                              "long": false,
                              "missingNode": false,
                              "nodeType": "BOOLEAN",
                              "null": true,
                              "number": false,
                              "object": true,
                              "pojo": false,
                              "short": false,
                              "textual": true,
                              "valueNode": true
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": false,
                              "bigDecimal": false,
                              "bigInteger": false,
                              "binary": true,
                              "boolean": true,
                              "containerNode": true,
                              "double": false,
                              "float": true,
                              "floatingPointNumber": true,
                              "int": true,
                              "integralNumber": true,
                              "long": true,
                              "missingNode": true,
                              "nodeType": "ARRAY",
                              "null": false,
                              "number": true,
                              "object": false,
                              "pojo": true,
                              "short": true,
                              "textual": false,
                              "valueNode": true
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          },
                          {
                            "aside": {
                              "array": false,
                              "bigDecimal": true,
                              "bigInteger": true,
                              "binary": true,
                              "boolean": true,
                              "containerNode": false,
                              "double": true,
                              "float": true,
                              "floatingPointNumber": true,
                              "int": false,
                              "integralNumber": true,
                              "long": false,
                              "missingNode": true,
                              "nodeType": "MISSING",
                              "null": true,
                              "number": false,
                              "object": true,
                              "pojo": true,
                              "short": false,
                              "textual": true,
                              "valueNode": true
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": false,
                              "bigDecimal": false,
                              "bigInteger": true,
                              "binary": false,
                              "boolean": true,
                              "containerNode": false,
                              "double": false,
                              "float": true,
                              "floatingPointNumber": false,
                              "int": false,
                              "integralNumber": true,
                              "long": true,
                              "missingNode": false,
                              "nodeType": "NUMBER",
                              "null": true,
                              "number": false,
                              "object": true,
                              "pojo": false,
                              "short": false,
                              "textual": true,
                              "valueNode": true
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          },
                          {
                            "aside": {
                              "array": true,
                              "bigDecimal": false,
                              "bigInteger": false,
                              "binary": true,
                              "boolean": true,
                              "containerNode": false,
                              "double": false,
                              "float": false,
                              "floatingPointNumber": true,
                              "int": false,
                              "integralNumber": false,
                              "long": true,
                              "missingNode": true,
                              "nodeType": "ARRAY",
                              "null": false,
                              "number": true,
                              "object": true,
                              "pojo": false,
                              "short": true,
                              "textual": true,
                              "valueNode": false
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": true,
                              "bigDecimal": false,
                              "bigInteger": true,
                              "binary": true,
                              "boolean": true,
                              "containerNode": true,
                              "double": false,
                              "float": true,
                              "floatingPointNumber": false,
                              "int": false,
                              "integralNumber": false,
                              "long": false,
                              "missingNode": true,
                              "nodeType": "BINARY",
                              "null": false,
                              "number": false,
                              "object": false,
                              "pojo": true,
                              "short": true,
                              "textual": true,
                              "valueNode": false
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          },
                          {
                            "aside": {
                              "array": true,
                              "bigDecimal": true,
                              "bigInteger": false,
                              "binary": false,
                              "boolean": true,
                              "containerNode": true,
                              "double": false,
                              "float": false,
                              "floatingPointNumber": false,
                              "int": true,
                              "integralNumber": false,
                              "long": true,
                              "missingNode": false,
                              "nodeType": "OBJECT",
                              "null": false,
                              "number": true,
                              "object": false,
                              "pojo": false,
                              "short": true,
                              "textual": false,
                              "valueNode": false
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": true,
                              "bigDecimal": true,
                              "bigInteger": true,
                              "binary": false,
                              "boolean": false,
                              "containerNode": true,
                              "double": false,
                              "float": true,
                              "floatingPointNumber": true,
                              "int": true,
                              "integralNumber": true,
                              "long": false,
                              "missingNode": true,
                              "nodeType": "NUMBER",
                              "null": true,
                              "number": false,
                              "object": false,
                              "pojo": false,
                              "short": true,
                              "textual": false,
                              "valueNode": false
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          },
                          {
                            "aside": {
                              "array": false,
                              "bigDecimal": false,
                              "bigInteger": false,
                              "binary": false,
                              "boolean": true,
                              "containerNode": false,
                              "double": false,
                              "float": true,
                              "floatingPointNumber": false,
                              "int": false,
                              "integralNumber": false,
                              "long": false,
                              "missingNode": false,
                              "nodeType": "MISSING",
                              "null": false,
                              "number": true,
                              "object": true,
                              "pojo": false,
                              "short": false,
                              "textual": true,
                              "valueNode": false
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": false,
                              "bigDecimal": false,
                              "bigInteger": true,
                              "binary": true,
                              "boolean": false,
                              "containerNode": true,
                              "double": true,
                              "float": false,
                              "floatingPointNumber": false,
                              "int": false,
                              "integralNumber": false,
                              "long": false,
                              "missingNode": false,
                              "nodeType": "ARRAY",
                              "null": true,
                              "number": false,
                              "object": true,
                              "pojo": true,
                              "short": false,
                              "textual": true,
                              "valueNode": false
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          },
                          {
                            "aside": {
                              "array": false,
                              "bigDecimal": true,
                              "bigInteger": false,
                              "binary": true,
                              "boolean": true,
                              "containerNode": false,
                              "double": false,
                              "float": false,
                              "floatingPointNumber": false,
                              "int": false,
                              "integralNumber": true,
                              "long": false,
                              "missingNode": false,
                              "nodeType": "POJO",
                              "null": false,
                              "number": true,
                              "object": true,
                              "pojo": false,
                              "short": true,
                              "textual": true,
                              "valueNode": false
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": false,
                              "bigDecimal": false,
                              "bigInteger": true,
                              "binary": false,
                              "boolean": true,
                              "containerNode": false,
                              "double": false,
                              "float": true,
                              "floatingPointNumber": true,
                              "int": false,
                              "integralNumber": false,
                              "long": false,
                              "missingNode": false,
                              "nodeType": "BINARY",
                              "null": true,
                              "number": false,
                              "object": true,
                              "pojo": true,
                              "short": true,
                              "textual": true,
                              "valueNode": true
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          },
                          {
                            "aside": {
                              "array": false,
                              "bigDecimal": true,
                              "bigInteger": false,
                              "binary": false,
                              "boolean": true,
                              "containerNode": false,
                              "double": false,
                              "float": false,
                              "floatingPointNumber": true,
                              "int": false,
                              "integralNumber": true,
                              "long": true,
                              "missingNode": true,
                              "nodeType": "BOOLEAN",
                              "null": true,
                              "number": false,
                              "object": true,
                              "pojo": true,
                              "short": true,
                              "textual": false,
                              "valueNode": false
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": true,
                              "bigDecimal": true,
                              "bigInteger": false,
                              "binary": false,
                              "boolean": false,
                              "containerNode": false,
                              "double": false,
                              "float": false,
                              "floatingPointNumber": false,
                              "int": false,
                              "integralNumber": false,
                              "long": true,
                              "missingNode": true,
                              "nodeType": "BOOLEAN",
                              "null": true,
                              "number": true,
                              "object": false,
                              "pojo": true,
                              "short": true,
                              "textual": false,
                              "valueNode": true
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          }
                        ],
                        "metro": "Dallas",
                        "metroCode": "DA",
                        "throughput": "500",
                        "throughputUnit": "Mbps"
                      },
                      {
                        "devices": [
                          {
                            "aside": {
                              "array": true,
                              "bigDecimal": false,
                              "bigInteger": true,
                              "binary": true,
                              "boolean": true,
                              "containerNode": false,
                              "double": false,
                              "float": true,
                              "floatingPointNumber": false,
                              "int": false,
                              "integralNumber": false,
                              "long": false,
                              "missingNode": true,
                              "nodeType": "BOOLEAN",
                              "null": false,
                              "number": false,
                              "object": false,
                              "pojo": false,
                              "short": true,
                              "textual": false,
                              "valueNode": true
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": false,
                              "bigDecimal": true,
                              "bigInteger": true,
                              "binary": true,
                              "boolean": false,
                              "containerNode": false,
                              "double": true,
                              "float": true,
                              "floatingPointNumber": true,
                              "int": true,
                              "integralNumber": true,
                              "long": true,
                              "missingNode": true,
                              "nodeType": "STRING",
                              "null": true,
                              "number": false,
                              "object": true,
                              "pojo": true,
                              "short": false,
                              "textual": false,
                              "valueNode": true
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          },
                          {
                            "aside": {
                              "array": true,
                              "bigDecimal": false,
                              "bigInteger": false,
                              "binary": false,
                              "boolean": true,
                              "containerNode": true,
                              "double": false,
                              "float": false,
                              "floatingPointNumber": false,
                              "int": true,
                              "integralNumber": false,
                              "long": true,
                              "missingNode": true,
                              "nodeType": "BOOLEAN",
                              "null": false,
                              "number": true,
                              "object": true,
                              "pojo": false,
                              "short": false,
                              "textual": true,
                              "valueNode": false
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": true,
                              "bigDecimal": true,
                              "bigInteger": true,
                              "binary": true,
                              "boolean": false,
                              "containerNode": true,
                              "double": true,
                              "float": false,
                              "floatingPointNumber": false,
                              "int": true,
                              "integralNumber": true,
                              "long": false,
                              "missingNode": true,
                              "nodeType": "POJO",
                              "null": true,
                              "number": true,
                              "object": false,
                              "pojo": false,
                              "short": false,
                              "textual": false,
                              "valueNode": false
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          },
                          {
                            "aside": {
                              "array": false,
                              "bigDecimal": true,
                              "bigInteger": true,
                              "binary": false,
                              "boolean": true,
                              "containerNode": false,
                              "double": true,
                              "float": false,
                              "floatingPointNumber": false,
                              "int": true,
                              "integralNumber": false,
                              "long": true,
                              "missingNode": false,
                              "nodeType": "ARRAY",
                              "null": true,
                              "number": false,
                              "object": false,
                              "pojo": true,
                              "short": false,
                              "textual": true,
                              "valueNode": false
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": true,
                              "bigDecimal": true,
                              "bigInteger": false,
                              "binary": true,
                              "boolean": true,
                              "containerNode": true,
                              "double": false,
                              "float": true,
                              "floatingPointNumber": false,
                              "int": true,
                              "integralNumber": true,
                              "long": true,
                              "missingNode": true,
                              "nodeType": "MISSING",
                              "null": true,
                              "number": true,
                              "object": false,
                              "pojo": true,
                              "short": false,
                              "textual": false,
                              "valueNode": false
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          },
                          {
                            "aside": {
                              "array": true,
                              "bigDecimal": true,
                              "bigInteger": true,
                              "binary": true,
                              "boolean": false,
                              "containerNode": false,
                              "double": true,
                              "float": true,
                              "floatingPointNumber": false,
                              "int": true,
                              "integralNumber": true,
                              "long": false,
                              "missingNode": false,
                              "nodeType": "NUMBER",
                              "null": false,
                              "number": false,
                              "object": true,
                              "pojo": true,
                              "short": false,
                              "textual": false,
                              "valueNode": true
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": false,
                              "bigDecimal": false,
                              "bigInteger": true,
                              "binary": false,
                              "boolean": true,
                              "containerNode": true,
                              "double": false,
                              "float": false,
                              "floatingPointNumber": false,
                              "int": false,
                              "integralNumber": false,
                              "long": false,
                              "missingNode": true,
                              "nodeType": "STRING",
                              "null": true,
                              "number": true,
                              "object": false,
                              "pojo": false,
                              "short": false,
                              "textual": false,
                              "valueNode": false
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          },
                          {
                            "aside": {
                              "array": false,
                              "bigDecimal": false,
                              "bigInteger": true,
                              "binary": false,
                              "boolean": false,
                              "containerNode": true,
                              "double": true,
                              "float": false,
                              "floatingPointNumber": false,
                              "int": true,
                              "integralNumber": false,
                              "long": true,
                              "missingNode": false,
                              "nodeType": "BINARY",
                              "null": false,
                              "number": false,
                              "object": false,
                              "pojo": false,
                              "short": true,
                              "textual": true,
                              "valueNode": false
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": true,
                              "bigDecimal": false,
                              "bigInteger": false,
                              "binary": false,
                              "boolean": true,
                              "containerNode": false,
                              "double": false,
                              "float": false,
                              "floatingPointNumber": true,
                              "int": false,
                              "integralNumber": true,
                              "long": false,
                              "missingNode": false,
                              "nodeType": "NULL",
                              "null": false,
                              "number": false,
                              "object": true,
                              "pojo": true,
                              "short": true,
                              "textual": false,
                              "valueNode": false
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          }
                        ],
                        "metro": "Dallas",
                        "metroCode": "DA",
                        "throughput": "500",
                        "throughputUnit": "Mbps"
                      },
                      {
                        "devices": [
                          {
                            "aside": {
                              "array": true,
                              "bigDecimal": false,
                              "bigInteger": true,
                              "binary": false,
                              "boolean": true,
                              "containerNode": true,
                              "double": true,
                              "float": true,
                              "floatingPointNumber": false,
                              "int": true,
                              "integralNumber": false,
                              "long": false,
                              "missingNode": true,
                              "nodeType": "ARRAY",
                              "null": false,
                              "number": false,
                              "object": true,
                              "pojo": true,
                              "short": true,
                              "textual": false,
                              "valueNode": false
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": true,
                              "bigDecimal": true,
                              "bigInteger": true,
                              "binary": false,
                              "boolean": true,
                              "containerNode": false,
                              "double": true,
                              "float": true,
                              "floatingPointNumber": false,
                              "int": true,
                              "integralNumber": false,
                              "long": true,
                              "missingNode": true,
                              "nodeType": "NULL",
                              "null": true,
                              "number": false,
                              "object": true,
                              "pojo": false,
                              "short": true,
                              "textual": true,
                              "valueNode": true
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          },
                          {
                            "aside": {
                              "array": true,
                              "bigDecimal": false,
                              "bigInteger": false,
                              "binary": true,
                              "boolean": true,
                              "containerNode": false,
                              "double": false,
                              "float": false,
                              "floatingPointNumber": true,
                              "int": false,
                              "integralNumber": false,
                              "long": true,
                              "missingNode": true,
                              "nodeType": "ARRAY",
                              "null": true,
                              "number": true,
                              "object": false,
                              "pojo": false,
                              "short": true,
                              "textual": false,
                              "valueNode": false
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": false,
                              "bigDecimal": false,
                              "bigInteger": false,
                              "binary": true,
                              "boolean": false,
                              "containerNode": false,
                              "double": false,
                              "float": true,
                              "floatingPointNumber": true,
                              "int": true,
                              "integralNumber": true,
                              "long": false,
                              "missingNode": false,
                              "nodeType": "NUMBER",
                              "null": false,
                              "number": true,
                              "object": false,
                              "pojo": true,
                              "short": false,
                              "textual": true,
                              "valueNode": false
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          },
                          {
                            "aside": {
                              "array": true,
                              "bigDecimal": false,
                              "bigInteger": true,
                              "binary": false,
                              "boolean": true,
                              "containerNode": true,
                              "double": false,
                              "float": true,
                              "floatingPointNumber": false,
                              "int": true,
                              "integralNumber": false,
                              "long": false,
                              "missingNode": false,
                              "nodeType": "BOOLEAN",
                              "null": true,
                              "number": false,
                              "object": false,
                              "pojo": true,
                              "short": true,
                              "textual": false,
                              "valueNode": false
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": true,
                              "bigDecimal": true,
                              "bigInteger": false,
                              "binary": true,
                              "boolean": false,
                              "containerNode": true,
                              "double": false,
                              "float": true,
                              "floatingPointNumber": false,
                              "int": false,
                              "integralNumber": false,
                              "long": true,
                              "missingNode": false,
                              "nodeType": "BOOLEAN",
                              "null": true,
                              "number": false,
                              "object": false,
                              "pojo": true,
                              "short": false,
                              "textual": true,
                              "valueNode": true
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          },
                          {
                            "aside": {
                              "array": true,
                              "bigDecimal": false,
                              "bigInteger": true,
                              "binary": false,
                              "boolean": true,
                              "containerNode": false,
                              "double": false,
                              "float": false,
                              "floatingPointNumber": false,
                              "int": true,
                              "integralNumber": false,
                              "long": true,
                              "missingNode": false,
                              "nodeType": "OBJECT",
                              "null": true,
                              "number": true,
                              "object": false,
                              "pojo": false,
                              "short": true,
                              "textual": false,
                              "valueNode": true
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": false,
                              "bigDecimal": true,
                              "bigInteger": true,
                              "binary": true,
                              "boolean": false,
                              "containerNode": false,
                              "double": true,
                              "float": true,
                              "floatingPointNumber": true,
                              "int": true,
                              "integralNumber": false,
                              "long": false,
                              "missingNode": true,
                              "nodeType": "NUMBER",
                              "null": false,
                              "number": false,
                              "object": false,
                              "pojo": true,
                              "short": true,
                              "textual": false,
                              "valueNode": true
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          },
                          {
                            "aside": {
                              "array": true,
                              "bigDecimal": true,
                              "bigInteger": false,
                              "binary": false,
                              "boolean": true,
                              "containerNode": true,
                              "double": true,
                              "float": false,
                              "floatingPointNumber": true,
                              "int": true,
                              "integralNumber": false,
                              "long": false,
                              "missingNode": false,
                              "nodeType": "MISSING",
                              "null": false,
                              "number": true,
                              "object": false,
                              "pojo": false,
                              "short": false,
                              "textual": false,
                              "valueNode": true
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": false,
                              "bigDecimal": true,
                              "bigInteger": false,
                              "binary": false,
                              "boolean": true,
                              "containerNode": true,
                              "double": true,
                              "float": true,
                              "floatingPointNumber": true,
                              "int": false,
                              "integralNumber": true,
                              "long": true,
                              "missingNode": true,
                              "nodeType": "NUMBER",
                              "null": true,
                              "number": false,
                              "object": true,
                              "pojo": false,
                              "short": true,
                              "textual": false,
                              "valueNode": true
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          },
                          {
                            "aside": {
                              "array": false,
                              "bigDecimal": true,
                              "bigInteger": true,
                              "binary": false,
                              "boolean": true,
                              "containerNode": false,
                              "double": true,
                              "float": false,
                              "floatingPointNumber": true,
                              "int": true,
                              "integralNumber": false,
                              "long": true,
                              "missingNode": true,
                              "nodeType": "NULL",
                              "null": true,
                              "number": true,
                              "object": true,
                              "pojo": true,
                              "short": false,
                              "textual": false,
                              "valueNode": false
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": false,
                              "bigDecimal": true,
                              "bigInteger": false,
                              "binary": false,
                              "boolean": true,
                              "containerNode": false,
                              "double": false,
                              "float": true,
                              "floatingPointNumber": false,
                              "int": true,
                              "integralNumber": true,
                              "long": false,
                              "missingNode": false,
                              "nodeType": "ARRAY",
                              "null": false,
                              "number": true,
                              "object": false,
                              "pojo": false,
                              "short": true,
                              "textual": true,
                              "valueNode": false
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          },
                          {
                            "aside": {
                              "array": true,
                              "bigDecimal": true,
                              "bigInteger": true,
                              "binary": true,
                              "boolean": true,
                              "containerNode": true,
                              "double": false,
                              "float": false,
                              "floatingPointNumber": false,
                              "int": false,
                              "integralNumber": false,
                              "long": true,
                              "missingNode": false,
                              "nodeType": "NUMBER",
                              "null": false,
                              "number": true,
                              "object": true,
                              "pojo": true,
                              "short": true,
                              "textual": true,
                              "valueNode": true
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": true,
                              "bigDecimal": true,
                              "bigInteger": true,
                              "binary": true,
                              "boolean": true,
                              "containerNode": false,
                              "double": false,
                              "float": true,
                              "floatingPointNumber": true,
                              "int": false,
                              "integralNumber": false,
                              "long": true,
                              "missingNode": true,
                              "nodeType": "BOOLEAN",
                              "null": true,
                              "number": false,
                              "object": true,
                              "pojo": false,
                              "short": false,
                              "textual": false,
                              "valueNode": true
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          },
                          {
                            "aside": {
                              "array": true,
                              "bigDecimal": true,
                              "bigInteger": true,
                              "binary": true,
                              "boolean": false,
                              "containerNode": true,
                              "double": true,
                              "float": true,
                              "floatingPointNumber": true,
                              "int": false,
                              "integralNumber": true,
                              "long": true,
                              "missingNode": false,
                              "nodeType": "ARRAY",
                              "null": false,
                              "number": true,
                              "object": true,
                              "pojo": false,
                              "short": true,
                              "textual": true,
                              "valueNode": true
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": false,
                              "bigDecimal": false,
                              "bigInteger": true,
                              "binary": true,
                              "boolean": true,
                              "containerNode": false,
                              "double": true,
                              "float": false,
                              "floatingPointNumber": false,
                              "int": false,
                              "integralNumber": true,
                              "long": true,
                              "missingNode": true,
                              "nodeType": "BOOLEAN",
                              "null": false,
                              "number": false,
                              "object": false,
                              "pojo": false,
                              "short": true,
                              "textual": true,
                              "valueNode": true
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          },
                          {
                            "aside": {
                              "array": false,
                              "bigDecimal": false,
                              "bigInteger": false,
                              "binary": true,
                              "boolean": false,
                              "containerNode": true,
                              "double": false,
                              "float": true,
                              "floatingPointNumber": true,
                              "int": false,
                              "integralNumber": true,
                              "long": true,
                              "missingNode": true,
                              "nodeType": "STRING",
                              "null": false,
                              "number": true,
                              "object": false,
                              "pojo": false,
                              "short": false,
                              "textual": true,
                              "valueNode": true
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": true,
                              "bigDecimal": true,
                              "bigInteger": false,
                              "binary": false,
                              "boolean": false,
                              "containerNode": false,
                              "double": false,
                              "float": true,
                              "floatingPointNumber": false,
                              "int": true,
                              "integralNumber": true,
                              "long": false,
                              "missingNode": true,
                              "nodeType": "BINARY",
                              "null": false,
                              "number": true,
                              "object": true,
                              "pojo": true,
                              "short": true,
                              "textual": false,
                              "valueNode": false
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          }
                        ],
                        "metro": "Dallas",
                        "metroCode": "DA",
                        "throughput": "500",
                        "throughputUnit": "Mbps"
                      },
                      {
                        "devices": [
                          {
                            "aside": {
                              "array": true,
                              "bigDecimal": false,
                              "bigInteger": false,
                              "binary": false,
                              "boolean": true,
                              "containerNode": false,
                              "double": true,
                              "float": false,
                              "floatingPointNumber": true,
                              "int": false,
                              "integralNumber": true,
                              "long": true,
                              "missingNode": false,
                              "nodeType": "OBJECT",
                              "null": true,
                              "number": false,
                              "object": true,
                              "pojo": false,
                              "short": true,
                              "textual": true,
                              "valueNode": false
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": false,
                              "bigDecimal": false,
                              "bigInteger": false,
                              "binary": true,
                              "boolean": false,
                              "containerNode": true,
                              "double": false,
                              "float": false,
                              "floatingPointNumber": false,
                              "int": true,
                              "integralNumber": false,
                              "long": false,
                              "missingNode": false,
                              "nodeType": "MISSING",
                              "null": false,
                              "number": false,
                              "object": false,
                              "pojo": true,
                              "short": true,
                              "textual": false,
                              "valueNode": true
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          },
                          {
                            "aside": {
                              "array": true,
                              "bigDecimal": false,
                              "bigInteger": false,
                              "binary": false,
                              "boolean": false,
                              "containerNode": false,
                              "double": false,
                              "float": true,
                              "floatingPointNumber": true,
                              "int": false,
                              "integralNumber": true,
                              "long": false,
                              "missingNode": true,
                              "nodeType": "NULL",
                              "null": false,
                              "number": true,
                              "object": false,
                              "pojo": false,
                              "short": false,
                              "textual": true,
                              "valueNode": false
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": false,
                              "bigDecimal": false,
                              "bigInteger": true,
                              "binary": false,
                              "boolean": false,
                              "containerNode": true,
                              "double": false,
                              "float": true,
                              "floatingPointNumber": true,
                              "int": true,
                              "integralNumber": true,
                              "long": true,
                              "missingNode": true,
                              "nodeType": "POJO",
                              "null": false,
                              "number": false,
                              "object": true,
                              "pojo": false,
                              "short": true,
                              "textual": false,
                              "valueNode": true
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          },
                          {
                            "aside": {
                              "array": true,
                              "bigDecimal": false,
                              "bigInteger": false,
                              "binary": true,
                              "boolean": true,
                              "containerNode": false,
                              "double": false,
                              "float": true,
                              "floatingPointNumber": true,
                              "int": false,
                              "integralNumber": true,
                              "long": true,
                              "missingNode": true,
                              "nodeType": "BOOLEAN",
                              "null": false,
                              "number": true,
                              "object": true,
                              "pojo": false,
                              "short": false,
                              "textual": true,
                              "valueNode": false
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": false,
                              "bigDecimal": true,
                              "bigInteger": true,
                              "binary": true,
                              "boolean": true,
                              "containerNode": false,
                              "double": true,
                              "float": true,
                              "floatingPointNumber": true,
                              "int": false,
                              "integralNumber": false,
                              "long": false,
                              "missingNode": true,
                              "nodeType": "OBJECT",
                              "null": false,
                              "number": true,
                              "object": false,
                              "pojo": true,
                              "short": false,
                              "textual": false,
                              "valueNode": false
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          }
                        ],
                        "metro": "Dallas",
                        "metroCode": "DA",
                        "throughput": "500",
                        "throughputUnit": "Mbps"
                      },
                      {
                        "devices": [
                          {
                            "aside": {
                              "array": false,
                              "bigDecimal": false,
                              "bigInteger": true,
                              "binary": false,
                              "boolean": true,
                              "containerNode": false,
                              "double": false,
                              "float": true,
                              "floatingPointNumber": false,
                              "int": true,
                              "integralNumber": false,
                              "long": true,
                              "missingNode": true,
                              "nodeType": "NULL",
                              "null": false,
                              "number": true,
                              "object": true,
                              "pojo": false,
                              "short": true,
                              "textual": false,
                              "valueNode": false
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": false,
                              "bigDecimal": false,
                              "bigInteger": true,
                              "binary": false,
                              "boolean": true,
                              "containerNode": false,
                              "double": false,
                              "float": true,
                              "floatingPointNumber": false,
                              "int": false,
                              "integralNumber": false,
                              "long": true,
                              "missingNode": false,
                              "nodeType": "OBJECT",
                              "null": true,
                              "number": true,
                              "object": true,
                              "pojo": true,
                              "short": false,
                              "textual": true,
                              "valueNode": true
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          },
                          {
                            "aside": {
                              "array": true,
                              "bigDecimal": false,
                              "bigInteger": false,
                              "binary": false,
                              "boolean": false,
                              "containerNode": false,
                              "double": false,
                              "float": true,
                              "floatingPointNumber": false,
                              "int": true,
                              "integralNumber": true,
                              "long": false,
                              "missingNode": true,
                              "nodeType": "ARRAY",
                              "null": false,
                              "number": true,
                              "object": true,
                              "pojo": true,
                              "short": true,
                              "textual": false,
                              "valueNode": false
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": false,
                              "bigDecimal": false,
                              "bigInteger": false,
                              "binary": false,
                              "boolean": false,
                              "containerNode": true,
                              "double": true,
                              "float": true,
                              "floatingPointNumber": false,
                              "int": true,
                              "integralNumber": true,
                              "long": false,
                              "missingNode": true,
                              "nodeType": "POJO",
                              "null": false,
                              "number": false,
                              "object": false,
                              "pojo": true,
                              "short": false,
                              "textual": true,
                              "valueNode": true
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          },
                          {
                            "aside": {
                              "array": false,
                              "bigDecimal": false,
                              "bigInteger": false,
                              "binary": true,
                              "boolean": false,
                              "containerNode": true,
                              "double": true,
                              "float": true,
                              "floatingPointNumber": true,
                              "int": true,
                              "integralNumber": true,
                              "long": false,
                              "missingNode": true,
                              "nodeType": "NUMBER",
                              "null": true,
                              "number": true,
                              "object": true,
                              "pojo": true,
                              "short": false,
                              "textual": true,
                              "valueNode": true
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": false,
                              "bigDecimal": true,
                              "bigInteger": false,
                              "binary": true,
                              "boolean": true,
                              "containerNode": true,
                              "double": true,
                              "float": false,
                              "floatingPointNumber": false,
                              "int": true,
                              "integralNumber": true,
                              "long": true,
                              "missingNode": true,
                              "nodeType": "ARRAY",
                              "null": true,
                              "number": false,
                              "object": true,
                              "pojo": false,
                              "short": true,
                              "textual": true,
                              "valueNode": false
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          },
                          {
                            "aside": {
                              "array": false,
                              "bigDecimal": false,
                              "bigInteger": false,
                              "binary": false,
                              "boolean": false,
                              "containerNode": true,
                              "double": false,
                              "float": true,
                              "floatingPointNumber": false,
                              "int": false,
                              "integralNumber": false,
                              "long": false,
                              "missingNode": true,
                              "nodeType": "BINARY",
                              "null": true,
                              "number": true,
                              "object": false,
                              "pojo": false,
                              "short": false,
                              "textual": true,
                              "valueNode": true
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": true,
                              "bigDecimal": false,
                              "bigInteger": false,
                              "binary": false,
                              "boolean": false,
                              "containerNode": false,
                              "double": true,
                              "float": false,
                              "floatingPointNumber": false,
                              "int": false,
                              "integralNumber": true,
                              "long": true,
                              "missingNode": true,
                              "nodeType": "NUMBER",
                              "null": true,
                              "number": false,
                              "object": false,
                              "pojo": false,
                              "short": true,
                              "textual": true,
                              "valueNode": false
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          },
                          {
                            "aside": {
                              "array": false,
                              "bigDecimal": false,
                              "bigInteger": true,
                              "binary": false,
                              "boolean": false,
                              "containerNode": true,
                              "double": false,
                              "float": false,
                              "floatingPointNumber": true,
                              "int": true,
                              "integralNumber": true,
                              "long": false,
                              "missingNode": true,
                              "nodeType": "NULL",
                              "null": false,
                              "number": true,
                              "object": true,
                              "pojo": false,
                              "short": false,
                              "textual": false,
                              "valueNode": true
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": false,
                              "bigDecimal": false,
                              "bigInteger": false,
                              "binary": false,
                              "boolean": false,
                              "containerNode": true,
                              "double": false,
                              "float": false,
                              "floatingPointNumber": false,
                              "int": false,
                              "integralNumber": true,
                              "long": true,
                              "missingNode": true,
                              "nodeType": "STRING",
                              "null": false,
                              "number": false,
                              "object": false,
                              "pojo": true,
                              "short": true,
                              "textual": false,
                              "valueNode": true
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          },
                          {
                            "aside": {
                              "array": true,
                              "bigDecimal": false,
                              "bigInteger": true,
                              "binary": false,
                              "boolean": true,
                              "containerNode": false,
                              "double": true,
                              "float": true,
                              "floatingPointNumber": false,
                              "int": false,
                              "integralNumber": false,
                              "long": true,
                              "missingNode": true,
                              "nodeType": "ARRAY",
                              "null": false,
                              "number": true,
                              "object": false,
                              "pojo": true,
                              "short": true,
                              "textual": false,
                              "valueNode": false
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": true,
                              "bigDecimal": true,
                              "bigInteger": false,
                              "binary": true,
                              "boolean": true,
                              "containerNode": false,
                              "double": true,
                              "float": true,
                              "floatingPointNumber": false,
                              "int": false,
                              "integralNumber": true,
                              "long": false,
                              "missingNode": false,
                              "nodeType": "NULL",
                              "null": true,
                              "number": false,
                              "object": false,
                              "pojo": false,
                              "short": true,
                              "textual": true,
                              "valueNode": true
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          },
                          {
                            "aside": {
                              "array": false,
                              "bigDecimal": false,
                              "bigInteger": true,
                              "binary": true,
                              "boolean": true,
                              "containerNode": true,
                              "double": false,
                              "float": false,
                              "floatingPointNumber": true,
                              "int": true,
                              "integralNumber": true,
                              "long": false,
                              "missingNode": true,
                              "nodeType": "ARRAY",
                              "null": false,
                              "number": false,
                              "object": false,
                              "pojo": true,
                              "short": true,
                              "textual": true,
                              "valueNode": false
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": true,
                              "bigDecimal": false,
                              "bigInteger": false,
                              "binary": true,
                              "boolean": true,
                              "containerNode": false,
                              "double": true,
                              "float": false,
                              "floatingPointNumber": true,
                              "int": true,
                              "integralNumber": false,
                              "long": true,
                              "missingNode": false,
                              "nodeType": "ARRAY",
                              "null": true,
                              "number": true,
                              "object": true,
                              "pojo": false,
                              "short": true,
                              "textual": false,
                              "valueNode": false
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          },
                          {
                            "aside": {
                              "array": false,
                              "bigDecimal": true,
                              "bigInteger": true,
                              "binary": false,
                              "boolean": true,
                              "containerNode": true,
                              "double": true,
                              "float": true,
                              "floatingPointNumber": true,
                              "int": false,
                              "integralNumber": false,
                              "long": true,
                              "missingNode": true,
                              "nodeType": "BOOLEAN",
                              "null": true,
                              "number": true,
                              "object": false,
                              "pojo": true,
                              "short": false,
                              "textual": true,
                              "valueNode": true
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": false,
                              "bigDecimal": true,
                              "bigInteger": true,
                              "binary": false,
                              "boolean": true,
                              "containerNode": true,
                              "double": true,
                              "float": true,
                              "floatingPointNumber": true,
                              "int": false,
                              "integralNumber": true,
                              "long": false,
                              "missingNode": true,
                              "nodeType": "ARRAY",
                              "null": true,
                              "number": false,
                              "object": true,
                              "pojo": false,
                              "short": false,
                              "textual": true,
                              "valueNode": false
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          }
                        ],
                        "metro": "Dallas",
                        "metroCode": "DA",
                        "throughput": "500",
                        "throughputUnit": "Mbps"
                      }
                    ],
                    "source": "API",
                    "status": "PROVISIONING",
                    "subnet": "10.0.0.0/27",
                    "uuid": "6ea5a0e4-2bf7-45c2-9aa7-e846a8cd5567"
                  },
                  {
                    "accountName": "Samsung",
                    "createdBy": "nfv-sit1",
                    "createdDate": "2019-09-15T10:30:31.387Z",
                    "groupName": "vik-chain",
                    "id": 1130,
                    "lastUpdatedBy": "reg2-acc1",
                    "lastUpdatedDate": "2019-09-16T10:30:31.387Z",
                    "metroDevices": [
                      {
                        "devices": [
                          {
                            "aside": {
                              "array": true,
                              "bigDecimal": false,
                              "bigInteger": false,
                              "binary": false,
                              "boolean": false,
                              "containerNode": false,
                              "double": true,
                              "float": true,
                              "floatingPointNumber": false,
                              "int": true,
                              "integralNumber": true,
                              "long": true,
                              "missingNode": false,
                              "nodeType": "MISSING",
                              "null": false,
                              "number": true,
                              "object": true,
                              "pojo": false,
                              "short": false,
                              "textual": true,
                              "valueNode": false
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": false,
                              "bigDecimal": false,
                              "bigInteger": false,
                              "binary": false,
                              "boolean": true,
                              "containerNode": true,
                              "double": true,
                              "float": false,
                              "floatingPointNumber": true,
                              "int": false,
                              "integralNumber": false,
                              "long": false,
                              "missingNode": false,
                              "nodeType": "NULL",
                              "null": true,
                              "number": false,
                              "object": false,
                              "pojo": false,
                              "short": false,
                              "textual": true,
                              "valueNode": true
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          },
                          {
                            "aside": {
                              "array": true,
                              "bigDecimal": true,
                              "bigInteger": true,
                              "binary": false,
                              "boolean": false,
                              "containerNode": false,
                              "double": false,
                              "float": false,
                              "floatingPointNumber": true,
                              "int": true,
                              "integralNumber": false,
                              "long": false,
                              "missingNode": true,
                              "nodeType": "MISSING",
                              "null": true,
                              "number": false,
                              "object": true,
                              "pojo": true,
                              "short": true,
                              "textual": true,
                              "valueNode": true
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": false,
                              "bigDecimal": true,
                              "bigInteger": false,
                              "binary": true,
                              "boolean": true,
                              "containerNode": false,
                              "double": true,
                              "float": true,
                              "floatingPointNumber": true,
                              "int": false,
                              "integralNumber": false,
                              "long": true,
                              "missingNode": true,
                              "nodeType": "NUMBER",
                              "null": true,
                              "number": false,
                              "object": true,
                              "pojo": false,
                              "short": true,
                              "textual": false,
                              "valueNode": false
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          },
                          {
                            "aside": {
                              "array": false,
                              "bigDecimal": true,
                              "bigInteger": true,
                              "binary": false,
                              "boolean": false,
                              "containerNode": false,
                              "double": false,
                              "float": false,
                              "floatingPointNumber": false,
                              "int": false,
                              "integralNumber": false,
                              "long": true,
                              "missingNode": true,
                              "nodeType": "NULL",
                              "null": true,
                              "number": false,
                              "object": true,
                              "pojo": false,
                              "short": false,
                              "textual": true,
                              "valueNode": false
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": true,
                              "bigDecimal": false,
                              "bigInteger": true,
                              "binary": true,
                              "boolean": true,
                              "containerNode": false,
                              "double": false,
                              "float": true,
                              "floatingPointNumber": true,
                              "int": true,
                              "integralNumber": true,
                              "long": false,
                              "missingNode": true,
                              "nodeType": "OBJECT",
                              "null": true,
                              "number": false,
                              "object": false,
                              "pojo": false,
                              "short": true,
                              "textual": false,
                              "valueNode": false
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          },
                          {
                            "aside": {
                              "array": false,
                              "bigDecimal": false,
                              "bigInteger": true,
                              "binary": true,
                              "boolean": false,
                              "containerNode": false,
                              "double": false,
                              "float": true,
                              "floatingPointNumber": true,
                              "int": true,
                              "integralNumber": false,
                              "long": true,
                              "missingNode": false,
                              "nodeType": "BINARY",
                              "null": false,
                              "number": true,
                              "object": false,
                              "pojo": true,
                              "short": false,
                              "textual": false,
                              "valueNode": false
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": true,
                              "bigDecimal": false,
                              "bigInteger": true,
                              "binary": true,
                              "boolean": true,
                              "containerNode": true,
                              "double": false,
                              "float": false,
                              "floatingPointNumber": false,
                              "int": true,
                              "integralNumber": false,
                              "long": true,
                              "missingNode": false,
                              "nodeType": "NULL",
                              "null": false,
                              "number": true,
                              "object": true,
                              "pojo": true,
                              "short": false,
                              "textual": false,
                              "valueNode": false
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          },
                          {
                            "aside": {
                              "array": false,
                              "bigDecimal": false,
                              "bigInteger": true,
                              "binary": false,
                              "boolean": false,
                              "containerNode": false,
                              "double": false,
                              "float": true,
                              "floatingPointNumber": false,
                              "int": false,
                              "integralNumber": true,
                              "long": false,
                              "missingNode": false,
                              "nodeType": "ARRAY",
                              "null": true,
                              "number": true,
                              "object": false,
                              "pojo": true,
                              "short": false,
                              "textual": false,
                              "valueNode": true
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": true,
                              "bigDecimal": false,
                              "bigInteger": false,
                              "binary": true,
                              "boolean": true,
                              "containerNode": true,
                              "double": false,
                              "float": false,
                              "floatingPointNumber": true,
                              "int": false,
                              "integralNumber": true,
                              "long": false,
                              "missingNode": true,
                              "nodeType": "OBJECT",
                              "null": false,
                              "number": false,
                              "object": false,
                              "pojo": true,
                              "short": false,
                              "textual": false,
                              "valueNode": true
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          },
                          {
                            "aside": {
                              "array": true,
                              "bigDecimal": false,
                              "bigInteger": true,
                              "binary": true,
                              "boolean": false,
                              "containerNode": true,
                              "double": false,
                              "float": false,
                              "floatingPointNumber": true,
                              "int": true,
                              "integralNumber": false,
                              "long": false,
                              "missingNode": false,
                              "nodeType": "ARRAY",
                              "null": true,
                              "number": true,
                              "object": false,
                              "pojo": true,
                              "short": true,
                              "textual": true,
                              "valueNode": false
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": false,
                              "bigDecimal": true,
                              "bigInteger": true,
                              "binary": false,
                              "boolean": false,
                              "containerNode": true,
                              "double": false,
                              "float": false,
                              "floatingPointNumber": true,
                              "int": true,
                              "integralNumber": true,
                              "long": false,
                              "missingNode": true,
                              "nodeType": "NULL",
                              "null": true,
                              "number": true,
                              "object": false,
                              "pojo": false,
                              "short": true,
                              "textual": true,
                              "valueNode": true
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          }
                        ],
                        "metro": "Dallas",
                        "metroCode": "DA",
                        "throughput": "500",
                        "throughputUnit": "Mbps"
                      },
                      {
                        "devices": [
                          {
                            "aside": {
                              "array": false,
                              "bigDecimal": true,
                              "bigInteger": true,
                              "binary": false,
                              "boolean": false,
                              "containerNode": true,
                              "double": true,
                              "float": false,
                              "floatingPointNumber": true,
                              "int": false,
                              "integralNumber": true,
                              "long": false,
                              "missingNode": true,
                              "nodeType": "NULL",
                              "null": true,
                              "number": true,
                              "object": false,
                              "pojo": false,
                              "short": false,
                              "textual": false,
                              "valueNode": false
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": false,
                              "bigDecimal": true,
                              "bigInteger": false,
                              "binary": true,
                              "boolean": false,
                              "containerNode": false,
                              "double": false,
                              "float": true,
                              "floatingPointNumber": false,
                              "int": true,
                              "integralNumber": false,
                              "long": true,
                              "missingNode": false,
                              "nodeType": "STRING",
                              "null": false,
                              "number": true,
                              "object": false,
                              "pojo": true,
                              "short": false,
                              "textual": false,
                              "valueNode": false
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          },
                          {
                            "aside": {
                              "array": true,
                              "bigDecimal": true,
                              "bigInteger": false,
                              "binary": false,
                              "boolean": true,
                              "containerNode": true,
                              "double": true,
                              "float": false,
                              "floatingPointNumber": true,
                              "int": false,
                              "integralNumber": false,
                              "long": true,
                              "missingNode": false,
                              "nodeType": "NULL",
                              "null": false,
                              "number": true,
                              "object": true,
                              "pojo": false,
                              "short": false,
                              "textual": true,
                              "valueNode": false
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": true,
                              "bigDecimal": false,
                              "bigInteger": true,
                              "binary": false,
                              "boolean": true,
                              "containerNode": true,
                              "double": false,
                              "float": true,
                              "floatingPointNumber": false,
                              "int": true,
                              "integralNumber": true,
                              "long": true,
                              "missingNode": false,
                              "nodeType": "BINARY",
                              "null": false,
                              "number": false,
                              "object": true,
                              "pojo": false,
                              "short": true,
                              "textual": false,
                              "valueNode": false
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          },
                          {
                            "aside": {
                              "array": true,
                              "bigDecimal": false,
                              "bigInteger": true,
                              "binary": false,
                              "boolean": true,
                              "containerNode": true,
                              "double": true,
                              "float": true,
                              "floatingPointNumber": false,
                              "int": true,
                              "integralNumber": true,
                              "long": false,
                              "missingNode": true,
                              "nodeType": "STRING",
                              "null": false,
                              "number": false,
                              "object": false,
                              "pojo": false,
                              "short": false,
                              "textual": true,
                              "valueNode": true
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": true,
                              "bigDecimal": true,
                              "bigInteger": false,
                              "binary": false,
                              "boolean": true,
                              "containerNode": false,
                              "double": true,
                              "float": false,
                              "floatingPointNumber": true,
                              "int": true,
                              "integralNumber": true,
                              "long": false,
                              "missingNode": true,
                              "nodeType": "NUMBER",
                              "null": true,
                              "number": false,
                              "object": false,
                              "pojo": true,
                              "short": true,
                              "textual": true,
                              "valueNode": false
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          },
                          {
                            "aside": {
                              "array": true,
                              "bigDecimal": false,
                              "bigInteger": true,
                              "binary": false,
                              "boolean": true,
                              "containerNode": true,
                              "double": true,
                              "float": true,
                              "floatingPointNumber": false,
                              "int": false,
                              "integralNumber": true,
                              "long": false,
                              "missingNode": false,
                              "nodeType": "NUMBER",
                              "null": true,
                              "number": false,
                              "object": true,
                              "pojo": false,
                              "short": true,
                              "textual": false,
                              "valueNode": false
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": false,
                              "bigDecimal": true,
                              "bigInteger": true,
                              "binary": true,
                              "boolean": false,
                              "containerNode": false,
                              "double": true,
                              "float": false,
                              "floatingPointNumber": false,
                              "int": true,
                              "integralNumber": true,
                              "long": true,
                              "missingNode": true,
                              "nodeType": "MISSING",
                              "null": false,
                              "number": false,
                              "object": true,
                              "pojo": false,
                              "short": false,
                              "textual": true,
                              "valueNode": false
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          },
                          {
                            "aside": {
                              "array": true,
                              "bigDecimal": true,
                              "bigInteger": false,
                              "binary": true,
                              "boolean": false,
                              "containerNode": false,
                              "double": true,
                              "float": false,
                              "floatingPointNumber": true,
                              "int": true,
                              "integralNumber": true,
                              "long": false,
                              "missingNode": false,
                              "nodeType": "BOOLEAN",
                              "null": true,
                              "number": true,
                              "object": true,
                              "pojo": false,
                              "short": true,
                              "textual": false,
                              "valueNode": true
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": true,
                              "bigDecimal": true,
                              "bigInteger": false,
                              "binary": false,
                              "boolean": false,
                              "containerNode": true,
                              "double": true,
                              "float": false,
                              "floatingPointNumber": false,
                              "int": false,
                              "integralNumber": false,
                              "long": false,
                              "missingNode": false,
                              "nodeType": "BINARY",
                              "null": false,
                              "number": false,
                              "object": false,
                              "pojo": true,
                              "short": false,
                              "textual": true,
                              "valueNode": true
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          }
                        ],
                        "metro": "Dallas",
                        "metroCode": "DA",
                        "throughput": "500",
                        "throughputUnit": "Mbps"
                      },
                      {
                        "devices": [
                          {
                            "aside": {
                              "array": true,
                              "bigDecimal": false,
                              "bigInteger": true,
                              "binary": false,
                              "boolean": true,
                              "containerNode": true,
                              "double": false,
                              "float": false,
                              "floatingPointNumber": true,
                              "int": true,
                              "integralNumber": true,
                              "long": false,
                              "missingNode": true,
                              "nodeType": "OBJECT",
                              "null": true,
                              "number": false,
                              "object": true,
                              "pojo": true,
                              "short": false,
                              "textual": false,
                              "valueNode": false
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": false,
                              "bigDecimal": true,
                              "bigInteger": true,
                              "binary": false,
                              "boolean": true,
                              "containerNode": false,
                              "double": false,
                              "float": true,
                              "floatingPointNumber": true,
                              "int": false,
                              "integralNumber": true,
                              "long": true,
                              "missingNode": false,
                              "nodeType": "OBJECT",
                              "null": true,
                              "number": false,
                              "object": false,
                              "pojo": false,
                              "short": false,
                              "textual": true,
                              "valueNode": false
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          },
                          {
                            "aside": {
                              "array": false,
                              "bigDecimal": false,
                              "bigInteger": true,
                              "binary": true,
                              "boolean": false,
                              "containerNode": true,
                              "double": false,
                              "float": false,
                              "floatingPointNumber": false,
                              "int": true,
                              "integralNumber": true,
                              "long": true,
                              "missingNode": false,
                              "nodeType": "NULL",
                              "null": false,
                              "number": false,
                              "object": true,
                              "pojo": true,
                              "short": true,
                              "textual": true,
                              "valueNode": true
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": false,
                              "bigDecimal": true,
                              "bigInteger": true,
                              "binary": false,
                              "boolean": false,
                              "containerNode": true,
                              "double": false,
                              "float": true,
                              "floatingPointNumber": false,
                              "int": false,
                              "integralNumber": true,
                              "long": true,
                              "missingNode": true,
                              "nodeType": "NUMBER",
                              "null": true,
                              "number": false,
                              "object": true,
                              "pojo": false,
                              "short": true,
                              "textual": true,
                              "valueNode": false
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          },
                          {
                            "aside": {
                              "array": true,
                              "bigDecimal": false,
                              "bigInteger": false,
                              "binary": false,
                              "boolean": true,
                              "containerNode": true,
                              "double": true,
                              "float": false,
                              "floatingPointNumber": false,
                              "int": false,
                              "integralNumber": true,
                              "long": true,
                              "missingNode": true,
                              "nodeType": "OBJECT",
                              "null": false,
                              "number": true,
                              "object": false,
                              "pojo": false,
                              "short": true,
                              "textual": false,
                              "valueNode": false
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": true,
                              "bigDecimal": true,
                              "bigInteger": false,
                              "binary": true,
                              "boolean": false,
                              "containerNode": true,
                              "double": true,
                              "float": false,
                              "floatingPointNumber": false,
                              "int": true,
                              "integralNumber": false,
                              "long": false,
                              "missingNode": true,
                              "nodeType": "MISSING",
                              "null": true,
                              "number": true,
                              "object": true,
                              "pojo": false,
                              "short": true,
                              "textual": true,
                              "valueNode": false
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          },
                          {
                            "aside": {
                              "array": false,
                              "bigDecimal": true,
                              "bigInteger": true,
                              "binary": false,
                              "boolean": true,
                              "containerNode": true,
                              "double": false,
                              "float": false,
                              "floatingPointNumber": false,
                              "int": true,
                              "integralNumber": false,
                              "long": true,
                              "missingNode": false,
                              "nodeType": "ARRAY",
                              "null": true,
                              "number": false,
                              "object": true,
                              "pojo": true,
                              "short": true,
                              "textual": true,
                              "valueNode": false
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": false,
                              "bigDecimal": true,
                              "bigInteger": true,
                              "binary": true,
                              "boolean": true,
                              "containerNode": false,
                              "double": false,
                              "float": true,
                              "floatingPointNumber": true,
                              "int": true,
                              "integralNumber": false,
                              "long": true,
                              "missingNode": true,
                              "nodeType": "MISSING",
                              "null": true,
                              "number": false,
                              "object": true,
                              "pojo": true,
                              "short": true,
                              "textual": false,
                              "valueNode": false
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          },
                          {
                            "aside": {
                              "array": true,
                              "bigDecimal": true,
                              "bigInteger": false,
                              "binary": false,
                              "boolean": false,
                              "containerNode": true,
                              "double": false,
                              "float": true,
                              "floatingPointNumber": false,
                              "int": true,
                              "integralNumber": false,
                              "long": true,
                              "missingNode": false,
                              "nodeType": "MISSING",
                              "null": true,
                              "number": false,
                              "object": true,
                              "pojo": true,
                              "short": false,
                              "textual": true,
                              "valueNode": false
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": false,
                              "bigDecimal": false,
                              "bigInteger": false,
                              "binary": false,
                              "boolean": true,
                              "containerNode": false,
                              "double": false,
                              "float": true,
                              "floatingPointNumber": false,
                              "int": false,
                              "integralNumber": true,
                              "long": true,
                              "missingNode": true,
                              "nodeType": "STRING",
                              "null": true,
                              "number": true,
                              "object": false,
                              "pojo": false,
                              "short": true,
                              "textual": true,
                              "valueNode": true
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          },
                          {
                            "aside": {
                              "array": false,
                              "bigDecimal": false,
                              "bigInteger": false,
                              "binary": false,
                              "boolean": false,
                              "containerNode": false,
                              "double": false,
                              "float": false,
                              "floatingPointNumber": true,
                              "int": false,
                              "integralNumber": false,
                              "long": true,
                              "missingNode": true,
                              "nodeType": "POJO",
                              "null": false,
                              "number": true,
                              "object": false,
                              "pojo": true,
                              "short": true,
                              "textual": false,
                              "valueNode": false
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": false,
                              "bigDecimal": true,
                              "bigInteger": false,
                              "binary": true,
                              "boolean": true,
                              "containerNode": false,
                              "double": false,
                              "float": true,
                              "floatingPointNumber": true,
                              "int": false,
                              "integralNumber": false,
                              "long": false,
                              "missingNode": true,
                              "nodeType": "OBJECT",
                              "null": true,
                              "number": false,
                              "object": false,
                              "pojo": false,
                              "short": true,
                              "textual": true,
                              "valueNode": false
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          },
                          {
                            "aside": {
                              "array": false,
                              "bigDecimal": true,
                              "bigInteger": false,
                              "binary": false,
                              "boolean": false,
                              "containerNode": false,
                              "double": true,
                              "float": true,
                              "floatingPointNumber": true,
                              "int": false,
                              "integralNumber": false,
                              "long": false,
                              "missingNode": false,
                              "nodeType": "STRING",
                              "null": false,
                              "number": false,
                              "object": false,
                              "pojo": true,
                              "short": true,
                              "textual": true,
                              "valueNode": true
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": false,
                              "bigDecimal": true,
                              "bigInteger": true,
                              "binary": false,
                              "boolean": true,
                              "containerNode": true,
                              "double": true,
                              "float": false,
                              "floatingPointNumber": false,
                              "int": true,
                              "integralNumber": false,
                              "long": false,
                              "missingNode": true,
                              "nodeType": "NUMBER",
                              "null": true,
                              "number": true,
                              "object": false,
                              "pojo": true,
                              "short": false,
                              "textual": true,
                              "valueNode": true
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          },
                          {
                            "aside": {
                              "array": true,
                              "bigDecimal": false,
                              "bigInteger": true,
                              "binary": true,
                              "boolean": false,
                              "containerNode": false,
                              "double": true,
                              "float": true,
                              "floatingPointNumber": false,
                              "int": false,
                              "integralNumber": true,
                              "long": false,
                              "missingNode": false,
                              "nodeType": "ARRAY",
                              "null": false,
                              "number": true,
                              "object": true,
                              "pojo": false,
                              "short": false,
                              "textual": true,
                              "valueNode": false
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": false,
                              "bigDecimal": true,
                              "bigInteger": true,
                              "binary": false,
                              "boolean": true,
                              "containerNode": false,
                              "double": false,
                              "float": true,
                              "floatingPointNumber": false,
                              "int": false,
                              "integralNumber": true,
                              "long": false,
                              "missingNode": false,
                              "nodeType": "NUMBER",
                              "null": true,
                              "number": true,
                              "object": true,
                              "pojo": true,
                              "short": true,
                              "textual": false,
                              "valueNode": true
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          },
                          {
                            "aside": {
                              "array": true,
                              "bigDecimal": false,
                              "bigInteger": false,
                              "binary": true,
                              "boolean": true,
                              "containerNode": false,
                              "double": true,
                              "float": true,
                              "floatingPointNumber": true,
                              "int": false,
                              "integralNumber": true,
                              "long": true,
                              "missingNode": false,
                              "nodeType": "NULL",
                              "null": true,
                              "number": false,
                              "object": false,
                              "pojo": true,
                              "short": true,
                              "textual": true,
                              "valueNode": true
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": true,
                              "bigDecimal": true,
                              "bigInteger": true,
                              "binary": false,
                              "boolean": false,
                              "containerNode": true,
                              "double": false,
                              "float": false,
                              "floatingPointNumber": true,
                              "int": true,
                              "integralNumber": false,
                              "long": true,
                              "missingNode": false,
                              "nodeType": "NUMBER",
                              "null": true,
                              "number": true,
                              "object": true,
                              "pojo": false,
                              "short": true,
                              "textual": false,
                              "valueNode": true
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          }
                        ],
                        "metro": "Dallas",
                        "metroCode": "DA",
                        "throughput": "500",
                        "throughputUnit": "Mbps"
                      },
                      {
                        "devices": [
                          {
                            "aside": {
                              "array": false,
                              "bigDecimal": false,
                              "bigInteger": false,
                              "binary": true,
                              "boolean": true,
                              "containerNode": true,
                              "double": true,
                              "float": true,
                              "floatingPointNumber": true,
                              "int": false,
                              "integralNumber": true,
                              "long": true,
                              "missingNode": false,
                              "nodeType": "NUMBER",
                              "null": false,
                              "number": true,
                              "object": false,
                              "pojo": false,
                              "short": true,
                              "textual": true,
                              "valueNode": false
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": true,
                              "bigDecimal": false,
                              "bigInteger": false,
                              "binary": true,
                              "boolean": false,
                              "containerNode": true,
                              "double": false,
                              "float": false,
                              "floatingPointNumber": true,
                              "int": true,
                              "integralNumber": true,
                              "long": false,
                              "missingNode": true,
                              "nodeType": "POJO",
                              "null": true,
                              "number": false,
                              "object": false,
                              "pojo": false,
                              "short": true,
                              "textual": false,
                              "valueNode": false
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          },
                          {
                            "aside": {
                              "array": true,
                              "bigDecimal": false,
                              "bigInteger": true,
                              "binary": true,
                              "boolean": false,
                              "containerNode": false,
                              "double": false,
                              "float": false,
                              "floatingPointNumber": true,
                              "int": false,
                              "integralNumber": true,
                              "long": true,
                              "missingNode": true,
                              "nodeType": "ARRAY",
                              "null": true,
                              "number": true,
                              "object": true,
                              "pojo": true,
                              "short": false,
                              "textual": false,
                              "valueNode": true
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": true,
                              "bigDecimal": true,
                              "bigInteger": true,
                              "binary": false,
                              "boolean": true,
                              "containerNode": true,
                              "double": false,
                              "float": true,
                              "floatingPointNumber": true,
                              "int": true,
                              "integralNumber": false,
                              "long": false,
                              "missingNode": false,
                              "nodeType": "BOOLEAN",
                              "null": false,
                              "number": true,
                              "object": false,
                              "pojo": true,
                              "short": false,
                              "textual": true,
                              "valueNode": false
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          },
                          {
                            "aside": {
                              "array": true,
                              "bigDecimal": false,
                              "bigInteger": false,
                              "binary": true,
                              "boolean": true,
                              "containerNode": false,
                              "double": true,
                              "float": false,
                              "floatingPointNumber": true,
                              "int": true,
                              "integralNumber": true,
                              "long": false,
                              "missingNode": true,
                              "nodeType": "ARRAY",
                              "null": true,
                              "number": false,
                              "object": true,
                              "pojo": false,
                              "short": false,
                              "textual": false,
                              "valueNode": false
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": false,
                              "bigDecimal": false,
                              "bigInteger": true,
                              "binary": false,
                              "boolean": false,
                              "containerNode": false,
                              "double": false,
                              "float": true,
                              "floatingPointNumber": true,
                              "int": false,
                              "integralNumber": true,
                              "long": true,
                              "missingNode": true,
                              "nodeType": "POJO",
                              "null": false,
                              "number": true,
                              "object": true,
                              "pojo": false,
                              "short": false,
                              "textual": false,
                              "valueNode": false
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          },
                          {
                            "aside": {
                              "array": true,
                              "bigDecimal": true,
                              "bigInteger": false,
                              "binary": true,
                              "boolean": true,
                              "containerNode": false,
                              "double": true,
                              "float": true,
                              "floatingPointNumber": true,
                              "int": false,
                              "integralNumber": true,
                              "long": false,
                              "missingNode": true,
                              "nodeType": "BOOLEAN",
                              "null": true,
                              "number": true,
                              "object": false,
                              "pojo": false,
                              "short": false,
                              "textual": false,
                              "valueNode": false
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": true,
                              "bigDecimal": false,
                              "bigInteger": false,
                              "binary": false,
                              "boolean": false,
                              "containerNode": true,
                              "double": true,
                              "float": false,
                              "floatingPointNumber": true,
                              "int": false,
                              "integralNumber": false,
                              "long": false,
                              "missingNode": false,
                              "nodeType": "BOOLEAN",
                              "null": true,
                              "number": true,
                              "object": false,
                              "pojo": false,
                              "short": false,
                              "textual": true,
                              "valueNode": false
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          },
                          {
                            "aside": {
                              "array": false,
                              "bigDecimal": false,
                              "bigInteger": false,
                              "binary": false,
                              "boolean": false,
                              "containerNode": false,
                              "double": true,
                              "float": false,
                              "floatingPointNumber": true,
                              "int": true,
                              "integralNumber": true,
                              "long": false,
                              "missingNode": true,
                              "nodeType": "NUMBER",
                              "null": false,
                              "number": true,
                              "object": true,
                              "pojo": false,
                              "short": true,
                              "textual": false,
                              "valueNode": true
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": true,
                              "bigDecimal": false,
                              "bigInteger": true,
                              "binary": true,
                              "boolean": true,
                              "containerNode": true,
                              "double": true,
                              "float": true,
                              "floatingPointNumber": true,
                              "int": true,
                              "integralNumber": true,
                              "long": true,
                              "missingNode": false,
                              "nodeType": "NULL",
                              "null": true,
                              "number": false,
                              "object": true,
                              "pojo": false,
                              "short": true,
                              "textual": true,
                              "valueNode": false
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          },
                          {
                            "aside": {
                              "array": true,
                              "bigDecimal": false,
                              "bigInteger": false,
                              "binary": true,
                              "boolean": false,
                              "containerNode": false,
                              "double": true,
                              "float": true,
                              "floatingPointNumber": false,
                              "int": false,
                              "integralNumber": false,
                              "long": true,
                              "missingNode": true,
                              "nodeType": "STRING",
                              "null": true,
                              "number": true,
                              "object": false,
                              "pojo": false,
                              "short": false,
                              "textual": true,
                              "valueNode": false
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": true,
                              "bigDecimal": true,
                              "bigInteger": false,
                              "binary": false,
                              "boolean": false,
                              "containerNode": true,
                              "double": true,
                              "float": false,
                              "floatingPointNumber": true,
                              "int": true,
                              "integralNumber": false,
                              "long": true,
                              "missingNode": true,
                              "nodeType": "NUMBER",
                              "null": true,
                              "number": false,
                              "object": true,
                              "pojo": true,
                              "short": false,
                              "textual": false,
                              "valueNode": true
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          }
                        ],
                        "metro": "Dallas",
                        "metroCode": "DA",
                        "throughput": "500",
                        "throughputUnit": "Mbps"
                      },
                      {
                        "devices": [
                          {
                            "aside": {
                              "array": true,
                              "bigDecimal": false,
                              "bigInteger": true,
                              "binary": false,
                              "boolean": false,
                              "containerNode": true,
                              "double": true,
                              "float": true,
                              "floatingPointNumber": false,
                              "int": false,
                              "integralNumber": true,
                              "long": false,
                              "missingNode": false,
                              "nodeType": "POJO",
                              "null": true,
                              "number": false,
                              "object": true,
                              "pojo": false,
                              "short": false,
                              "textual": true,
                              "valueNode": true
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": false,
                              "bigDecimal": false,
                              "bigInteger": false,
                              "binary": true,
                              "boolean": true,
                              "containerNode": true,
                              "double": true,
                              "float": true,
                              "floatingPointNumber": true,
                              "int": false,
                              "integralNumber": true,
                              "long": false,
                              "missingNode": true,
                              "nodeType": "OBJECT",
                              "null": false,
                              "number": false,
                              "object": true,
                              "pojo": false,
                              "short": false,
                              "textual": true,
                              "valueNode": true
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          },
                          {
                            "aside": {
                              "array": false,
                              "bigDecimal": true,
                              "bigInteger": true,
                              "binary": true,
                              "boolean": false,
                              "containerNode": true,
                              "double": true,
                              "float": true,
                              "floatingPointNumber": false,
                              "int": false,
                              "integralNumber": false,
                              "long": false,
                              "missingNode": true,
                              "nodeType": "NULL",
                              "null": false,
                              "number": false,
                              "object": false,
                              "pojo": true,
                              "short": false,
                              "textual": true,
                              "valueNode": false
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": true,
                              "bigDecimal": false,
                              "bigInteger": false,
                              "binary": true,
                              "boolean": false,
                              "containerNode": false,
                              "double": true,
                              "float": false,
                              "floatingPointNumber": false,
                              "int": true,
                              "integralNumber": false,
                              "long": false,
                              "missingNode": true,
                              "nodeType": "NULL",
                              "null": true,
                              "number": false,
                              "object": false,
                              "pojo": false,
                              "short": false,
                              "textual": false,
                              "valueNode": false
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          },
                          {
                            "aside": {
                              "array": true,
                              "bigDecimal": false,
                              "bigInteger": true,
                              "binary": false,
                              "boolean": false,
                              "containerNode": true,
                              "double": true,
                              "float": true,
                              "floatingPointNumber": true,
                              "int": true,
                              "integralNumber": true,
                              "long": false,
                              "missingNode": true,
                              "nodeType": "NULL",
                              "null": false,
                              "number": false,
                              "object": true,
                              "pojo": false,
                              "short": false,
                              "textual": false,
                              "valueNode": false
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": true,
                              "bigDecimal": true,
                              "bigInteger": true,
                              "binary": false,
                              "boolean": false,
                              "containerNode": false,
                              "double": true,
                              "float": true,
                              "floatingPointNumber": true,
                              "int": true,
                              "integralNumber": false,
                              "long": false,
                              "missingNode": false,
                              "nodeType": "POJO",
                              "null": false,
                              "number": false,
                              "object": false,
                              "pojo": true,
                              "short": false,
                              "textual": false,
                              "valueNode": true
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          },
                          {
                            "aside": {
                              "array": false,
                              "bigDecimal": false,
                              "bigInteger": true,
                              "binary": false,
                              "boolean": false,
                              "containerNode": true,
                              "double": true,
                              "float": true,
                              "floatingPointNumber": true,
                              "int": true,
                              "integralNumber": false,
                              "long": true,
                              "missingNode": false,
                              "nodeType": "MISSING",
                              "null": false,
                              "number": false,
                              "object": true,
                              "pojo": true,
                              "short": false,
                              "textual": false,
                              "valueNode": true
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": true,
                              "bigDecimal": true,
                              "bigInteger": false,
                              "binary": false,
                              "boolean": false,
                              "containerNode": true,
                              "double": true,
                              "float": false,
                              "floatingPointNumber": false,
                              "int": true,
                              "integralNumber": false,
                              "long": false,
                              "missingNode": false,
                              "nodeType": "BINARY",
                              "null": true,
                              "number": false,
                              "object": false,
                              "pojo": false,
                              "short": false,
                              "textual": false,
                              "valueNode": false
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          },
                          {
                            "aside": {
                              "array": false,
                              "bigDecimal": false,
                              "bigInteger": true,
                              "binary": true,
                              "boolean": false,
                              "containerNode": true,
                              "double": false,
                              "float": true,
                              "floatingPointNumber": true,
                              "int": true,
                              "integralNumber": false,
                              "long": true,
                              "missingNode": true,
                              "nodeType": "ARRAY",
                              "null": false,
                              "number": true,
                              "object": true,
                              "pojo": true,
                              "short": true,
                              "textual": false,
                              "valueNode": false
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": false,
                              "bigDecimal": true,
                              "bigInteger": false,
                              "binary": false,
                              "boolean": false,
                              "containerNode": true,
                              "double": false,
                              "float": false,
                              "floatingPointNumber": false,
                              "int": false,
                              "integralNumber": true,
                              "long": false,
                              "missingNode": false,
                              "nodeType": "MISSING",
                              "null": true,
                              "number": false,
                              "object": true,
                              "pojo": true,
                              "short": true,
                              "textual": true,
                              "valueNode": false
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          }
                        ],
                        "metro": "Dallas",
                        "metroCode": "DA",
                        "throughput": "500",
                        "throughputUnit": "Mbps"
                      },
                      {
                        "devices": [
                          {
                            "aside": {
                              "array": false,
                              "bigDecimal": true,
                              "bigInteger": false,
                              "binary": false,
                              "boolean": true,
                              "containerNode": false,
                              "double": true,
                              "float": true,
                              "floatingPointNumber": true,
                              "int": true,
                              "integralNumber": false,
                              "long": false,
                              "missingNode": true,
                              "nodeType": "OBJECT",
                              "null": true,
                              "number": true,
                              "object": false,
                              "pojo": true,
                              "short": true,
                              "textual": true,
                              "valueNode": true
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": false,
                              "bigDecimal": true,
                              "bigInteger": true,
                              "binary": false,
                              "boolean": true,
                              "containerNode": true,
                              "double": true,
                              "float": false,
                              "floatingPointNumber": true,
                              "int": false,
                              "integralNumber": true,
                              "long": true,
                              "missingNode": true,
                              "nodeType": "BOOLEAN",
                              "null": true,
                              "number": false,
                              "object": true,
                              "pojo": false,
                              "short": false,
                              "textual": true,
                              "valueNode": true
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          },
                          {
                            "aside": {
                              "array": true,
                              "bigDecimal": true,
                              "bigInteger": false,
                              "binary": true,
                              "boolean": false,
                              "containerNode": false,
                              "double": false,
                              "float": true,
                              "floatingPointNumber": true,
                              "int": false,
                              "integralNumber": false,
                              "long": false,
                              "missingNode": false,
                              "nodeType": "NULL",
                              "null": true,
                              "number": false,
                              "object": true,
                              "pojo": false,
                              "short": true,
                              "textual": false,
                              "valueNode": true
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": false,
                              "bigDecimal": false,
                              "bigInteger": false,
                              "binary": true,
                              "boolean": false,
                              "containerNode": true,
                              "double": false,
                              "float": false,
                              "floatingPointNumber": false,
                              "int": true,
                              "integralNumber": true,
                              "long": false,
                              "missingNode": true,
                              "nodeType": "POJO",
                              "null": true,
                              "number": true,
                              "object": false,
                              "pojo": false,
                              "short": false,
                              "textual": false,
                              "valueNode": false
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          },
                          {
                            "aside": {
                              "array": true,
                              "bigDecimal": true,
                              "bigInteger": true,
                              "binary": false,
                              "boolean": false,
                              "containerNode": false,
                              "double": false,
                              "float": false,
                              "floatingPointNumber": true,
                              "int": true,
                              "integralNumber": true,
                              "long": false,
                              "missingNode": false,
                              "nodeType": "OBJECT",
                              "null": false,
                              "number": true,
                              "object": true,
                              "pojo": true,
                              "short": true,
                              "textual": true,
                              "valueNode": true
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": false,
                              "bigDecimal": true,
                              "bigInteger": false,
                              "binary": false,
                              "boolean": true,
                              "containerNode": true,
                              "double": false,
                              "float": true,
                              "floatingPointNumber": true,
                              "int": true,
                              "integralNumber": true,
                              "long": true,
                              "missingNode": false,
                              "nodeType": "MISSING",
                              "null": false,
                              "number": true,
                              "object": false,
                              "pojo": true,
                              "short": false,
                              "textual": true,
                              "valueNode": true
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          },
                          {
                            "aside": {
                              "array": false,
                              "bigDecimal": false,
                              "bigInteger": true,
                              "binary": false,
                              "boolean": false,
                              "containerNode": true,
                              "double": true,
                              "float": false,
                              "floatingPointNumber": false,
                              "int": true,
                              "integralNumber": false,
                              "long": false,
                              "missingNode": true,
                              "nodeType": "ARRAY",
                              "null": false,
                              "number": true,
                              "object": false,
                              "pojo": true,
                              "short": true,
                              "textual": false,
                              "valueNode": false
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": true,
                              "bigDecimal": false,
                              "bigInteger": false,
                              "binary": false,
                              "boolean": true,
                              "containerNode": false,
                              "double": true,
                              "float": false,
                              "floatingPointNumber": true,
                              "int": false,
                              "integralNumber": true,
                              "long": false,
                              "missingNode": false,
                              "nodeType": "BINARY",
                              "null": true,
                              "number": true,
                              "object": false,
                              "pojo": true,
                              "short": false,
                              "textual": true,
                              "valueNode": true
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          },
                          {
                            "aside": {
                              "array": false,
                              "bigDecimal": false,
                              "bigInteger": false,
                              "binary": false,
                              "boolean": false,
                              "containerNode": false,
                              "double": true,
                              "float": true,
                              "floatingPointNumber": true,
                              "int": true,
                              "integralNumber": true,
                              "long": false,
                              "missingNode": true,
                              "nodeType": "BINARY",
                              "null": true,
                              "number": false,
                              "object": false,
                              "pojo": false,
                              "short": false,
                              "textual": false,
                              "valueNode": false
                            },
                            "category": "ROUTER",
                            "cloudProfileProvisioningStatus": "PROVISIONED",
                            "connectionStatus": "string",
                            "connectionUuid": "string",
                            "deviceName": "CSR-Device01",
                            "deviceTypeCode": "CSR1000V",
                            "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                            "interfaceId": "123",
                            "interfaceOverlayStatus": "PROVISIONED",
                            "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                            "ipAssigned": "10.0.0.2/27",
                            "networkDetails": {
                              "array": true,
                              "bigDecimal": false,
                              "bigInteger": true,
                              "binary": false,
                              "boolean": true,
                              "containerNode": true,
                              "double": false,
                              "float": false,
                              "floatingPointNumber": true,
                              "int": false,
                              "integralNumber": true,
                              "long": true,
                              "missingNode": true,
                              "nodeType": "BOOLEAN",
                              "null": true,
                              "number": false,
                              "object": true,
                              "pojo": true,
                              "short": false,
                              "textual": false,
                              "valueNode": true
                            },
                            "status": "PROVISIONING",
                            "throughput": "500",
                            "throughputUnit": "Mbps",
                            "vxlan": "123"
                          }
                        ],
                        "metro": "Dallas",
                        "metroCode": "DA",
                        "throughput": "500",
                        "throughputUnit": "Mbps"
                      }
                    ],
                    "source": "API",
                    "status": "PROVISIONING",
                    "subnet": "10.0.0.0/27",
                    "uuid": "6ea5a0e4-2bf7-45c2-9aa7-e846a8cd5567"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "metro",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "virtualDeviceUuid",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "accountUcmId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageNumber",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "size",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ne/v1/links/{uuid}": {
      "get": {
        "tags": [
          "DeviceLink"
        ],
        "operationId": "getLinkGroupByUUIDUsingGET",
        "description": "The parameters and request body are for method: getLinkGroupByUUIDUsingGET. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accountName": {
                      "type": "string"
                    },
                    "createdBy": {
                      "type": "string"
                    },
                    "createdDate": {
                      "type": "string"
                    },
                    "groupName": {
                      "type": "string"
                    },
                    "id": {
                      "type": "number"
                    },
                    "lastUpdatedBy": {
                      "type": "string"
                    },
                    "lastUpdatedDate": {
                      "type": "string"
                    },
                    "metroDevices": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "devices": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "aside": {
                                  "type": "object",
                                  "properties": {
                                    "array": {
                                      "type": "boolean"
                                    },
                                    "bigDecimal": {
                                      "type": "boolean"
                                    },
                                    "bigInteger": {
                                      "type": "boolean"
                                    },
                                    "binary": {
                                      "type": "boolean"
                                    },
                                    "boolean": {
                                      "type": "boolean"
                                    },
                                    "containerNode": {
                                      "type": "boolean"
                                    },
                                    "double": {
                                      "type": "boolean"
                                    },
                                    "float": {
                                      "type": "boolean"
                                    },
                                    "floatingPointNumber": {
                                      "type": "boolean"
                                    },
                                    "int": {
                                      "type": "boolean"
                                    },
                                    "integralNumber": {
                                      "type": "boolean"
                                    },
                                    "long": {
                                      "type": "boolean"
                                    },
                                    "missingNode": {
                                      "type": "boolean"
                                    },
                                    "nodeType": {
                                      "type": "string"
                                    },
                                    "null": {
                                      "type": "boolean"
                                    },
                                    "number": {
                                      "type": "boolean"
                                    },
                                    "object": {
                                      "type": "boolean"
                                    },
                                    "pojo": {
                                      "type": "boolean"
                                    },
                                    "short": {
                                      "type": "boolean"
                                    },
                                    "textual": {
                                      "type": "boolean"
                                    },
                                    "valueNode": {
                                      "type": "boolean"
                                    }
                                  }
                                },
                                "category": {
                                  "type": "string"
                                },
                                "cloudProfileProvisioningStatus": {
                                  "type": "string"
                                },
                                "connectionStatus": {
                                  "type": "string"
                                },
                                "connectionUuid": {
                                  "type": "string"
                                },
                                "deviceName": {
                                  "type": "string"
                                },
                                "deviceTypeCode": {
                                  "type": "string"
                                },
                                "deviceUUID": {
                                  "type": "string"
                                },
                                "interfaceId": {
                                  "type": "string"
                                },
                                "interfaceOverlayStatus": {
                                  "type": "string"
                                },
                                "interfaceUUID": {
                                  "type": "string"
                                },
                                "ipAssigned": {
                                  "type": "string"
                                },
                                "networkDetails": {
                                  "type": "object",
                                  "properties": {
                                    "array": {
                                      "type": "boolean"
                                    },
                                    "bigDecimal": {
                                      "type": "boolean"
                                    },
                                    "bigInteger": {
                                      "type": "boolean"
                                    },
                                    "binary": {
                                      "type": "boolean"
                                    },
                                    "boolean": {
                                      "type": "boolean"
                                    },
                                    "containerNode": {
                                      "type": "boolean"
                                    },
                                    "double": {
                                      "type": "boolean"
                                    },
                                    "float": {
                                      "type": "boolean"
                                    },
                                    "floatingPointNumber": {
                                      "type": "boolean"
                                    },
                                    "int": {
                                      "type": "boolean"
                                    },
                                    "integralNumber": {
                                      "type": "boolean"
                                    },
                                    "long": {
                                      "type": "boolean"
                                    },
                                    "missingNode": {
                                      "type": "boolean"
                                    },
                                    "nodeType": {
                                      "type": "string"
                                    },
                                    "null": {
                                      "type": "boolean"
                                    },
                                    "number": {
                                      "type": "boolean"
                                    },
                                    "object": {
                                      "type": "boolean"
                                    },
                                    "pojo": {
                                      "type": "boolean"
                                    },
                                    "short": {
                                      "type": "boolean"
                                    },
                                    "textual": {
                                      "type": "boolean"
                                    },
                                    "valueNode": {
                                      "type": "boolean"
                                    }
                                  }
                                },
                                "status": {
                                  "type": "string"
                                },
                                "throughput": {
                                  "type": "string"
                                },
                                "throughputUnit": {
                                  "type": "string"
                                },
                                "vxlan": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "metro": {
                            "type": "string"
                          },
                          "metroCode": {
                            "type": "string"
                          },
                          "throughput": {
                            "type": "string"
                          },
                          "throughputUnit": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "source": {
                      "type": "string"
                    },
                    "status": {
                      "type": "string"
                    },
                    "subnet": {
                      "type": "string"
                    },
                    "uuid": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "accountName": "Samsung",
                  "createdBy": "nfv-sit1",
                  "createdDate": "2019-09-15T10:30:31.387Z",
                  "groupName": "vik-chain",
                  "id": 1130,
                  "lastUpdatedBy": "reg2-acc1",
                  "lastUpdatedDate": "2019-09-16T10:30:31.387Z",
                  "metroDevices": [
                    {
                      "devices": [
                        {
                          "aside": {
                            "array": false,
                            "bigDecimal": true,
                            "bigInteger": true,
                            "binary": true,
                            "boolean": false,
                            "containerNode": false,
                            "double": true,
                            "float": false,
                            "floatingPointNumber": true,
                            "int": false,
                            "integralNumber": false,
                            "long": false,
                            "missingNode": false,
                            "nodeType": "BINARY",
                            "null": true,
                            "number": false,
                            "object": false,
                            "pojo": true,
                            "short": true,
                            "textual": true,
                            "valueNode": true
                          },
                          "category": "ROUTER",
                          "cloudProfileProvisioningStatus": "PROVISIONED",
                          "connectionStatus": "string",
                          "connectionUuid": "string",
                          "deviceName": "CSR-Device01",
                          "deviceTypeCode": "CSR1000V",
                          "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                          "interfaceId": "123",
                          "interfaceOverlayStatus": "PROVISIONED",
                          "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                          "ipAssigned": "10.0.0.2/27",
                          "networkDetails": {
                            "array": true,
                            "bigDecimal": false,
                            "bigInteger": false,
                            "binary": true,
                            "boolean": true,
                            "containerNode": true,
                            "double": true,
                            "float": true,
                            "floatingPointNumber": true,
                            "int": true,
                            "integralNumber": true,
                            "long": false,
                            "missingNode": false,
                            "nodeType": "BOOLEAN",
                            "null": true,
                            "number": true,
                            "object": true,
                            "pojo": false,
                            "short": false,
                            "textual": true,
                            "valueNode": false
                          },
                          "status": "PROVISIONING",
                          "throughput": "500",
                          "throughputUnit": "Mbps",
                          "vxlan": "123"
                        },
                        {
                          "aside": {
                            "array": false,
                            "bigDecimal": false,
                            "bigInteger": false,
                            "binary": true,
                            "boolean": false,
                            "containerNode": true,
                            "double": true,
                            "float": false,
                            "floatingPointNumber": true,
                            "int": true,
                            "integralNumber": true,
                            "long": false,
                            "missingNode": true,
                            "nodeType": "NUMBER",
                            "null": false,
                            "number": false,
                            "object": false,
                            "pojo": false,
                            "short": true,
                            "textual": false,
                            "valueNode": false
                          },
                          "category": "ROUTER",
                          "cloudProfileProvisioningStatus": "PROVISIONED",
                          "connectionStatus": "string",
                          "connectionUuid": "string",
                          "deviceName": "CSR-Device01",
                          "deviceTypeCode": "CSR1000V",
                          "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                          "interfaceId": "123",
                          "interfaceOverlayStatus": "PROVISIONED",
                          "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                          "ipAssigned": "10.0.0.2/27",
                          "networkDetails": {
                            "array": false,
                            "bigDecimal": true,
                            "bigInteger": true,
                            "binary": false,
                            "boolean": false,
                            "containerNode": true,
                            "double": false,
                            "float": true,
                            "floatingPointNumber": true,
                            "int": true,
                            "integralNumber": false,
                            "long": true,
                            "missingNode": false,
                            "nodeType": "BINARY",
                            "null": true,
                            "number": false,
                            "object": false,
                            "pojo": false,
                            "short": true,
                            "textual": false,
                            "valueNode": true
                          },
                          "status": "PROVISIONING",
                          "throughput": "500",
                          "throughputUnit": "Mbps",
                          "vxlan": "123"
                        },
                        {
                          "aside": {
                            "array": true,
                            "bigDecimal": true,
                            "bigInteger": true,
                            "binary": true,
                            "boolean": false,
                            "containerNode": false,
                            "double": false,
                            "float": false,
                            "floatingPointNumber": false,
                            "int": true,
                            "integralNumber": false,
                            "long": false,
                            "missingNode": false,
                            "nodeType": "BOOLEAN",
                            "null": true,
                            "number": true,
                            "object": true,
                            "pojo": true,
                            "short": true,
                            "textual": false,
                            "valueNode": true
                          },
                          "category": "ROUTER",
                          "cloudProfileProvisioningStatus": "PROVISIONED",
                          "connectionStatus": "string",
                          "connectionUuid": "string",
                          "deviceName": "CSR-Device01",
                          "deviceTypeCode": "CSR1000V",
                          "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                          "interfaceId": "123",
                          "interfaceOverlayStatus": "PROVISIONED",
                          "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                          "ipAssigned": "10.0.0.2/27",
                          "networkDetails": {
                            "array": true,
                            "bigDecimal": true,
                            "bigInteger": true,
                            "binary": false,
                            "boolean": false,
                            "containerNode": false,
                            "double": false,
                            "float": false,
                            "floatingPointNumber": false,
                            "int": false,
                            "integralNumber": true,
                            "long": false,
                            "missingNode": true,
                            "nodeType": "STRING",
                            "null": false,
                            "number": false,
                            "object": true,
                            "pojo": false,
                            "short": false,
                            "textual": true,
                            "valueNode": false
                          },
                          "status": "PROVISIONING",
                          "throughput": "500",
                          "throughputUnit": "Mbps",
                          "vxlan": "123"
                        },
                        {
                          "aside": {
                            "array": false,
                            "bigDecimal": false,
                            "bigInteger": true,
                            "binary": true,
                            "boolean": true,
                            "containerNode": true,
                            "double": false,
                            "float": true,
                            "floatingPointNumber": true,
                            "int": false,
                            "integralNumber": false,
                            "long": false,
                            "missingNode": false,
                            "nodeType": "POJO",
                            "null": true,
                            "number": false,
                            "object": false,
                            "pojo": false,
                            "short": false,
                            "textual": true,
                            "valueNode": true
                          },
                          "category": "ROUTER",
                          "cloudProfileProvisioningStatus": "PROVISIONED",
                          "connectionStatus": "string",
                          "connectionUuid": "string",
                          "deviceName": "CSR-Device01",
                          "deviceTypeCode": "CSR1000V",
                          "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                          "interfaceId": "123",
                          "interfaceOverlayStatus": "PROVISIONED",
                          "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                          "ipAssigned": "10.0.0.2/27",
                          "networkDetails": {
                            "array": true,
                            "bigDecimal": false,
                            "bigInteger": false,
                            "binary": true,
                            "boolean": false,
                            "containerNode": false,
                            "double": false,
                            "float": false,
                            "floatingPointNumber": true,
                            "int": true,
                            "integralNumber": true,
                            "long": false,
                            "missingNode": true,
                            "nodeType": "ARRAY",
                            "null": false,
                            "number": true,
                            "object": false,
                            "pojo": true,
                            "short": true,
                            "textual": false,
                            "valueNode": false
                          },
                          "status": "PROVISIONING",
                          "throughput": "500",
                          "throughputUnit": "Mbps",
                          "vxlan": "123"
                        },
                        {
                          "aside": {
                            "array": false,
                            "bigDecimal": false,
                            "bigInteger": true,
                            "binary": false,
                            "boolean": false,
                            "containerNode": true,
                            "double": true,
                            "float": false,
                            "floatingPointNumber": true,
                            "int": false,
                            "integralNumber": true,
                            "long": false,
                            "missingNode": true,
                            "nodeType": "BINARY",
                            "null": true,
                            "number": false,
                            "object": true,
                            "pojo": true,
                            "short": false,
                            "textual": true,
                            "valueNode": false
                          },
                          "category": "ROUTER",
                          "cloudProfileProvisioningStatus": "PROVISIONED",
                          "connectionStatus": "string",
                          "connectionUuid": "string",
                          "deviceName": "CSR-Device01",
                          "deviceTypeCode": "CSR1000V",
                          "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                          "interfaceId": "123",
                          "interfaceOverlayStatus": "PROVISIONED",
                          "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                          "ipAssigned": "10.0.0.2/27",
                          "networkDetails": {
                            "array": true,
                            "bigDecimal": false,
                            "bigInteger": true,
                            "binary": true,
                            "boolean": false,
                            "containerNode": true,
                            "double": true,
                            "float": true,
                            "floatingPointNumber": true,
                            "int": true,
                            "integralNumber": true,
                            "long": false,
                            "missingNode": true,
                            "nodeType": "NULL",
                            "null": false,
                            "number": false,
                            "object": false,
                            "pojo": false,
                            "short": false,
                            "textual": false,
                            "valueNode": true
                          },
                          "status": "PROVISIONING",
                          "throughput": "500",
                          "throughputUnit": "Mbps",
                          "vxlan": "123"
                        },
                        {
                          "aside": {
                            "array": true,
                            "bigDecimal": false,
                            "bigInteger": false,
                            "binary": true,
                            "boolean": true,
                            "containerNode": true,
                            "double": false,
                            "float": false,
                            "floatingPointNumber": true,
                            "int": true,
                            "integralNumber": false,
                            "long": true,
                            "missingNode": true,
                            "nodeType": "BOOLEAN",
                            "null": true,
                            "number": false,
                            "object": true,
                            "pojo": false,
                            "short": true,
                            "textual": true,
                            "valueNode": false
                          },
                          "category": "ROUTER",
                          "cloudProfileProvisioningStatus": "PROVISIONED",
                          "connectionStatus": "string",
                          "connectionUuid": "string",
                          "deviceName": "CSR-Device01",
                          "deviceTypeCode": "CSR1000V",
                          "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                          "interfaceId": "123",
                          "interfaceOverlayStatus": "PROVISIONED",
                          "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                          "ipAssigned": "10.0.0.2/27",
                          "networkDetails": {
                            "array": true,
                            "bigDecimal": false,
                            "bigInteger": true,
                            "binary": false,
                            "boolean": false,
                            "containerNode": false,
                            "double": false,
                            "float": false,
                            "floatingPointNumber": true,
                            "int": false,
                            "integralNumber": false,
                            "long": false,
                            "missingNode": false,
                            "nodeType": "BINARY",
                            "null": true,
                            "number": false,
                            "object": false,
                            "pojo": false,
                            "short": true,
                            "textual": false,
                            "valueNode": true
                          },
                          "status": "PROVISIONING",
                          "throughput": "500",
                          "throughputUnit": "Mbps",
                          "vxlan": "123"
                        },
                        {
                          "aside": {
                            "array": true,
                            "bigDecimal": true,
                            "bigInteger": false,
                            "binary": false,
                            "boolean": false,
                            "containerNode": false,
                            "double": false,
                            "float": false,
                            "floatingPointNumber": true,
                            "int": true,
                            "integralNumber": true,
                            "long": true,
                            "missingNode": true,
                            "nodeType": "NULL",
                            "null": false,
                            "number": false,
                            "object": false,
                            "pojo": true,
                            "short": true,
                            "textual": false,
                            "valueNode": false
                          },
                          "category": "ROUTER",
                          "cloudProfileProvisioningStatus": "PROVISIONED",
                          "connectionStatus": "string",
                          "connectionUuid": "string",
                          "deviceName": "CSR-Device01",
                          "deviceTypeCode": "CSR1000V",
                          "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                          "interfaceId": "123",
                          "interfaceOverlayStatus": "PROVISIONED",
                          "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                          "ipAssigned": "10.0.0.2/27",
                          "networkDetails": {
                            "array": true,
                            "bigDecimal": false,
                            "bigInteger": false,
                            "binary": true,
                            "boolean": false,
                            "containerNode": true,
                            "double": true,
                            "float": true,
                            "floatingPointNumber": true,
                            "int": false,
                            "integralNumber": false,
                            "long": false,
                            "missingNode": false,
                            "nodeType": "STRING",
                            "null": false,
                            "number": true,
                            "object": true,
                            "pojo": false,
                            "short": false,
                            "textual": false,
                            "valueNode": false
                          },
                          "status": "PROVISIONING",
                          "throughput": "500",
                          "throughputUnit": "Mbps",
                          "vxlan": "123"
                        },
                        {
                          "aside": {
                            "array": true,
                            "bigDecimal": false,
                            "bigInteger": true,
                            "binary": true,
                            "boolean": false,
                            "containerNode": true,
                            "double": false,
                            "float": true,
                            "floatingPointNumber": false,
                            "int": true,
                            "integralNumber": true,
                            "long": false,
                            "missingNode": false,
                            "nodeType": "MISSING",
                            "null": true,
                            "number": false,
                            "object": true,
                            "pojo": false,
                            "short": false,
                            "textual": true,
                            "valueNode": true
                          },
                          "category": "ROUTER",
                          "cloudProfileProvisioningStatus": "PROVISIONED",
                          "connectionStatus": "string",
                          "connectionUuid": "string",
                          "deviceName": "CSR-Device01",
                          "deviceTypeCode": "CSR1000V",
                          "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                          "interfaceId": "123",
                          "interfaceOverlayStatus": "PROVISIONED",
                          "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                          "ipAssigned": "10.0.0.2/27",
                          "networkDetails": {
                            "array": true,
                            "bigDecimal": true,
                            "bigInteger": true,
                            "binary": true,
                            "boolean": false,
                            "containerNode": false,
                            "double": true,
                            "float": false,
                            "floatingPointNumber": true,
                            "int": false,
                            "integralNumber": false,
                            "long": true,
                            "missingNode": true,
                            "nodeType": "OBJECT",
                            "null": true,
                            "number": true,
                            "object": false,
                            "pojo": false,
                            "short": false,
                            "textual": false,
                            "valueNode": false
                          },
                          "status": "PROVISIONING",
                          "throughput": "500",
                          "throughputUnit": "Mbps",
                          "vxlan": "123"
                        },
                        {
                          "aside": {
                            "array": false,
                            "bigDecimal": true,
                            "bigInteger": false,
                            "binary": false,
                            "boolean": true,
                            "containerNode": true,
                            "double": false,
                            "float": true,
                            "floatingPointNumber": false,
                            "int": false,
                            "integralNumber": true,
                            "long": false,
                            "missingNode": true,
                            "nodeType": "STRING",
                            "null": false,
                            "number": true,
                            "object": true,
                            "pojo": true,
                            "short": true,
                            "textual": false,
                            "valueNode": true
                          },
                          "category": "ROUTER",
                          "cloudProfileProvisioningStatus": "PROVISIONED",
                          "connectionStatus": "string",
                          "connectionUuid": "string",
                          "deviceName": "CSR-Device01",
                          "deviceTypeCode": "CSR1000V",
                          "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                          "interfaceId": "123",
                          "interfaceOverlayStatus": "PROVISIONED",
                          "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                          "ipAssigned": "10.0.0.2/27",
                          "networkDetails": {
                            "array": false,
                            "bigDecimal": false,
                            "bigInteger": true,
                            "binary": false,
                            "boolean": true,
                            "containerNode": false,
                            "double": false,
                            "float": false,
                            "floatingPointNumber": true,
                            "int": false,
                            "integralNumber": false,
                            "long": true,
                            "missingNode": false,
                            "nodeType": "BOOLEAN",
                            "null": false,
                            "number": false,
                            "object": true,
                            "pojo": false,
                            "short": false,
                            "textual": false,
                            "valueNode": true
                          },
                          "status": "PROVISIONING",
                          "throughput": "500",
                          "throughputUnit": "Mbps",
                          "vxlan": "123"
                        },
                        {
                          "aside": {
                            "array": false,
                            "bigDecimal": false,
                            "bigInteger": false,
                            "binary": false,
                            "boolean": true,
                            "containerNode": false,
                            "double": false,
                            "float": false,
                            "floatingPointNumber": false,
                            "int": false,
                            "integralNumber": true,
                            "long": true,
                            "missingNode": true,
                            "nodeType": "OBJECT",
                            "null": true,
                            "number": true,
                            "object": false,
                            "pojo": false,
                            "short": true,
                            "textual": true,
                            "valueNode": true
                          },
                          "category": "ROUTER",
                          "cloudProfileProvisioningStatus": "PROVISIONED",
                          "connectionStatus": "string",
                          "connectionUuid": "string",
                          "deviceName": "CSR-Device01",
                          "deviceTypeCode": "CSR1000V",
                          "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                          "interfaceId": "123",
                          "interfaceOverlayStatus": "PROVISIONED",
                          "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                          "ipAssigned": "10.0.0.2/27",
                          "networkDetails": {
                            "array": true,
                            "bigDecimal": true,
                            "bigInteger": true,
                            "binary": true,
                            "boolean": true,
                            "containerNode": true,
                            "double": false,
                            "float": true,
                            "floatingPointNumber": false,
                            "int": false,
                            "integralNumber": true,
                            "long": false,
                            "missingNode": true,
                            "nodeType": "STRING",
                            "null": true,
                            "number": true,
                            "object": false,
                            "pojo": true,
                            "short": true,
                            "textual": false,
                            "valueNode": false
                          },
                          "status": "PROVISIONING",
                          "throughput": "500",
                          "throughputUnit": "Mbps",
                          "vxlan": "123"
                        }
                      ],
                      "metro": "Dallas",
                      "metroCode": "DA",
                      "throughput": "500",
                      "throughputUnit": "Mbps"
                    },
                    {
                      "devices": [
                        {
                          "aside": {
                            "array": true,
                            "bigDecimal": true,
                            "bigInteger": false,
                            "binary": false,
                            "boolean": false,
                            "containerNode": false,
                            "double": false,
                            "float": false,
                            "floatingPointNumber": true,
                            "int": false,
                            "integralNumber": true,
                            "long": false,
                            "missingNode": true,
                            "nodeType": "BINARY",
                            "null": true,
                            "number": true,
                            "object": false,
                            "pojo": true,
                            "short": false,
                            "textual": true,
                            "valueNode": true
                          },
                          "category": "ROUTER",
                          "cloudProfileProvisioningStatus": "PROVISIONED",
                          "connectionStatus": "string",
                          "connectionUuid": "string",
                          "deviceName": "CSR-Device01",
                          "deviceTypeCode": "CSR1000V",
                          "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                          "interfaceId": "123",
                          "interfaceOverlayStatus": "PROVISIONED",
                          "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                          "ipAssigned": "10.0.0.2/27",
                          "networkDetails": {
                            "array": false,
                            "bigDecimal": true,
                            "bigInteger": false,
                            "binary": false,
                            "boolean": false,
                            "containerNode": false,
                            "double": true,
                            "float": true,
                            "floatingPointNumber": true,
                            "int": true,
                            "integralNumber": false,
                            "long": false,
                            "missingNode": true,
                            "nodeType": "BOOLEAN",
                            "null": true,
                            "number": false,
                            "object": false,
                            "pojo": true,
                            "short": true,
                            "textual": false,
                            "valueNode": false
                          },
                          "status": "PROVISIONING",
                          "throughput": "500",
                          "throughputUnit": "Mbps",
                          "vxlan": "123"
                        },
                        {
                          "aside": {
                            "array": true,
                            "bigDecimal": false,
                            "bigInteger": false,
                            "binary": false,
                            "boolean": true,
                            "containerNode": false,
                            "double": false,
                            "float": false,
                            "floatingPointNumber": true,
                            "int": true,
                            "integralNumber": false,
                            "long": false,
                            "missingNode": true,
                            "nodeType": "NUMBER",
                            "null": true,
                            "number": true,
                            "object": true,
                            "pojo": false,
                            "short": true,
                            "textual": false,
                            "valueNode": true
                          },
                          "category": "ROUTER",
                          "cloudProfileProvisioningStatus": "PROVISIONED",
                          "connectionStatus": "string",
                          "connectionUuid": "string",
                          "deviceName": "CSR-Device01",
                          "deviceTypeCode": "CSR1000V",
                          "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                          "interfaceId": "123",
                          "interfaceOverlayStatus": "PROVISIONED",
                          "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                          "ipAssigned": "10.0.0.2/27",
                          "networkDetails": {
                            "array": true,
                            "bigDecimal": false,
                            "bigInteger": true,
                            "binary": false,
                            "boolean": true,
                            "containerNode": false,
                            "double": true,
                            "float": false,
                            "floatingPointNumber": true,
                            "int": false,
                            "integralNumber": true,
                            "long": true,
                            "missingNode": true,
                            "nodeType": "OBJECT",
                            "null": false,
                            "number": true,
                            "object": false,
                            "pojo": false,
                            "short": true,
                            "textual": false,
                            "valueNode": true
                          },
                          "status": "PROVISIONING",
                          "throughput": "500",
                          "throughputUnit": "Mbps",
                          "vxlan": "123"
                        },
                        {
                          "aside": {
                            "array": false,
                            "bigDecimal": false,
                            "bigInteger": false,
                            "binary": true,
                            "boolean": true,
                            "containerNode": false,
                            "double": true,
                            "float": true,
                            "floatingPointNumber": false,
                            "int": true,
                            "integralNumber": false,
                            "long": false,
                            "missingNode": false,
                            "nodeType": "NUMBER",
                            "null": false,
                            "number": false,
                            "object": true,
                            "pojo": true,
                            "short": false,
                            "textual": false,
                            "valueNode": false
                          },
                          "category": "ROUTER",
                          "cloudProfileProvisioningStatus": "PROVISIONED",
                          "connectionStatus": "string",
                          "connectionUuid": "string",
                          "deviceName": "CSR-Device01",
                          "deviceTypeCode": "CSR1000V",
                          "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                          "interfaceId": "123",
                          "interfaceOverlayStatus": "PROVISIONED",
                          "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                          "ipAssigned": "10.0.0.2/27",
                          "networkDetails": {
                            "array": false,
                            "bigDecimal": false,
                            "bigInteger": true,
                            "binary": false,
                            "boolean": true,
                            "containerNode": true,
                            "double": true,
                            "float": false,
                            "floatingPointNumber": true,
                            "int": false,
                            "integralNumber": false,
                            "long": true,
                            "missingNode": true,
                            "nodeType": "BOOLEAN",
                            "null": true,
                            "number": false,
                            "object": false,
                            "pojo": true,
                            "short": true,
                            "textual": false,
                            "valueNode": true
                          },
                          "status": "PROVISIONING",
                          "throughput": "500",
                          "throughputUnit": "Mbps",
                          "vxlan": "123"
                        },
                        {
                          "aside": {
                            "array": true,
                            "bigDecimal": true,
                            "bigInteger": true,
                            "binary": false,
                            "boolean": true,
                            "containerNode": true,
                            "double": false,
                            "float": true,
                            "floatingPointNumber": true,
                            "int": true,
                            "integralNumber": false,
                            "long": true,
                            "missingNode": false,
                            "nodeType": "ARRAY",
                            "null": false,
                            "number": true,
                            "object": false,
                            "pojo": true,
                            "short": false,
                            "textual": true,
                            "valueNode": true
                          },
                          "category": "ROUTER",
                          "cloudProfileProvisioningStatus": "PROVISIONED",
                          "connectionStatus": "string",
                          "connectionUuid": "string",
                          "deviceName": "CSR-Device01",
                          "deviceTypeCode": "CSR1000V",
                          "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                          "interfaceId": "123",
                          "interfaceOverlayStatus": "PROVISIONED",
                          "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                          "ipAssigned": "10.0.0.2/27",
                          "networkDetails": {
                            "array": true,
                            "bigDecimal": false,
                            "bigInteger": false,
                            "binary": false,
                            "boolean": true,
                            "containerNode": true,
                            "double": false,
                            "float": false,
                            "floatingPointNumber": false,
                            "int": true,
                            "integralNumber": false,
                            "long": true,
                            "missingNode": false,
                            "nodeType": "BOOLEAN",
                            "null": false,
                            "number": true,
                            "object": true,
                            "pojo": false,
                            "short": false,
                            "textual": false,
                            "valueNode": false
                          },
                          "status": "PROVISIONING",
                          "throughput": "500",
                          "throughputUnit": "Mbps",
                          "vxlan": "123"
                        },
                        {
                          "aside": {
                            "array": true,
                            "bigDecimal": false,
                            "bigInteger": false,
                            "binary": true,
                            "boolean": true,
                            "containerNode": false,
                            "double": false,
                            "float": false,
                            "floatingPointNumber": true,
                            "int": false,
                            "integralNumber": false,
                            "long": false,
                            "missingNode": true,
                            "nodeType": "BINARY",
                            "null": true,
                            "number": true,
                            "object": false,
                            "pojo": true,
                            "short": false,
                            "textual": false,
                            "valueNode": true
                          },
                          "category": "ROUTER",
                          "cloudProfileProvisioningStatus": "PROVISIONED",
                          "connectionStatus": "string",
                          "connectionUuid": "string",
                          "deviceName": "CSR-Device01",
                          "deviceTypeCode": "CSR1000V",
                          "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                          "interfaceId": "123",
                          "interfaceOverlayStatus": "PROVISIONED",
                          "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                          "ipAssigned": "10.0.0.2/27",
                          "networkDetails": {
                            "array": false,
                            "bigDecimal": false,
                            "bigInteger": false,
                            "binary": false,
                            "boolean": true,
                            "containerNode": false,
                            "double": false,
                            "float": false,
                            "floatingPointNumber": true,
                            "int": true,
                            "integralNumber": false,
                            "long": true,
                            "missingNode": true,
                            "nodeType": "NULL",
                            "null": true,
                            "number": false,
                            "object": true,
                            "pojo": false,
                            "short": false,
                            "textual": false,
                            "valueNode": true
                          },
                          "status": "PROVISIONING",
                          "throughput": "500",
                          "throughputUnit": "Mbps",
                          "vxlan": "123"
                        },
                        {
                          "aside": {
                            "array": true,
                            "bigDecimal": false,
                            "bigInteger": false,
                            "binary": true,
                            "boolean": false,
                            "containerNode": true,
                            "double": false,
                            "float": true,
                            "floatingPointNumber": false,
                            "int": true,
                            "integralNumber": true,
                            "long": true,
                            "missingNode": true,
                            "nodeType": "NULL",
                            "null": true,
                            "number": true,
                            "object": true,
                            "pojo": false,
                            "short": false,
                            "textual": false,
                            "valueNode": false
                          },
                          "category": "ROUTER",
                          "cloudProfileProvisioningStatus": "PROVISIONED",
                          "connectionStatus": "string",
                          "connectionUuid": "string",
                          "deviceName": "CSR-Device01",
                          "deviceTypeCode": "CSR1000V",
                          "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                          "interfaceId": "123",
                          "interfaceOverlayStatus": "PROVISIONED",
                          "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                          "ipAssigned": "10.0.0.2/27",
                          "networkDetails": {
                            "array": true,
                            "bigDecimal": false,
                            "bigInteger": false,
                            "binary": false,
                            "boolean": false,
                            "containerNode": true,
                            "double": true,
                            "float": false,
                            "floatingPointNumber": false,
                            "int": true,
                            "integralNumber": true,
                            "long": true,
                            "missingNode": false,
                            "nodeType": "BINARY",
                            "null": true,
                            "number": true,
                            "object": false,
                            "pojo": false,
                            "short": false,
                            "textual": false,
                            "valueNode": true
                          },
                          "status": "PROVISIONING",
                          "throughput": "500",
                          "throughputUnit": "Mbps",
                          "vxlan": "123"
                        },
                        {
                          "aside": {
                            "array": true,
                            "bigDecimal": true,
                            "bigInteger": false,
                            "binary": true,
                            "boolean": false,
                            "containerNode": false,
                            "double": false,
                            "float": true,
                            "floatingPointNumber": false,
                            "int": true,
                            "integralNumber": true,
                            "long": true,
                            "missingNode": true,
                            "nodeType": "NULL",
                            "null": true,
                            "number": true,
                            "object": false,
                            "pojo": true,
                            "short": false,
                            "textual": true,
                            "valueNode": false
                          },
                          "category": "ROUTER",
                          "cloudProfileProvisioningStatus": "PROVISIONED",
                          "connectionStatus": "string",
                          "connectionUuid": "string",
                          "deviceName": "CSR-Device01",
                          "deviceTypeCode": "CSR1000V",
                          "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                          "interfaceId": "123",
                          "interfaceOverlayStatus": "PROVISIONED",
                          "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                          "ipAssigned": "10.0.0.2/27",
                          "networkDetails": {
                            "array": false,
                            "bigDecimal": true,
                            "bigInteger": true,
                            "binary": true,
                            "boolean": false,
                            "containerNode": false,
                            "double": true,
                            "float": false,
                            "floatingPointNumber": true,
                            "int": true,
                            "integralNumber": true,
                            "long": false,
                            "missingNode": true,
                            "nodeType": "POJO",
                            "null": true,
                            "number": false,
                            "object": true,
                            "pojo": false,
                            "short": true,
                            "textual": true,
                            "valueNode": false
                          },
                          "status": "PROVISIONING",
                          "throughput": "500",
                          "throughputUnit": "Mbps",
                          "vxlan": "123"
                        },
                        {
                          "aside": {
                            "array": true,
                            "bigDecimal": false,
                            "bigInteger": false,
                            "binary": true,
                            "boolean": true,
                            "containerNode": true,
                            "double": true,
                            "float": true,
                            "floatingPointNumber": true,
                            "int": true,
                            "integralNumber": true,
                            "long": true,
                            "missingNode": false,
                            "nodeType": "NUMBER",
                            "null": false,
                            "number": true,
                            "object": true,
                            "pojo": false,
                            "short": true,
                            "textual": false,
                            "valueNode": false
                          },
                          "category": "ROUTER",
                          "cloudProfileProvisioningStatus": "PROVISIONED",
                          "connectionStatus": "string",
                          "connectionUuid": "string",
                          "deviceName": "CSR-Device01",
                          "deviceTypeCode": "CSR1000V",
                          "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                          "interfaceId": "123",
                          "interfaceOverlayStatus": "PROVISIONED",
                          "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                          "ipAssigned": "10.0.0.2/27",
                          "networkDetails": {
                            "array": false,
                            "bigDecimal": false,
                            "bigInteger": true,
                            "binary": false,
                            "boolean": false,
                            "containerNode": true,
                            "double": false,
                            "float": true,
                            "floatingPointNumber": true,
                            "int": true,
                            "integralNumber": true,
                            "long": false,
                            "missingNode": true,
                            "nodeType": "STRING",
                            "null": false,
                            "number": false,
                            "object": false,
                            "pojo": true,
                            "short": false,
                            "textual": true,
                            "valueNode": false
                          },
                          "status": "PROVISIONING",
                          "throughput": "500",
                          "throughputUnit": "Mbps",
                          "vxlan": "123"
                        }
                      ],
                      "metro": "Dallas",
                      "metroCode": "DA",
                      "throughput": "500",
                      "throughputUnit": "Mbps"
                    },
                    {
                      "devices": [
                        {
                          "aside": {
                            "array": false,
                            "bigDecimal": false,
                            "bigInteger": false,
                            "binary": false,
                            "boolean": false,
                            "containerNode": false,
                            "double": false,
                            "float": false,
                            "floatingPointNumber": true,
                            "int": true,
                            "integralNumber": true,
                            "long": false,
                            "missingNode": false,
                            "nodeType": "ARRAY",
                            "null": true,
                            "number": true,
                            "object": true,
                            "pojo": false,
                            "short": false,
                            "textual": true,
                            "valueNode": true
                          },
                          "category": "ROUTER",
                          "cloudProfileProvisioningStatus": "PROVISIONED",
                          "connectionStatus": "string",
                          "connectionUuid": "string",
                          "deviceName": "CSR-Device01",
                          "deviceTypeCode": "CSR1000V",
                          "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                          "interfaceId": "123",
                          "interfaceOverlayStatus": "PROVISIONED",
                          "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                          "ipAssigned": "10.0.0.2/27",
                          "networkDetails": {
                            "array": true,
                            "bigDecimal": false,
                            "bigInteger": true,
                            "binary": false,
                            "boolean": true,
                            "containerNode": false,
                            "double": true,
                            "float": true,
                            "floatingPointNumber": false,
                            "int": true,
                            "integralNumber": false,
                            "long": true,
                            "missingNode": true,
                            "nodeType": "BOOLEAN",
                            "null": true,
                            "number": false,
                            "object": false,
                            "pojo": true,
                            "short": true,
                            "textual": false,
                            "valueNode": false
                          },
                          "status": "PROVISIONING",
                          "throughput": "500",
                          "throughputUnit": "Mbps",
                          "vxlan": "123"
                        },
                        {
                          "aside": {
                            "array": false,
                            "bigDecimal": false,
                            "bigInteger": true,
                            "binary": false,
                            "boolean": false,
                            "containerNode": false,
                            "double": false,
                            "float": true,
                            "floatingPointNumber": true,
                            "int": true,
                            "integralNumber": true,
                            "long": true,
                            "missingNode": false,
                            "nodeType": "ARRAY",
                            "null": true,
                            "number": true,
                            "object": false,
                            "pojo": false,
                            "short": false,
                            "textual": true,
                            "valueNode": true
                          },
                          "category": "ROUTER",
                          "cloudProfileProvisioningStatus": "PROVISIONED",
                          "connectionStatus": "string",
                          "connectionUuid": "string",
                          "deviceName": "CSR-Device01",
                          "deviceTypeCode": "CSR1000V",
                          "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                          "interfaceId": "123",
                          "interfaceOverlayStatus": "PROVISIONED",
                          "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                          "ipAssigned": "10.0.0.2/27",
                          "networkDetails": {
                            "array": false,
                            "bigDecimal": false,
                            "bigInteger": false,
                            "binary": false,
                            "boolean": false,
                            "containerNode": true,
                            "double": true,
                            "float": false,
                            "floatingPointNumber": false,
                            "int": false,
                            "integralNumber": false,
                            "long": false,
                            "missingNode": true,
                            "nodeType": "BINARY",
                            "null": true,
                            "number": true,
                            "object": true,
                            "pojo": true,
                            "short": true,
                            "textual": true,
                            "valueNode": false
                          },
                          "status": "PROVISIONING",
                          "throughput": "500",
                          "throughputUnit": "Mbps",
                          "vxlan": "123"
                        },
                        {
                          "aside": {
                            "array": false,
                            "bigDecimal": false,
                            "bigInteger": true,
                            "binary": true,
                            "boolean": true,
                            "containerNode": true,
                            "double": false,
                            "float": true,
                            "floatingPointNumber": false,
                            "int": true,
                            "integralNumber": false,
                            "long": true,
                            "missingNode": true,
                            "nodeType": "BOOLEAN",
                            "null": true,
                            "number": false,
                            "object": true,
                            "pojo": true,
                            "short": true,
                            "textual": true,
                            "valueNode": false
                          },
                          "category": "ROUTER",
                          "cloudProfileProvisioningStatus": "PROVISIONED",
                          "connectionStatus": "string",
                          "connectionUuid": "string",
                          "deviceName": "CSR-Device01",
                          "deviceTypeCode": "CSR1000V",
                          "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                          "interfaceId": "123",
                          "interfaceOverlayStatus": "PROVISIONED",
                          "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                          "ipAssigned": "10.0.0.2/27",
                          "networkDetails": {
                            "array": true,
                            "bigDecimal": false,
                            "bigInteger": false,
                            "binary": false,
                            "boolean": false,
                            "containerNode": false,
                            "double": false,
                            "float": false,
                            "floatingPointNumber": false,
                            "int": false,
                            "integralNumber": true,
                            "long": true,
                            "missingNode": false,
                            "nodeType": "NUMBER",
                            "null": true,
                            "number": true,
                            "object": false,
                            "pojo": false,
                            "short": false,
                            "textual": true,
                            "valueNode": true
                          },
                          "status": "PROVISIONING",
                          "throughput": "500",
                          "throughputUnit": "Mbps",
                          "vxlan": "123"
                        },
                        {
                          "aside": {
                            "array": true,
                            "bigDecimal": false,
                            "bigInteger": false,
                            "binary": false,
                            "boolean": true,
                            "containerNode": true,
                            "double": true,
                            "float": true,
                            "floatingPointNumber": false,
                            "int": true,
                            "integralNumber": false,
                            "long": true,
                            "missingNode": true,
                            "nodeType": "BOOLEAN",
                            "null": true,
                            "number": true,
                            "object": true,
                            "pojo": false,
                            "short": false,
                            "textual": true,
                            "valueNode": true
                          },
                          "category": "ROUTER",
                          "cloudProfileProvisioningStatus": "PROVISIONED",
                          "connectionStatus": "string",
                          "connectionUuid": "string",
                          "deviceName": "CSR-Device01",
                          "deviceTypeCode": "CSR1000V",
                          "deviceUUID": "9ea5a0e4-2bf7-45c2-9aa7-e846a8cd5560",
                          "interfaceId": "123",
                          "interfaceOverlayStatus": "PROVISIONED",
                          "interfaceUUID": "6d5b942a-429e-494e-87e0-993845951cf",
                          "ipAssigned": "10.0.0.2/27",
                          "networkDetails": {
                            "array": true,
                            "bigDecimal": false,
                            "bigInteger": false,
                            "binary": false,
                            "boolean": true,
                            "containerNode": true,
                            "double": true,
                            "float": true,
                            "floatingPointNumber": true,
                            "int": false,
                            "integralNumber": false,
                            "long": false,
                            "missingNode": false,
                            "nodeType": "BINARY",
                            "null": true,
                            "number": true,
                            "object": true,
                            "pojo": true,
                            "short": false,
                            "textual": true,
                            "valueNode": false
                          },
                          "status": "PROVISIONING",
                          "throughput": "500",
                          "throughputUnit": "Mbps",
                          "vxlan": "123"
                        }
                      ],
                      "metro": "Dallas",
                      "metroCode": "DA",
                      "throughput": "500",
                      "throughputUnit": "Mbps"
                    }
                  ],
                  "source": "API",
                  "status": "PROVISIONING",
                  "subnet": "10.0.0.0/27",
                  "uuid": "6ea5a0e4-2bf7-45c2-9aa7-e846a8cd5567"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "uuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "patch": {
        "tags": [
          "DeviceLink"
        ],
        "operationId": "updateLinkGroupUsingPATCH",
        "description": "The parameters and request body are for method: updateLinkGroupUsingPATCH. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "uuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "deviceLinkGroup"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "DeviceLink"
        ],
        "operationId": "deleteLinkGroupUsingDELETE",
        "description": "The parameters and request body are for method: deleteLinkGroupUsingDELETE. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "uuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ne/v1/l2/serviceprofiles/services": {
      "get": {
        "tags": [
          "Layer2ConnectionsServiceProfiles"
        ],
        "operationId": "getProfilesByMetroUsingGET",
        "description": "The parameters and request body are for method: getProfilesByMetroUsingGET. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "isLastPage": {
                      "type": "boolean"
                    },
                    "totalCount": {
                      "type": "number"
                    },
                    "isFirstPage": {
                      "type": "boolean"
                    },
                    "pageSize": {
                      "type": "number"
                    },
                    "pageNumber": {
                      "type": "number"
                    },
                    "content": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "uuid": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "authKeyLabel": {
                            "type": "string"
                          },
                          "connectionNameLabel": {
                            "type": "string"
                          },
                          "requiredRedundancy": {
                            "type": "boolean"
                          },
                          "allowCustomSpeed": {
                            "type": "boolean"
                          },
                          "speedBands": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "speed": {
                                  "type": "number"
                                },
                                "unit": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "metros": {
                            "type": "object",
                            "properties": {
                              "code": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              },
                              "ibxs": {
                                "type": "array",
                                "items": {
                                  "type": "string"
                                }
                              },
                              "inTrail": {
                                "type": "boolean"
                              },
                              "displayName": {
                                "type": "string"
                              }
                            }
                          },
                          "createdDate": {
                            "type": "string"
                          },
                          "createdBy": {
                            "type": "string"
                          },
                          "lastUpdatedDate": {
                            "type": "string"
                          },
                          "lastUpdatedBy": {
                            "type": "string"
                          },
                          "vlanSameAsPrimary": {
                            "type": "boolean"
                          },
                          "tagType": {
                            "type": "string"
                          },
                          "ctagLabel": {
                            "type": "string"
                          },
                          "apiAvailable": {
                            "type": "boolean"
                          },
                          "selfProfile": {
                            "type": "boolean"
                          },
                          "profileEncapsulation": {
                            "type": "string"
                          },
                          "authorizationKey": {
                            "type": "string"
                          },
                          "organizationName": {
                            "type": "string"
                          },
                          "private": {
                            "type": "boolean"
                          },
                          "features": {
                            "type": "object",
                            "properties": {
                              "cloudReach": {
                                "type": "boolean"
                              },
                              "testProfile": {
                                "type": "boolean"
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "isLastPage": true,
                  "totalCount": 55,
                  "isFirstPage": true,
                  "pageSize": 1000,
                  "pageNumber": 1,
                  "content": [
                    {
                      "uuid": "xxxxx191-xx70-xxxx-xx04-xxxxxxxa37xx",
                      "name": "test",
                      "authKeyLabel": "Authorization Key",
                      "connectionNameLabel": "Connection Name",
                      "requiredRedundancy": true,
                      "allowCustomSpeed": true,
                      "speedBands": [
                        {
                          "speed": 50,
                          "unit": "MB"
                        },
                        {
                          "speed": 50,
                          "unit": "MB"
                        },
                        {
                          "speed": 50,
                          "unit": "MB"
                        },
                        {
                          "speed": 50,
                          "unit": "MB"
                        },
                        {
                          "speed": 50,
                          "unit": "MB"
                        },
                        {
                          "speed": 50,
                          "unit": "MB"
                        },
                        {
                          "speed": 50,
                          "unit": "MB"
                        },
                        {
                          "speed": 50,
                          "unit": "MB"
                        },
                        {
                          "speed": 50,
                          "unit": "MB"
                        },
                        {
                          "speed": 50,
                          "unit": "MB"
                        }
                      ],
                      "metros": {
                        "code": "SV",
                        "name": "Silicon Valley",
                        "ibxs": [
                          "SV1"
                        ],
                        "inTrail": true,
                        "displayName": "Silicon Valley"
                      },
                      "createdDate": "2018-03-22T04:34:48.231Z",
                      "createdBy": "Sandbox User",
                      "lastUpdatedDate": "2018-04-03T00:30:57.055Z",
                      "lastUpdatedBy": "Sandbox User",
                      "vlanSameAsPrimary": true,
                      "tagType": "CTAGED",
                      "ctagLabel": "Seller-Side C-Tag",
                      "apiAvailable": true,
                      "selfProfile": false,
                      "profileEncapsulation": "Dot1q",
                      "authorizationKey": "535235",
                      "organizationName": "Equinix-ADMIN",
                      "private": false,
                      "features": {
                        "cloudReach": true,
                        "testProfile": true
                      }
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "metroCode",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageNumber",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageSize",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ne/v1/l2/serviceprofiles/services/{uuid}": {
      "get": {
        "tags": [
          "Layer2ConnectionsServiceProfiles"
        ],
        "operationId": "getProfileByIdUsingGET",
        "description": "The parameters and request body are for method: getProfileByIdUsingGET. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "isLastPage": {
                      "type": "boolean"
                    },
                    "totalCount": {
                      "type": "number"
                    },
                    "isFirstPage": {
                      "type": "boolean"
                    },
                    "pageSize": {
                      "type": "number"
                    },
                    "pageNumber": {
                      "type": "number"
                    },
                    "content": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "uuid": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "authKeyLabel": {
                            "type": "string"
                          },
                          "connectionNameLabel": {
                            "type": "string"
                          },
                          "requiredRedundancy": {
                            "type": "boolean"
                          },
                          "allowCustomSpeed": {
                            "type": "boolean"
                          },
                          "speedBands": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "speed": {
                                  "type": "number"
                                },
                                "unit": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "metros": {
                            "type": "object",
                            "properties": {
                              "code": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              },
                              "ibxs": {
                                "type": "array",
                                "items": {
                                  "type": "string"
                                }
                              },
                              "inTrail": {
                                "type": "boolean"
                              },
                              "displayName": {
                                "type": "string"
                              }
                            }
                          },
                          "createdDate": {
                            "type": "string"
                          },
                          "createdBy": {
                            "type": "string"
                          },
                          "lastUpdatedDate": {
                            "type": "string"
                          },
                          "lastUpdatedBy": {
                            "type": "string"
                          },
                          "vlanSameAsPrimary": {
                            "type": "boolean"
                          },
                          "tagType": {
                            "type": "string"
                          },
                          "ctagLabel": {
                            "type": "string"
                          },
                          "apiAvailable": {
                            "type": "boolean"
                          },
                          "selfProfile": {
                            "type": "boolean"
                          },
                          "profileEncapsulation": {
                            "type": "string"
                          },
                          "authorizationKey": {
                            "type": "string"
                          },
                          "organizationName": {
                            "type": "string"
                          },
                          "private": {
                            "type": "boolean"
                          },
                          "features": {
                            "type": "object",
                            "properties": {
                              "cloudReach": {
                                "type": "boolean"
                              },
                              "testProfile": {
                                "type": "boolean"
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "isLastPage": true,
                  "totalCount": 55,
                  "isFirstPage": true,
                  "pageSize": 1000,
                  "pageNumber": 1,
                  "content": [
                    {
                      "uuid": "xxxxx191-xx70-xxxx-xx04-xxxxxxxa37xx",
                      "name": "test",
                      "authKeyLabel": "Authorization Key",
                      "connectionNameLabel": "Connection Name",
                      "requiredRedundancy": true,
                      "allowCustomSpeed": false,
                      "speedBands": [
                        {
                          "speed": 50,
                          "unit": "MB"
                        },
                        {
                          "speed": 50,
                          "unit": "MB"
                        },
                        {
                          "speed": 50,
                          "unit": "MB"
                        },
                        {
                          "speed": 50,
                          "unit": "MB"
                        },
                        {
                          "speed": 50,
                          "unit": "MB"
                        },
                        {
                          "speed": 50,
                          "unit": "MB"
                        },
                        {
                          "speed": 50,
                          "unit": "MB"
                        },
                        {
                          "speed": 50,
                          "unit": "MB"
                        },
                        {
                          "speed": 50,
                          "unit": "MB"
                        }
                      ],
                      "metros": {
                        "code": "SV",
                        "name": "Silicon Valley",
                        "ibxs": [
                          "SV1",
                          "SV1",
                          "SV1"
                        ],
                        "inTrail": false,
                        "displayName": "Silicon Valley"
                      },
                      "createdDate": "2018-03-22T04:34:48.231Z",
                      "createdBy": "Sandbox User",
                      "lastUpdatedDate": "2018-04-03T00:30:57.055Z",
                      "lastUpdatedBy": "Sandbox User",
                      "vlanSameAsPrimary": false,
                      "tagType": "CTAGED",
                      "ctagLabel": "Seller-Side C-Tag",
                      "apiAvailable": true,
                      "selfProfile": false,
                      "profileEncapsulation": "Dot1q",
                      "authorizationKey": "535235",
                      "organizationName": "Equinix-ADMIN",
                      "private": true,
                      "features": {
                        "cloudReach": true,
                        "testProfile": true
                      }
                    },
                    {
                      "uuid": "xxxxx191-xx70-xxxx-xx04-xxxxxxxa37xx",
                      "name": "test",
                      "authKeyLabel": "Authorization Key",
                      "connectionNameLabel": "Connection Name",
                      "requiredRedundancy": false,
                      "allowCustomSpeed": true,
                      "speedBands": [
                        {
                          "speed": 50,
                          "unit": "MB"
                        },
                        {
                          "speed": 50,
                          "unit": "MB"
                        },
                        {
                          "speed": 50,
                          "unit": "MB"
                        },
                        {
                          "speed": 50,
                          "unit": "MB"
                        }
                      ],
                      "metros": {
                        "code": "SV",
                        "name": "Silicon Valley",
                        "ibxs": [
                          "SV1",
                          "SV1",
                          "SV1",
                          "SV1",
                          "SV1",
                          "SV1",
                          "SV1",
                          "SV1",
                          "SV1",
                          "SV1"
                        ],
                        "inTrail": true,
                        "displayName": "Silicon Valley"
                      },
                      "createdDate": "2018-03-22T04:34:48.231Z",
                      "createdBy": "Sandbox User",
                      "lastUpdatedDate": "2018-04-03T00:30:57.055Z",
                      "lastUpdatedBy": "Sandbox User",
                      "vlanSameAsPrimary": true,
                      "tagType": "CTAGED",
                      "ctagLabel": "Seller-Side C-Tag",
                      "apiAvailable": true,
                      "selfProfile": true,
                      "profileEncapsulation": "Dot1q",
                      "authorizationKey": "535235",
                      "organizationName": "Equinix-ADMIN",
                      "private": false,
                      "features": {
                        "cloudReach": true,
                        "testProfile": true
                      }
                    },
                    {
                      "uuid": "xxxxx191-xx70-xxxx-xx04-xxxxxxxa37xx",
                      "name": "test",
                      "authKeyLabel": "Authorization Key",
                      "connectionNameLabel": "Connection Name",
                      "requiredRedundancy": false,
                      "allowCustomSpeed": false,
                      "speedBands": [
                        {
                          "speed": 50,
                          "unit": "MB"
                        },
                        {
                          "speed": 50,
                          "unit": "MB"
                        },
                        {
                          "speed": 50,
                          "unit": "MB"
                        },
                        {
                          "speed": 50,
                          "unit": "MB"
                        },
                        {
                          "speed": 50,
                          "unit": "MB"
                        },
                        {
                          "speed": 50,
                          "unit": "MB"
                        },
                        {
                          "speed": 50,
                          "unit": "MB"
                        },
                        {
                          "speed": 50,
                          "unit": "MB"
                        }
                      ],
                      "metros": {
                        "code": "SV",
                        "name": "Silicon Valley",
                        "ibxs": [
                          "SV1",
                          "SV1",
                          "SV1",
                          "SV1"
                        ],
                        "inTrail": false,
                        "displayName": "Silicon Valley"
                      },
                      "createdDate": "2018-03-22T04:34:48.231Z",
                      "createdBy": "Sandbox User",
                      "lastUpdatedDate": "2018-04-03T00:30:57.055Z",
                      "lastUpdatedBy": "Sandbox User",
                      "vlanSameAsPrimary": false,
                      "tagType": "CTAGED",
                      "ctagLabel": "Seller-Side C-Tag",
                      "apiAvailable": false,
                      "selfProfile": true,
                      "profileEncapsulation": "Dot1q",
                      "authorizationKey": "535235",
                      "organizationName": "Equinix-ADMIN",
                      "private": true,
                      "features": {
                        "cloudReach": true,
                        "testProfile": true
                      }
                    },
                    {
                      "uuid": "xxxxx191-xx70-xxxx-xx04-xxxxxxxa37xx",
                      "name": "test",
                      "authKeyLabel": "Authorization Key",
                      "connectionNameLabel": "Connection Name",
                      "requiredRedundancy": false,
                      "allowCustomSpeed": true,
                      "speedBands": [
                        {
                          "speed": 50,
                          "unit": "MB"
                        },
                        {
                          "speed": 50,
                          "unit": "MB"
                        },
                        {
                          "speed": 50,
                          "unit": "MB"
                        },
                        {
                          "speed": 50,
                          "unit": "MB"
                        },
                        {
                          "speed": 50,
                          "unit": "MB"
                        }
                      ],
                      "metros": {
                        "code": "SV",
                        "name": "Silicon Valley",
                        "ibxs": [
                          "SV1",
                          "SV1",
                          "SV1",
                          "SV1",
                          "SV1",
                          "SV1",
                          "SV1",
                          "SV1",
                          "SV1",
                          "SV1"
                        ],
                        "inTrail": true,
                        "displayName": "Silicon Valley"
                      },
                      "createdDate": "2018-03-22T04:34:48.231Z",
                      "createdBy": "Sandbox User",
                      "lastUpdatedDate": "2018-04-03T00:30:57.055Z",
                      "lastUpdatedBy": "Sandbox User",
                      "vlanSameAsPrimary": true,
                      "tagType": "CTAGED",
                      "ctagLabel": "Seller-Side C-Tag",
                      "apiAvailable": false,
                      "selfProfile": true,
                      "profileEncapsulation": "Dot1q",
                      "authorizationKey": "535235",
                      "organizationName": "Equinix-ADMIN",
                      "private": true,
                      "features": {
                        "cloudReach": true,
                        "testProfile": true
                      }
                    },
                    {
                      "uuid": "xxxxx191-xx70-xxxx-xx04-xxxxxxxa37xx",
                      "name": "test",
                      "authKeyLabel": "Authorization Key",
                      "connectionNameLabel": "Connection Name",
                      "requiredRedundancy": false,
                      "allowCustomSpeed": true,
                      "speedBands": [
                        {
                          "speed": 50,
                          "unit": "MB"
                        },
                        {
                          "speed": 50,
                          "unit": "MB"
                        },
                        {
                          "speed": 50,
                          "unit": "MB"
                        },
                        {
                          "speed": 50,
                          "unit": "MB"
                        },
                        {
                          "speed": 50,
                          "unit": "MB"
                        },
                        {
                          "speed": 50,
                          "unit": "MB"
                        },
                        {
                          "speed": 50,
                          "unit": "MB"
                        },
                        {
                          "speed": 50,
                          "unit": "MB"
                        }
                      ],
                      "metros": {
                        "code": "SV",
                        "name": "Silicon Valley",
                        "ibxs": [
                          "SV1",
                          "SV1",
                          "SV1",
                          "SV1",
                          "SV1",
                          "SV1",
                          "SV1"
                        ],
                        "inTrail": true,
                        "displayName": "Silicon Valley"
                      },
                      "createdDate": "2018-03-22T04:34:48.231Z",
                      "createdBy": "Sandbox User",
                      "lastUpdatedDate": "2018-04-03T00:30:57.055Z",
                      "lastUpdatedBy": "Sandbox User",
                      "vlanSameAsPrimary": false,
                      "tagType": "CTAGED",
                      "ctagLabel": "Seller-Side C-Tag",
                      "apiAvailable": true,
                      "selfProfile": false,
                      "profileEncapsulation": "Dot1q",
                      "authorizationKey": "535235",
                      "organizationName": "Equinix-ADMIN",
                      "private": true,
                      "features": {
                        "cloudReach": true,
                        "testProfile": true
                      }
                    },
                    {
                      "uuid": "xxxxx191-xx70-xxxx-xx04-xxxxxxxa37xx",
                      "name": "test",
                      "authKeyLabel": "Authorization Key",
                      "connectionNameLabel": "Connection Name",
                      "requiredRedundancy": false,
                      "allowCustomSpeed": false,
                      "speedBands": [
                        {
                          "speed": 50,
                          "unit": "MB"
                        },
                        {
                          "speed": 50,
                          "unit": "MB"
                        },
                        {
                          "speed": 50,
                          "unit": "MB"
                        },
                        {
                          "speed": 50,
                          "unit": "MB"
                        },
                        {
                          "speed": 50,
                          "unit": "MB"
                        },
                        {
                          "speed": 50,
                          "unit": "MB"
                        },
                        {
                          "speed": 50,
                          "unit": "MB"
                        },
                        {
                          "speed": 50,
                          "unit": "MB"
                        },
                        {
                          "speed": 50,
                          "unit": "MB"
                        },
                        {
                          "speed": 50,
                          "unit": "MB"
                        }
                      ],
                      "metros": {
                        "code": "SV",
                        "name": "Silicon Valley",
                        "ibxs": [
                          "SV1",
                          "SV1",
                          "SV1",
                          "SV1",
                          "SV1",
                          "SV1",
                          "SV1",
                          "SV1",
                          "SV1",
                          "SV1"
                        ],
                        "inTrail": false,
                        "displayName": "Silicon Valley"
                      },
                      "createdDate": "2018-03-22T04:34:48.231Z",
                      "createdBy": "Sandbox User",
                      "lastUpdatedDate": "2018-04-03T00:30:57.055Z",
                      "lastUpdatedBy": "Sandbox User",
                      "vlanSameAsPrimary": true,
                      "tagType": "CTAGED",
                      "ctagLabel": "Seller-Side C-Tag",
                      "apiAvailable": true,
                      "selfProfile": true,
                      "profileEncapsulation": "Dot1q",
                      "authorizationKey": "535235",
                      "organizationName": "Equinix-ADMIN",
                      "private": true,
                      "features": {
                        "cloudReach": true,
                        "testProfile": true
                      }
                    },
                    {
                      "uuid": "xxxxx191-xx70-xxxx-xx04-xxxxxxxa37xx",
                      "name": "test",
                      "authKeyLabel": "Authorization Key",
                      "connectionNameLabel": "Connection Name",
                      "requiredRedundancy": true,
                      "allowCustomSpeed": false,
                      "speedBands": [
                        {
                          "speed": 50,
                          "unit": "MB"
                        },
                        {
                          "speed": 50,
                          "unit": "MB"
                        },
                        {
                          "speed": 50,
                          "unit": "MB"
                        },
                        {
                          "speed": 50,
                          "unit": "MB"
                        },
                        {
                          "speed": 50,
                          "unit": "MB"
                        },
                        {
                          "speed": 50,
                          "unit": "MB"
                        },
                        {
                          "speed": 50,
                          "unit": "MB"
                        },
                        {
                          "speed": 50,
                          "unit": "MB"
                        },
                        {
                          "speed": 50,
                          "unit": "MB"
                        },
                        {
                          "speed": 50,
                          "unit": "MB"
                        }
                      ],
                      "metros": {
                        "code": "SV",
                        "name": "Silicon Valley",
                        "ibxs": [
                          "SV1"
                        ],
                        "inTrail": false,
                        "displayName": "Silicon Valley"
                      },
                      "createdDate": "2018-03-22T04:34:48.231Z",
                      "createdBy": "Sandbox User",
                      "lastUpdatedDate": "2018-04-03T00:30:57.055Z",
                      "lastUpdatedBy": "Sandbox User",
                      "vlanSameAsPrimary": false,
                      "tagType": "CTAGED",
                      "ctagLabel": "Seller-Side C-Tag",
                      "apiAvailable": true,
                      "selfProfile": false,
                      "profileEncapsulation": "Dot1q",
                      "authorizationKey": "535235",
                      "organizationName": "Equinix-ADMIN",
                      "private": false,
                      "features": {
                        "cloudReach": true,
                        "testProfile": false
                      }
                    },
                    {
                      "uuid": "xxxxx191-xx70-xxxx-xx04-xxxxxxxa37xx",
                      "name": "test",
                      "authKeyLabel": "Authorization Key",
                      "connectionNameLabel": "Connection Name",
                      "requiredRedundancy": true,
                      "allowCustomSpeed": false,
                      "speedBands": [
                        {
                          "speed": 50,
                          "unit": "MB"
                        },
                        {
                          "speed": 50,
                          "unit": "MB"
                        },
                        {
                          "speed": 50,
                          "unit": "MB"
                        },
                        {
                          "speed": 50,
                          "unit": "MB"
                        },
                        {
                          "speed": 50,
                          "unit": "MB"
                        },
                        {
                          "speed": 50,
                          "unit": "MB"
                        },
                        {
                          "speed": 50,
                          "unit": "MB"
                        },
                        {
                          "speed": 50,
                          "unit": "MB"
                        }
                      ],
                      "metros": {
                        "code": "SV",
                        "name": "Silicon Valley",
                        "ibxs": [
                          "SV1",
                          "SV1",
                          "SV1",
                          "SV1",
                          "SV1",
                          "SV1",
                          "SV1"
                        ],
                        "inTrail": false,
                        "displayName": "Silicon Valley"
                      },
                      "createdDate": "2018-03-22T04:34:48.231Z",
                      "createdBy": "Sandbox User",
                      "lastUpdatedDate": "2018-04-03T00:30:57.055Z",
                      "lastUpdatedBy": "Sandbox User",
                      "vlanSameAsPrimary": false,
                      "tagType": "CTAGED",
                      "ctagLabel": "Seller-Side C-Tag",
                      "apiAvailable": false,
                      "selfProfile": true,
                      "profileEncapsulation": "Dot1q",
                      "authorizationKey": "535235",
                      "organizationName": "Equinix-ADMIN",
                      "private": true,
                      "features": {
                        "cloudReach": true,
                        "testProfile": true
                      }
                    },
                    {
                      "uuid": "xxxxx191-xx70-xxxx-xx04-xxxxxxxa37xx",
                      "name": "test",
                      "authKeyLabel": "Authorization Key",
                      "connectionNameLabel": "Connection Name",
                      "requiredRedundancy": false,
                      "allowCustomSpeed": true,
                      "speedBands": [
                        {
                          "speed": 50,
                          "unit": "MB"
                        },
                        {
                          "speed": 50,
                          "unit": "MB"
                        }
                      ],
                      "metros": {
                        "code": "SV",
                        "name": "Silicon Valley",
                        "ibxs": [
                          "SV1",
                          "SV1",
                          "SV1"
                        ],
                        "inTrail": false,
                        "displayName": "Silicon Valley"
                      },
                      "createdDate": "2018-03-22T04:34:48.231Z",
                      "createdBy": "Sandbox User",
                      "lastUpdatedDate": "2018-04-03T00:30:57.055Z",
                      "lastUpdatedBy": "Sandbox User",
                      "vlanSameAsPrimary": false,
                      "tagType": "CTAGED",
                      "ctagLabel": "Seller-Side C-Tag",
                      "apiAvailable": false,
                      "selfProfile": false,
                      "profileEncapsulation": "Dot1q",
                      "authorizationKey": "535235",
                      "organizationName": "Equinix-ADMIN",
                      "private": true,
                      "features": {
                        "cloudReach": true,
                        "testProfile": false
                      }
                    },
                    {
                      "uuid": "xxxxx191-xx70-xxxx-xx04-xxxxxxxa37xx",
                      "name": "test",
                      "authKeyLabel": "Authorization Key",
                      "connectionNameLabel": "Connection Name",
                      "requiredRedundancy": true,
                      "allowCustomSpeed": false,
                      "speedBands": [
                        {
                          "speed": 50,
                          "unit": "MB"
                        },
                        {
                          "speed": 50,
                          "unit": "MB"
                        },
                        {
                          "speed": 50,
                          "unit": "MB"
                        }
                      ],
                      "metros": {
                        "code": "SV",
                        "name": "Silicon Valley",
                        "ibxs": [
                          "SV1",
                          "SV1",
                          "SV1",
                          "SV1"
                        ],
                        "inTrail": false,
                        "displayName": "Silicon Valley"
                      },
                      "createdDate": "2018-03-22T04:34:48.231Z",
                      "createdBy": "Sandbox User",
                      "lastUpdatedDate": "2018-04-03T00:30:57.055Z",
                      "lastUpdatedBy": "Sandbox User",
                      "vlanSameAsPrimary": true,
                      "tagType": "CTAGED",
                      "ctagLabel": "Seller-Side C-Tag",
                      "apiAvailable": false,
                      "selfProfile": false,
                      "profileEncapsulation": "Dot1q",
                      "authorizationKey": "535235",
                      "organizationName": "Equinix-ADMIN",
                      "private": false,
                      "features": {
                        "cloudReach": true,
                        "testProfile": true
                      }
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "uuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ne/v1/l2/connections/validateAuthorizationKey": {
      "get": {
        "tags": [
          "Layer2ConnectionsServiceProfiles"
        ],
        "operationId": "validateAuthorizationKeyUsingGET",
        "description": "The parameters and request body are for method: validateAuthorizationKeyUsingGET. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "message": {
                      "type": "string"
                    },
                    "status": {
                      "type": "string"
                    },
                    "primary": {
                      "type": "object",
                      "properties": {
                        "bandwidth": {
                          "type": "string"
                        }
                      }
                    },
                    "secondary": {
                      "type": "object",
                      "properties": {
                        "bandwidth": {
                          "type": "string"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "message": "Authorization key provided is valid",
                  "status": "VALID",
                  "primary": {
                    "bandwidth": "50MB"
                  },
                  "secondary": {
                    "bandwidth": "50MB"
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "authorizationKey",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "metroCode",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "profileId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "region",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ne/v1/l2/connections": {
      "post": {
        "tags": [
          "Layer2ConnectionsServiceProfiles"
        ],
        "operationId": "createConnectionUsingPOST",
        "description": "The parameters and request body are for method: createConnectionUsingPOST. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "message": {
                      "type": "string"
                    },
                    "primaryConnectionId": {
                      "type": "string"
                    },
                    "secondaryConnectionId": {
                      "type": "string"
                    },
                    "status": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "message": "Connection created successfully",
                  "primaryConnectionId": "xxxxx191-xx70-xxxx-xx04-xxxxxxxa37xx",
                  "secondaryConnectionId": "xxxxx191-xx70-xxxx-xx04-xxxxxxxa37xx",
                  "status": "SUCCESS"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "request"
            }
          }
        }
      }
    },
    "/ne/v1/l2/connections/{uuid}": {
      "patch": {
        "tags": [
          "Layer2ConnectionsServiceProfiles"
        ],
        "operationId": "performUserActionUsingPATCH",
        "description": "The parameters and request body are for method: performUserActionUsingPATCH. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "message": {
                      "type": "string"
                    },
                    "primaryConnectionId": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "message": "Message",
                  "primaryConnectionId": "xxxxx191-xx70-xxxx-xx04-xxxxxxxa37xx"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "uuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uuid",
              "type": "string"
            }
          },
          {
            "name": "action",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "request"
            }
          }
        }
      },
      "get": {
        "tags": [
          "Layer2ConnectionsServiceProfiles"
        ],
        "operationId": "getConnectionByUuidUsingGET",
        "description": "The parameters and request body are for method: getConnectionByUuidUsingGET. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "buyerOrganizationName": {
                      "type": "string"
                    },
                    "uuid": {
                      "type": "string"
                    },
                    "name": {
                      "type": "string"
                    },
                    "vlanSTag": {
                      "type": "number"
                    },
                    "portUUID": {
                      "type": "string"
                    },
                    "portName": {
                      "type": "string"
                    },
                    "asideEncapsulation": {
                      "type": "string"
                    },
                    "metroCode": {
                      "type": "string"
                    },
                    "metroDescription": {
                      "type": "string"
                    },
                    "providerStatus": {
                      "type": "string"
                    },
                    "status": {
                      "type": "string"
                    },
                    "billingTier": {
                      "type": "string"
                    },
                    "authorizationKey": {
                      "type": "string"
                    },
                    "speed": {
                      "type": "number"
                    },
                    "speedUnit": {
                      "type": "string"
                    },
                    "redundancyType": {
                      "type": "string"
                    },
                    "redundancyGroup": {
                      "type": "string"
                    },
                    "sellerMetroCode": {
                      "type": "string"
                    },
                    "sellerMetroDescription": {
                      "type": "string"
                    },
                    "sellerServiceName": {
                      "type": "string"
                    },
                    "sellerServiceUUID": {
                      "type": "string"
                    },
                    "sellerOrganizationName": {
                      "type": "string"
                    },
                    "notifications": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "purchaseOrderNumber": {
                      "type": "string"
                    },
                    "namedTag": {
                      "type": "string"
                    },
                    "createdDate": {
                      "type": "string"
                    },
                    "createdBy": {
                      "type": "string"
                    },
                    "createdByFullName": {
                      "type": "string"
                    },
                    "createdByEmail": {
                      "type": "string"
                    },
                    "lastUpdatedBy": {
                      "type": "string"
                    },
                    "lastUpdatedDate": {
                      "type": "string"
                    },
                    "lastUpdatedByFullName": {
                      "type": "string"
                    },
                    "lastUpdatedByEmail": {
                      "type": "string"
                    },
                    "zSidePortName": {
                      "type": "string"
                    },
                    "zSidePortUUID": {
                      "type": "string"
                    },
                    "zSideVlanCTag": {
                      "type": "number"
                    },
                    "zSideVlanSTag": {
                      "type": "number"
                    },
                    "remote": {
                      "type": "boolean"
                    },
                    "private": {
                      "type": "string"
                    },
                    "self": {
                      "type": "string"
                    },
                    "redundantUuid": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "buyerOrganizationName": "Forsythe Solutions Group, Inc.",
                  "uuid": "xxxxx191-xx70-xxxx-xx04-xxxxxxxa37xx",
                  "name": "Test-123",
                  "vlanSTag": 1015,
                  "portUUID": "xxxxx191-xx70-xxxx-xx04-xxxxxxxa37xx",
                  "portName": "TEST-CH2-CX-SEC-01",
                  "asideEncapsulation": "dot1q",
                  "metroCode": "CH",
                  "metroDescription": "Chicago",
                  "providerStatus": "PROVISIONED",
                  "status": "PROVISIONED",
                  "billingTier": "Up to 500MB",
                  "authorizationKey": "xxxxx191-xx70-xxxx-xx04-xxxxxxxa37xx",
                  "speed": 500,
                  "speedUnit": "MB",
                  "redundancyType": "secondary",
                  "redundancyGroup": "xxxxx191-xx70-xxxx-xx04-xxxxxxxa37xx",
                  "sellerMetroCode": "CH",
                  "sellerMetroDescription": "Chicago",
                  "sellerServiceName": "XYZ Cloud Service",
                  "sellerServiceUUID": "xxxxx191-xx70-xxxx-xx04-xxxxxxxa37xx",
                  "sellerOrganizationName": "EQUINIX-CLOUD-EXCHANGE",
                  "notifications": [
                    "sandboxuser@example-company.com, sandboxuser@example-company.com",
                    "sandboxuser@example-company.com, sandboxuser@example-company.com"
                  ],
                  "purchaseOrderNumber": "O-1234567890",
                  "namedTag": "Private",
                  "createdDate": "2017-09-26T22:46:24.312Z",
                  "createdBy": "sandboxuser@example-company.com",
                  "createdByFullName": "Sandbox User",
                  "createdByEmail": "sandboxuser@example-company.com",
                  "lastUpdatedBy": "sandboxuser@example-company.com",
                  "lastUpdatedDate": "2017-09-26T23:01:46Z",
                  "lastUpdatedByFullName": "Sandbox User",
                  "lastUpdatedByEmail": "sandboxuser@example-company.com",
                  "zSidePortName": "TEST-CHG-06GMR-Tes-2-TES-C",
                  "zSidePortUUID": "xxxxx191-xx70-xxxx-xx04-xxxxxxxa37xx",
                  "zSideVlanCTag": 515,
                  "zSideVlanSTag": 2,
                  "remote": true,
                  "private": "false,",
                  "self": "false,",
                  "redundantUuid": "xxxxx191-xx70-xxxx-xx04-xxxxxxxa37xx"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "uuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Layer2ConnectionsServiceProfiles"
        ],
        "operationId": "deleteConnectionUsingDELETE",
        "description": "The parameters and request body are for method: deleteConnectionUsingDELETE. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "message": {
                      "type": "string"
                    },
                    "primaryConnectionId": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "message": "Message",
                  "primaryConnectionId": "xxxxx191-xx70-xxxx-xx04-xxxxxxxa37xx"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "uuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ne/v1/bgp": {
      "post": {
        "tags": [
          "BGP"
        ],
        "operationId": "addBgpConfigurationUsingPOST",
        "description": "The parameters and request body are for method: addBgpConfigurationUsingPOST. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "uuid": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "uuid": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "request"
            }
          }
        }
      },
      "get": {
        "tags": [
          "BGP"
        ],
        "operationId": "getBgpConfigurationsUsingGET",
        "description": "The parameters and request body are for method: getBgpConfigurationsUsingGET. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "authenticationKey": {
                      "type": "string"
                    },
                    "connectionUuid": {
                      "type": "string"
                    },
                    "createdBy": {
                      "type": "string"
                    },
                    "createdByEmail": {
                      "type": "string"
                    },
                    "createdByFullName": {
                      "type": "string"
                    },
                    "createdDate": {
                      "type": "string"
                    },
                    "deletedBy": {
                      "type": "string"
                    },
                    "deletedByEmail": {
                      "type": "string"
                    },
                    "deletedByFullName": {
                      "type": "string"
                    },
                    "deletedDate": {
                      "type": "string"
                    },
                    "lastUpdatedBy": {
                      "type": "string"
                    },
                    "lastUpdatedByEmail": {
                      "type": "string"
                    },
                    "lastUpdatedByFullName": {
                      "type": "string"
                    },
                    "lastUpdatedDate": {
                      "type": "string"
                    },
                    "localAsn": {
                      "type": "number"
                    },
                    "localIpAddress": {
                      "type": "string"
                    },
                    "provisioningStatus": {
                      "type": "string"
                    },
                    "remoteAsn": {
                      "type": "number"
                    },
                    "remoteIpAddress": {
                      "type": "string"
                    },
                    "state": {
                      "type": "string"
                    },
                    "uuid": {
                      "type": "string"
                    },
                    "virtualDeviceUuid": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "authenticationKey": "string",
                  "connectionUuid": "string",
                  "createdBy": "string",
                  "createdByEmail": "string",
                  "createdByFullName": "string",
                  "createdDate": "string",
                  "deletedBy": "string",
                  "deletedByEmail": "string",
                  "deletedByFullName": "string",
                  "deletedDate": "string",
                  "lastUpdatedBy": "string",
                  "lastUpdatedByEmail": "string",
                  "lastUpdatedByFullName": "string",
                  "lastUpdatedDate": "string",
                  "localAsn": 8,
                  "localIpAddress": "string",
                  "provisioningStatus": "string",
                  "remoteAsn": 4,
                  "remoteIpAddress": "string",
                  "state": "string",
                  "uuid": "string",
                  "virtualDeviceUuid": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "virtualDeviceUuid",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "connectionUuid",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "status",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "accountUcmId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ne/v1/bgp/{uuid}": {
      "put": {
        "tags": [
          "BGP"
        ],
        "operationId": "updateBgpConfigurationUsingPUT",
        "description": "The parameters and request body are for method: updateBgpConfigurationUsingPUT. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "uuid": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "uuid": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "uuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "request"
            }
          }
        }
      },
      "get": {
        "tags": [
          "BGP"
        ],
        "operationId": "getBgpConfigurationUsingGET",
        "description": "The parameters and request body are for method: getBgpConfigurationUsingGET. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "authenticationKey": {
                      "type": "string"
                    },
                    "connectionUuid": {
                      "type": "string"
                    },
                    "createdBy": {
                      "type": "string"
                    },
                    "createdByEmail": {
                      "type": "string"
                    },
                    "createdByFullName": {
                      "type": "string"
                    },
                    "createdDate": {
                      "type": "string"
                    },
                    "deletedBy": {
                      "type": "string"
                    },
                    "deletedByEmail": {
                      "type": "string"
                    },
                    "deletedByFullName": {
                      "type": "string"
                    },
                    "deletedDate": {
                      "type": "string"
                    },
                    "lastUpdatedBy": {
                      "type": "string"
                    },
                    "lastUpdatedByEmail": {
                      "type": "string"
                    },
                    "lastUpdatedByFullName": {
                      "type": "string"
                    },
                    "lastUpdatedDate": {
                      "type": "string"
                    },
                    "localAsn": {
                      "type": "number"
                    },
                    "localIpAddress": {
                      "type": "string"
                    },
                    "provisioningStatus": {
                      "type": "string"
                    },
                    "remoteAsn": {
                      "type": "number"
                    },
                    "remoteIpAddress": {
                      "type": "string"
                    },
                    "state": {
                      "type": "string"
                    },
                    "uuid": {
                      "type": "string"
                    },
                    "virtualDeviceUuid": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "authenticationKey": "string",
                  "connectionUuid": "string",
                  "createdBy": "string",
                  "createdByEmail": "string",
                  "createdByFullName": "string",
                  "createdDate": "string",
                  "deletedBy": "string",
                  "deletedByEmail": "string",
                  "deletedByFullName": "string",
                  "deletedDate": "string",
                  "lastUpdatedBy": "string",
                  "lastUpdatedByEmail": "string",
                  "lastUpdatedByFullName": "string",
                  "lastUpdatedDate": "string",
                  "localAsn": 7,
                  "localIpAddress": "string",
                  "provisioningStatus": "string",
                  "remoteAsn": 3,
                  "remoteIpAddress": "string",
                  "state": "string",
                  "uuid": "string",
                  "virtualDeviceUuid": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "uuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ne/v1/vpn": {
      "post": {
        "tags": [
          "VPN"
        ],
        "operationId": "createVpnUsingPOST",
        "description": "The parameters and request body are for method: createVpnUsingPOST. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "request"
            }
          }
        }
      },
      "get": {
        "tags": [
          "VPN"
        ],
        "operationId": "getVpnsUsingGET",
        "description": "The parameters and request body are for method: getVpnsUsingGET. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "pagination": {
                      "type": "object",
                      "properties": {
                        "offset": {
                          "type": "number"
                        },
                        "limit": {
                          "type": "number"
                        },
                        "total": {
                          "type": "number"
                        }
                      }
                    },
                    "data": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "siteName": {
                            "type": "string"
                          },
                          "uuid": {
                            "type": "string"
                          },
                          "virtualDeviceUuid": {
                            "type": "string"
                          },
                          "configName": {
                            "type": "string"
                          },
                          "status": {
                            "type": "string"
                          },
                          "peerIp": {
                            "type": "string"
                          },
                          "peerSharedKey": {
                            "type": "string"
                          },
                          "remoteAsn": {
                            "type": "number"
                          },
                          "remoteIpAddress": {
                            "type": "string"
                          },
                          "password": {
                            "type": "string"
                          },
                          "localAsn": {
                            "type": "number"
                          },
                          "tunnelIp": {
                            "type": "string"
                          },
                          "bgpState": {
                            "type": "string"
                          },
                          "inboundBytes": {
                            "type": "string"
                          },
                          "inboundPackets": {
                            "type": "string"
                          },
                          "outboundBytes": {
                            "type": "string"
                          },
                          "outboundPackets": {
                            "type": "string"
                          },
                          "tunnelStatus": {
                            "type": "string"
                          },
                          "custOrgId": {
                            "type": "number"
                          },
                          "createdDate": {
                            "type": "string"
                          },
                          "createdByFirstName": {
                            "type": "string"
                          },
                          "createdByLastName": {
                            "type": "string"
                          },
                          "createdByEmail": {
                            "type": "string"
                          },
                          "createdByUserKey": {
                            "type": "number"
                          },
                          "createdByAccountUcmId": {
                            "type": "number"
                          },
                          "createdByUserName": {
                            "type": "string"
                          },
                          "createdByCustOrgId": {
                            "type": "number"
                          },
                          "createdByCustOrgName": {
                            "type": "string"
                          },
                          "createdByUserStatus": {
                            "type": "string"
                          },
                          "createdByCompanyName": {
                            "type": "string"
                          },
                          "lastUpdatedDate": {
                            "type": "string"
                          },
                          "updatedByFirstName": {
                            "type": "string"
                          },
                          "updatedByLastName": {
                            "type": "string"
                          },
                          "updatedByEmail": {
                            "type": "string"
                          },
                          "updatedByUserKey": {
                            "type": "number"
                          },
                          "updatedByAccountUcmId": {
                            "type": "number"
                          },
                          "updatedByUserName": {
                            "type": "string"
                          },
                          "updatedByCustOrgId": {
                            "type": "number"
                          },
                          "updatedByCustOrgName": {
                            "type": "string"
                          },
                          "updatedByUserStatus": {
                            "type": "string"
                          },
                          "updatedByCompanyName": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "pagination": {
                    "offset": 8,
                    "limit": 20,
                    "total": 1
                  },
                  "data": [
                    {
                      "siteName": "Chicago",
                      "uuid": "877a3aa2-c49a-4af1-98a6-007424e737ae",
                      "virtualDeviceUuid": "f79eead8-b837-41d3-9095-9b15c2c4996d",
                      "configName": "Traffic from AWS cloud",
                      "status": "PROVISIONED",
                      "peerIp": "110.11.12.222",
                      "peerSharedKey": "5bb2424e888bd",
                      "remoteAsn": 65413,
                      "remoteIpAddress": "100.210.1.31",
                      "password": "pass123",
                      "localAsn": 65414,
                      "tunnelIp": "192.168.7.2/30",
                      "bgpState": "ESTABLISHED",
                      "inboundBytes": "8780",
                      "inboundPackets": "8780",
                      "outboundBytes": "8765",
                      "outboundPackets": "8765",
                      "tunnelStatus": "UP",
                      "custOrgId": 65555,
                      "createdDate": "2018-05-18 06:34:26",
                      "createdByFirstName": "John",
                      "createdByLastName": "Smith",
                      "createdByEmail": "alpha@beta.com",
                      "createdByUserKey": 123,
                      "createdByAccountUcmId": 456,
                      "createdByUserName": "jsmith",
                      "createdByCustOrgId": 7863,
                      "createdByCustOrgName": "My Awesome Org",
                      "createdByUserStatus": "ACTIVATED",
                      "createdByCompanyName": "My Awesome Company",
                      "lastUpdatedDate": "2018-07-21 05:20:20",
                      "updatedByFirstName": "John",
                      "updatedByLastName": "Smith",
                      "updatedByEmail": "alpha@beta.com",
                      "updatedByUserKey": 123,
                      "updatedByAccountUcmId": 456,
                      "updatedByUserName": "jsmith",
                      "updatedByCustOrgId": 7863,
                      "updatedByCustOrgName": "My Awesome Org",
                      "updatedByUserStatus": "ACTIVATED",
                      "updatedByCompanyName": "My Awesome Company"
                    },
                    {
                      "siteName": "Chicago",
                      "uuid": "877a3aa2-c49a-4af1-98a6-007424e737ae",
                      "virtualDeviceUuid": "f79eead8-b837-41d3-9095-9b15c2c4996d",
                      "configName": "Traffic from AWS cloud",
                      "status": "PROVISIONED",
                      "peerIp": "110.11.12.222",
                      "peerSharedKey": "5bb2424e888bd",
                      "remoteAsn": 65413,
                      "remoteIpAddress": "100.210.1.31",
                      "password": "pass123",
                      "localAsn": 65414,
                      "tunnelIp": "192.168.7.2/30",
                      "bgpState": "ESTABLISHED",
                      "inboundBytes": "8780",
                      "inboundPackets": "8780",
                      "outboundBytes": "8765",
                      "outboundPackets": "8765",
                      "tunnelStatus": "UP",
                      "custOrgId": 65555,
                      "createdDate": "2018-05-18 06:34:26",
                      "createdByFirstName": "John",
                      "createdByLastName": "Smith",
                      "createdByEmail": "alpha@beta.com",
                      "createdByUserKey": 123,
                      "createdByAccountUcmId": 456,
                      "createdByUserName": "jsmith",
                      "createdByCustOrgId": 7863,
                      "createdByCustOrgName": "My Awesome Org",
                      "createdByUserStatus": "ACTIVATED",
                      "createdByCompanyName": "My Awesome Company",
                      "lastUpdatedDate": "2018-07-21 05:20:20",
                      "updatedByFirstName": "John",
                      "updatedByLastName": "Smith",
                      "updatedByEmail": "alpha@beta.com",
                      "updatedByUserKey": 123,
                      "updatedByAccountUcmId": 456,
                      "updatedByUserName": "jsmith",
                      "updatedByCustOrgId": 7863,
                      "updatedByCustOrgName": "My Awesome Org",
                      "updatedByUserStatus": "ACTIVATED",
                      "updatedByCompanyName": "My Awesome Company"
                    },
                    {
                      "siteName": "Chicago",
                      "uuid": "877a3aa2-c49a-4af1-98a6-007424e737ae",
                      "virtualDeviceUuid": "f79eead8-b837-41d3-9095-9b15c2c4996d",
                      "configName": "Traffic from AWS cloud",
                      "status": "PROVISIONED",
                      "peerIp": "110.11.12.222",
                      "peerSharedKey": "5bb2424e888bd",
                      "remoteAsn": 65413,
                      "remoteIpAddress": "100.210.1.31",
                      "password": "pass123",
                      "localAsn": 65414,
                      "tunnelIp": "192.168.7.2/30",
                      "bgpState": "ESTABLISHED",
                      "inboundBytes": "8780",
                      "inboundPackets": "8780",
                      "outboundBytes": "8765",
                      "outboundPackets": "8765",
                      "tunnelStatus": "UP",
                      "custOrgId": 65555,
                      "createdDate": "2018-05-18 06:34:26",
                      "createdByFirstName": "John",
                      "createdByLastName": "Smith",
                      "createdByEmail": "alpha@beta.com",
                      "createdByUserKey": 123,
                      "createdByAccountUcmId": 456,
                      "createdByUserName": "jsmith",
                      "createdByCustOrgId": 7863,
                      "createdByCustOrgName": "My Awesome Org",
                      "createdByUserStatus": "ACTIVATED",
                      "createdByCompanyName": "My Awesome Company",
                      "lastUpdatedDate": "2018-07-21 05:20:20",
                      "updatedByFirstName": "John",
                      "updatedByLastName": "Smith",
                      "updatedByEmail": "alpha@beta.com",
                      "updatedByUserKey": 123,
                      "updatedByAccountUcmId": 456,
                      "updatedByUserName": "jsmith",
                      "updatedByCustOrgId": 7863,
                      "updatedByCustOrgName": "My Awesome Org",
                      "updatedByUserStatus": "ACTIVATED",
                      "updatedByCompanyName": "My Awesome Company"
                    },
                    {
                      "siteName": "Chicago",
                      "uuid": "877a3aa2-c49a-4af1-98a6-007424e737ae",
                      "virtualDeviceUuid": "f79eead8-b837-41d3-9095-9b15c2c4996d",
                      "configName": "Traffic from AWS cloud",
                      "status": "PROVISIONED",
                      "peerIp": "110.11.12.222",
                      "peerSharedKey": "5bb2424e888bd",
                      "remoteAsn": 65413,
                      "remoteIpAddress": "100.210.1.31",
                      "password": "pass123",
                      "localAsn": 65414,
                      "tunnelIp": "192.168.7.2/30",
                      "bgpState": "ESTABLISHED",
                      "inboundBytes": "8780",
                      "inboundPackets": "8780",
                      "outboundBytes": "8765",
                      "outboundPackets": "8765",
                      "tunnelStatus": "UP",
                      "custOrgId": 65555,
                      "createdDate": "2018-05-18 06:34:26",
                      "createdByFirstName": "John",
                      "createdByLastName": "Smith",
                      "createdByEmail": "alpha@beta.com",
                      "createdByUserKey": 123,
                      "createdByAccountUcmId": 456,
                      "createdByUserName": "jsmith",
                      "createdByCustOrgId": 7863,
                      "createdByCustOrgName": "My Awesome Org",
                      "createdByUserStatus": "ACTIVATED",
                      "createdByCompanyName": "My Awesome Company",
                      "lastUpdatedDate": "2018-07-21 05:20:20",
                      "updatedByFirstName": "John",
                      "updatedByLastName": "Smith",
                      "updatedByEmail": "alpha@beta.com",
                      "updatedByUserKey": 123,
                      "updatedByAccountUcmId": 456,
                      "updatedByUserName": "jsmith",
                      "updatedByCustOrgId": 7863,
                      "updatedByCustOrgName": "My Awesome Org",
                      "updatedByUserStatus": "ACTIVATED",
                      "updatedByCompanyName": "My Awesome Company"
                    },
                    {
                      "siteName": "Chicago",
                      "uuid": "877a3aa2-c49a-4af1-98a6-007424e737ae",
                      "virtualDeviceUuid": "f79eead8-b837-41d3-9095-9b15c2c4996d",
                      "configName": "Traffic from AWS cloud",
                      "status": "PROVISIONED",
                      "peerIp": "110.11.12.222",
                      "peerSharedKey": "5bb2424e888bd",
                      "remoteAsn": 65413,
                      "remoteIpAddress": "100.210.1.31",
                      "password": "pass123",
                      "localAsn": 65414,
                      "tunnelIp": "192.168.7.2/30",
                      "bgpState": "ESTABLISHED",
                      "inboundBytes": "8780",
                      "inboundPackets": "8780",
                      "outboundBytes": "8765",
                      "outboundPackets": "8765",
                      "tunnelStatus": "UP",
                      "custOrgId": 65555,
                      "createdDate": "2018-05-18 06:34:26",
                      "createdByFirstName": "John",
                      "createdByLastName": "Smith",
                      "createdByEmail": "alpha@beta.com",
                      "createdByUserKey": 123,
                      "createdByAccountUcmId": 456,
                      "createdByUserName": "jsmith",
                      "createdByCustOrgId": 7863,
                      "createdByCustOrgName": "My Awesome Org",
                      "createdByUserStatus": "ACTIVATED",
                      "createdByCompanyName": "My Awesome Company",
                      "lastUpdatedDate": "2018-07-21 05:20:20",
                      "updatedByFirstName": "John",
                      "updatedByLastName": "Smith",
                      "updatedByEmail": "alpha@beta.com",
                      "updatedByUserKey": 123,
                      "updatedByAccountUcmId": 456,
                      "updatedByUserName": "jsmith",
                      "updatedByCustOrgId": 7863,
                      "updatedByCustOrgName": "My Awesome Org",
                      "updatedByUserStatus": "ACTIVATED",
                      "updatedByCompanyName": "My Awesome Company"
                    },
                    {
                      "siteName": "Chicago",
                      "uuid": "877a3aa2-c49a-4af1-98a6-007424e737ae",
                      "virtualDeviceUuid": "f79eead8-b837-41d3-9095-9b15c2c4996d",
                      "configName": "Traffic from AWS cloud",
                      "status": "PROVISIONED",
                      "peerIp": "110.11.12.222",
                      "peerSharedKey": "5bb2424e888bd",
                      "remoteAsn": 65413,
                      "remoteIpAddress": "100.210.1.31",
                      "password": "pass123",
                      "localAsn": 65414,
                      "tunnelIp": "192.168.7.2/30",
                      "bgpState": "ESTABLISHED",
                      "inboundBytes": "8780",
                      "inboundPackets": "8780",
                      "outboundBytes": "8765",
                      "outboundPackets": "8765",
                      "tunnelStatus": "UP",
                      "custOrgId": 65555,
                      "createdDate": "2018-05-18 06:34:26",
                      "createdByFirstName": "John",
                      "createdByLastName": "Smith",
                      "createdByEmail": "alpha@beta.com",
                      "createdByUserKey": 123,
                      "createdByAccountUcmId": 456,
                      "createdByUserName": "jsmith",
                      "createdByCustOrgId": 7863,
                      "createdByCustOrgName": "My Awesome Org",
                      "createdByUserStatus": "ACTIVATED",
                      "createdByCompanyName": "My Awesome Company",
                      "lastUpdatedDate": "2018-07-21 05:20:20",
                      "updatedByFirstName": "John",
                      "updatedByLastName": "Smith",
                      "updatedByEmail": "alpha@beta.com",
                      "updatedByUserKey": 123,
                      "updatedByAccountUcmId": 456,
                      "updatedByUserName": "jsmith",
                      "updatedByCustOrgId": 7863,
                      "updatedByCustOrgName": "My Awesome Org",
                      "updatedByUserStatus": "ACTIVATED",
                      "updatedByCompanyName": "My Awesome Company"
                    },
                    {
                      "siteName": "Chicago",
                      "uuid": "877a3aa2-c49a-4af1-98a6-007424e737ae",
                      "virtualDeviceUuid": "f79eead8-b837-41d3-9095-9b15c2c4996d",
                      "configName": "Traffic from AWS cloud",
                      "status": "PROVISIONED",
                      "peerIp": "110.11.12.222",
                      "peerSharedKey": "5bb2424e888bd",
                      "remoteAsn": 65413,
                      "remoteIpAddress": "100.210.1.31",
                      "password": "pass123",
                      "localAsn": 65414,
                      "tunnelIp": "192.168.7.2/30",
                      "bgpState": "ESTABLISHED",
                      "inboundBytes": "8780",
                      "inboundPackets": "8780",
                      "outboundBytes": "8765",
                      "outboundPackets": "8765",
                      "tunnelStatus": "UP",
                      "custOrgId": 65555,
                      "createdDate": "2018-05-18 06:34:26",
                      "createdByFirstName": "John",
                      "createdByLastName": "Smith",
                      "createdByEmail": "alpha@beta.com",
                      "createdByUserKey": 123,
                      "createdByAccountUcmId": 456,
                      "createdByUserName": "jsmith",
                      "createdByCustOrgId": 7863,
                      "createdByCustOrgName": "My Awesome Org",
                      "createdByUserStatus": "ACTIVATED",
                      "createdByCompanyName": "My Awesome Company",
                      "lastUpdatedDate": "2018-07-21 05:20:20",
                      "updatedByFirstName": "John",
                      "updatedByLastName": "Smith",
                      "updatedByEmail": "alpha@beta.com",
                      "updatedByUserKey": 123,
                      "updatedByAccountUcmId": 456,
                      "updatedByUserName": "jsmith",
                      "updatedByCustOrgId": 7863,
                      "updatedByCustOrgName": "My Awesome Org",
                      "updatedByUserStatus": "ACTIVATED",
                      "updatedByCompanyName": "My Awesome Company"
                    },
                    {
                      "siteName": "Chicago",
                      "uuid": "877a3aa2-c49a-4af1-98a6-007424e737ae",
                      "virtualDeviceUuid": "f79eead8-b837-41d3-9095-9b15c2c4996d",
                      "configName": "Traffic from AWS cloud",
                      "status": "PROVISIONED",
                      "peerIp": "110.11.12.222",
                      "peerSharedKey": "5bb2424e888bd",
                      "remoteAsn": 65413,
                      "remoteIpAddress": "100.210.1.31",
                      "password": "pass123",
                      "localAsn": 65414,
                      "tunnelIp": "192.168.7.2/30",
                      "bgpState": "ESTABLISHED",
                      "inboundBytes": "8780",
                      "inboundPackets": "8780",
                      "outboundBytes": "8765",
                      "outboundPackets": "8765",
                      "tunnelStatus": "UP",
                      "custOrgId": 65555,
                      "createdDate": "2018-05-18 06:34:26",
                      "createdByFirstName": "John",
                      "createdByLastName": "Smith",
                      "createdByEmail": "alpha@beta.com",
                      "createdByUserKey": 123,
                      "createdByAccountUcmId": 456,
                      "createdByUserName": "jsmith",
                      "createdByCustOrgId": 7863,
                      "createdByCustOrgName": "My Awesome Org",
                      "createdByUserStatus": "ACTIVATED",
                      "createdByCompanyName": "My Awesome Company",
                      "lastUpdatedDate": "2018-07-21 05:20:20",
                      "updatedByFirstName": "John",
                      "updatedByLastName": "Smith",
                      "updatedByEmail": "alpha@beta.com",
                      "updatedByUserKey": 123,
                      "updatedByAccountUcmId": 456,
                      "updatedByUserName": "jsmith",
                      "updatedByCustOrgId": 7863,
                      "updatedByCustOrgName": "My Awesome Org",
                      "updatedByUserStatus": "ACTIVATED",
                      "updatedByCompanyName": "My Awesome Company"
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "statusList",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "virtualDeviceUuid",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ne/v1/vpn/{uuid}": {
      "get": {
        "tags": [
          "VPN"
        ],
        "operationId": "getVpnByUuidUsingGET",
        "description": "The parameters and request body are for method: getVpnByUuidUsingGET. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "siteName": {
                      "type": "string"
                    },
                    "uuid": {
                      "type": "string"
                    },
                    "virtualDeviceUuid": {
                      "type": "string"
                    },
                    "configName": {
                      "type": "string"
                    },
                    "status": {
                      "type": "string"
                    },
                    "peerIp": {
                      "type": "string"
                    },
                    "peerSharedKey": {
                      "type": "string"
                    },
                    "remoteAsn": {
                      "type": "number"
                    },
                    "remoteIpAddress": {
                      "type": "string"
                    },
                    "password": {
                      "type": "string"
                    },
                    "localAsn": {
                      "type": "number"
                    },
                    "tunnelIp": {
                      "type": "string"
                    },
                    "bgpState": {
                      "type": "string"
                    },
                    "inboundBytes": {
                      "type": "string"
                    },
                    "inboundPackets": {
                      "type": "string"
                    },
                    "outboundBytes": {
                      "type": "string"
                    },
                    "outboundPackets": {
                      "type": "string"
                    },
                    "tunnelStatus": {
                      "type": "string"
                    },
                    "custOrgId": {
                      "type": "number"
                    },
                    "createdDate": {
                      "type": "string"
                    },
                    "createdByFirstName": {
                      "type": "string"
                    },
                    "createdByLastName": {
                      "type": "string"
                    },
                    "createdByEmail": {
                      "type": "string"
                    },
                    "createdByUserKey": {
                      "type": "number"
                    },
                    "createdByAccountUcmId": {
                      "type": "number"
                    },
                    "createdByUserName": {
                      "type": "string"
                    },
                    "createdByCustOrgId": {
                      "type": "number"
                    },
                    "createdByCustOrgName": {
                      "type": "string"
                    },
                    "createdByUserStatus": {
                      "type": "string"
                    },
                    "createdByCompanyName": {
                      "type": "string"
                    },
                    "lastUpdatedDate": {
                      "type": "string"
                    },
                    "updatedByFirstName": {
                      "type": "string"
                    },
                    "updatedByLastName": {
                      "type": "string"
                    },
                    "updatedByEmail": {
                      "type": "string"
                    },
                    "updatedByUserKey": {
                      "type": "number"
                    },
                    "updatedByAccountUcmId": {
                      "type": "number"
                    },
                    "updatedByUserName": {
                      "type": "string"
                    },
                    "updatedByCustOrgId": {
                      "type": "number"
                    },
                    "updatedByCustOrgName": {
                      "type": "string"
                    },
                    "updatedByUserStatus": {
                      "type": "string"
                    },
                    "updatedByCompanyName": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "siteName": "Chicago",
                  "uuid": "877a3aa2-c49a-4af1-98a6-007424e737ae",
                  "virtualDeviceUuid": "f79eead8-b837-41d3-9095-9b15c2c4996d",
                  "configName": "Traffic from AWS cloud",
                  "status": "PROVISIONED",
                  "peerIp": "110.11.12.222",
                  "peerSharedKey": "5bb2424e888bd",
                  "remoteAsn": 65413,
                  "remoteIpAddress": "100.210.1.31",
                  "password": "pass123",
                  "localAsn": 65414,
                  "tunnelIp": "192.168.7.2/30",
                  "bgpState": "ESTABLISHED",
                  "inboundBytes": "8780",
                  "inboundPackets": "8780",
                  "outboundBytes": "8765",
                  "outboundPackets": "8765",
                  "tunnelStatus": "UP",
                  "custOrgId": 65555,
                  "createdDate": "2018-05-18 06:34:26",
                  "createdByFirstName": "John",
                  "createdByLastName": "Smith",
                  "createdByEmail": "alpha@beta.com",
                  "createdByUserKey": 123,
                  "createdByAccountUcmId": 456,
                  "createdByUserName": "jsmith",
                  "createdByCustOrgId": 7863,
                  "createdByCustOrgName": "My Awesome Org",
                  "createdByUserStatus": "ACTIVATED",
                  "createdByCompanyName": "My Awesome Company",
                  "lastUpdatedDate": "2018-07-21 05:20:20",
                  "updatedByFirstName": "John",
                  "updatedByLastName": "Smith",
                  "updatedByEmail": "alpha@beta.com",
                  "updatedByUserKey": 123,
                  "updatedByAccountUcmId": 456,
                  "updatedByUserName": "jsmith",
                  "updatedByCustOrgId": 7863,
                  "updatedByCustOrgName": "My Awesome Org",
                  "updatedByUserStatus": "ACTIVATED",
                  "updatedByCompanyName": "My Awesome Company"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "uuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "VPN"
        ],
        "operationId": "updateVpnConfigurationUsingPut",
        "description": "The parameters and request body are for method: updateVpnConfigurationUsingPut. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "uuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "request"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "VPN"
        ],
        "operationId": "removeVpnConfigurationUsingDELETE",
        "description": "The parameters and request body are for method: removeVpnConfigurationUsingDELETE. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "uuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ne/v1/sshUsers": {
      "get": {
        "tags": [
          "SSHUser"
        ],
        "operationId": "getSshUsersUsingGET",
        "description": "The parameters and request body are for method: getSshUsersUsingGET. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "pagination": {
                      "type": "object",
                      "properties": {
                        "offset": {
                          "type": "number"
                        },
                        "limit": {
                          "type": "number"
                        },
                        "total": {
                          "type": "number"
                        }
                      }
                    },
                    "data": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "uuid": {
                            "type": "string"
                          },
                          "username": {
                            "type": "string"
                          },
                          "deviceUuids": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          },
                          "metroStatusMap": {
                            "type": "object"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "pagination": {
                    "offset": 5,
                    "limit": 20,
                    "total": 1
                  },
                  "data": [
                    {
                      "uuid": "The unique Id of the ssh user.",
                      "username": "The user name of the ssh user.",
                      "deviceUuids": [
                        "4cfb5675-5c3f-4275-adba-0c9e3c26c96b",
                        "4cfb5675-5c3f-4275-adba-0c9e3c26c96b",
                        "4cfb5675-5c3f-4275-adba-0c9e3c26c96b",
                        "4cfb5675-5c3f-4275-adba-0c9e3c26c96b",
                        "4cfb5675-5c3f-4275-adba-0c9e3c26c96b",
                        "4cfb5675-5c3f-4275-adba-0c9e3c26c96b",
                        "4cfb5675-5c3f-4275-adba-0c9e3c26c96b"
                      ],
                      "metroStatusMap": {}
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "virtualDeviceUuid",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "verbose",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "accountUcmId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "SSHUser"
        ],
        "operationId": "createSshUserUsingPOST",
        "description": "The parameters and request body are for method: createSshUserUsingPOST. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "uuid": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "uuid": "12828472-e6e9-4f2b-98f7-b79cf0fab4ff"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "request"
            }
          }
        }
      }
    },
    "/ne/v1/sshUsers/availability": {
      "get": {
        "tags": [
          "SSHUser"
        ],
        "operationId": "isSshUserAvailableForCreationUsingGET",
        "description": "The parameters and request body are for method: isSshUserAvailableForCreationUsingGET. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ne/v1/sshUsers/{uuid}": {
      "get": {
        "tags": [
          "SSHUser"
        ],
        "operationId": "getSshUserUsingGET",
        "description": "The parameters and request body are for method: getSshUserUsingGET. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "uuid": {
                      "type": "string"
                    },
                    "username": {
                      "type": "string"
                    },
                    "deviceUuids": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "metroStatusMap": {
                      "type": "object"
                    }
                  }
                },
                "example": {
                  "uuid": "The unique Id of the ssh user.",
                  "username": "The user name of the ssh user.",
                  "deviceUuids": [
                    "4cfb5675-5c3f-4275-adba-0c9e3c26c96b"
                  ],
                  "metroStatusMap": {}
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "uuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "SSHUser"
        ],
        "operationId": "updateSshUserUsingPUT",
        "description": "The parameters and request body are for method: updateSshUserUsingPUT. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "uuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "request"
            }
          }
        }
      }
    },
    "/ne/v1/sshUsers/{sshUserUuid}/devices/{deviceUuid}": {
      "delete": {
        "tags": [
          "SSHUser"
        ],
        "operationId": "dissociateDeviceUsingDELETE",
        "description": "The parameters and request body are for method: dissociateDeviceUsingDELETE. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "sshUserDeleted": {
                      "type": "boolean"
                    },
                    "sshUserToDeviceAssociationDeleted": {
                      "type": "boolean"
                    }
                  }
                },
                "example": {
                  "sshUserDeleted": false,
                  "sshUserToDeviceAssociationDeleted": true
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "sshUserUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "sshUserUuid",
              "type": "string"
            }
          },
          {
            "name": "deviceUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "deviceUuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "SSHUser"
        ],
        "operationId": "associateDeviceUsingPOST",
        "description": "The parameters and request body are for method: associateDeviceUsingPOST. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "sshUserUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "sshUserUuid",
              "type": "string"
            }
          },
          {
            "name": "deviceUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "deviceUuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/sys/v1/version": {
      "get": {
        "tags": [
          "Authentication"
        ],
        "operationId": "getServerVersion",
        "description": "The parameters and request body are for method: getServerVersion. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/sys/v1/health": {
      "get": {
        "tags": [
          "Authentication"
        ],
        "operationId": "checkHealth",
        "description": "The parameters and request body are for method: checkHealth. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/sys/v1/session/auth": {
      "post": {
        "tags": [
          "Authentication"
        ],
        "operationId": "authorize",
        "description": "The parameters and request body are for method: authorize. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/sys/v1/session/reauth": {
      "post": {
        "tags": [
          "Authentication"
        ],
        "operationId": "reAuth",
        "description": "The parameters and request body are for method: reAuth. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/sys/v1/session/refresh": {
      "post": {
        "tags": [
          "Authentication"
        ],
        "operationId": "refresh",
        "description": "The parameters and request body are for method: refresh. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/sys/v1/session/terminate": {
      "post": {
        "tags": [
          "Authentication"
        ],
        "operationId": "terminate",
        "description": "The parameters and request body are for method: terminate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/sys/v1/session/select_account": {
      "post": {
        "tags": [
          "Authentication"
        ],
        "operationId": "selectAccount",
        "description": "The parameters and request body are for method: selectAccount. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sys/v1/session/config_2fa/auth": {
      "post": {
        "tags": [
          "Authentication"
        ],
        "operationId": "unlock2F",
        "description": "The parameters and request body are for method: unlock2F. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/crypto/v1/keys": {
      "get": {
        "tags": [
          "SecurityObjects"
        ],
        "operationId": "getSecurityObjects",
        "description": "The parameters and request body are for method: getSecurityObjects. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "name": {
                        "type": "string"
                      },
                      "description": {
                        "type": "string"
                      },
                      "key_size": {
                        "type": "number"
                      },
                      "elliptic_curve": {
                        "type": "string"
                      },
                      "acct_id": {
                        "type": "string"
                      },
                      "group_id": {
                        "type": "string"
                      },
                      "creator": {
                        "type": "object",
                        "properties": {
                          "app": {
                            "type": "string"
                          },
                          "user": {
                            "type": "string"
                          }
                        }
                      },
                      "kid": {
                        "type": "string"
                      },
                      "obj_type": {
                        "type": "string"
                      },
                      "key_ops": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        }
                      },
                      "custom_metadata": {
                        "type": "object"
                      },
                      "origin": {
                        "type": "string"
                      },
                      "pub_key": {
                        "type": "string"
                      },
                      "value": {
                        "type": "string"
                      },
                      "enabled": {
                        "type": "boolean"
                      },
                      "compliant_with_policies": {
                        "type": "boolean"
                      },
                      "created_at": {
                        "type": "string"
                      },
                      "lastused_at": {
                        "type": "string"
                      },
                      "transient_key": {
                        "type": "string"
                      },
                      "never_exportable": {
                        "type": "boolean"
                      },
                      "rsa": {
                        "type": "object",
                        "properties": {
                          "key_size": {
                            "type": "number"
                          },
                          "public_exponent": {
                            "type": "number"
                          },
                          "encryption_policy": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "padding": {
                                  "type": "object",
                                  "properties": {
                                    "PKCS1_V15": {
                                      "type": "object"
                                    },
                                    "OAEP": {
                                      "type": "object",
                                      "properties": {
                                        "mgf": {
                                          "type": "object",
                                          "properties": {
                                            "mgf1": {
                                              "type": "object",
                                              "properties": {
                                                "hash": {
                                                  "type": "string"
                                                }
                                              }
                                            }
                                          }
                                        }
                                      }
                                    }
                                  }
                                }
                              }
                            }
                          },
                          "signature_policy": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "padding": {
                                  "type": "object",
                                  "properties": {
                                    "PKCS1_V15": {
                                      "type": "object"
                                    },
                                    "PSS": {
                                      "type": "object",
                                      "properties": {
                                        "mgf": {
                                          "type": "object",
                                          "properties": {
                                            "mgf1": {
                                              "type": "object",
                                              "properties": {
                                                "hash": {
                                                  "type": "string"
                                                }
                                              }
                                            }
                                          }
                                        }
                                      }
                                    }
                                  }
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": [
                  {
                    "name": "string",
                    "description": "string",
                    "key_size": 10,
                    "elliptic_curve": "NistP192",
                    "acct_id": "string",
                    "group_id": "string",
                    "creator": {
                      "app": "string",
                      "user": "string"
                    },
                    "kid": "string",
                    "obj_type": "OPAQUE",
                    "key_ops": [
                      "APPMANAGEABLE"
                    ],
                    "custom_metadata": {},
                    "origin": "FortanixHSM",
                    "pub_key": "string",
                    "value": "string",
                    "enabled": false,
                    "compliant_with_policies": false,
                    "created_at": "string",
                    "lastused_at": "string",
                    "transient_key": "string",
                    "never_exportable": false,
                    "rsa": {
                      "key_size": 1,
                      "public_exponent": 6,
                      "encryption_policy": [
                        {
                          "padding": {
                            "PKCS1_V15": {},
                            "OAEP": {
                              "mgf": {
                                "mgf1": {
                                  "hash": "SHA3_512"
                                }
                              }
                            }
                          }
                        },
                        {
                          "padding": {
                            "PKCS1_V15": {},
                            "OAEP": {
                              "mgf": {
                                "mgf1": {
                                  "hash": "Blake2b384"
                                }
                              }
                            }
                          }
                        },
                        {
                          "padding": {
                            "PKCS1_V15": {},
                            "OAEP": {
                              "mgf": {
                                "mgf1": {
                                  "hash": "Blake2b512"
                                }
                              }
                            }
                          }
                        },
                        {
                          "padding": {
                            "PKCS1_V15": {},
                            "OAEP": {
                              "mgf": {
                                "mgf1": {
                                  "hash": "RIPEMD160"
                                }
                              }
                            }
                          }
                        },
                        {
                          "padding": {
                            "PKCS1_V15": {},
                            "OAEP": {
                              "mgf": {
                                "mgf1": {
                                  "hash": "RIPEMD160"
                                }
                              }
                            }
                          }
                        },
                        {
                          "padding": {
                            "PKCS1_V15": {},
                            "OAEP": {
                              "mgf": {
                                "mgf1": {
                                  "hash": "SHA3_384"
                                }
                              }
                            }
                          }
                        },
                        {
                          "padding": {
                            "PKCS1_V15": {},
                            "OAEP": {
                              "mgf": {
                                "mgf1": {
                                  "hash": "Streebog256"
                                }
                              }
                            }
                          }
                        },
                        {
                          "padding": {
                            "PKCS1_V15": {},
                            "OAEP": {
                              "mgf": {
                                "mgf1": {
                                  "hash": "SHA3_256"
                                }
                              }
                            }
                          }
                        }
                      ],
                      "signature_policy": [
                        {
                          "padding": {
                            "PKCS1_V15": {},
                            "PSS": {
                              "mgf": {
                                "mgf1": {
                                  "hash": "SHA3_512"
                                }
                              }
                            }
                          }
                        },
                        {
                          "padding": {
                            "PKCS1_V15": {},
                            "PSS": {
                              "mgf": {
                                "mgf1": {
                                  "hash": "Blake2b512"
                                }
                              }
                            }
                          }
                        },
                        {
                          "padding": {
                            "PKCS1_V15": {},
                            "PSS": {
                              "mgf": {
                                "mgf1": {
                                  "hash": "SHA3_224"
                                }
                              }
                            }
                          }
                        },
                        {
                          "padding": {
                            "PKCS1_V15": {},
                            "PSS": {
                              "mgf": {
                                "mgf1": {
                                  "hash": "SHA3_384"
                                }
                              }
                            }
                          }
                        },
                        {
                          "padding": {
                            "PKCS1_V15": {},
                            "PSS": {
                              "mgf": {
                                "mgf1": {
                                  "hash": "SHA3_224"
                                }
                              }
                            }
                          }
                        },
                        {
                          "padding": {
                            "PKCS1_V15": {},
                            "PSS": {
                              "mgf": {
                                "mgf1": {
                                  "hash": "SHA512"
                                }
                              }
                            }
                          }
                        },
                        {
                          "padding": {
                            "PKCS1_V15": {},
                            "PSS": {
                              "mgf": {
                                "mgf1": {
                                  "hash": "Blake2s256"
                                }
                              }
                            }
                          }
                        },
                        {
                          "padding": {
                            "PKCS1_V15": {},
                            "PSS": {
                              "mgf": {
                                "mgf1": {
                                  "hash": "RIPEMD160"
                                }
                              }
                            }
                          }
                        },
                        {
                          "padding": {
                            "PKCS1_V15": {},
                            "PSS": {
                              "mgf": {
                                "mgf1": {
                                  "hash": "Blake2b256"
                                }
                              }
                            }
                          }
                        }
                      ]
                    }
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "creator",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sort",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "compliantWithPolicies",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "start",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "SecurityObjects"
        ],
        "operationId": "generateSecurityObject",
        "description": "The parameters and request body are for method: generateSecurityObject. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "name": {
                      "type": "string"
                    },
                    "description": {
                      "type": "string"
                    },
                    "key_size": {
                      "type": "number"
                    },
                    "elliptic_curve": {
                      "type": "string"
                    },
                    "acct_id": {
                      "type": "string"
                    },
                    "group_id": {
                      "type": "string"
                    },
                    "creator": {
                      "type": "object",
                      "properties": {
                        "app": {
                          "type": "string"
                        },
                        "user": {
                          "type": "string"
                        }
                      }
                    },
                    "kid": {
                      "type": "string"
                    },
                    "obj_type": {
                      "type": "string"
                    },
                    "key_ops": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "custom_metadata": {
                      "type": "object"
                    },
                    "origin": {
                      "type": "string"
                    },
                    "pub_key": {
                      "type": "string"
                    },
                    "value": {
                      "type": "string"
                    },
                    "enabled": {
                      "type": "boolean"
                    },
                    "compliant_with_policies": {
                      "type": "boolean"
                    },
                    "created_at": {
                      "type": "string"
                    },
                    "lastused_at": {
                      "type": "string"
                    },
                    "transient_key": {
                      "type": "string"
                    },
                    "never_exportable": {
                      "type": "boolean"
                    },
                    "rsa": {
                      "type": "object",
                      "properties": {
                        "key_size": {
                          "type": "number"
                        },
                        "public_exponent": {
                          "type": "number"
                        },
                        "encryption_policy": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "padding": {
                                "type": "object",
                                "properties": {
                                  "PKCS1_V15": {
                                    "type": "object"
                                  },
                                  "OAEP": {
                                    "type": "object",
                                    "properties": {
                                      "mgf": {
                                        "type": "object",
                                        "properties": {
                                          "mgf1": {
                                            "type": "object",
                                            "properties": {
                                              "hash": {
                                                "type": "string"
                                              }
                                            }
                                          }
                                        }
                                      }
                                    }
                                  }
                                }
                              }
                            }
                          }
                        },
                        "signature_policy": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "padding": {
                                "type": "object",
                                "properties": {
                                  "PKCS1_V15": {
                                    "type": "object"
                                  },
                                  "PSS": {
                                    "type": "object",
                                    "properties": {
                                      "mgf": {
                                        "type": "object",
                                        "properties": {
                                          "mgf1": {
                                            "type": "object",
                                            "properties": {
                                              "hash": {
                                                "type": "string"
                                              }
                                            }
                                          }
                                        }
                                      }
                                    }
                                  }
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "name": "string",
                  "description": "string",
                  "key_size": 3,
                  "elliptic_curve": "NistP256",
                  "acct_id": "string",
                  "group_id": "string",
                  "creator": {
                    "app": "string",
                    "user": "string"
                  },
                  "kid": "string",
                  "obj_type": "OPAQUE",
                  "key_ops": [
                    "WRAPKEY",
                    "ENCRYPT",
                    "AGREEKEY"
                  ],
                  "custom_metadata": {},
                  "origin": "FortanixHSM",
                  "pub_key": "string",
                  "value": "string",
                  "enabled": true,
                  "compliant_with_policies": false,
                  "created_at": "string",
                  "lastused_at": "string",
                  "transient_key": "string",
                  "never_exportable": true,
                  "rsa": {
                    "key_size": 9,
                    "public_exponent": 6,
                    "encryption_policy": [
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "OAEP": {
                            "mgf": {
                              "mgf1": {
                                "hash": "SHA384"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "OAEP": {
                            "mgf": {
                              "mgf1": {
                                "hash": "SHA1"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "OAEP": {
                            "mgf": {
                              "mgf1": {
                                "hash": "SHA3_256"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "OAEP": {
                            "mgf": {
                              "mgf1": {
                                "hash": "SHA384"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "OAEP": {
                            "mgf": {
                              "mgf1": {
                                "hash": "Streebog256"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "OAEP": {
                            "mgf": {
                              "mgf1": {
                                "hash": "Blake2b512"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "OAEP": {
                            "mgf": {
                              "mgf1": {
                                "hash": "RIPEMD160"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "OAEP": {
                            "mgf": {
                              "mgf1": {
                                "hash": "SHA1"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "OAEP": {
                            "mgf": {
                              "mgf1": {
                                "hash": "SHA3_224"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "OAEP": {
                            "mgf": {
                              "mgf1": {
                                "hash": "Streebog512"
                              }
                            }
                          }
                        }
                      }
                    ],
                    "signature_policy": [
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "PSS": {
                            "mgf": {
                              "mgf1": {
                                "hash": "SHA1"
                              }
                            }
                          }
                        }
                      }
                    ]
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "put": {
        "tags": [
          "SecurityObjects"
        ],
        "operationId": "importSecurityObject",
        "description": "The parameters and request body are for method: importSecurityObject. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "name": {
                      "type": "string"
                    },
                    "description": {
                      "type": "string"
                    },
                    "key_size": {
                      "type": "number"
                    },
                    "elliptic_curve": {
                      "type": "string"
                    },
                    "acct_id": {
                      "type": "string"
                    },
                    "group_id": {
                      "type": "string"
                    },
                    "creator": {
                      "type": "object",
                      "properties": {
                        "app": {
                          "type": "string"
                        },
                        "user": {
                          "type": "string"
                        }
                      }
                    },
                    "kid": {
                      "type": "string"
                    },
                    "obj_type": {
                      "type": "string"
                    },
                    "key_ops": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "custom_metadata": {
                      "type": "object"
                    },
                    "origin": {
                      "type": "string"
                    },
                    "pub_key": {
                      "type": "string"
                    },
                    "value": {
                      "type": "string"
                    },
                    "enabled": {
                      "type": "boolean"
                    },
                    "compliant_with_policies": {
                      "type": "boolean"
                    },
                    "created_at": {
                      "type": "string"
                    },
                    "lastused_at": {
                      "type": "string"
                    },
                    "transient_key": {
                      "type": "string"
                    },
                    "never_exportable": {
                      "type": "boolean"
                    },
                    "rsa": {
                      "type": "object",
                      "properties": {
                        "key_size": {
                          "type": "number"
                        },
                        "public_exponent": {
                          "type": "number"
                        },
                        "encryption_policy": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "padding": {
                                "type": "object",
                                "properties": {
                                  "PKCS1_V15": {
                                    "type": "object"
                                  },
                                  "OAEP": {
                                    "type": "object",
                                    "properties": {
                                      "mgf": {
                                        "type": "object",
                                        "properties": {
                                          "mgf1": {
                                            "type": "object",
                                            "properties": {
                                              "hash": {
                                                "type": "string"
                                              }
                                            }
                                          }
                                        }
                                      }
                                    }
                                  }
                                }
                              }
                            }
                          }
                        },
                        "signature_policy": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "padding": {
                                "type": "object",
                                "properties": {
                                  "PKCS1_V15": {
                                    "type": "object"
                                  },
                                  "PSS": {
                                    "type": "object",
                                    "properties": {
                                      "mgf": {
                                        "type": "object",
                                        "properties": {
                                          "mgf1": {
                                            "type": "object",
                                            "properties": {
                                              "hash": {
                                                "type": "string"
                                              }
                                            }
                                          }
                                        }
                                      }
                                    }
                                  }
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "name": "string",
                  "description": "string",
                  "key_size": 5,
                  "elliptic_curve": "X448",
                  "acct_id": "string",
                  "group_id": "string",
                  "creator": {
                    "app": "string",
                    "user": "string"
                  },
                  "kid": "string",
                  "obj_type": "OPAQUE",
                  "key_ops": [
                    "APPMANAGEABLE",
                    "SIGN",
                    "AGREEKEY",
                    "APPMANAGEABLE",
                    "WRAPKEY",
                    "ENCRYPT",
                    "EXPORT",
                    "MACVERIFY",
                    "MACGENERATE",
                    "MACGENERATE"
                  ],
                  "custom_metadata": {},
                  "origin": "FortanixHSM",
                  "pub_key": "string",
                  "value": "string",
                  "enabled": true,
                  "compliant_with_policies": true,
                  "created_at": "string",
                  "lastused_at": "string",
                  "transient_key": "string",
                  "never_exportable": false,
                  "rsa": {
                    "key_size": 8,
                    "public_exponent": 4,
                    "encryption_policy": [
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "OAEP": {
                            "mgf": {
                              "mgf1": {
                                "hash": "Blake2b512"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "OAEP": {
                            "mgf": {
                              "mgf1": {
                                "hash": "Streebog512"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "OAEP": {
                            "mgf": {
                              "mgf1": {
                                "hash": "SHA3_224"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "OAEP": {
                            "mgf": {
                              "mgf1": {
                                "hash": "Streebog512"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "OAEP": {
                            "mgf": {
                              "mgf1": {
                                "hash": "SHA3_384"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "OAEP": {
                            "mgf": {
                              "mgf1": {
                                "hash": "SHA512"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "OAEP": {
                            "mgf": {
                              "mgf1": {
                                "hash": "SHA3_224"
                              }
                            }
                          }
                        }
                      }
                    ],
                    "signature_policy": [
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "PSS": {
                            "mgf": {
                              "mgf1": {
                                "hash": "RIPEMD160"
                              }
                            }
                          }
                        }
                      }
                    ]
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/crypto/v1/keys/{keyId}": {
      "get": {
        "tags": [
          "SecurityObjects"
        ],
        "operationId": "getSecurityObject",
        "description": "The parameters and request body are for method: getSecurityObject. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "name": {
                      "type": "string"
                    },
                    "description": {
                      "type": "string"
                    },
                    "key_size": {
                      "type": "number"
                    },
                    "elliptic_curve": {
                      "type": "string"
                    },
                    "acct_id": {
                      "type": "string"
                    },
                    "group_id": {
                      "type": "string"
                    },
                    "creator": {
                      "type": "object",
                      "properties": {
                        "app": {
                          "type": "string"
                        },
                        "user": {
                          "type": "string"
                        }
                      }
                    },
                    "kid": {
                      "type": "string"
                    },
                    "obj_type": {
                      "type": "string"
                    },
                    "key_ops": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "custom_metadata": {
                      "type": "object"
                    },
                    "origin": {
                      "type": "string"
                    },
                    "pub_key": {
                      "type": "string"
                    },
                    "value": {
                      "type": "string"
                    },
                    "enabled": {
                      "type": "boolean"
                    },
                    "compliant_with_policies": {
                      "type": "boolean"
                    },
                    "created_at": {
                      "type": "string"
                    },
                    "lastused_at": {
                      "type": "string"
                    },
                    "transient_key": {
                      "type": "string"
                    },
                    "never_exportable": {
                      "type": "boolean"
                    },
                    "rsa": {
                      "type": "object",
                      "properties": {
                        "key_size": {
                          "type": "number"
                        },
                        "public_exponent": {
                          "type": "number"
                        },
                        "encryption_policy": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "padding": {
                                "type": "object",
                                "properties": {
                                  "PKCS1_V15": {
                                    "type": "object"
                                  },
                                  "OAEP": {
                                    "type": "object",
                                    "properties": {
                                      "mgf": {
                                        "type": "object",
                                        "properties": {
                                          "mgf1": {
                                            "type": "object",
                                            "properties": {
                                              "hash": {
                                                "type": "string"
                                              }
                                            }
                                          }
                                        }
                                      }
                                    }
                                  }
                                }
                              }
                            }
                          }
                        },
                        "signature_policy": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "padding": {
                                "type": "object",
                                "properties": {
                                  "PKCS1_V15": {
                                    "type": "object"
                                  },
                                  "PSS": {
                                    "type": "object",
                                    "properties": {
                                      "mgf": {
                                        "type": "object",
                                        "properties": {
                                          "mgf1": {
                                            "type": "object",
                                            "properties": {
                                              "hash": {
                                                "type": "string"
                                              }
                                            }
                                          }
                                        }
                                      }
                                    }
                                  }
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "name": "string",
                  "description": "string",
                  "key_size": 8,
                  "elliptic_curve": "NistP384",
                  "acct_id": "string",
                  "group_id": "string",
                  "creator": {
                    "app": "string",
                    "user": "string"
                  },
                  "kid": "string",
                  "obj_type": "OPAQUE",
                  "key_ops": [
                    "ENCRYPT",
                    "MACGENERATE",
                    "SIGN"
                  ],
                  "custom_metadata": {},
                  "origin": "External",
                  "pub_key": "string",
                  "value": "string",
                  "enabled": true,
                  "compliant_with_policies": false,
                  "created_at": "string",
                  "lastused_at": "string",
                  "transient_key": "string",
                  "never_exportable": false,
                  "rsa": {
                    "key_size": 6,
                    "public_exponent": 7,
                    "encryption_policy": [
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "OAEP": {
                            "mgf": {
                              "mgf1": {
                                "hash": "SHA3_224"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "OAEP": {
                            "mgf": {
                              "mgf1": {
                                "hash": "Blake2s256"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "OAEP": {
                            "mgf": {
                              "mgf1": {
                                "hash": "Ssl3"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "OAEP": {
                            "mgf": {
                              "mgf1": {
                                "hash": "SHA512"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "OAEP": {
                            "mgf": {
                              "mgf1": {
                                "hash": "SHA256"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "OAEP": {
                            "mgf": {
                              "mgf1": {
                                "hash": "Blake2b384"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "OAEP": {
                            "mgf": {
                              "mgf1": {
                                "hash": "Blake2b512"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "OAEP": {
                            "mgf": {
                              "mgf1": {
                                "hash": "Streebog512"
                              }
                            }
                          }
                        }
                      }
                    ],
                    "signature_policy": [
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "PSS": {
                            "mgf": {
                              "mgf1": {
                                "hash": "RIPEMD160"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "PSS": {
                            "mgf": {
                              "mgf1": {
                                "hash": "SHA3_256"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "PSS": {
                            "mgf": {
                              "mgf1": {
                                "hash": "SHA512"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "PSS": {
                            "mgf": {
                              "mgf1": {
                                "hash": "SHA3_512"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "PSS": {
                            "mgf": {
                              "mgf1": {
                                "hash": "SHA3_256"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "PSS": {
                            "mgf": {
                              "mgf1": {
                                "hash": "SHA3_512"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "PSS": {
                            "mgf": {
                              "mgf1": {
                                "hash": "SHA3_512"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "PSS": {
                            "mgf": {
                              "mgf1": {
                                "hash": "SHA512"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "PSS": {
                            "mgf": {
                              "mgf1": {
                                "hash": "SHA3_224"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "PSS": {
                            "mgf": {
                              "mgf1": {
                                "hash": "Streebog256"
                              }
                            }
                          }
                        }
                      }
                    ]
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "keyId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "keyId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "SecurityObjects"
        ],
        "operationId": "deleteSecurityObject",
        "description": "The parameters and request body are for method: deleteSecurityObject. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "keyId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "keyId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "patch": {
        "tags": [
          "SecurityObjects"
        ],
        "operationId": "updateSecurityObject",
        "description": "The parameters and request body are for method: updateSecurityObject. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "name": {
                      "type": "string"
                    },
                    "description": {
                      "type": "string"
                    },
                    "key_size": {
                      "type": "number"
                    },
                    "elliptic_curve": {
                      "type": "string"
                    },
                    "acct_id": {
                      "type": "string"
                    },
                    "group_id": {
                      "type": "string"
                    },
                    "creator": {
                      "type": "object",
                      "properties": {
                        "app": {
                          "type": "string"
                        },
                        "user": {
                          "type": "string"
                        }
                      }
                    },
                    "kid": {
                      "type": "string"
                    },
                    "obj_type": {
                      "type": "string"
                    },
                    "key_ops": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "custom_metadata": {
                      "type": "object"
                    },
                    "origin": {
                      "type": "string"
                    },
                    "pub_key": {
                      "type": "string"
                    },
                    "value": {
                      "type": "string"
                    },
                    "enabled": {
                      "type": "boolean"
                    },
                    "compliant_with_policies": {
                      "type": "boolean"
                    },
                    "created_at": {
                      "type": "string"
                    },
                    "lastused_at": {
                      "type": "string"
                    },
                    "transient_key": {
                      "type": "string"
                    },
                    "never_exportable": {
                      "type": "boolean"
                    },
                    "rsa": {
                      "type": "object",
                      "properties": {
                        "key_size": {
                          "type": "number"
                        },
                        "public_exponent": {
                          "type": "number"
                        },
                        "encryption_policy": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "padding": {
                                "type": "object",
                                "properties": {
                                  "PKCS1_V15": {
                                    "type": "object"
                                  },
                                  "OAEP": {
                                    "type": "object",
                                    "properties": {
                                      "mgf": {
                                        "type": "object",
                                        "properties": {
                                          "mgf1": {
                                            "type": "object",
                                            "properties": {
                                              "hash": {
                                                "type": "string"
                                              }
                                            }
                                          }
                                        }
                                      }
                                    }
                                  }
                                }
                              }
                            }
                          }
                        },
                        "signature_policy": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "padding": {
                                "type": "object",
                                "properties": {
                                  "PKCS1_V15": {
                                    "type": "object"
                                  },
                                  "PSS": {
                                    "type": "object",
                                    "properties": {
                                      "mgf": {
                                        "type": "object",
                                        "properties": {
                                          "mgf1": {
                                            "type": "object",
                                            "properties": {
                                              "hash": {
                                                "type": "string"
                                              }
                                            }
                                          }
                                        }
                                      }
                                    }
                                  }
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "name": "string",
                  "description": "string",
                  "key_size": 8,
                  "elliptic_curve": "NistP521",
                  "acct_id": "string",
                  "group_id": "string",
                  "creator": {
                    "app": "string",
                    "user": "string"
                  },
                  "kid": "string",
                  "obj_type": "OPAQUE",
                  "key_ops": [
                    "WRAPKEY",
                    "WRAPKEY",
                    "DECRYPT",
                    "MACGENERATE",
                    "WRAPKEY",
                    "SIGN",
                    "AGREEKEY",
                    "MACGENERATE",
                    "MACGENERATE"
                  ],
                  "custom_metadata": {},
                  "origin": "External",
                  "pub_key": "string",
                  "value": "string",
                  "enabled": true,
                  "compliant_with_policies": true,
                  "created_at": "string",
                  "lastused_at": "string",
                  "transient_key": "string",
                  "never_exportable": true,
                  "rsa": {
                    "key_size": 7,
                    "public_exponent": 9,
                    "encryption_policy": [
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "OAEP": {
                            "mgf": {
                              "mgf1": {
                                "hash": "SHA512"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "OAEP": {
                            "mgf": {
                              "mgf1": {
                                "hash": "Blake2b256"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "OAEP": {
                            "mgf": {
                              "mgf1": {
                                "hash": "Blake2s256"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "OAEP": {
                            "mgf": {
                              "mgf1": {
                                "hash": "SHA3_224"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "OAEP": {
                            "mgf": {
                              "mgf1": {
                                "hash": "Blake2b384"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "OAEP": {
                            "mgf": {
                              "mgf1": {
                                "hash": "RIPEMD160"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "OAEP": {
                            "mgf": {
                              "mgf1": {
                                "hash": "SHA3_384"
                              }
                            }
                          }
                        }
                      }
                    ],
                    "signature_policy": [
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "PSS": {
                            "mgf": {
                              "mgf1": {
                                "hash": "Blake2s256"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "PSS": {
                            "mgf": {
                              "mgf1": {
                                "hash": "SHA3_512"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "PSS": {
                            "mgf": {
                              "mgf1": {
                                "hash": "SHA512"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "PSS": {
                            "mgf": {
                              "mgf1": {
                                "hash": "Blake2b256"
                              }
                            }
                          }
                        }
                      }
                    ]
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "keyId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "keyId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/crypto/v1/keys/persist": {
      "post": {
        "tags": [
          "SecurityObjects"
        ],
        "operationId": "persistSecurityObject",
        "description": "The parameters and request body are for method: persistSecurityObject. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "name": {
                      "type": "string"
                    },
                    "description": {
                      "type": "string"
                    },
                    "key_size": {
                      "type": "number"
                    },
                    "elliptic_curve": {
                      "type": "string"
                    },
                    "acct_id": {
                      "type": "string"
                    },
                    "group_id": {
                      "type": "string"
                    },
                    "creator": {
                      "type": "object",
                      "properties": {
                        "app": {
                          "type": "string"
                        },
                        "user": {
                          "type": "string"
                        }
                      }
                    },
                    "kid": {
                      "type": "string"
                    },
                    "obj_type": {
                      "type": "string"
                    },
                    "key_ops": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "custom_metadata": {
                      "type": "object"
                    },
                    "origin": {
                      "type": "string"
                    },
                    "pub_key": {
                      "type": "string"
                    },
                    "value": {
                      "type": "string"
                    },
                    "enabled": {
                      "type": "boolean"
                    },
                    "compliant_with_policies": {
                      "type": "boolean"
                    },
                    "created_at": {
                      "type": "string"
                    },
                    "lastused_at": {
                      "type": "string"
                    },
                    "transient_key": {
                      "type": "string"
                    },
                    "never_exportable": {
                      "type": "boolean"
                    },
                    "rsa": {
                      "type": "object",
                      "properties": {
                        "key_size": {
                          "type": "number"
                        },
                        "public_exponent": {
                          "type": "number"
                        },
                        "encryption_policy": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "padding": {
                                "type": "object",
                                "properties": {
                                  "PKCS1_V15": {
                                    "type": "object"
                                  },
                                  "OAEP": {
                                    "type": "object",
                                    "properties": {
                                      "mgf": {
                                        "type": "object",
                                        "properties": {
                                          "mgf1": {
                                            "type": "object",
                                            "properties": {
                                              "hash": {
                                                "type": "string"
                                              }
                                            }
                                          }
                                        }
                                      }
                                    }
                                  }
                                }
                              }
                            }
                          }
                        },
                        "signature_policy": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "padding": {
                                "type": "object",
                                "properties": {
                                  "PKCS1_V15": {
                                    "type": "object"
                                  },
                                  "PSS": {
                                    "type": "object",
                                    "properties": {
                                      "mgf": {
                                        "type": "object",
                                        "properties": {
                                          "mgf1": {
                                            "type": "object",
                                            "properties": {
                                              "hash": {
                                                "type": "string"
                                              }
                                            }
                                          }
                                        }
                                      }
                                    }
                                  }
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "name": "string",
                  "description": "string",
                  "key_size": 9,
                  "elliptic_curve": "NistP192",
                  "acct_id": "string",
                  "group_id": "string",
                  "creator": {
                    "app": "string",
                    "user": "string"
                  },
                  "kid": "string",
                  "obj_type": "OPAQUE",
                  "key_ops": [
                    "UNWRAPKEY",
                    "AGREEKEY",
                    "MACVERIFY",
                    "WRAPKEY",
                    "UNWRAPKEY",
                    "DECRYPT",
                    "MACVERIFY",
                    "MACVERIFY",
                    "MACVERIFY"
                  ],
                  "custom_metadata": {},
                  "origin": "FortanixHSM",
                  "pub_key": "string",
                  "value": "string",
                  "enabled": false,
                  "compliant_with_policies": false,
                  "created_at": "string",
                  "lastused_at": "string",
                  "transient_key": "string",
                  "never_exportable": false,
                  "rsa": {
                    "key_size": 5,
                    "public_exponent": 5,
                    "encryption_policy": [
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "OAEP": {
                            "mgf": {
                              "mgf1": {
                                "hash": "Blake2b512"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "OAEP": {
                            "mgf": {
                              "mgf1": {
                                "hash": "SHA3_384"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "OAEP": {
                            "mgf": {
                              "mgf1": {
                                "hash": "Ssl3"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "OAEP": {
                            "mgf": {
                              "mgf1": {
                                "hash": "Streebog256"
                              }
                            }
                          }
                        }
                      }
                    ],
                    "signature_policy": [
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "PSS": {
                            "mgf": {
                              "mgf1": {
                                "hash": "SHA3_384"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "PSS": {
                            "mgf": {
                              "mgf1": {
                                "hash": "Streebog256"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "PSS": {
                            "mgf": {
                              "mgf1": {
                                "hash": "SHA3_512"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "PSS": {
                            "mgf": {
                              "mgf1": {
                                "hash": "Blake2s256"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "PSS": {
                            "mgf": {
                              "mgf1": {
                                "hash": "SHA1"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "PSS": {
                            "mgf": {
                              "mgf1": {
                                "hash": "SHA384"
                              }
                            }
                          }
                        }
                      }
                    ]
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/crypto/v1/keys/{keyId}/private": {
      "delete": {
        "tags": [
          "SecurityObjects"
        ],
        "operationId": "deletePrivateKey",
        "description": "The parameters and request body are for method: deletePrivateKey. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "keyId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "keyId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/crypto/v1/keys/rekey": {
      "post": {
        "tags": [
          "SecurityObjects"
        ],
        "operationId": "rotateSecurityObject",
        "description": "The parameters and request body are for method: rotateSecurityObject. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "name": {
                      "type": "string"
                    },
                    "description": {
                      "type": "string"
                    },
                    "key_size": {
                      "type": "number"
                    },
                    "elliptic_curve": {
                      "type": "string"
                    },
                    "acct_id": {
                      "type": "string"
                    },
                    "group_id": {
                      "type": "string"
                    },
                    "creator": {
                      "type": "object",
                      "properties": {
                        "app": {
                          "type": "string"
                        },
                        "user": {
                          "type": "string"
                        }
                      }
                    },
                    "kid": {
                      "type": "string"
                    },
                    "obj_type": {
                      "type": "string"
                    },
                    "key_ops": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "custom_metadata": {
                      "type": "object"
                    },
                    "origin": {
                      "type": "string"
                    },
                    "pub_key": {
                      "type": "string"
                    },
                    "value": {
                      "type": "string"
                    },
                    "enabled": {
                      "type": "boolean"
                    },
                    "compliant_with_policies": {
                      "type": "boolean"
                    },
                    "created_at": {
                      "type": "string"
                    },
                    "lastused_at": {
                      "type": "string"
                    },
                    "transient_key": {
                      "type": "string"
                    },
                    "never_exportable": {
                      "type": "boolean"
                    },
                    "rsa": {
                      "type": "object",
                      "properties": {
                        "key_size": {
                          "type": "number"
                        },
                        "public_exponent": {
                          "type": "number"
                        },
                        "encryption_policy": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "padding": {
                                "type": "object",
                                "properties": {
                                  "PKCS1_V15": {
                                    "type": "object"
                                  },
                                  "OAEP": {
                                    "type": "object",
                                    "properties": {
                                      "mgf": {
                                        "type": "object",
                                        "properties": {
                                          "mgf1": {
                                            "type": "object",
                                            "properties": {
                                              "hash": {
                                                "type": "string"
                                              }
                                            }
                                          }
                                        }
                                      }
                                    }
                                  }
                                }
                              }
                            }
                          }
                        },
                        "signature_policy": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "padding": {
                                "type": "object",
                                "properties": {
                                  "PKCS1_V15": {
                                    "type": "object"
                                  },
                                  "PSS": {
                                    "type": "object",
                                    "properties": {
                                      "mgf": {
                                        "type": "object",
                                        "properties": {
                                          "mgf1": {
                                            "type": "object",
                                            "properties": {
                                              "hash": {
                                                "type": "string"
                                              }
                                            }
                                          }
                                        }
                                      }
                                    }
                                  }
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "name": "string",
                  "description": "string",
                  "key_size": 1,
                  "elliptic_curve": "X25519",
                  "acct_id": "string",
                  "group_id": "string",
                  "creator": {
                    "app": "string",
                    "user": "string"
                  },
                  "kid": "string",
                  "obj_type": "OPAQUE",
                  "key_ops": [
                    "AGREEKEY",
                    "MACVERIFY"
                  ],
                  "custom_metadata": {},
                  "origin": "External",
                  "pub_key": "string",
                  "value": "string",
                  "enabled": false,
                  "compliant_with_policies": false,
                  "created_at": "string",
                  "lastused_at": "string",
                  "transient_key": "string",
                  "never_exportable": false,
                  "rsa": {
                    "key_size": 1,
                    "public_exponent": 2,
                    "encryption_policy": [
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "OAEP": {
                            "mgf": {
                              "mgf1": {
                                "hash": "SHA256"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "OAEP": {
                            "mgf": {
                              "mgf1": {
                                "hash": "Blake2b256"
                              }
                            }
                          }
                        }
                      }
                    ],
                    "signature_policy": [
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "PSS": {
                            "mgf": {
                              "mgf1": {
                                "hash": "Blake2b512"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "PSS": {
                            "mgf": {
                              "mgf1": {
                                "hash": "SHA256"
                              }
                            }
                          }
                        }
                      }
                    ]
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/crypto/v1/keys/export": {
      "post": {
        "tags": [
          "SecurityObjects"
        ],
        "operationId": "getSecurityObjectValueEx",
        "description": "The parameters and request body are for method: getSecurityObjectValueEx. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "name": {
                      "type": "string"
                    },
                    "description": {
                      "type": "string"
                    },
                    "key_size": {
                      "type": "number"
                    },
                    "elliptic_curve": {
                      "type": "string"
                    },
                    "acct_id": {
                      "type": "string"
                    },
                    "group_id": {
                      "type": "string"
                    },
                    "creator": {
                      "type": "object",
                      "properties": {
                        "app": {
                          "type": "string"
                        },
                        "user": {
                          "type": "string"
                        }
                      }
                    },
                    "kid": {
                      "type": "string"
                    },
                    "obj_type": {
                      "type": "string"
                    },
                    "key_ops": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "custom_metadata": {
                      "type": "object"
                    },
                    "origin": {
                      "type": "string"
                    },
                    "pub_key": {
                      "type": "string"
                    },
                    "value": {
                      "type": "string"
                    },
                    "enabled": {
                      "type": "boolean"
                    },
                    "compliant_with_policies": {
                      "type": "boolean"
                    },
                    "created_at": {
                      "type": "string"
                    },
                    "lastused_at": {
                      "type": "string"
                    },
                    "transient_key": {
                      "type": "string"
                    },
                    "never_exportable": {
                      "type": "boolean"
                    },
                    "rsa": {
                      "type": "object",
                      "properties": {
                        "key_size": {
                          "type": "number"
                        },
                        "public_exponent": {
                          "type": "number"
                        },
                        "encryption_policy": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "padding": {
                                "type": "object",
                                "properties": {
                                  "PKCS1_V15": {
                                    "type": "object"
                                  },
                                  "OAEP": {
                                    "type": "object",
                                    "properties": {
                                      "mgf": {
                                        "type": "object",
                                        "properties": {
                                          "mgf1": {
                                            "type": "object",
                                            "properties": {
                                              "hash": {
                                                "type": "string"
                                              }
                                            }
                                          }
                                        }
                                      }
                                    }
                                  }
                                }
                              }
                            }
                          }
                        },
                        "signature_policy": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "padding": {
                                "type": "object",
                                "properties": {
                                  "PKCS1_V15": {
                                    "type": "object"
                                  },
                                  "PSS": {
                                    "type": "object",
                                    "properties": {
                                      "mgf": {
                                        "type": "object",
                                        "properties": {
                                          "mgf1": {
                                            "type": "object",
                                            "properties": {
                                              "hash": {
                                                "type": "string"
                                              }
                                            }
                                          }
                                        }
                                      }
                                    }
                                  }
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "name": "string",
                  "description": "string",
                  "key_size": 8,
                  "elliptic_curve": "NistP192",
                  "acct_id": "string",
                  "group_id": "string",
                  "creator": {
                    "app": "string",
                    "user": "string"
                  },
                  "kid": "string",
                  "obj_type": "OPAQUE",
                  "key_ops": [
                    "WRAPKEY"
                  ],
                  "custom_metadata": {},
                  "origin": "External",
                  "pub_key": "string",
                  "value": "string",
                  "enabled": false,
                  "compliant_with_policies": false,
                  "created_at": "string",
                  "lastused_at": "string",
                  "transient_key": "string",
                  "never_exportable": true,
                  "rsa": {
                    "key_size": 3,
                    "public_exponent": 4,
                    "encryption_policy": [
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "OAEP": {
                            "mgf": {
                              "mgf1": {
                                "hash": "Blake2b256"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "OAEP": {
                            "mgf": {
                              "mgf1": {
                                "hash": "Streebog256"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "OAEP": {
                            "mgf": {
                              "mgf1": {
                                "hash": "SHA256"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "OAEP": {
                            "mgf": {
                              "mgf1": {
                                "hash": "SHA512"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "OAEP": {
                            "mgf": {
                              "mgf1": {
                                "hash": "Blake2s256"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "OAEP": {
                            "mgf": {
                              "mgf1": {
                                "hash": "SHA3_512"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "OAEP": {
                            "mgf": {
                              "mgf1": {
                                "hash": "SHA3_512"
                              }
                            }
                          }
                        }
                      }
                    ],
                    "signature_policy": [
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "PSS": {
                            "mgf": {
                              "mgf1": {
                                "hash": "Blake2b384"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "PSS": {
                            "mgf": {
                              "mgf1": {
                                "hash": "SHA1"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "PSS": {
                            "mgf": {
                              "mgf1": {
                                "hash": "Blake2s256"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "PSS": {
                            "mgf": {
                              "mgf1": {
                                "hash": "SHA512"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "PSS": {
                            "mgf": {
                              "mgf1": {
                                "hash": "SHA512"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "PSS": {
                            "mgf": {
                              "mgf1": {
                                "hash": "Streebog256"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "PSS": {
                            "mgf": {
                              "mgf1": {
                                "hash": "SHA512"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "PSS": {
                            "mgf": {
                              "mgf1": {
                                "hash": "SHA3_224"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "PSS": {
                            "mgf": {
                              "mgf1": {
                                "hash": "SHA3_256"
                              }
                            }
                          }
                        }
                      }
                    ]
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/crypto/v1/keys/digest": {
      "post": {
        "tags": [
          "SecurityObjects"
        ],
        "operationId": "getSecurityObjectDigest",
        "description": "The parameters and request body are for method: getSecurityObjectDigest. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "digest": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "digest": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/crypto/v1/keys/{keyId}/export": {
      "get": {
        "tags": [
          "SecurityObjects"
        ],
        "operationId": "getSecurityObjectValue",
        "description": "The parameters and request body are for method: getSecurityObjectValue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "name": {
                      "type": "string"
                    },
                    "description": {
                      "type": "string"
                    },
                    "key_size": {
                      "type": "number"
                    },
                    "elliptic_curve": {
                      "type": "string"
                    },
                    "acct_id": {
                      "type": "string"
                    },
                    "group_id": {
                      "type": "string"
                    },
                    "creator": {
                      "type": "object",
                      "properties": {
                        "app": {
                          "type": "string"
                        },
                        "user": {
                          "type": "string"
                        }
                      }
                    },
                    "kid": {
                      "type": "string"
                    },
                    "obj_type": {
                      "type": "string"
                    },
                    "key_ops": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "custom_metadata": {
                      "type": "object"
                    },
                    "origin": {
                      "type": "string"
                    },
                    "pub_key": {
                      "type": "string"
                    },
                    "value": {
                      "type": "string"
                    },
                    "enabled": {
                      "type": "boolean"
                    },
                    "compliant_with_policies": {
                      "type": "boolean"
                    },
                    "created_at": {
                      "type": "string"
                    },
                    "lastused_at": {
                      "type": "string"
                    },
                    "transient_key": {
                      "type": "string"
                    },
                    "never_exportable": {
                      "type": "boolean"
                    },
                    "rsa": {
                      "type": "object",
                      "properties": {
                        "key_size": {
                          "type": "number"
                        },
                        "public_exponent": {
                          "type": "number"
                        },
                        "encryption_policy": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "padding": {
                                "type": "object",
                                "properties": {
                                  "PKCS1_V15": {
                                    "type": "object"
                                  },
                                  "OAEP": {
                                    "type": "object",
                                    "properties": {
                                      "mgf": {
                                        "type": "object",
                                        "properties": {
                                          "mgf1": {
                                            "type": "object",
                                            "properties": {
                                              "hash": {
                                                "type": "string"
                                              }
                                            }
                                          }
                                        }
                                      }
                                    }
                                  }
                                }
                              }
                            }
                          }
                        },
                        "signature_policy": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "padding": {
                                "type": "object",
                                "properties": {
                                  "PKCS1_V15": {
                                    "type": "object"
                                  },
                                  "PSS": {
                                    "type": "object",
                                    "properties": {
                                      "mgf": {
                                        "type": "object",
                                        "properties": {
                                          "mgf1": {
                                            "type": "object",
                                            "properties": {
                                              "hash": {
                                                "type": "string"
                                              }
                                            }
                                          }
                                        }
                                      }
                                    }
                                  }
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "name": "string",
                  "description": "string",
                  "key_size": 2,
                  "elliptic_curve": "NistP521",
                  "acct_id": "string",
                  "group_id": "string",
                  "creator": {
                    "app": "string",
                    "user": "string"
                  },
                  "kid": "string",
                  "obj_type": "OPAQUE",
                  "key_ops": [
                    "VERIFY",
                    "DERIVEKEY",
                    "SIGN"
                  ],
                  "custom_metadata": {},
                  "origin": "FortanixHSM",
                  "pub_key": "string",
                  "value": "string",
                  "enabled": true,
                  "compliant_with_policies": true,
                  "created_at": "string",
                  "lastused_at": "string",
                  "transient_key": "string",
                  "never_exportable": true,
                  "rsa": {
                    "key_size": 4,
                    "public_exponent": 8,
                    "encryption_policy": [
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "OAEP": {
                            "mgf": {
                              "mgf1": {
                                "hash": "SHA3_256"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "OAEP": {
                            "mgf": {
                              "mgf1": {
                                "hash": "SHA512"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "OAEP": {
                            "mgf": {
                              "mgf1": {
                                "hash": "SHA256"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "OAEP": {
                            "mgf": {
                              "mgf1": {
                                "hash": "SHA3_224"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "OAEP": {
                            "mgf": {
                              "mgf1": {
                                "hash": "Streebog256"
                              }
                            }
                          }
                        }
                      }
                    ],
                    "signature_policy": [
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "PSS": {
                            "mgf": {
                              "mgf1": {
                                "hash": "SHA384"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "PSS": {
                            "mgf": {
                              "mgf1": {
                                "hash": "SHA3_512"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "PSS": {
                            "mgf": {
                              "mgf1": {
                                "hash": "Streebog512"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "PSS": {
                            "mgf": {
                              "mgf1": {
                                "hash": "Streebog512"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "PSS": {
                            "mgf": {
                              "mgf1": {
                                "hash": "SHA1"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "PSS": {
                            "mgf": {
                              "mgf1": {
                                "hash": "SHA512"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "PSS": {
                            "mgf": {
                              "mgf1": {
                                "hash": "Streebog256"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "PSS": {
                            "mgf": {
                              "mgf1": {
                                "hash": "Blake2b384"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "PSS": {
                            "mgf": {
                              "mgf1": {
                                "hash": "Blake2b512"
                              }
                            }
                          }
                        }
                      }
                    ]
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "keyId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "keyId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/crypto/v1/keys/{keyId}/activate": {
      "post": {
        "tags": [
          "SecurityObjects"
        ],
        "operationId": "activateSecurityObject",
        "description": "The parameters and request body are for method: activateSecurityObject. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "keyId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "keyId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/crypto/v1/keys/{keyId}/revoke": {
      "post": {
        "tags": [
          "SecurityObjects"
        ],
        "operationId": "revokeSecurityObject",
        "description": "The parameters and request body are for method: revokeSecurityObject. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "keyId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "keyId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/crypto/v1/keys/{keyId}/derive": {
      "post": {
        "tags": [
          "SecurityObjects"
        ],
        "operationId": "deriveKey",
        "description": "The parameters and request body are for method: deriveKey. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "name": {
                      "type": "string"
                    },
                    "description": {
                      "type": "string"
                    },
                    "key_size": {
                      "type": "number"
                    },
                    "elliptic_curve": {
                      "type": "string"
                    },
                    "acct_id": {
                      "type": "string"
                    },
                    "group_id": {
                      "type": "string"
                    },
                    "creator": {
                      "type": "object",
                      "properties": {
                        "app": {
                          "type": "string"
                        },
                        "user": {
                          "type": "string"
                        }
                      }
                    },
                    "kid": {
                      "type": "string"
                    },
                    "obj_type": {
                      "type": "string"
                    },
                    "key_ops": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "custom_metadata": {
                      "type": "object"
                    },
                    "origin": {
                      "type": "string"
                    },
                    "pub_key": {
                      "type": "string"
                    },
                    "value": {
                      "type": "string"
                    },
                    "enabled": {
                      "type": "boolean"
                    },
                    "compliant_with_policies": {
                      "type": "boolean"
                    },
                    "created_at": {
                      "type": "string"
                    },
                    "lastused_at": {
                      "type": "string"
                    },
                    "transient_key": {
                      "type": "string"
                    },
                    "never_exportable": {
                      "type": "boolean"
                    },
                    "rsa": {
                      "type": "object",
                      "properties": {
                        "key_size": {
                          "type": "number"
                        },
                        "public_exponent": {
                          "type": "number"
                        },
                        "encryption_policy": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "padding": {
                                "type": "object",
                                "properties": {
                                  "PKCS1_V15": {
                                    "type": "object"
                                  },
                                  "OAEP": {
                                    "type": "object",
                                    "properties": {
                                      "mgf": {
                                        "type": "object",
                                        "properties": {
                                          "mgf1": {
                                            "type": "object",
                                            "properties": {
                                              "hash": {
                                                "type": "string"
                                              }
                                            }
                                          }
                                        }
                                      }
                                    }
                                  }
                                }
                              }
                            }
                          }
                        },
                        "signature_policy": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "padding": {
                                "type": "object",
                                "properties": {
                                  "PKCS1_V15": {
                                    "type": "object"
                                  },
                                  "PSS": {
                                    "type": "object",
                                    "properties": {
                                      "mgf": {
                                        "type": "object",
                                        "properties": {
                                          "mgf1": {
                                            "type": "object",
                                            "properties": {
                                              "hash": {
                                                "type": "string"
                                              }
                                            }
                                          }
                                        }
                                      }
                                    }
                                  }
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "name": "string",
                  "description": "string",
                  "key_size": 5,
                  "elliptic_curve": "NistP384",
                  "acct_id": "string",
                  "group_id": "string",
                  "creator": {
                    "app": "string",
                    "user": "string"
                  },
                  "kid": "string",
                  "obj_type": "OPAQUE",
                  "key_ops": [
                    "AGREEKEY",
                    "ENCRYPT",
                    "DERIVEKEY",
                    "AGREEKEY",
                    "EXPORT",
                    "AGREEKEY"
                  ],
                  "custom_metadata": {},
                  "origin": "External",
                  "pub_key": "string",
                  "value": "string",
                  "enabled": false,
                  "compliant_with_policies": true,
                  "created_at": "string",
                  "lastused_at": "string",
                  "transient_key": "string",
                  "never_exportable": false,
                  "rsa": {
                    "key_size": 1,
                    "public_exponent": 1,
                    "encryption_policy": [
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "OAEP": {
                            "mgf": {
                              "mgf1": {
                                "hash": "Blake2b512"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "OAEP": {
                            "mgf": {
                              "mgf1": {
                                "hash": "Blake2b512"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "OAEP": {
                            "mgf": {
                              "mgf1": {
                                "hash": "SHA512"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "OAEP": {
                            "mgf": {
                              "mgf1": {
                                "hash": "Blake2b384"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "OAEP": {
                            "mgf": {
                              "mgf1": {
                                "hash": "SHA3_384"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "OAEP": {
                            "mgf": {
                              "mgf1": {
                                "hash": "Streebog256"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "OAEP": {
                            "mgf": {
                              "mgf1": {
                                "hash": "SHA512"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "OAEP": {
                            "mgf": {
                              "mgf1": {
                                "hash": "SHA256"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "OAEP": {
                            "mgf": {
                              "mgf1": {
                                "hash": "SHA512"
                              }
                            }
                          }
                        }
                      }
                    ],
                    "signature_policy": [
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "PSS": {
                            "mgf": {
                              "mgf1": {
                                "hash": "SHA3_512"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "PSS": {
                            "mgf": {
                              "mgf1": {
                                "hash": "SHA3_384"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "PSS": {
                            "mgf": {
                              "mgf1": {
                                "hash": "Blake2b512"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "PSS": {
                            "mgf": {
                              "mgf1": {
                                "hash": "Streebog512"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "PSS": {
                            "mgf": {
                              "mgf1": {
                                "hash": "Blake2b384"
                              }
                            }
                          }
                        }
                      }
                    ]
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "keyId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "keyId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/crypto/v1/derive": {
      "post": {
        "tags": [
          "SecurityObjects"
        ],
        "operationId": "deriveKeyEx",
        "description": "The parameters and request body are for method: deriveKeyEx. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "name": {
                      "type": "string"
                    },
                    "description": {
                      "type": "string"
                    },
                    "key_size": {
                      "type": "number"
                    },
                    "elliptic_curve": {
                      "type": "string"
                    },
                    "acct_id": {
                      "type": "string"
                    },
                    "group_id": {
                      "type": "string"
                    },
                    "creator": {
                      "type": "object",
                      "properties": {
                        "app": {
                          "type": "string"
                        },
                        "user": {
                          "type": "string"
                        }
                      }
                    },
                    "kid": {
                      "type": "string"
                    },
                    "obj_type": {
                      "type": "string"
                    },
                    "key_ops": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "custom_metadata": {
                      "type": "object"
                    },
                    "origin": {
                      "type": "string"
                    },
                    "pub_key": {
                      "type": "string"
                    },
                    "value": {
                      "type": "string"
                    },
                    "enabled": {
                      "type": "boolean"
                    },
                    "compliant_with_policies": {
                      "type": "boolean"
                    },
                    "created_at": {
                      "type": "string"
                    },
                    "lastused_at": {
                      "type": "string"
                    },
                    "transient_key": {
                      "type": "string"
                    },
                    "never_exportable": {
                      "type": "boolean"
                    },
                    "rsa": {
                      "type": "object",
                      "properties": {
                        "key_size": {
                          "type": "number"
                        },
                        "public_exponent": {
                          "type": "number"
                        },
                        "encryption_policy": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "padding": {
                                "type": "object",
                                "properties": {
                                  "PKCS1_V15": {
                                    "type": "object"
                                  },
                                  "OAEP": {
                                    "type": "object",
                                    "properties": {
                                      "mgf": {
                                        "type": "object",
                                        "properties": {
                                          "mgf1": {
                                            "type": "object",
                                            "properties": {
                                              "hash": {
                                                "type": "string"
                                              }
                                            }
                                          }
                                        }
                                      }
                                    }
                                  }
                                }
                              }
                            }
                          }
                        },
                        "signature_policy": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "padding": {
                                "type": "object",
                                "properties": {
                                  "PKCS1_V15": {
                                    "type": "object"
                                  },
                                  "PSS": {
                                    "type": "object",
                                    "properties": {
                                      "mgf": {
                                        "type": "object",
                                        "properties": {
                                          "mgf1": {
                                            "type": "object",
                                            "properties": {
                                              "hash": {
                                                "type": "string"
                                              }
                                            }
                                          }
                                        }
                                      }
                                    }
                                  }
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "name": "string",
                  "description": "string",
                  "key_size": 9,
                  "elliptic_curve": "X448",
                  "acct_id": "string",
                  "group_id": "string",
                  "creator": {
                    "app": "string",
                    "user": "string"
                  },
                  "kid": "string",
                  "obj_type": "OPAQUE",
                  "key_ops": [
                    "UNWRAPKEY",
                    "MACVERIFY",
                    "APPMANAGEABLE",
                    "MACGENERATE",
                    "DERIVEKEY",
                    "DERIVEKEY",
                    "SIGN",
                    "ENCRYPT",
                    "DECRYPT"
                  ],
                  "custom_metadata": {},
                  "origin": "FortanixHSM",
                  "pub_key": "string",
                  "value": "string",
                  "enabled": true,
                  "compliant_with_policies": true,
                  "created_at": "string",
                  "lastused_at": "string",
                  "transient_key": "string",
                  "never_exportable": true,
                  "rsa": {
                    "key_size": 10,
                    "public_exponent": 7,
                    "encryption_policy": [
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "OAEP": {
                            "mgf": {
                              "mgf1": {
                                "hash": "Blake2b384"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "OAEP": {
                            "mgf": {
                              "mgf1": {
                                "hash": "SHA3_512"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "OAEP": {
                            "mgf": {
                              "mgf1": {
                                "hash": "Blake2s256"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "OAEP": {
                            "mgf": {
                              "mgf1": {
                                "hash": "SHA3_384"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "OAEP": {
                            "mgf": {
                              "mgf1": {
                                "hash": "SHA1"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "OAEP": {
                            "mgf": {
                              "mgf1": {
                                "hash": "SHA3_256"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "OAEP": {
                            "mgf": {
                              "mgf1": {
                                "hash": "Blake2b512"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "OAEP": {
                            "mgf": {
                              "mgf1": {
                                "hash": "RIPEMD160"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "OAEP": {
                            "mgf": {
                              "mgf1": {
                                "hash": "Streebog512"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "OAEP": {
                            "mgf": {
                              "mgf1": {
                                "hash": "Blake2b384"
                              }
                            }
                          }
                        }
                      }
                    ],
                    "signature_policy": [
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "PSS": {
                            "mgf": {
                              "mgf1": {
                                "hash": "Ssl3"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "PSS": {
                            "mgf": {
                              "mgf1": {
                                "hash": "SHA3_512"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "PSS": {
                            "mgf": {
                              "mgf1": {
                                "hash": "Blake2s256"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "PSS": {
                            "mgf": {
                              "mgf1": {
                                "hash": "SHA512"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "PSS": {
                            "mgf": {
                              "mgf1": {
                                "hash": "Ssl3"
                              }
                            }
                          }
                        }
                      }
                    ]
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/crypto/v1/agree": {
      "post": {
        "tags": [
          "SecurityObjects"
        ],
        "operationId": "agreeKey",
        "description": "The parameters and request body are for method: agreeKey. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "name": {
                      "type": "string"
                    },
                    "description": {
                      "type": "string"
                    },
                    "key_size": {
                      "type": "number"
                    },
                    "elliptic_curve": {
                      "type": "string"
                    },
                    "acct_id": {
                      "type": "string"
                    },
                    "group_id": {
                      "type": "string"
                    },
                    "creator": {
                      "type": "object",
                      "properties": {
                        "app": {
                          "type": "string"
                        },
                        "user": {
                          "type": "string"
                        }
                      }
                    },
                    "kid": {
                      "type": "string"
                    },
                    "obj_type": {
                      "type": "string"
                    },
                    "key_ops": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "custom_metadata": {
                      "type": "object"
                    },
                    "origin": {
                      "type": "string"
                    },
                    "pub_key": {
                      "type": "string"
                    },
                    "value": {
                      "type": "string"
                    },
                    "enabled": {
                      "type": "boolean"
                    },
                    "compliant_with_policies": {
                      "type": "boolean"
                    },
                    "created_at": {
                      "type": "string"
                    },
                    "lastused_at": {
                      "type": "string"
                    },
                    "transient_key": {
                      "type": "string"
                    },
                    "never_exportable": {
                      "type": "boolean"
                    },
                    "rsa": {
                      "type": "object",
                      "properties": {
                        "key_size": {
                          "type": "number"
                        },
                        "public_exponent": {
                          "type": "number"
                        },
                        "encryption_policy": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "padding": {
                                "type": "object",
                                "properties": {
                                  "PKCS1_V15": {
                                    "type": "object"
                                  },
                                  "OAEP": {
                                    "type": "object",
                                    "properties": {
                                      "mgf": {
                                        "type": "object",
                                        "properties": {
                                          "mgf1": {
                                            "type": "object",
                                            "properties": {
                                              "hash": {
                                                "type": "string"
                                              }
                                            }
                                          }
                                        }
                                      }
                                    }
                                  }
                                }
                              }
                            }
                          }
                        },
                        "signature_policy": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "padding": {
                                "type": "object",
                                "properties": {
                                  "PKCS1_V15": {
                                    "type": "object"
                                  },
                                  "PSS": {
                                    "type": "object",
                                    "properties": {
                                      "mgf": {
                                        "type": "object",
                                        "properties": {
                                          "mgf1": {
                                            "type": "object",
                                            "properties": {
                                              "hash": {
                                                "type": "string"
                                              }
                                            }
                                          }
                                        }
                                      }
                                    }
                                  }
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "name": "string",
                  "description": "string",
                  "key_size": 1,
                  "elliptic_curve": "Ed25519",
                  "acct_id": "string",
                  "group_id": "string",
                  "creator": {
                    "app": "string",
                    "user": "string"
                  },
                  "kid": "string",
                  "obj_type": "OPAQUE",
                  "key_ops": [
                    "SIGN",
                    "SIGN",
                    "ENCRYPT",
                    "SIGN"
                  ],
                  "custom_metadata": {},
                  "origin": "FortanixHSM",
                  "pub_key": "string",
                  "value": "string",
                  "enabled": true,
                  "compliant_with_policies": true,
                  "created_at": "string",
                  "lastused_at": "string",
                  "transient_key": "string",
                  "never_exportable": true,
                  "rsa": {
                    "key_size": 5,
                    "public_exponent": 6,
                    "encryption_policy": [
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "OAEP": {
                            "mgf": {
                              "mgf1": {
                                "hash": "SHA3_224"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "OAEP": {
                            "mgf": {
                              "mgf1": {
                                "hash": "Blake2s256"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "OAEP": {
                            "mgf": {
                              "mgf1": {
                                "hash": "SHA256"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "OAEP": {
                            "mgf": {
                              "mgf1": {
                                "hash": "SHA3_512"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "OAEP": {
                            "mgf": {
                              "mgf1": {
                                "hash": "SHA512"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "OAEP": {
                            "mgf": {
                              "mgf1": {
                                "hash": "Blake2b512"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "OAEP": {
                            "mgf": {
                              "mgf1": {
                                "hash": "SHA3_224"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "OAEP": {
                            "mgf": {
                              "mgf1": {
                                "hash": "Blake2b384"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "OAEP": {
                            "mgf": {
                              "mgf1": {
                                "hash": "Blake2b384"
                              }
                            }
                          }
                        }
                      }
                    ],
                    "signature_policy": [
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "PSS": {
                            "mgf": {
                              "mgf1": {
                                "hash": "SHA512"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "PSS": {
                            "mgf": {
                              "mgf1": {
                                "hash": "Blake2b512"
                              }
                            }
                          }
                        }
                      }
                    ]
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/crypto/v1/keys/{keyId}/encrypt": {
      "post": {
        "tags": [
          "EncryptionAndDecryption"
        ],
        "operationId": "encrypt",
        "description": "The parameters and request body are for method: encrypt. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "keyId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "keyId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/crypto/v1/encrypt": {
      "post": {
        "tags": [
          "EncryptionAndDecryption"
        ],
        "operationId": "encryptEx",
        "description": "The parameters and request body are for method: encryptEx. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/crypto/v1/keys/batch/encrypt": {
      "post": {
        "tags": [
          "EncryptionAndDecryption"
        ],
        "operationId": "batchEncrypt",
        "description": "The parameters and request body are for method: batchEncrypt. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/crypto/v1/keys/{keyId}/encrypt/init": {
      "post": {
        "tags": [
          "EncryptionAndDecryption"
        ],
        "operationId": "encryptInit",
        "description": "The parameters and request body are for method: encryptInit. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "keyId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "keyId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/crypto/v1/encrypt/init": {
      "post": {
        "tags": [
          "EncryptionAndDecryption"
        ],
        "operationId": "encryptInitEx",
        "description": "The parameters and request body are for method: encryptInitEx. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/crypto/v1/keys/{keyId}/encrypt/update": {
      "post": {
        "tags": [
          "EncryptionAndDecryption"
        ],
        "operationId": "encryptUpdate",
        "description": "The parameters and request body are for method: encryptUpdate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "keyId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "keyId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/crypto/v1/encrypt/update": {
      "post": {
        "tags": [
          "EncryptionAndDecryption"
        ],
        "operationId": "encryptUpdateEx",
        "description": "The parameters and request body are for method: encryptUpdateEx. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/crypto/v1/keys/{keyId}/encrypt/final": {
      "post": {
        "tags": [
          "EncryptionAndDecryption"
        ],
        "operationId": "encryptFinal",
        "description": "The parameters and request body are for method: encryptFinal. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "keyId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "keyId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/crypto/v1/encrypt/final": {
      "post": {
        "tags": [
          "EncryptionAndDecryption"
        ],
        "operationId": "encryptFinalEx",
        "description": "The parameters and request body are for method: encryptFinalEx. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/crypto/v1/keys/{keyId}/decrypt": {
      "post": {
        "tags": [
          "EncryptionAndDecryption"
        ],
        "operationId": "decrypt",
        "description": "The parameters and request body are for method: decrypt. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "keyId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "keyId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/crypto/v1/decrypt": {
      "post": {
        "tags": [
          "EncryptionAndDecryption"
        ],
        "operationId": "decryptEx",
        "description": "The parameters and request body are for method: decryptEx. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/crypto/v1/keys/batch/decrypt": {
      "post": {
        "tags": [
          "EncryptionAndDecryption"
        ],
        "operationId": "batchDecrypt",
        "description": "The parameters and request body are for method: batchDecrypt. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/crypto/v1/keys/{keyId}/decrypt/init": {
      "post": {
        "tags": [
          "EncryptionAndDecryption"
        ],
        "operationId": "decryptInit",
        "description": "The parameters and request body are for method: decryptInit. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "keyId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "keyId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/crypto/v1/decrypt/init": {
      "post": {
        "tags": [
          "EncryptionAndDecryption"
        ],
        "operationId": "decryptInitEx",
        "description": "The parameters and request body are for method: decryptInitEx. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/crypto/v1/keys/{keyId}/decrypt/update": {
      "post": {
        "tags": [
          "EncryptionAndDecryption"
        ],
        "operationId": "decryptUpdate",
        "description": "The parameters and request body are for method: decryptUpdate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "keyId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "keyId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/crypto/v1/decrypt/update": {
      "post": {
        "tags": [
          "EncryptionAndDecryption"
        ],
        "operationId": "decryptUpdateEx",
        "description": "The parameters and request body are for method: decryptUpdateEx. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/crypto/v1/keys/{keyId}/decrypt/final": {
      "post": {
        "tags": [
          "EncryptionAndDecryption"
        ],
        "operationId": "decryptFinal",
        "description": "The parameters and request body are for method: decryptFinal. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "keyId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "keyId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/crypto/v1/decrypt/final": {
      "post": {
        "tags": [
          "EncryptionAndDecryption"
        ],
        "operationId": "decryptFinalEx",
        "description": "The parameters and request body are for method: decryptFinalEx. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/crypto/v1/keys/{}/sign": {
      "post": {
        "tags": [
          "SignAndVerify"
        ],
        "operationId": "sign",
        "description": "The parameters and request body are for method: sign. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/crypto/v1/sign": {
      "post": {
        "tags": [
          "SignAndVerify"
        ],
        "operationId": "signEx",
        "description": "The parameters and request body are for method: signEx. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/crypto/v1/keys/batch/sign": {
      "post": {
        "tags": [
          "SignAndVerify"
        ],
        "operationId": "batchSign",
        "description": "The parameters and request body are for method: batchSign. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/crypto/v1/keys/{keyId}/verify": {
      "post": {
        "tags": [
          "SignAndVerify"
        ],
        "operationId": "verify",
        "description": "The parameters and request body are for method: verify. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "keyId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "keyId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/crypto/v1/verify": {
      "post": {
        "tags": [
          "SignAndVerify"
        ],
        "operationId": "verifyEx",
        "description": "The parameters and request body are for method: verifyEx. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/crypto/v1/keys/batch/verify": {
      "post": {
        "tags": [
          "SignAndVerify"
        ],
        "operationId": "batchVerify",
        "description": "The parameters and request body are for method: batchVerify. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/crypto/v1/digest": {
      "post": {
        "tags": [
          "Digest"
        ],
        "operationId": "computeDigest",
        "description": "The parameters and request body are for method: computeDigest. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/crypto/v1/keys/{keyId}/mac": {
      "post": {
        "tags": [
          "Digest"
        ],
        "operationId": "computeMac",
        "description": "The parameters and request body are for method: computeMac. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "keyId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "keyId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/crypto/v1/mac": {
      "post": {
        "tags": [
          "Digest"
        ],
        "operationId": "computeMacEx",
        "description": "The parameters and request body are for method: computeMacEx. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/crypto/v1/keys/{keyId}/macverify": {
      "post": {
        "tags": [
          "Digest"
        ],
        "operationId": "verifyMac",
        "description": "The parameters and request body are for method: verifyMac. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "keyId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "keyId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/crypto/v1/macverify": {
      "post": {
        "tags": [
          "Digest"
        ],
        "operationId": "verifyMacEx",
        "description": "The parameters and request body are for method: verifyMacEx. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/crypto/v1/keys/{keyId}/wrapkey": {
      "post": {
        "tags": [
          "WrappingAndUnwrapping"
        ],
        "operationId": "wrapKey",
        "description": "The parameters and request body are for method: wrapKey. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "keyId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "keyId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/crypto/v1/wrapkey": {
      "post": {
        "tags": [
          "WrappingAndUnwrapping"
        ],
        "operationId": "wrapKeyEx",
        "description": "The parameters and request body are for method: wrapKeyEx. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/crypto/v1/keys/{keyId}/unwrapkey": {
      "post": {
        "tags": [
          "WrappingAndUnwrapping"
        ],
        "operationId": "unwrapKey",
        "description": "The parameters and request body are for method: unwrapKey. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "name": {
                      "type": "string"
                    },
                    "description": {
                      "type": "string"
                    },
                    "key_size": {
                      "type": "number"
                    },
                    "elliptic_curve": {
                      "type": "string"
                    },
                    "acct_id": {
                      "type": "string"
                    },
                    "group_id": {
                      "type": "string"
                    },
                    "creator": {
                      "type": "object",
                      "properties": {
                        "app": {
                          "type": "string"
                        },
                        "user": {
                          "type": "string"
                        }
                      }
                    },
                    "kid": {
                      "type": "string"
                    },
                    "obj_type": {
                      "type": "string"
                    },
                    "key_ops": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "custom_metadata": {
                      "type": "object"
                    },
                    "origin": {
                      "type": "string"
                    },
                    "pub_key": {
                      "type": "string"
                    },
                    "value": {
                      "type": "string"
                    },
                    "enabled": {
                      "type": "boolean"
                    },
                    "compliant_with_policies": {
                      "type": "boolean"
                    },
                    "created_at": {
                      "type": "string"
                    },
                    "lastused_at": {
                      "type": "string"
                    },
                    "transient_key": {
                      "type": "string"
                    },
                    "never_exportable": {
                      "type": "boolean"
                    },
                    "rsa": {
                      "type": "object",
                      "properties": {
                        "key_size": {
                          "type": "number"
                        },
                        "public_exponent": {
                          "type": "number"
                        },
                        "encryption_policy": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "padding": {
                                "type": "object",
                                "properties": {
                                  "PKCS1_V15": {
                                    "type": "object"
                                  },
                                  "OAEP": {
                                    "type": "object",
                                    "properties": {
                                      "mgf": {
                                        "type": "object",
                                        "properties": {
                                          "mgf1": {
                                            "type": "object",
                                            "properties": {
                                              "hash": {
                                                "type": "string"
                                              }
                                            }
                                          }
                                        }
                                      }
                                    }
                                  }
                                }
                              }
                            }
                          }
                        },
                        "signature_policy": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "padding": {
                                "type": "object",
                                "properties": {
                                  "PKCS1_V15": {
                                    "type": "object"
                                  },
                                  "PSS": {
                                    "type": "object",
                                    "properties": {
                                      "mgf": {
                                        "type": "object",
                                        "properties": {
                                          "mgf1": {
                                            "type": "object",
                                            "properties": {
                                              "hash": {
                                                "type": "string"
                                              }
                                            }
                                          }
                                        }
                                      }
                                    }
                                  }
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "name": "string",
                  "description": "string",
                  "key_size": 3,
                  "elliptic_curve": "SecP256K1",
                  "acct_id": "string",
                  "group_id": "string",
                  "creator": {
                    "app": "string",
                    "user": "string"
                  },
                  "kid": "string",
                  "obj_type": "OPAQUE",
                  "key_ops": [
                    "EXPORT",
                    "DECRYPT",
                    "DERIVEKEY",
                    "DERIVEKEY",
                    "APPMANAGEABLE"
                  ],
                  "custom_metadata": {},
                  "origin": "FortanixHSM",
                  "pub_key": "string",
                  "value": "string",
                  "enabled": false,
                  "compliant_with_policies": false,
                  "created_at": "string",
                  "lastused_at": "string",
                  "transient_key": "string",
                  "never_exportable": true,
                  "rsa": {
                    "key_size": 3,
                    "public_exponent": 9,
                    "encryption_policy": [
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "OAEP": {
                            "mgf": {
                              "mgf1": {
                                "hash": "SHA256"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "OAEP": {
                            "mgf": {
                              "mgf1": {
                                "hash": "SHA512"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "OAEP": {
                            "mgf": {
                              "mgf1": {
                                "hash": "Ssl3"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "OAEP": {
                            "mgf": {
                              "mgf1": {
                                "hash": "Streebog512"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "OAEP": {
                            "mgf": {
                              "mgf1": {
                                "hash": "SHA512"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "OAEP": {
                            "mgf": {
                              "mgf1": {
                                "hash": "SHA256"
                              }
                            }
                          }
                        }
                      }
                    ],
                    "signature_policy": [
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "PSS": {
                            "mgf": {
                              "mgf1": {
                                "hash": "SHA3_224"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "PSS": {
                            "mgf": {
                              "mgf1": {
                                "hash": "RIPEMD160"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "PSS": {
                            "mgf": {
                              "mgf1": {
                                "hash": "Streebog512"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "PSS": {
                            "mgf": {
                              "mgf1": {
                                "hash": "Blake2s256"
                              }
                            }
                          }
                        }
                      }
                    ]
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "keyId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "keyId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/crypto/v1/unwrapkey": {
      "post": {
        "tags": [
          "WrappingAndUnwrapping"
        ],
        "operationId": "unwrapKeyEx",
        "description": "The parameters and request body are for method: unwrapKeyEx. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "name": {
                      "type": "string"
                    },
                    "description": {
                      "type": "string"
                    },
                    "key_size": {
                      "type": "number"
                    },
                    "elliptic_curve": {
                      "type": "string"
                    },
                    "acct_id": {
                      "type": "string"
                    },
                    "group_id": {
                      "type": "string"
                    },
                    "creator": {
                      "type": "object",
                      "properties": {
                        "app": {
                          "type": "string"
                        },
                        "user": {
                          "type": "string"
                        }
                      }
                    },
                    "kid": {
                      "type": "string"
                    },
                    "obj_type": {
                      "type": "string"
                    },
                    "key_ops": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "custom_metadata": {
                      "type": "object"
                    },
                    "origin": {
                      "type": "string"
                    },
                    "pub_key": {
                      "type": "string"
                    },
                    "value": {
                      "type": "string"
                    },
                    "enabled": {
                      "type": "boolean"
                    },
                    "compliant_with_policies": {
                      "type": "boolean"
                    },
                    "created_at": {
                      "type": "string"
                    },
                    "lastused_at": {
                      "type": "string"
                    },
                    "transient_key": {
                      "type": "string"
                    },
                    "never_exportable": {
                      "type": "boolean"
                    },
                    "rsa": {
                      "type": "object",
                      "properties": {
                        "key_size": {
                          "type": "number"
                        },
                        "public_exponent": {
                          "type": "number"
                        },
                        "encryption_policy": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "padding": {
                                "type": "object",
                                "properties": {
                                  "PKCS1_V15": {
                                    "type": "object"
                                  },
                                  "OAEP": {
                                    "type": "object",
                                    "properties": {
                                      "mgf": {
                                        "type": "object",
                                        "properties": {
                                          "mgf1": {
                                            "type": "object",
                                            "properties": {
                                              "hash": {
                                                "type": "string"
                                              }
                                            }
                                          }
                                        }
                                      }
                                    }
                                  }
                                }
                              }
                            }
                          }
                        },
                        "signature_policy": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "padding": {
                                "type": "object",
                                "properties": {
                                  "PKCS1_V15": {
                                    "type": "object"
                                  },
                                  "PSS": {
                                    "type": "object",
                                    "properties": {
                                      "mgf": {
                                        "type": "object",
                                        "properties": {
                                          "mgf1": {
                                            "type": "object",
                                            "properties": {
                                              "hash": {
                                                "type": "string"
                                              }
                                            }
                                          }
                                        }
                                      }
                                    }
                                  }
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "name": "string",
                  "description": "string",
                  "key_size": 10,
                  "elliptic_curve": "X25519",
                  "acct_id": "string",
                  "group_id": "string",
                  "creator": {
                    "app": "string",
                    "user": "string"
                  },
                  "kid": "string",
                  "obj_type": "OPAQUE",
                  "key_ops": [
                    "UNWRAPKEY",
                    "UNWRAPKEY"
                  ],
                  "custom_metadata": {},
                  "origin": "External",
                  "pub_key": "string",
                  "value": "string",
                  "enabled": false,
                  "compliant_with_policies": false,
                  "created_at": "string",
                  "lastused_at": "string",
                  "transient_key": "string",
                  "never_exportable": false,
                  "rsa": {
                    "key_size": 2,
                    "public_exponent": 2,
                    "encryption_policy": [
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "OAEP": {
                            "mgf": {
                              "mgf1": {
                                "hash": "SHA3_256"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "OAEP": {
                            "mgf": {
                              "mgf1": {
                                "hash": "Ssl3"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "OAEP": {
                            "mgf": {
                              "mgf1": {
                                "hash": "Blake2b512"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "OAEP": {
                            "mgf": {
                              "mgf1": {
                                "hash": "Blake2s256"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "OAEP": {
                            "mgf": {
                              "mgf1": {
                                "hash": "Blake2b512"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "OAEP": {
                            "mgf": {
                              "mgf1": {
                                "hash": "SHA384"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "OAEP": {
                            "mgf": {
                              "mgf1": {
                                "hash": "Ssl3"
                              }
                            }
                          }
                        }
                      }
                    ],
                    "signature_policy": [
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "PSS": {
                            "mgf": {
                              "mgf1": {
                                "hash": "Streebog512"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "PSS": {
                            "mgf": {
                              "mgf1": {
                                "hash": "RIPEMD160"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "PSS": {
                            "mgf": {
                              "mgf1": {
                                "hash": "Blake2s256"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "PSS": {
                            "mgf": {
                              "mgf1": {
                                "hash": "SHA3_224"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "PSS": {
                            "mgf": {
                              "mgf1": {
                                "hash": "Streebog512"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "PSS": {
                            "mgf": {
                              "mgf1": {
                                "hash": "Ssl3"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "PSS": {
                            "mgf": {
                              "mgf1": {
                                "hash": "Streebog256"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "PSS": {
                            "mgf": {
                              "mgf1": {
                                "hash": "SHA3_512"
                              }
                            }
                          }
                        }
                      },
                      {
                        "padding": {
                          "PKCS1_V15": {},
                          "PSS": {
                            "mgf": {
                              "mgf1": {
                                "hash": "Blake2b384"
                              }
                            }
                          }
                        }
                      }
                    ]
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sys/v1/apps": {
      "get": {
        "tags": [
          "Apps"
        ],
        "operationId": "getApps",
        "description": "The parameters and request body are for method: getApps. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "groupId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sort",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "start",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Apps"
        ],
        "operationId": "createApp",
        "description": "The parameters and request body are for method: createApp. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sys/v1/apps/{appId}": {
      "get": {
        "tags": [
          "Apps"
        ],
        "operationId": "getApp",
        "description": "The parameters and request body are for method: getApp. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "appId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "appId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Apps"
        ],
        "operationId": "deleteApp",
        "description": "The parameters and request body are for method: deleteApp. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "appId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "appId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Apps"
        ],
        "operationId": "updateApp",
        "description": "The parameters and request body are for method: updateApp. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "appId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "appId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sys/v1/apps/{appId}/reset_secret": {
      "post": {
        "tags": [
          "Apps"
        ],
        "operationId": "regenerateApiKey",
        "description": "The parameters and request body are for method: regenerateApiKey. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "appId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "appId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sys/v1/apps/{appId}/credential": {
      "get": {
        "tags": [
          "Apps"
        ],
        "operationId": "getCredential",
        "description": "The parameters and request body are for method: getCredential. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "appId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "appId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/sys/v1/groups": {
      "get": {
        "tags": [
          "Groups"
        ],
        "operationId": "getGroups",
        "description": "The parameters and request body are for method: getGroups. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Groups"
        ],
        "operationId": "createGroup",
        "description": "The parameters and request body are for method: createGroup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sys/v1/groups/{groupId}": {
      "get": {
        "tags": [
          "Groups"
        ],
        "operationId": "getGroup",
        "description": "The parameters and request body are for method: getGroup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "groupId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "groupId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Groups"
        ],
        "operationId": "deleteGroup",
        "description": "The parameters and request body are for method: deleteGroup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "groupId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "groupId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Groups"
        ],
        "operationId": "updateGroup",
        "description": "The parameters and request body are for method: updateGroup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "groupId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "groupId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sys/v1/accounts": {
      "get": {
        "tags": [
          "Accounts"
        ],
        "operationId": "getAccounts",
        "description": "The parameters and request body are for method: getAccounts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Accounts"
        ],
        "operationId": "createAccount",
        "description": "The parameters and request body are for method: createAccount. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sys/v1/accounts/{accountId}": {
      "get": {
        "tags": [
          "Accounts"
        ],
        "operationId": "getAccount",
        "description": "The parameters and request body are for method: getAccount. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "accountId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "accountId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Accounts"
        ],
        "operationId": "deleteAccount",
        "description": "The parameters and request body are for method: deleteAccount. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "accountId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "accountId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Accounts"
        ],
        "operationId": "updateAccount",
        "description": "The parameters and request body are for method: updateAccount. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "name": {
                      "type": "string"
                    },
                    "acct_id": {
                      "type": "string"
                    },
                    "description": {
                      "type": "string"
                    },
                    "organization": {
                      "type": "string"
                    },
                    "country": {
                      "type": "string"
                    },
                    "phone": {
                      "type": "string"
                    },
                    "notification_pref": {
                      "type": "string"
                    },
                    "auth_config": {
                      "type": "object",
                      "properties": {
                        "password": {
                          "type": "object",
                          "properties": {
                            "require_2fa": {
                              "type": "boolean"
                            },
                            "administrators_only": {
                              "type": "boolean"
                            }
                          }
                        },
                        "saml": {
                          "type": "string"
                        },
                        "signed_jwt": {
                          "type": "object",
                          "properties": {
                            "valid_issuers": {
                              "type": "array",
                              "items": {
                                "type": "string"
                              }
                            },
                            "signing_keys": {
                              "type": "object",
                              "properties": {
                                "kind": {
                                  "type": "string"
                                },
                                "keys": {
                                  "type": "object"
                                },
                                "url": {
                                  "type": "string"
                                },
                                "cache_duration": {
                                  "type": "number"
                                }
                              }
                            }
                          }
                        }
                      }
                    },
                    "subscription": {
                      "type": "object"
                    },
                    "state": {
                      "type": "string"
                    },
                    "auth_type": {
                      "type": "string"
                    },
                    "logging_configs": {
                      "type": "object"
                    },
                    "enabled": {
                      "type": "boolean"
                    },
                    "created_at": {
                      "type": "string"
                    },
                    "initial_purchase_at": {
                      "type": "string"
                    },
                    "pending_subscription_change_request": {
                      "type": "object",
                      "properties": {
                        "subscription": {
                          "type": "object"
                        },
                        "contact": {
                          "type": "string"
                        },
                        "comment": {
                          "type": "string"
                        }
                      }
                    },
                    "custom_metadata": {
                      "type": "object"
                    }
                  }
                },
                "example": {
                  "name": "string",
                  "acct_id": "string",
                  "description": "string",
                  "organization": "string",
                  "country": "string",
                  "phone": "string",
                  "notification_pref": "None",
                  "auth_config": {
                    "password": {
                      "require_2fa": true,
                      "administrators_only": false
                    },
                    "saml": "string",
                    "signed_jwt": {
                      "valid_issuers": [
                        "string",
                        "string",
                        "string"
                      ],
                      "signing_keys": {
                        "kind": "Stored",
                        "keys": {},
                        "url": "string",
                        "cache_duration": 8
                      }
                    }
                  },
                  "subscription": {},
                  "state": "Activated",
                  "auth_type": "External",
                  "logging_configs": {},
                  "enabled": true,
                  "created_at": "string",
                  "initial_purchase_at": "string",
                  "pending_subscription_change_request": {
                    "subscription": {},
                    "contact": "string",
                    "comment": "string"
                  },
                  "custom_metadata": {}
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "accountId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "accountId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sys/v1/accounts/child": {
      "post": {
        "tags": [
          "ChildAccounts"
        ],
        "operationId": "createChildAccount",
        "description": "The parameters and request body are for method: createChildAccount. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sys/v1/accounts/{accountId}/child": {
      "get": {
        "tags": [
          "ChildAccounts"
        ],
        "operationId": "getChildAccounts",
        "description": "The parameters and request body are for method: getChildAccounts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "accountId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "accountId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/sys/v1/users": {
      "get": {
        "tags": [
          "Users"
        ],
        "operationId": "getUsers",
        "description": "The parameters and request body are for method: getUsers. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "groupId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sort",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "start",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Users"
        ],
        "operationId": "deleteUserAccount",
        "description": "The parameters and request body are for method: deleteUserAccount. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Users"
        ],
        "operationId": "createUser",
        "description": "The parameters and request body are for method: createUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sys/v1/users/invite": {
      "post": {
        "tags": [
          "Users"
        ],
        "operationId": "inviteUser",
        "description": "The parameters and request body are for method: inviteUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sys/v1/users/{userId}": {
      "get": {
        "tags": [
          "Users"
        ],
        "operationId": "getUser",
        "description": "The parameters and request body are for method: getUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "userId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "userId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Users"
        ],
        "operationId": "updateUser",
        "description": "The parameters and request body are for method: updateUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "userId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "userId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sys/v1/users/change_password": {
      "post": {
        "tags": [
          "Users"
        ],
        "operationId": "changePassword",
        "description": "The parameters and request body are for method: changePassword. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sys/v1/users/accounts": {
      "get": {
        "tags": [
          "Users"
        ],
        "operationId": "getUserAccount",
        "description": "The parameters and request body are for method: getUserAccount. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/sys/v1/users/forgot_password": {
      "post": {
        "tags": [
          "Users"
        ],
        "operationId": "forgotPassword",
        "description": "The parameters and request body are for method: forgotPassword. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sys/v1/users/{userId}/reset_password": {
      "post": {
        "tags": [
          "Users"
        ],
        "operationId": "resetPassword",
        "description": "The parameters and request body are for method: resetPassword. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "userId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "userId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sys/v1/users/process_invite": {
      "post": {
        "tags": [
          "Users"
        ],
        "operationId": "processInvitations",
        "description": "The parameters and request body are for method: processInvitations. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sys/v1/users/{userId}/resend_invite": {
      "post": {
        "tags": [
          "Users"
        ],
        "operationId": "resendInvitation",
        "description": "The parameters and request body are for method: resendInvitation. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "userId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "userId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/sys/v1/users/{userId}/accounts": {
      "delete": {
        "tags": [
          "Users"
        ],
        "operationId": "deleteUser",
        "description": "The parameters and request body are for method: deleteUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "userId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "userId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/sys/v1/users/{userId}/validate_token": {
      "post": {
        "tags": [
          "Users"
        ],
        "operationId": "validatePasswordResetToken",
        "description": "The parameters and request body are for method: validatePasswordResetToken. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "userId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "userId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sys/v1/users/{userId}/confirm_email": {
      "post": {
        "tags": [
          "Users"
        ],
        "operationId": "confirmEmail",
        "description": "The parameters and request body are for method: confirmEmail. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "userId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "userId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sys/v1/users/{userId}/resend_confirm_email": {
      "post": {
        "tags": [
          "Users"
        ],
        "operationId": "resendConfirmEmail",
        "description": "The parameters and request body are for method: resendConfirmEmail. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "userId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "userId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/sys/v1/users/child_account": {
      "post": {
        "tags": [
          "ChildAccountUsers"
        ],
        "operationId": "createChildAccountUser",
        "description": "The parameters and request body are for method: createChildAccountUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sys/v1/users/child_account/{userId}": {
      "get": {
        "tags": [
          "ChildAccountUsers"
        ],
        "operationId": "getChildAccountUser",
        "description": "The parameters and request body are for method: getChildAccountUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "userId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "userId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "patch": {
        "tags": [
          "ChildAccountUsers"
        ],
        "operationId": "updateChildAccountUser",
        "description": "The parameters and request body are for method: updateChildAccountUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "userId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "userId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "ChildAccountUsers"
        ],
        "operationId": "deleteChildAccountUser",
        "description": "The parameters and request body are for method: deleteChildAccountUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "userId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "userId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/sys/v1/users/child_account/{accountId}/all": {
      "get": {
        "tags": [
          "ChildAccountUsers"
        ],
        "operationId": "getAllChildAccountUsers",
        "description": "The parameters and request body are for method: getAllChildAccountUsers. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "accountId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "accountId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/sys/v1/logs": {
      "get": {
        "tags": [
          "Logs"
        ],
        "operationId": "getAuditLogs",
        "description": "The parameters and request body are for method: getAuditLogs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "size",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "from",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "actionType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "actorType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "actorId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "objectId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "severity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "rangeFrom",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "rangeTo",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/sys/v1/stats/groups": {
      "get": {
        "tags": [
          "Stats"
        ],
        "operationId": "getGroupsStats",
        "description": "The parameters and request body are for method: getGroupsStats. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "rangeFrom",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "rangeTo",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "topCount",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "numPoints",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/sys/v1/stats/apps": {
      "get": {
        "tags": [
          "Stats"
        ],
        "operationId": "getAppsStats",
        "description": "The parameters and request body are for method: getAppsStats. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "rangeFrom",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "rangeTo",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "topCount",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "numPoints",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/sys/v1/stats/{appId}/app": {
      "get": {
        "tags": [
          "Stats"
        ],
        "operationId": "getAppStats",
        "description": "The parameters and request body are for method: getAppStats. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "appId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "appId",
              "type": "string"
            }
          },
          {
            "name": "rangeFrom",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "rangeTo",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "numPoints",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/sys/v1/stats/{groupId}/group": {
      "get": {
        "tags": [
          "Stats"
        ],
        "operationId": "getGroupStats",
        "description": "The parameters and request body are for method: getGroupStats. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "groupId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "groupId",
              "type": "string"
            }
          },
          {
            "name": "rangeFrom",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "rangeTo",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "numPoints",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/sys/v1/stats/{keyId}/key": {
      "get": {
        "tags": [
          "Stats"
        ],
        "operationId": "getSecurityObjectStats",
        "description": "The parameters and request body are for method: getSecurityObjectStats. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "keyId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "keyId",
              "type": "string"
            }
          },
          {
            "name": "rangeFrom",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "rangeTo",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "numPoints",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/sys/v1/session/auth/2fa/u2f": {
      "post": {
        "tags": [
          "TwoFactorAuthentication"
        ],
        "operationId": "authorizeU2F",
        "description": "The parameters and request body are for method: authorizeU2F. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/sys/v1/session/auth/2fa/recovery_code": {
      "post": {
        "tags": [
          "TwoFactorAuthentication"
        ],
        "operationId": "authorizeRecoveryCode",
        "description": "The parameters and request body are for method: authorizeRecoveryCode. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/sys/v1/session/config_2fa/new_challenge": {
      "post": {
        "tags": [
          "TwoFactorAuthentication"
        ],
        "operationId": "generateU2FChallenge",
        "description": "The parameters and request body are for method: generateU2FChallenge. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/sys/v1/session/config_2fa/terminate": {
      "post": {
        "tags": [
          "TwoFactorAuthentication"
        ],
        "operationId": "lock2F",
        "description": "The parameters and request body are for method: lock2F. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/sys/v1/users/generate_recovery_code": {
      "post": {
        "tags": [
          "TwoFactorAuthentication"
        ],
        "operationId": "generateRecoveryCodes",
        "description": "The parameters and request body are for method: generateRecoveryCodes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/sys/v1/plugins": {
      "get": {
        "tags": [
          "Plugins"
        ],
        "operationId": "getPlugins",
        "description": "The parameters and request body are for method: getPlugins. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "groupId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sort",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "start",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Plugins"
        ],
        "operationId": "createPlugin",
        "description": "The parameters and request body are for method: createPlugin. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sys/v1/plugins/{pluginId}": {
      "get": {
        "tags": [
          "Plugins"
        ],
        "operationId": "getPlugin",
        "description": "The parameters and request body are for method: getPlugin. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pluginId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pluginId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Plugins"
        ],
        "operationId": "deletePlugin",
        "description": "The parameters and request body are for method: deletePlugin. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pluginId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pluginId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Plugins"
        ],
        "operationId": "updatePlugin",
        "description": "The parameters and request body are for method: updatePlugin. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pluginId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pluginId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "Plugins"
        ],
        "operationId": "invokePlugin",
        "description": "The parameters and request body are for method: invokePlugin. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pluginId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pluginId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sys/v1/plugins/invoke/{pluginId}": {
      "get": {
        "tags": [
          "Plugins"
        ],
        "operationId": "getSysV1PluginsInvokePluginId",
        "description": "The parameters and request body are for method: getSysV1PluginsInvokePluginId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pluginId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pluginId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/sys/v1/approval_requests": {
      "get": {
        "tags": [
          "ApprovalRequests"
        ],
        "operationId": "getApprovalRequests",
        "description": "The parameters and request body are for method: getApprovalRequests. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "requester",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "reviewer",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "subject",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "status",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "ApprovalRequests"
        ],
        "operationId": "createApprovalRequest",
        "description": "The parameters and request body are for method: createApprovalRequest. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "request_id": {
                      "type": "string"
                    },
                    "requester": {
                      "type": "object",
                      "properties": {
                        "app": {
                          "type": "string"
                        },
                        "user": {
                          "type": "string"
                        },
                        "plugin": {
                          "type": "string"
                        }
                      }
                    },
                    "created_at": {
                      "type": "string"
                    },
                    "acct_id": {
                      "type": "string"
                    },
                    "operation": {
                      "type": "string"
                    },
                    "method": {
                      "type": "string"
                    },
                    "body": {
                      "type": "object"
                    },
                    "approvers": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "app": {
                            "type": "string"
                          },
                          "user": {
                            "type": "string"
                          },
                          "plugin": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "denier": {
                      "type": "object",
                      "properties": {
                        "app": {
                          "type": "string"
                        },
                        "user": {
                          "type": "string"
                        },
                        "plugin": {
                          "type": "string"
                        }
                      }
                    },
                    "status": {
                      "type": "string"
                    },
                    "reviewers": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "app": {
                            "type": "string"
                          },
                          "user": {
                            "type": "string"
                          },
                          "plugin": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "subjects": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "group": {
                            "type": "string"
                          },
                          "sobject": {
                            "type": "string"
                          },
                          "app": {
                            "type": "string"
                          },
                          "plugin": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "description": {
                      "type": "string"
                    },
                    "expiry": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "request_id": "string",
                  "requester": {
                    "app": "string",
                    "user": "string",
                    "plugin": "string"
                  },
                  "created_at": "string",
                  "acct_id": "string",
                  "operation": "string",
                  "method": "string",
                  "body": {},
                  "approvers": [
                    {
                      "app": "string",
                      "user": "string",
                      "plugin": "string"
                    },
                    {
                      "app": "string",
                      "user": "string",
                      "plugin": "string"
                    }
                  ],
                  "denier": {
                    "app": "string",
                    "user": "string",
                    "plugin": "string"
                  },
                  "status": "PENDING",
                  "reviewers": [
                    {
                      "app": "string",
                      "user": "string",
                      "plugin": "string"
                    },
                    {
                      "app": "string",
                      "user": "string",
                      "plugin": "string"
                    },
                    {
                      "app": "string",
                      "user": "string",
                      "plugin": "string"
                    },
                    {
                      "app": "string",
                      "user": "string",
                      "plugin": "string"
                    }
                  ],
                  "subjects": [
                    {
                      "group": "string",
                      "sobject": "string",
                      "app": "string",
                      "plugin": "string"
                    },
                    {
                      "group": "string",
                      "sobject": "string",
                      "app": "string",
                      "plugin": "string"
                    },
                    {
                      "group": "string",
                      "sobject": "string",
                      "app": "string",
                      "plugin": "string"
                    },
                    {
                      "group": "string",
                      "sobject": "string",
                      "app": "string",
                      "plugin": "string"
                    },
                    {
                      "group": "string",
                      "sobject": "string",
                      "app": "string",
                      "plugin": "string"
                    },
                    {
                      "group": "string",
                      "sobject": "string",
                      "app": "string",
                      "plugin": "string"
                    }
                  ],
                  "description": "string",
                  "expiry": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sys/v1/approval_requests/{requestId}": {
      "get": {
        "tags": [
          "ApprovalRequests"
        ],
        "operationId": "getApprovalRequest",
        "description": "The parameters and request body are for method: getApprovalRequest. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "request_id": {
                      "type": "string"
                    },
                    "requester": {
                      "type": "object",
                      "properties": {
                        "app": {
                          "type": "string"
                        },
                        "user": {
                          "type": "string"
                        },
                        "plugin": {
                          "type": "string"
                        }
                      }
                    },
                    "created_at": {
                      "type": "string"
                    },
                    "acct_id": {
                      "type": "string"
                    },
                    "operation": {
                      "type": "string"
                    },
                    "method": {
                      "type": "string"
                    },
                    "body": {
                      "type": "object"
                    },
                    "approvers": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "app": {
                            "type": "string"
                          },
                          "user": {
                            "type": "string"
                          },
                          "plugin": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "denier": {
                      "type": "object",
                      "properties": {
                        "app": {
                          "type": "string"
                        },
                        "user": {
                          "type": "string"
                        },
                        "plugin": {
                          "type": "string"
                        }
                      }
                    },
                    "status": {
                      "type": "string"
                    },
                    "reviewers": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "app": {
                            "type": "string"
                          },
                          "user": {
                            "type": "string"
                          },
                          "plugin": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "subjects": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "group": {
                            "type": "string"
                          },
                          "sobject": {
                            "type": "string"
                          },
                          "app": {
                            "type": "string"
                          },
                          "plugin": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "description": {
                      "type": "string"
                    },
                    "expiry": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "request_id": "string",
                  "requester": {
                    "app": "string",
                    "user": "string",
                    "plugin": "string"
                  },
                  "created_at": "string",
                  "acct_id": "string",
                  "operation": "string",
                  "method": "string",
                  "body": {},
                  "approvers": [
                    {
                      "app": "string",
                      "user": "string",
                      "plugin": "string"
                    },
                    {
                      "app": "string",
                      "user": "string",
                      "plugin": "string"
                    },
                    {
                      "app": "string",
                      "user": "string",
                      "plugin": "string"
                    },
                    {
                      "app": "string",
                      "user": "string",
                      "plugin": "string"
                    },
                    {
                      "app": "string",
                      "user": "string",
                      "plugin": "string"
                    },
                    {
                      "app": "string",
                      "user": "string",
                      "plugin": "string"
                    },
                    {
                      "app": "string",
                      "user": "string",
                      "plugin": "string"
                    }
                  ],
                  "denier": {
                    "app": "string",
                    "user": "string",
                    "plugin": "string"
                  },
                  "status": "DENIED",
                  "reviewers": [
                    {
                      "app": "string",
                      "user": "string",
                      "plugin": "string"
                    },
                    {
                      "app": "string",
                      "user": "string",
                      "plugin": "string"
                    },
                    {
                      "app": "string",
                      "user": "string",
                      "plugin": "string"
                    },
                    {
                      "app": "string",
                      "user": "string",
                      "plugin": "string"
                    },
                    {
                      "app": "string",
                      "user": "string",
                      "plugin": "string"
                    },
                    {
                      "app": "string",
                      "user": "string",
                      "plugin": "string"
                    }
                  ],
                  "subjects": [
                    {
                      "group": "string",
                      "sobject": "string",
                      "app": "string",
                      "plugin": "string"
                    },
                    {
                      "group": "string",
                      "sobject": "string",
                      "app": "string",
                      "plugin": "string"
                    }
                  ],
                  "description": "string",
                  "expiry": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "requestId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "requestId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "ApprovalRequests"
        ],
        "operationId": "deleteApprovalRequest",
        "description": "The parameters and request body are for method: deleteApprovalRequest. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "requestId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "requestId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/sys/v1/approval_requests/{requestId}/approve": {
      "post": {
        "tags": [
          "ApprovalRequests"
        ],
        "operationId": "approve",
        "description": "The parameters and request body are for method: approve. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "requestId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "requestId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/sys/v1/approval_requests/{requestId}/deny": {
      "post": {
        "tags": [
          "ApprovalRequests"
        ],
        "operationId": "deny",
        "description": "The parameters and request body are for method: deny. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "requestId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "requestId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/sys/v1/approval_requests/{requestId}/result": {
      "post": {
        "tags": [
          "ApprovalRequests"
        ],
        "operationId": "getResult",
        "description": "The parameters and request body are for method: getResult. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "requestId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "requestId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ecx/v3/port/userport": {
      "get": {
        "tags": [
          "Ports"
        ],
        "operationId": "getPortInfoUsingGET2",
        "description": "The parameters and request body are for method: getPortInfoUsingGET2. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "uuid": {
                        "type": "string"
                      },
                      "name": {
                        "type": "string"
                      },
                      "provisionStatus": {
                        "type": "string"
                      },
                      "region": {
                        "type": "string"
                      },
                      "device": {
                        "type": "string"
                      },
                      "totalBandwidth": {
                        "type": "number"
                      },
                      "accountUcmId": {
                        "type": "string"
                      },
                      "accountName": {
                        "type": "string"
                      },
                      "buyout": {
                        "type": "boolean"
                      },
                      "custOrgId": {
                        "type": "number"
                      },
                      "ibx": {
                        "type": "string"
                      },
                      "metroCode": {
                        "type": "string"
                      },
                      "metroDescription": {
                        "type": "string"
                      },
                      "deviceGroup": {
                        "type": "number"
                      },
                      "devicePriority": {
                        "type": "string"
                      },
                      "encapsulation": {
                        "type": "string"
                      },
                      "viewPortPermission": {
                        "type": "boolean"
                      },
                      "placeVcOrderPermission": {
                        "type": "boolean"
                      },
                      "createdDate": {
                        "type": "string"
                      },
                      "lastUpdatedDate": {
                        "type": "string"
                      },
                      "layer3Enabled": {
                        "type": "boolean"
                      },
                      "lag": {
                        "type": "boolean"
                      },
                      "userPorts": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "bandwidth": {
                              "type": "number"
                            },
                            "crossConnectId": {
                              "type": "number"
                            },
                            "cabinetNumber": {
                              "type": "number"
                            },
                            "cageNumber": {
                              "type": "string"
                            },
                            "patchPanelName": {
                              "type": "string"
                            },
                            "patchPanelPorts": {
                              "type": "string"
                            },
                            "portProvisionStatus": {
                              "type": "string"
                            },
                            "tagProtocolId": {
                              "type": "number"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": [
                  {
                    "uuid": "xxxxx191-xx70-xxxx-xx04-xxxxxxxa37xx",
                    "name": "TEST-DC9-EX-TEST5",
                    "provisionStatus": "ADDED",
                    "region": "AMER",
                    "device": "XXXX",
                    "totalBandwidth": 10000000000,
                    "accountUcmId": "xxxxx191-xx70-xxxx-xx04-xxxxxxxa37xx",
                    "accountName": "Sandbox User",
                    "buyout": false,
                    "custOrgId": 7033,
                    "ibx": "SV5",
                    "metroCode": "SV",
                    "metroDescription": "Sillicon Valley",
                    "deviceGroup": 1,
                    "devicePriority": "Primary",
                    "encapsulation": "Dot1q",
                    "viewPortPermission": true,
                    "placeVcOrderPermission": true,
                    "createdDate": "2017-02-21T22:01:58.000Z",
                    "lastUpdatedDate": "2017-02-24T19:12:44.000Z",
                    "layer3Enabled": false,
                    "lag": false,
                    "userPorts": [
                      {
                        "bandwidth": 10000000000,
                        "crossConnectId": 20461234,
                        "cabinetNumber": 64,
                        "cageNumber": "SV1:01:005019",
                        "patchPanelName": "CP:0101:1200182",
                        "patchPanelPorts": "1,2",
                        "portProvisionStatus": "PROVISIONED",
                        "tagProtocolId": 33024
                      },
                      {
                        "bandwidth": 10000000000,
                        "crossConnectId": 20461234,
                        "cabinetNumber": 64,
                        "cageNumber": "SV1:01:005019",
                        "patchPanelName": "CP:0101:1200182",
                        "patchPanelPorts": "1,2",
                        "portProvisionStatus": "PROVISIONED",
                        "tagProtocolId": 33024
                      },
                      {
                        "bandwidth": 10000000000,
                        "crossConnectId": 20461234,
                        "cabinetNumber": 64,
                        "cageNumber": "SV1:01:005019",
                        "patchPanelName": "CP:0101:1200182",
                        "patchPanelPorts": "1,2",
                        "portProvisionStatus": "PROVISIONED",
                        "tagProtocolId": 33024
                      },
                      {
                        "bandwidth": 10000000000,
                        "crossConnectId": 20461234,
                        "cabinetNumber": 64,
                        "cageNumber": "SV1:01:005019",
                        "patchPanelName": "CP:0101:1200182",
                        "patchPanelPorts": "1,2",
                        "portProvisionStatus": "PROVISIONED",
                        "tagProtocolId": 33024
                      }
                    ]
                  },
                  {
                    "uuid": "xxxxx191-xx70-xxxx-xx04-xxxxxxxa37xx",
                    "name": "TEST-DC9-EX-TEST5",
                    "provisionStatus": "ADDED",
                    "region": "AMER",
                    "device": "XXXX",
                    "totalBandwidth": 10000000000,
                    "accountUcmId": "xxxxx191-xx70-xxxx-xx04-xxxxxxxa37xx",
                    "accountName": "Sandbox User",
                    "buyout": true,
                    "custOrgId": 7033,
                    "ibx": "SV5",
                    "metroCode": "SV",
                    "metroDescription": "Sillicon Valley",
                    "deviceGroup": 1,
                    "devicePriority": "Primary",
                    "encapsulation": "Dot1q",
                    "viewPortPermission": true,
                    "placeVcOrderPermission": true,
                    "createdDate": "2017-02-21T22:01:58.000Z",
                    "lastUpdatedDate": "2017-02-24T19:12:44.000Z",
                    "layer3Enabled": true,
                    "lag": true,
                    "userPorts": [
                      {
                        "bandwidth": 10000000000,
                        "crossConnectId": 20461234,
                        "cabinetNumber": 64,
                        "cageNumber": "SV1:01:005019",
                        "patchPanelName": "CP:0101:1200182",
                        "patchPanelPorts": "1,2",
                        "portProvisionStatus": "PROVISIONED",
                        "tagProtocolId": 33024
                      },
                      {
                        "bandwidth": 10000000000,
                        "crossConnectId": 20461234,
                        "cabinetNumber": 64,
                        "cageNumber": "SV1:01:005019",
                        "patchPanelName": "CP:0101:1200182",
                        "patchPanelPorts": "1,2",
                        "portProvisionStatus": "PROVISIONED",
                        "tagProtocolId": 33024
                      },
                      {
                        "bandwidth": 10000000000,
                        "crossConnectId": 20461234,
                        "cabinetNumber": 64,
                        "cageNumber": "SV1:01:005019",
                        "patchPanelName": "CP:0101:1200182",
                        "patchPanelPorts": "1,2",
                        "portProvisionStatus": "PROVISIONED",
                        "tagProtocolId": 33024
                      },
                      {
                        "bandwidth": 10000000000,
                        "crossConnectId": 20461234,
                        "cabinetNumber": 64,
                        "cageNumber": "SV1:01:005019",
                        "patchPanelName": "CP:0101:1200182",
                        "patchPanelPorts": "1,2",
                        "portProvisionStatus": "PROVISIONED",
                        "tagProtocolId": 33024
                      },
                      {
                        "bandwidth": 10000000000,
                        "crossConnectId": 20461234,
                        "cabinetNumber": 64,
                        "cageNumber": "SV1:01:005019",
                        "patchPanelName": "CP:0101:1200182",
                        "patchPanelPorts": "1,2",
                        "portProvisionStatus": "PROVISIONED",
                        "tagProtocolId": 33024
                      },
                      {
                        "bandwidth": 10000000000,
                        "crossConnectId": 20461234,
                        "cabinetNumber": 64,
                        "cageNumber": "SV1:01:005019",
                        "patchPanelName": "CP:0101:1200182",
                        "patchPanelPorts": "1,2",
                        "portProvisionStatus": "PROVISIONED",
                        "tagProtocolId": 33024
                      },
                      {
                        "bandwidth": 10000000000,
                        "crossConnectId": 20461234,
                        "cabinetNumber": 64,
                        "cageNumber": "SV1:01:005019",
                        "patchPanelName": "CP:0101:1200182",
                        "patchPanelPorts": "1,2",
                        "portProvisionStatus": "PROVISIONED",
                        "tagProtocolId": 33024
                      },
                      {
                        "bandwidth": 10000000000,
                        "crossConnectId": 20461234,
                        "cabinetNumber": 64,
                        "cageNumber": "SV1:01:005019",
                        "patchPanelName": "CP:0101:1200182",
                        "patchPanelPorts": "1,2",
                        "portProvisionStatus": "PROVISIONED",
                        "tagProtocolId": 33024
                      }
                    ]
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ecx/v3/stats/port/{portUUID}": {
      "get": {
        "tags": [
          "Ports"
        ],
        "operationId": "getPostStatUsingGET",
        "description": "The parameters and request body are for method: getPostStatUsingGET. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "capacity": {
                      "type": "number"
                    },
                    "inboundMax": {
                      "type": "number"
                    },
                    "outboundMax": {
                      "type": "number"
                    },
                    "outboundAvg": {
                      "type": "number"
                    },
                    "inboundLastPolled": {
                      "type": "number"
                    },
                    "outboundLastPolled": {
                      "type": "number"
                    },
                    "inboundStats": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "time": {
                            "type": "string"
                          },
                          "max": {
                            "type": "number"
                          },
                          "mean": {
                            "type": "number"
                          }
                        }
                      }
                    },
                    "outboundStats": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "time": {
                            "type": "string"
                          },
                          "max": {
                            "type": "number"
                          },
                          "mean": {
                            "type": "number"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "capacity": 1000000000,
                  "inboundMax": 0.002355751,
                  "outboundMax": 0.0006338511,
                  "outboundAvg": 0.00033159385,
                  "inboundLastPolled": 0.0011289178,
                  "outboundLastPolled": 0.00030398,
                  "inboundStats": [
                    {
                      "time": "2019-07-24T05:00:00Z",
                      "max": 0.0009884178,
                      "mean": 0.0009884178
                    },
                    {
                      "time": "2019-07-24T05:00:00Z",
                      "max": 0.0009884178,
                      "mean": 0.0009884178
                    },
                    {
                      "time": "2019-07-24T05:00:00Z",
                      "max": 0.0009884178,
                      "mean": 0.0009884178
                    },
                    {
                      "time": "2019-07-24T05:00:00Z",
                      "max": 0.0009884178,
                      "mean": 0.0009884178
                    },
                    {
                      "time": "2019-07-24T05:00:00Z",
                      "max": 0.0009884178,
                      "mean": 0.0009884178
                    },
                    {
                      "time": "2019-07-24T05:00:00Z",
                      "max": 0.0009884178,
                      "mean": 0.0009884178
                    },
                    {
                      "time": "2019-07-24T05:00:00Z",
                      "max": 0.0009884178,
                      "mean": 0.0009884178
                    }
                  ],
                  "outboundStats": [
                    {
                      "time": "2019-07-24T05:00:00Z",
                      "max": 0.0009884178,
                      "mean": 0.0009884178
                    },
                    {
                      "time": "2019-07-24T05:00:00Z",
                      "max": 0.0009884178,
                      "mean": 0.0009884178
                    },
                    {
                      "time": "2019-07-24T05:00:00Z",
                      "max": 0.0009884178,
                      "mean": 0.0009884178
                    },
                    {
                      "time": "2019-07-24T05:00:00Z",
                      "max": 0.0009884178,
                      "mean": 0.0009884178
                    },
                    {
                      "time": "2019-07-24T05:00:00Z",
                      "max": 0.0009884178,
                      "mean": 0.0009884178
                    },
                    {
                      "time": "2019-07-24T05:00:00Z",
                      "max": 0.0009884178,
                      "mean": 0.0009884178
                    },
                    {
                      "time": "2019-07-24T05:00:00Z",
                      "max": 0.0009884178,
                      "mean": 0.0009884178
                    },
                    {
                      "time": "2019-07-24T05:00:00Z",
                      "max": 0.0009884178,
                      "mean": 0.0009884178
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "portUUID",
            "in": "path",
            "required": true,
            "schema": {
              "title": "portUUID",
              "type": "string"
            }
          },
          {
            "name": "startDate",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endDate",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ecx/v3/l2/buyer/connections": {
      "get": {
        "tags": [
          "Layer2Connections"
        ],
        "operationId": "getAllBuyerConnectionsUsingGET",
        "description": "The parameters and request body are for method: getAllBuyerConnectionsUsingGET. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "pageSize": {
                      "type": "number"
                    },
                    "content": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "asideEncapsulation": {
                            "type": "string"
                          },
                          "zsideEncapsulation": {
                            "type": "string"
                          },
                          "authorizationKey": {
                            "type": "string"
                          },
                          "billingTier": {
                            "type": "string"
                          },
                          "buyerOrganizationName": {
                            "type": "string"
                          },
                          "createdBy": {
                            "type": "string"
                          },
                          "createdByEmail": {
                            "type": "string"
                          },
                          "createdByFullName": {
                            "type": "string"
                          },
                          "createdDate": {
                            "type": "string"
                          },
                          "lastUpdatedBy": {
                            "type": "string"
                          },
                          "lastUpdatedByEmail": {
                            "type": "string"
                          },
                          "lastUpdatedByFullName": {
                            "type": "string"
                          },
                          "lastUpdatedDate": {
                            "type": "string"
                          },
                          "metroCode": {
                            "type": "string"
                          },
                          "metroDescription": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "namedTag": {
                            "type": "string"
                          },
                          "notifications": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          },
                          "portName": {
                            "type": "string"
                          },
                          "portUUID": {
                            "type": "string"
                          },
                          "private": {
                            "type": "boolean"
                          },
                          "purchaseOrderNumber": {
                            "type": "string"
                          },
                          "redundancyGroup": {
                            "type": "string"
                          },
                          "redundancyType": {
                            "type": "string"
                          },
                          "redundantUUID": {
                            "type": "string"
                          },
                          "remote": {
                            "type": "boolean"
                          },
                          "self": {
                            "type": "boolean"
                          },
                          "sellerMetroCode": {
                            "type": "string"
                          },
                          "sellerMetroDescription": {
                            "type": "string"
                          },
                          "sellerOrganizationName": {
                            "type": "string"
                          },
                          "sellerServiceName": {
                            "type": "string"
                          },
                          "sellerServiceUUID": {
                            "type": "string"
                          },
                          "speed": {
                            "type": "number"
                          },
                          "speedUnit": {
                            "type": "string"
                          },
                          "sellerRegion": {
                            "type": "string"
                          },
                          "sellerApprovedBandwidth": {
                            "type": "boolean"
                          },
                          "updateInProgress": {
                            "type": "boolean"
                          },
                          "providerStatus": {
                            "type": "string"
                          },
                          "status": {
                            "type": "string"
                          },
                          "uuid": {
                            "type": "string"
                          },
                          "vlanSTag": {
                            "type": "number"
                          },
                          "zSidePortName": {
                            "type": "string"
                          },
                          "zSidePortUUID": {
                            "type": "string"
                          },
                          "zSideVlanCTag": {
                            "type": "number"
                          },
                          "zSideVlanSTag": {
                            "type": "number"
                          },
                          "actionDetails": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "actionType": {
                                  "type": "string"
                                },
                                "operationId": {
                                  "type": "string"
                                },
                                "actionMessage": {
                                  "type": "string"
                                },
                                "actionRequiredData": {
                                  "type": "array",
                                  "items": {
                                    "type": "object",
                                    "properties": {
                                      "key": {
                                        "type": "string"
                                      },
                                      "label": {
                                        "type": "string"
                                      },
                                      "value": {
                                        "type": "string"
                                      },
                                      "editable": {
                                        "type": "boolean"
                                      },
                                      "validationPattern": {
                                        "type": "object",
                                        "properties": {
                                          "RegexForString10chars": {
                                            "type": "object"
                                          }
                                        }
                                      }
                                    }
                                  }
                                }
                              }
                            }
                          }
                        }
                      }
                    },
                    "isFirstPage": {
                      "type": "boolean"
                    },
                    "isLastPage": {
                      "type": "boolean"
                    },
                    "pageNumber": {
                      "type": "number"
                    },
                    "totalCount": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "pageSize": 10000,
                  "content": [
                    {
                      "asideEncapsulation": "dot1q",
                      "zsideEncapsulation": "dot1q",
                      "authorizationKey": "xxxxx191-xx70-xxxx-xx04-xxxxxxxa37xx",
                      "billingTier": "Up to 50 MB",
                      "buyerOrganizationName": "Sandbox User",
                      "createdBy": "Sandbox User",
                      "createdByEmail": "sandboxuser@example-company.com",
                      "createdByFullName": "Sandbox USER",
                      "createdDate": "2018-04-12T18:05:24.167Z",
                      "lastUpdatedBy": "Sandbox User",
                      "lastUpdatedByEmail": "sandboxuser@example-company.com",
                      "lastUpdatedByFullName": "Sandbox User",
                      "lastUpdatedDate": "2018-04-12T17:13:53.031Z",
                      "metroCode": "CH",
                      "metroDescription": "Chicago",
                      "name": "Sandbox 001S",
                      "namedTag": "string",
                      "notifications": [
                        "sandboxuser@example-company.com",
                        "sandboxuser@example-company.com",
                        "sandboxuser@example-company.com",
                        "sandboxuser@example-company.com",
                        "sandboxuser@example-company.com",
                        "sandboxuser@example-company.com",
                        "sandboxuser@example-company.com",
                        "sandboxuser@example-company.com",
                        "sandboxuser@example-company.com"
                      ],
                      "portName": "sit-001-CX-TES-L-Dot1q-BO-PRI-95-1G",
                      "portUUID": "xxxxx191-xx70-xxxx-xx04-xxxxxxxa37xx",
                      "private": false,
                      "purchaseOrderNumber": "111",
                      "redundancyGroup": "xxxxx191-xx70-xxxx-xx04-xxxxxxxa37xx",
                      "redundancyType": "secondary",
                      "redundantUUID": "xxxxx191-xx70-xxxx-xx04-xxxxxxxa37xx",
                      "remote": true,
                      "self": true,
                      "sellerMetroCode": "Sv",
                      "sellerMetroDescription": "Silicon Valley",
                      "sellerOrganizationName": "sit-001",
                      "sellerServiceName": "Azure Express Route",
                      "sellerServiceUUID": "xxxxx191-xx70-xxxx-xx04-xxxxxxxa37xx",
                      "speed": 50,
                      "speedUnit": "MB",
                      "sellerRegion": "us-west-1",
                      "sellerApprovedBandwidth": true,
                      "updateInProgress": true,
                      "providerStatus": "PROVISIONED",
                      "status": "PROVISIONED",
                      "uuid": "xxxxx191-xx70-xxxx-xx04-xxxxxxxa37xx",
                      "vlanSTag": 11,
                      "zSidePortName": "SJC-TEST-TEST-06TES-CIS-5-TES-A",
                      "zSidePortUUID": "xxxxx191-xx70-xxxx-xx04-xxxxxxxa37xx",
                      "zSideVlanCTag": 201,
                      "zSideVlanSTag": 11,
                      "actionDetails": [
                        {
                          "actionType": "EQUINIX_EXECUTE_ACTION",
                          "operationId": "CONFIRM_CONNECTION",
                          "actionMessage": "Please provide the following credentials so that we can confirm the connection on your behalf.",
                          "actionRequiredData": [
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": true,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            }
                          ]
                        }
                      ]
                    },
                    {
                      "asideEncapsulation": "dot1q",
                      "zsideEncapsulation": "dot1q",
                      "authorizationKey": "xxxxx191-xx70-xxxx-xx04-xxxxxxxa37xx",
                      "billingTier": "Up to 50 MB",
                      "buyerOrganizationName": "Sandbox User",
                      "createdBy": "Sandbox User",
                      "createdByEmail": "sandboxuser@example-company.com",
                      "createdByFullName": "Sandbox USER",
                      "createdDate": "2018-04-12T18:05:24.167Z",
                      "lastUpdatedBy": "Sandbox User",
                      "lastUpdatedByEmail": "sandboxuser@example-company.com",
                      "lastUpdatedByFullName": "Sandbox User",
                      "lastUpdatedDate": "2018-04-12T17:13:53.031Z",
                      "metroCode": "CH",
                      "metroDescription": "Chicago",
                      "name": "Sandbox 001S",
                      "namedTag": "string",
                      "notifications": [
                        "sandboxuser@example-company.com",
                        "sandboxuser@example-company.com",
                        "sandboxuser@example-company.com",
                        "sandboxuser@example-company.com",
                        "sandboxuser@example-company.com",
                        "sandboxuser@example-company.com",
                        "sandboxuser@example-company.com",
                        "sandboxuser@example-company.com"
                      ],
                      "portName": "sit-001-CX-TES-L-Dot1q-BO-PRI-95-1G",
                      "portUUID": "xxxxx191-xx70-xxxx-xx04-xxxxxxxa37xx",
                      "private": false,
                      "purchaseOrderNumber": "111",
                      "redundancyGroup": "xxxxx191-xx70-xxxx-xx04-xxxxxxxa37xx",
                      "redundancyType": "secondary",
                      "redundantUUID": "xxxxx191-xx70-xxxx-xx04-xxxxxxxa37xx",
                      "remote": true,
                      "self": true,
                      "sellerMetroCode": "Sv",
                      "sellerMetroDescription": "Silicon Valley",
                      "sellerOrganizationName": "sit-001",
                      "sellerServiceName": "Azure Express Route",
                      "sellerServiceUUID": "xxxxx191-xx70-xxxx-xx04-xxxxxxxa37xx",
                      "speed": 50,
                      "speedUnit": "MB",
                      "sellerRegion": "us-west-1",
                      "sellerApprovedBandwidth": false,
                      "updateInProgress": false,
                      "providerStatus": "PROVISIONED",
                      "status": "PROVISIONED",
                      "uuid": "xxxxx191-xx70-xxxx-xx04-xxxxxxxa37xx",
                      "vlanSTag": 11,
                      "zSidePortName": "SJC-TEST-TEST-06TES-CIS-5-TES-A",
                      "zSidePortUUID": "xxxxx191-xx70-xxxx-xx04-xxxxxxxa37xx",
                      "zSideVlanCTag": 201,
                      "zSideVlanSTag": 11,
                      "actionDetails": [
                        {
                          "actionType": "EQUINIX_EXECUTE_ACTION",
                          "operationId": "CONFIRM_CONNECTION",
                          "actionMessage": "Please provide the following credentials so that we can confirm the connection on your behalf.",
                          "actionRequiredData": [
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": false,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            },
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": false,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            },
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": false,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            },
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": true,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            }
                          ]
                        },
                        {
                          "actionType": "EQUINIX_EXECUTE_ACTION",
                          "operationId": "CONFIRM_CONNECTION",
                          "actionMessage": "Please provide the following credentials so that we can confirm the connection on your behalf.",
                          "actionRequiredData": [
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": false,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            },
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": false,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            },
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": true,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            },
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": false,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            },
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": true,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            },
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": true,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            },
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": false,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            }
                          ]
                        },
                        {
                          "actionType": "EQUINIX_EXECUTE_ACTION",
                          "operationId": "CONFIRM_CONNECTION",
                          "actionMessage": "Please provide the following credentials so that we can confirm the connection on your behalf.",
                          "actionRequiredData": [
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": false,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            },
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": false,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            },
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": false,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            },
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": true,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            }
                          ]
                        },
                        {
                          "actionType": "EQUINIX_EXECUTE_ACTION",
                          "operationId": "CONFIRM_CONNECTION",
                          "actionMessage": "Please provide the following credentials so that we can confirm the connection on your behalf.",
                          "actionRequiredData": [
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": true,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            },
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": true,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            },
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": false,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            },
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": false,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            },
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": true,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            },
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": true,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            },
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": false,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            }
                          ]
                        },
                        {
                          "actionType": "EQUINIX_EXECUTE_ACTION",
                          "operationId": "CONFIRM_CONNECTION",
                          "actionMessage": "Please provide the following credentials so that we can confirm the connection on your behalf.",
                          "actionRequiredData": [
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": true,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            },
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": true,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            },
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": true,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            },
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": true,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            },
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": true,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            },
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": true,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            },
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": false,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            },
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": false,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            }
                          ]
                        },
                        {
                          "actionType": "EQUINIX_EXECUTE_ACTION",
                          "operationId": "CONFIRM_CONNECTION",
                          "actionMessage": "Please provide the following credentials so that we can confirm the connection on your behalf.",
                          "actionRequiredData": [
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": false,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            },
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": true,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            },
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": true,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            },
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": false,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            },
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": true,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            },
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": false,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            },
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": true,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            },
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": true,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            },
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": true,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            },
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": true,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            }
                          ]
                        }
                      ]
                    },
                    {
                      "asideEncapsulation": "dot1q",
                      "zsideEncapsulation": "dot1q",
                      "authorizationKey": "xxxxx191-xx70-xxxx-xx04-xxxxxxxa37xx",
                      "billingTier": "Up to 50 MB",
                      "buyerOrganizationName": "Sandbox User",
                      "createdBy": "Sandbox User",
                      "createdByEmail": "sandboxuser@example-company.com",
                      "createdByFullName": "Sandbox USER",
                      "createdDate": "2018-04-12T18:05:24.167Z",
                      "lastUpdatedBy": "Sandbox User",
                      "lastUpdatedByEmail": "sandboxuser@example-company.com",
                      "lastUpdatedByFullName": "Sandbox User",
                      "lastUpdatedDate": "2018-04-12T17:13:53.031Z",
                      "metroCode": "CH",
                      "metroDescription": "Chicago",
                      "name": "Sandbox 001S",
                      "namedTag": "string",
                      "notifications": [
                        "sandboxuser@example-company.com",
                        "sandboxuser@example-company.com",
                        "sandboxuser@example-company.com"
                      ],
                      "portName": "sit-001-CX-TES-L-Dot1q-BO-PRI-95-1G",
                      "portUUID": "xxxxx191-xx70-xxxx-xx04-xxxxxxxa37xx",
                      "private": true,
                      "purchaseOrderNumber": "111",
                      "redundancyGroup": "xxxxx191-xx70-xxxx-xx04-xxxxxxxa37xx",
                      "redundancyType": "secondary",
                      "redundantUUID": "xxxxx191-xx70-xxxx-xx04-xxxxxxxa37xx",
                      "remote": true,
                      "self": false,
                      "sellerMetroCode": "Sv",
                      "sellerMetroDescription": "Silicon Valley",
                      "sellerOrganizationName": "sit-001",
                      "sellerServiceName": "Azure Express Route",
                      "sellerServiceUUID": "xxxxx191-xx70-xxxx-xx04-xxxxxxxa37xx",
                      "speed": 50,
                      "speedUnit": "MB",
                      "sellerRegion": "us-west-1",
                      "sellerApprovedBandwidth": false,
                      "updateInProgress": false,
                      "providerStatus": "PROVISIONED",
                      "status": "PROVISIONED",
                      "uuid": "xxxxx191-xx70-xxxx-xx04-xxxxxxxa37xx",
                      "vlanSTag": 11,
                      "zSidePortName": "SJC-TEST-TEST-06TES-CIS-5-TES-A",
                      "zSidePortUUID": "xxxxx191-xx70-xxxx-xx04-xxxxxxxa37xx",
                      "zSideVlanCTag": 201,
                      "zSideVlanSTag": 11,
                      "actionDetails": [
                        {
                          "actionType": "EQUINIX_EXECUTE_ACTION",
                          "operationId": "CONFIRM_CONNECTION",
                          "actionMessage": "Please provide the following credentials so that we can confirm the connection on your behalf.",
                          "actionRequiredData": [
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": true,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            },
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": true,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            },
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": true,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            },
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": true,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            },
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": false,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            },
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": true,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            },
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": true,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            },
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": true,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            },
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": true,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            },
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": true,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            }
                          ]
                        },
                        {
                          "actionType": "EQUINIX_EXECUTE_ACTION",
                          "operationId": "CONFIRM_CONNECTION",
                          "actionMessage": "Please provide the following credentials so that we can confirm the connection on your behalf.",
                          "actionRequiredData": [
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": true,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            },
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": false,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            },
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": false,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            },
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": false,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            }
                          ]
                        },
                        {
                          "actionType": "EQUINIX_EXECUTE_ACTION",
                          "operationId": "CONFIRM_CONNECTION",
                          "actionMessage": "Please provide the following credentials so that we can confirm the connection on your behalf.",
                          "actionRequiredData": [
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": true,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            },
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": false,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            },
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": false,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            },
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": false,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            },
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": true,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            },
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": true,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            },
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": false,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            }
                          ]
                        }
                      ]
                    },
                    {
                      "asideEncapsulation": "dot1q",
                      "zsideEncapsulation": "dot1q",
                      "authorizationKey": "xxxxx191-xx70-xxxx-xx04-xxxxxxxa37xx",
                      "billingTier": "Up to 50 MB",
                      "buyerOrganizationName": "Sandbox User",
                      "createdBy": "Sandbox User",
                      "createdByEmail": "sandboxuser@example-company.com",
                      "createdByFullName": "Sandbox USER",
                      "createdDate": "2018-04-12T18:05:24.167Z",
                      "lastUpdatedBy": "Sandbox User",
                      "lastUpdatedByEmail": "sandboxuser@example-company.com",
                      "lastUpdatedByFullName": "Sandbox User",
                      "lastUpdatedDate": "2018-04-12T17:13:53.031Z",
                      "metroCode": "CH",
                      "metroDescription": "Chicago",
                      "name": "Sandbox 001S",
                      "namedTag": "string",
                      "notifications": [
                        "sandboxuser@example-company.com",
                        "sandboxuser@example-company.com",
                        "sandboxuser@example-company.com"
                      ],
                      "portName": "sit-001-CX-TES-L-Dot1q-BO-PRI-95-1G",
                      "portUUID": "xxxxx191-xx70-xxxx-xx04-xxxxxxxa37xx",
                      "private": true,
                      "purchaseOrderNumber": "111",
                      "redundancyGroup": "xxxxx191-xx70-xxxx-xx04-xxxxxxxa37xx",
                      "redundancyType": "secondary",
                      "redundantUUID": "xxxxx191-xx70-xxxx-xx04-xxxxxxxa37xx",
                      "remote": true,
                      "self": false,
                      "sellerMetroCode": "Sv",
                      "sellerMetroDescription": "Silicon Valley",
                      "sellerOrganizationName": "sit-001",
                      "sellerServiceName": "Azure Express Route",
                      "sellerServiceUUID": "xxxxx191-xx70-xxxx-xx04-xxxxxxxa37xx",
                      "speed": 50,
                      "speedUnit": "MB",
                      "sellerRegion": "us-west-1",
                      "sellerApprovedBandwidth": false,
                      "updateInProgress": false,
                      "providerStatus": "PROVISIONED",
                      "status": "PROVISIONED",
                      "uuid": "xxxxx191-xx70-xxxx-xx04-xxxxxxxa37xx",
                      "vlanSTag": 11,
                      "zSidePortName": "SJC-TEST-TEST-06TES-CIS-5-TES-A",
                      "zSidePortUUID": "xxxxx191-xx70-xxxx-xx04-xxxxxxxa37xx",
                      "zSideVlanCTag": 201,
                      "zSideVlanSTag": 11,
                      "actionDetails": [
                        {
                          "actionType": "EQUINIX_EXECUTE_ACTION",
                          "operationId": "CONFIRM_CONNECTION",
                          "actionMessage": "Please provide the following credentials so that we can confirm the connection on your behalf.",
                          "actionRequiredData": [
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": true,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            },
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": true,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            },
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": true,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            },
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": false,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            },
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": true,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            },
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": true,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            }
                          ]
                        },
                        {
                          "actionType": "EQUINIX_EXECUTE_ACTION",
                          "operationId": "CONFIRM_CONNECTION",
                          "actionMessage": "Please provide the following credentials so that we can confirm the connection on your behalf.",
                          "actionRequiredData": [
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": true,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            },
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": false,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            },
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": false,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            },
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": true,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            }
                          ]
                        },
                        {
                          "actionType": "EQUINIX_EXECUTE_ACTION",
                          "operationId": "CONFIRM_CONNECTION",
                          "actionMessage": "Please provide the following credentials so that we can confirm the connection on your behalf.",
                          "actionRequiredData": [
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": false,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            },
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": true,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            },
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": false,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            },
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": false,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            },
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": false,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            },
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": false,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            },
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": false,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            },
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": false,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            },
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": false,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            },
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": false,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            }
                          ]
                        },
                        {
                          "actionType": "EQUINIX_EXECUTE_ACTION",
                          "operationId": "CONFIRM_CONNECTION",
                          "actionMessage": "Please provide the following credentials so that we can confirm the connection on your behalf.",
                          "actionRequiredData": [
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": true,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            },
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": false,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            },
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": false,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            },
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": true,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            },
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": true,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            },
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": false,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            }
                          ]
                        },
                        {
                          "actionType": "EQUINIX_EXECUTE_ACTION",
                          "operationId": "CONFIRM_CONNECTION",
                          "actionMessage": "Please provide the following credentials so that we can confirm the connection on your behalf.",
                          "actionRequiredData": [
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": true,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            },
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": true,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            },
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": false,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            }
                          ]
                        },
                        {
                          "actionType": "EQUINIX_EXECUTE_ACTION",
                          "operationId": "CONFIRM_CONNECTION",
                          "actionMessage": "Please provide the following credentials so that we can confirm the connection on your behalf.",
                          "actionRequiredData": [
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": false,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            }
                          ]
                        },
                        {
                          "actionType": "EQUINIX_EXECUTE_ACTION",
                          "operationId": "CONFIRM_CONNECTION",
                          "actionMessage": "Please provide the following credentials so that we can confirm the connection on your behalf.",
                          "actionRequiredData": [
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": true,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            },
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": true,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            },
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": false,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            },
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": false,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            },
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": true,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            },
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": true,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            },
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": false,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            },
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": true,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            }
                          ]
                        },
                        {
                          "actionType": "EQUINIX_EXECUTE_ACTION",
                          "operationId": "CONFIRM_CONNECTION",
                          "actionMessage": "Please provide the following credentials so that we can confirm the connection on your behalf.",
                          "actionRequiredData": [
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": true,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            },
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": false,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            },
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": false,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            },
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": true,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            },
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": false,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            },
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": true,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            },
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": true,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            }
                          ]
                        },
                        {
                          "actionType": "EQUINIX_EXECUTE_ACTION",
                          "operationId": "CONFIRM_CONNECTION",
                          "actionMessage": "Please provide the following credentials so that we can confirm the connection on your behalf.",
                          "actionRequiredData": [
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": false,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            },
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": true,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            }
                          ]
                        }
                      ]
                    },
                    {
                      "asideEncapsulation": "dot1q",
                      "zsideEncapsulation": "dot1q",
                      "authorizationKey": "xxxxx191-xx70-xxxx-xx04-xxxxxxxa37xx",
                      "billingTier": "Up to 50 MB",
                      "buyerOrganizationName": "Sandbox User",
                      "createdBy": "Sandbox User",
                      "createdByEmail": "sandboxuser@example-company.com",
                      "createdByFullName": "Sandbox USER",
                      "createdDate": "2018-04-12T18:05:24.167Z",
                      "lastUpdatedBy": "Sandbox User",
                      "lastUpdatedByEmail": "sandboxuser@example-company.com",
                      "lastUpdatedByFullName": "Sandbox User",
                      "lastUpdatedDate": "2018-04-12T17:13:53.031Z",
                      "metroCode": "CH",
                      "metroDescription": "Chicago",
                      "name": "Sandbox 001S",
                      "namedTag": "string",
                      "notifications": [
                        "sandboxuser@example-company.com",
                        "sandboxuser@example-company.com"
                      ],
                      "portName": "sit-001-CX-TES-L-Dot1q-BO-PRI-95-1G",
                      "portUUID": "xxxxx191-xx70-xxxx-xx04-xxxxxxxa37xx",
                      "private": true,
                      "purchaseOrderNumber": "111",
                      "redundancyGroup": "xxxxx191-xx70-xxxx-xx04-xxxxxxxa37xx",
                      "redundancyType": "secondary",
                      "redundantUUID": "xxxxx191-xx70-xxxx-xx04-xxxxxxxa37xx",
                      "remote": true,
                      "self": true,
                      "sellerMetroCode": "Sv",
                      "sellerMetroDescription": "Silicon Valley",
                      "sellerOrganizationName": "sit-001",
                      "sellerServiceName": "Azure Express Route",
                      "sellerServiceUUID": "xxxxx191-xx70-xxxx-xx04-xxxxxxxa37xx",
                      "speed": 50,
                      "speedUnit": "MB",
                      "sellerRegion": "us-west-1",
                      "sellerApprovedBandwidth": true,
                      "updateInProgress": false,
                      "providerStatus": "PROVISIONED",
                      "status": "PROVISIONED",
                      "uuid": "xxxxx191-xx70-xxxx-xx04-xxxxxxxa37xx",
                      "vlanSTag": 11,
                      "zSidePortName": "SJC-TEST-TEST-06TES-CIS-5-TES-A",
                      "zSidePortUUID": "xxxxx191-xx70-xxxx-xx04-xxxxxxxa37xx",
                      "zSideVlanCTag": 201,
                      "zSideVlanSTag": 11,
                      "actionDetails": [
                        {
                          "actionType": "EQUINIX_EXECUTE_ACTION",
                          "operationId": "CONFIRM_CONNECTION",
                          "actionMessage": "Please provide the following credentials so that we can confirm the connection on your behalf.",
                          "actionRequiredData": [
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": true,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            },
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": true,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            }
                          ]
                        },
                        {
                          "actionType": "EQUINIX_EXECUTE_ACTION",
                          "operationId": "CONFIRM_CONNECTION",
                          "actionMessage": "Please provide the following credentials so that we can confirm the connection on your behalf.",
                          "actionRequiredData": [
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": true,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            },
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": true,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            },
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": true,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            }
                          ]
                        },
                        {
                          "actionType": "EQUINIX_EXECUTE_ACTION",
                          "operationId": "CONFIRM_CONNECTION",
                          "actionMessage": "Please provide the following credentials so that we can confirm the connection on your behalf.",
                          "actionRequiredData": [
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": false,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            },
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": false,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            },
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": true,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            },
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": true,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            },
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": true,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            },
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": false,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            },
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": false,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            },
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": false,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            },
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": false,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            },
                            {
                              "key": "secretKey",
                              "label": "Secret Key",
                              "value": "xxxx-xxxxxxxx",
                              "editable": true,
                              "validationPattern": {
                                "RegexForString10chars": null
                              }
                            }
                          ]
                        }
                      ]
                    }
                  ],
                  "isFirstPage": true,
                  "isLastPage": true,
                  "pageNumber": 5,
                  "totalCount": 9
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "authorizationKey",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "status",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "metroCode",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "buyerPortName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "buyerPortUUID",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "searchType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "subAccount",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageNumber",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageSize",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ecx/v3/l2/connections/prices": {
      "get": {
        "tags": [
          "Layer2Connections"
        ],
        "operationId": "getL2PricesUsingGET",
        "description": "The parameters and request body are for method: getL2PricesUsingGET. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "currency": {
                      "type": "string"
                    },
                    "destinationMetro": {
                      "type": "string"
                    },
                    "originMetro": {
                      "type": "string"
                    },
                    "priceList": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "connectionType": {
                            "type": "string"
                          },
                          "prices": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "price": {
                                  "type": "string"
                                },
                                "unit": {
                                  "type": "string"
                                },
                                "speedBillingTier": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "productName": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "currency": "USD",
                  "destinationMetro": "SV",
                  "originMetro": "SV",
                  "priceList": [
                    {
                      "connectionType": "localConnection",
                      "prices": [
                        {
                          "price": "150.0",
                          "unit": "Mbps",
                          "speedBillingTier": "500"
                        },
                        {
                          "price": "150.0",
                          "unit": "Mbps",
                          "speedBillingTier": "500"
                        },
                        {
                          "price": "150.0",
                          "unit": "Mbps",
                          "speedBillingTier": "500"
                        },
                        {
                          "price": "150.0",
                          "unit": "Mbps",
                          "speedBillingTier": "500"
                        },
                        {
                          "price": "150.0",
                          "unit": "Mbps",
                          "speedBillingTier": "500"
                        },
                        {
                          "price": "150.0",
                          "unit": "Mbps",
                          "speedBillingTier": "500"
                        },
                        {
                          "price": "150.0",
                          "unit": "Mbps",
                          "speedBillingTier": "500"
                        }
                      ],
                      "productName": "ECX Fabric Service Provider Product"
                    },
                    {
                      "connectionType": "localConnection",
                      "prices": [
                        {
                          "price": "150.0",
                          "unit": "Mbps",
                          "speedBillingTier": "500"
                        },
                        {
                          "price": "150.0",
                          "unit": "Mbps",
                          "speedBillingTier": "500"
                        },
                        {
                          "price": "150.0",
                          "unit": "Mbps",
                          "speedBillingTier": "500"
                        },
                        {
                          "price": "150.0",
                          "unit": "Mbps",
                          "speedBillingTier": "500"
                        },
                        {
                          "price": "150.0",
                          "unit": "Mbps",
                          "speedBillingTier": "500"
                        },
                        {
                          "price": "150.0",
                          "unit": "Mbps",
                          "speedBillingTier": "500"
                        }
                      ],
                      "productName": "ECX Fabric Service Provider Product"
                    },
                    {
                      "connectionType": "localConnection",
                      "prices": [
                        {
                          "price": "150.0",
                          "unit": "Mbps",
                          "speedBillingTier": "500"
                        },
                        {
                          "price": "150.0",
                          "unit": "Mbps",
                          "speedBillingTier": "500"
                        },
                        {
                          "price": "150.0",
                          "unit": "Mbps",
                          "speedBillingTier": "500"
                        },
                        {
                          "price": "150.0",
                          "unit": "Mbps",
                          "speedBillingTier": "500"
                        },
                        {
                          "price": "150.0",
                          "unit": "Mbps",
                          "speedBillingTier": "500"
                        },
                        {
                          "price": "150.0",
                          "unit": "Mbps",
                          "speedBillingTier": "500"
                        }
                      ],
                      "productName": "ECX Fabric Service Provider Product"
                    },
                    {
                      "connectionType": "localConnection",
                      "prices": [
                        {
                          "price": "150.0",
                          "unit": "Mbps",
                          "speedBillingTier": "500"
                        },
                        {
                          "price": "150.0",
                          "unit": "Mbps",
                          "speedBillingTier": "500"
                        },
                        {
                          "price": "150.0",
                          "unit": "Mbps",
                          "speedBillingTier": "500"
                        },
                        {
                          "price": "150.0",
                          "unit": "Mbps",
                          "speedBillingTier": "500"
                        },
                        {
                          "price": "150.0",
                          "unit": "Mbps",
                          "speedBillingTier": "500"
                        },
                        {
                          "price": "150.0",
                          "unit": "Mbps",
                          "speedBillingTier": "500"
                        },
                        {
                          "price": "150.0",
                          "unit": "Mbps",
                          "speedBillingTier": "500"
                        },
                        {
                          "price": "150.0",
                          "unit": "Mbps",
                          "speedBillingTier": "500"
                        }
                      ],
                      "productName": "ECX Fabric Service Provider Product"
                    },
                    {
                      "connectionType": "localConnection",
                      "prices": [
                        {
                          "price": "150.0",
                          "unit": "Mbps",
                          "speedBillingTier": "500"
                        },
                        {
                          "price": "150.0",
                          "unit": "Mbps",
                          "speedBillingTier": "500"
                        },
                        {
                          "price": "150.0",
                          "unit": "Mbps",
                          "speedBillingTier": "500"
                        },
                        {
                          "price": "150.0",
                          "unit": "Mbps",
                          "speedBillingTier": "500"
                        }
                      ],
                      "productName": "ECX Fabric Service Provider Product"
                    },
                    {
                      "connectionType": "localConnection",
                      "prices": [
                        {
                          "price": "150.0",
                          "unit": "Mbps",
                          "speedBillingTier": "500"
                        },
                        {
                          "price": "150.0",
                          "unit": "Mbps",
                          "speedBillingTier": "500"
                        },
                        {
                          "price": "150.0",
                          "unit": "Mbps",
                          "speedBillingTier": "500"
                        },
                        {
                          "price": "150.0",
                          "unit": "Mbps",
                          "speedBillingTier": "500"
                        },
                        {
                          "price": "150.0",
                          "unit": "Mbps",
                          "speedBillingTier": "500"
                        },
                        {
                          "price": "150.0",
                          "unit": "Mbps",
                          "speedBillingTier": "500"
                        },
                        {
                          "price": "150.0",
                          "unit": "Mbps",
                          "speedBillingTier": "500"
                        },
                        {
                          "price": "150.0",
                          "unit": "Mbps",
                          "speedBillingTier": "500"
                        }
                      ],
                      "productName": "ECX Fabric Service Provider Product"
                    },
                    {
                      "connectionType": "localConnection",
                      "prices": [
                        {
                          "price": "150.0",
                          "unit": "Mbps",
                          "speedBillingTier": "500"
                        },
                        {
                          "price": "150.0",
                          "unit": "Mbps",
                          "speedBillingTier": "500"
                        },
                        {
                          "price": "150.0",
                          "unit": "Mbps",
                          "speedBillingTier": "500"
                        },
                        {
                          "price": "150.0",
                          "unit": "Mbps",
                          "speedBillingTier": "500"
                        },
                        {
                          "price": "150.0",
                          "unit": "Mbps",
                          "speedBillingTier": "500"
                        },
                        {
                          "price": "150.0",
                          "unit": "Mbps",
                          "speedBillingTier": "500"
                        },
                        {
                          "price": "150.0",
                          "unit": "Mbps",
                          "speedBillingTier": "500"
                        }
                      ],
                      "productName": "ECX Fabric Service Provider Product"
                    },
                    {
                      "connectionType": "localConnection",
                      "prices": [
                        {
                          "price": "150.0",
                          "unit": "Mbps",
                          "speedBillingTier": "500"
                        },
                        {
                          "price": "150.0",
                          "unit": "Mbps",
                          "speedBillingTier": "500"
                        },
                        {
                          "price": "150.0",
                          "unit": "Mbps",
                          "speedBillingTier": "500"
                        },
                        {
                          "price": "150.0",
                          "unit": "Mbps",
                          "speedBillingTier": "500"
                        },
                        {
                          "price": "150.0",
                          "unit": "Mbps",
                          "speedBillingTier": "500"
                        },
                        {
                          "price": "150.0",
                          "unit": "Mbps",
                          "speedBillingTier": "500"
                        },
                        {
                          "price": "150.0",
                          "unit": "Mbps",
                          "speedBillingTier": "500"
                        },
                        {
                          "price": "150.0",
                          "unit": "Mbps",
                          "speedBillingTier": "500"
                        }
                      ],
                      "productName": "ECX Fabric Service Provider Product"
                    },
                    {
                      "connectionType": "localConnection",
                      "prices": [
                        {
                          "price": "150.0",
                          "unit": "Mbps",
                          "speedBillingTier": "500"
                        },
                        {
                          "price": "150.0",
                          "unit": "Mbps",
                          "speedBillingTier": "500"
                        },
                        {
                          "price": "150.0",
                          "unit": "Mbps",
                          "speedBillingTier": "500"
                        }
                      ],
                      "productName": "ECX Fabric Service Provider Product"
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "destinationMetro",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "customSpeeds",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "portUUID",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ecx/v3/l2/buyerPreference": {
      "get": {
        "tags": [
          "BandwidthAlertPreferences"
        ],
        "operationId": "getBuyerPreferenceUsingGET",
        "description": "The parameters and request body are for method: getBuyerPreferenceUsingGET. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "emails": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "portThreshold": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "emails": [
                    "sandboxuser@example-company.com",
                    "sandboxuser@example-company.com",
                    "sandboxuser@example-company.com",
                    "sandboxuser@example-company.com",
                    "sandboxuser@example-company.com",
                    "sandboxuser@example-company.com",
                    "sandboxuser@example-company.com",
                    "sandboxuser@example-company.com"
                  ],
                  "portThreshold": 20
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "BandwidthAlertPreferences"
        ],
        "operationId": "saveBuyerPreferenceUsingPOST",
        "description": "The parameters and request body are for method: saveBuyerPreferenceUsingPOST. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "emails": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "portThreshold": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "emails": [
                    "sandboxuser@example-company.com",
                    "sandboxuser@example-company.com",
                    "sandboxuser@example-company.com",
                    "sandboxuser@example-company.com",
                    "sandboxuser@example-company.com",
                    "sandboxuser@example-company.com"
                  ],
                  "portThreshold": 20
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "request"
            }
          }
        }
      },
      "put": {
        "tags": [
          "BandwidthAlertPreferences"
        ],
        "operationId": "updateBuyerPreferenceUsingPUT",
        "description": "The parameters and request body are for method: updateBuyerPreferenceUsingPUT. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "emails": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "portThreshold": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "emails": [
                    "sandboxuser@example-company.com",
                    "sandboxuser@example-company.com",
                    "sandboxuser@example-company.com",
                    "sandboxuser@example-company.com",
                    "sandboxuser@example-company.com"
                  ],
                  "portThreshold": 20
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "request"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "BandwidthAlertPreferences"
        ],
        "operationId": "deleteBuyerPreferenceUsingDELETE",
        "description": "The parameters and request body are for method: deleteBuyerPreferenceUsingDELETE. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ecx/v3/l2/serviceprofiles": {
      "get": {
        "tags": [
          "ServiceProfiles"
        ],
        "operationId": "getAllSellerProfileUsingGET",
        "description": "The parameters and request body are for method: getAllSellerProfileUsingGET. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "pageSize": {
                      "type": "number"
                    },
                    "content": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "uuid": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "requiredRedundancy": {
                            "type": "boolean"
                          },
                          "authKeyLabel": {
                            "type": "string"
                          },
                          "connectionNameLabel": {
                            "type": "string"
                          },
                          "equinixManagedPortAndVlan": {
                            "type": "boolean"
                          },
                          "integrationId": {
                            "type": "string"
                          },
                          "apiAvailable": {
                            "type": "boolean"
                          },
                          "allowOverSubscription": {
                            "type": "boolean"
                          },
                          "overSubscription": {
                            "type": "string"
                          },
                          "vlanSameAsPrimary": {
                            "type": "boolean"
                          },
                          "tagType": {
                            "type": "string"
                          },
                          "enableAutoGenerateServiceKey": {
                            "type": "boolean"
                          },
                          "ctagLabel": {
                            "type": "string"
                          },
                          "namedTags": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          },
                          "alertPercentage": {
                            "type": "number"
                          },
                          "onProfileApprovalRejectNotification": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          },
                          "onBandwidthThresholdNotification": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          },
                          "onVcApprovalRejectionNotification": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          },
                          "ports": {
                            "type": "object",
                            "properties": {
                              "crossConnectId": {
                                "type": "string"
                              },
                              "id": {
                                "type": "string"
                              },
                              "inTrail": {
                                "type": "boolean"
                              },
                              "metroCode": {
                                "type": "string"
                              },
                              "sellerRegion": {
                                "type": "string"
                              },
                              "sellerRegionDescription": {
                                "type": "string"
                              },
                              "xa": {
                                "type": "object"
                              }
                            }
                          },
                          "allowCustomSpeed": {
                            "type": "boolean"
                          },
                          "speedFromAPI": {
                            "type": "boolean"
                          },
                          "connectionAccessibility": {
                            "type": "string"
                          },
                          "speedBands": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "speed": {
                                  "type": "number"
                                },
                                "unit": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "description": {
                            "type": "string"
                          },
                          "authorizationKey": {
                            "type": "string"
                          },
                          "state": {
                            "type": "string"
                          },
                          "createdDate": {
                            "type": "string"
                          },
                          "createdBy": {
                            "type": "string"
                          },
                          "lastUpdatedDate": {
                            "type": "string"
                          },
                          "lastUpdatedBy": {
                            "type": "string"
                          },
                          "custOrgId": {
                            "type": "number"
                          },
                          "metadata": {
                            "type": "object",
                            "properties": {
                              "is_release_vlan": {
                                "type": "boolean"
                              },
                              "globalOrganization": {
                                "type": "string"
                              },
                              "limit_auth_key_conn": {
                                "type": "boolean"
                              }
                            }
                          },
                          "createdByFullName": {
                            "type": "string"
                          },
                          "lastUpdatedByFullName": {
                            "type": "string"
                          },
                          "createdByEmail": {
                            "type": "string"
                          },
                          "updatedByEmail": {
                            "type": "string"
                          },
                          "globalOrganization": {
                            "type": "string"
                          },
                          "organizationName": {
                            "type": "string"
                          },
                          "private": {
                            "type": "boolean"
                          },
                          "allowHighAvailability": {
                            "type": "boolean"
                          },
                          "allowAuthorizationKeyReUse": {
                            "type": "boolean"
                          },
                          "allowSecondaryLocation": {
                            "type": "boolean"
                          },
                          "features": {
                            "type": "object",
                            "properties": {
                              "cloudReach": {
                                "type": "boolean"
                              },
                              "testProfile": {
                                "type": "boolean"
                              }
                            }
                          }
                        }
                      }
                    },
                    "pageNumber": {
                      "type": "number"
                    },
                    "isLastPage": {
                      "type": "boolean"
                    },
                    "totalCount": {
                      "type": "number"
                    },
                    "isFirstPage": {
                      "type": "boolean"
                    }
                  }
                },
                "example": {
                  "pageSize": 20,
                  "content": [
                    {
                      "uuid": "xxxxxxxx-cdaa-44e7-bd36-xxxxxxxxxxxx",
                      "name": "Oracle Cloud Infrastructure -OCI- FastConnect",
                      "requiredRedundancy": true,
                      "authKeyLabel": "Virtual Circuit OCID",
                      "connectionNameLabel": "Example company Virtual Circuit",
                      "equinixManagedPortAndVlan": true,
                      "integrationId": "Example-company-CrossConnect-01",
                      "apiAvailable": true,
                      "allowOverSubscription": true,
                      "overSubscription": "5x",
                      "vlanSameAsPrimary": false,
                      "tagType": "CTAGED",
                      "enableAutoGenerateServiceKey": true,
                      "ctagLabel": "Seller-Side C-Tag",
                      "namedTags": [
                        "-Microsoft -Public -Private",
                        "-Microsoft -Public -Private",
                        "-Microsoft -Public -Private",
                        "-Microsoft -Public -Private",
                        "-Microsoft -Public -Private"
                      ],
                      "alertPercentage": 50,
                      "onProfileApprovalRejectNotification": [
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com"
                      ],
                      "onBandwidthThresholdNotification": [
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com"
                      ],
                      "onVcApprovalRejectionNotification": [
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com"
                      ],
                      "ports": {
                        "crossConnectId": "xyz:crossConnect:ws36onof3dbxv4bfywjy52u",
                        "id": "5E89B4A3FxxxxxxxxxxxxACC88C08A35",
                        "inTrail": true,
                        "metroCode": "SV",
                        "sellerRegion": "us-east-1",
                        "sellerRegionDescription": "Added for AWS",
                        "xa": {}
                      },
                      "allowCustomSpeed": true,
                      "speedFromAPI": true,
                      "connectionAccessibility": "HYBRID",
                      "speedBands": [
                        {
                          "speed": 9,
                          "unit": "MB"
                        },
                        {
                          "speed": 9,
                          "unit": "MB"
                        },
                        {
                          "speed": 1,
                          "unit": "MB"
                        },
                        {
                          "speed": 6,
                          "unit": "MB"
                        }
                      ],
                      "description": "<p>12</p>",
                      "authorizationKey": "string",
                      "state": "APPROVED",
                      "createdDate": "2017-05-09T08:28:02Z",
                      "createdBy": "sandboxuser@examplecompany.com",
                      "lastUpdatedDate": "2018-04-03T20:28:43.911Z",
                      "lastUpdatedBy": "sandboxuser2@examplecompany.com2",
                      "custOrgId": 12345,
                      "metadata": {
                        "is_release_vlan": false,
                        "globalOrganization": "Example provider",
                        "limit_auth_key_conn": true
                      },
                      "createdByFullName": "sandboxuser",
                      "lastUpdatedByFullName": "sandboxuser",
                      "createdByEmail": "sandboxuser2@examplecompany.com",
                      "updatedByEmail": "sandboxuser2@examplecompany.com",
                      "globalOrganization": "Example provider",
                      "organizationName": "oracle Public Cloud Group ",
                      "private": true,
                      "allowHighAvailability": true,
                      "allowAuthorizationKeyReUse": true,
                      "allowSecondaryLocation": true,
                      "features": {
                        "cloudReach": true,
                        "testProfile": true
                      }
                    },
                    {
                      "uuid": "xxxxxxxx-cdaa-44e7-bd36-xxxxxxxxxxxx",
                      "name": "Oracle Cloud Infrastructure -OCI- FastConnect",
                      "requiredRedundancy": true,
                      "authKeyLabel": "Virtual Circuit OCID",
                      "connectionNameLabel": "Example company Virtual Circuit",
                      "equinixManagedPortAndVlan": true,
                      "integrationId": "Example-company-CrossConnect-01",
                      "apiAvailable": true,
                      "allowOverSubscription": true,
                      "overSubscription": "5x",
                      "vlanSameAsPrimary": true,
                      "tagType": "CTAGED",
                      "enableAutoGenerateServiceKey": true,
                      "ctagLabel": "Seller-Side C-Tag",
                      "namedTags": [
                        "-Microsoft -Public -Private",
                        "-Microsoft -Public -Private",
                        "-Microsoft -Public -Private",
                        "-Microsoft -Public -Private",
                        "-Microsoft -Public -Private",
                        "-Microsoft -Public -Private",
                        "-Microsoft -Public -Private",
                        "-Microsoft -Public -Private",
                        "-Microsoft -Public -Private"
                      ],
                      "alertPercentage": 50,
                      "onProfileApprovalRejectNotification": [
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com"
                      ],
                      "onBandwidthThresholdNotification": [
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com"
                      ],
                      "onVcApprovalRejectionNotification": [
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com"
                      ],
                      "ports": {
                        "crossConnectId": "xyz:crossConnect:ws36onof3dbxv4bfywjy52u",
                        "id": "5E89B4A3FxxxxxxxxxxxxACC88C08A35",
                        "inTrail": false,
                        "metroCode": "SV",
                        "sellerRegion": "us-east-1",
                        "sellerRegionDescription": "Added for AWS",
                        "xa": {}
                      },
                      "allowCustomSpeed": true,
                      "speedFromAPI": true,
                      "connectionAccessibility": "HYBRID",
                      "speedBands": [
                        {
                          "speed": 5,
                          "unit": "MB"
                        },
                        {
                          "speed": 4,
                          "unit": "MB"
                        },
                        {
                          "speed": 3,
                          "unit": "MB"
                        },
                        {
                          "speed": 6,
                          "unit": "MB"
                        },
                        {
                          "speed": 4,
                          "unit": "MB"
                        },
                        {
                          "speed": 7,
                          "unit": "MB"
                        }
                      ],
                      "description": "<p>12</p>",
                      "authorizationKey": "string",
                      "state": "APPROVED",
                      "createdDate": "2017-05-09T08:28:02Z",
                      "createdBy": "sandboxuser@examplecompany.com",
                      "lastUpdatedDate": "2018-04-03T20:28:43.911Z",
                      "lastUpdatedBy": "sandboxuser2@examplecompany.com2",
                      "custOrgId": 12345,
                      "metadata": {
                        "is_release_vlan": true,
                        "globalOrganization": "Example provider",
                        "limit_auth_key_conn": true
                      },
                      "createdByFullName": "sandboxuser",
                      "lastUpdatedByFullName": "sandboxuser",
                      "createdByEmail": "sandboxuser2@examplecompany.com",
                      "updatedByEmail": "sandboxuser2@examplecompany.com",
                      "globalOrganization": "Example provider",
                      "organizationName": "oracle Public Cloud Group ",
                      "private": true,
                      "allowHighAvailability": true,
                      "allowAuthorizationKeyReUse": true,
                      "allowSecondaryLocation": true,
                      "features": {
                        "cloudReach": true,
                        "testProfile": true
                      }
                    },
                    {
                      "uuid": "xxxxxxxx-cdaa-44e7-bd36-xxxxxxxxxxxx",
                      "name": "Oracle Cloud Infrastructure -OCI- FastConnect",
                      "requiredRedundancy": true,
                      "authKeyLabel": "Virtual Circuit OCID",
                      "connectionNameLabel": "Example company Virtual Circuit",
                      "equinixManagedPortAndVlan": true,
                      "integrationId": "Example-company-CrossConnect-01",
                      "apiAvailable": true,
                      "allowOverSubscription": true,
                      "overSubscription": "5x",
                      "vlanSameAsPrimary": false,
                      "tagType": "CTAGED",
                      "enableAutoGenerateServiceKey": true,
                      "ctagLabel": "Seller-Side C-Tag",
                      "namedTags": [
                        "-Microsoft -Public -Private",
                        "-Microsoft -Public -Private",
                        "-Microsoft -Public -Private"
                      ],
                      "alertPercentage": 50,
                      "onProfileApprovalRejectNotification": [
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com"
                      ],
                      "onBandwidthThresholdNotification": [
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com"
                      ],
                      "onVcApprovalRejectionNotification": [
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com"
                      ],
                      "ports": {
                        "crossConnectId": "xyz:crossConnect:ws36onof3dbxv4bfywjy52u",
                        "id": "5E89B4A3FxxxxxxxxxxxxACC88C08A35",
                        "inTrail": false,
                        "metroCode": "SV",
                        "sellerRegion": "us-east-1",
                        "sellerRegionDescription": "Added for AWS",
                        "xa": {}
                      },
                      "allowCustomSpeed": false,
                      "speedFromAPI": true,
                      "connectionAccessibility": "HYBRID",
                      "speedBands": [
                        {
                          "speed": 2,
                          "unit": "MB"
                        },
                        {
                          "speed": 5,
                          "unit": "MB"
                        },
                        {
                          "speed": 8,
                          "unit": "MB"
                        },
                        {
                          "speed": 5,
                          "unit": "MB"
                        },
                        {
                          "speed": 4,
                          "unit": "MB"
                        },
                        {
                          "speed": 5,
                          "unit": "MB"
                        },
                        {
                          "speed": 9,
                          "unit": "MB"
                        },
                        {
                          "speed": 1,
                          "unit": "MB"
                        },
                        {
                          "speed": 10,
                          "unit": "MB"
                        },
                        {
                          "speed": 2,
                          "unit": "MB"
                        }
                      ],
                      "description": "<p>12</p>",
                      "authorizationKey": "string",
                      "state": "APPROVED",
                      "createdDate": "2017-05-09T08:28:02Z",
                      "createdBy": "sandboxuser@examplecompany.com",
                      "lastUpdatedDate": "2018-04-03T20:28:43.911Z",
                      "lastUpdatedBy": "sandboxuser2@examplecompany.com2",
                      "custOrgId": 12345,
                      "metadata": {
                        "is_release_vlan": true,
                        "globalOrganization": "Example provider",
                        "limit_auth_key_conn": true
                      },
                      "createdByFullName": "sandboxuser",
                      "lastUpdatedByFullName": "sandboxuser",
                      "createdByEmail": "sandboxuser2@examplecompany.com",
                      "updatedByEmail": "sandboxuser2@examplecompany.com",
                      "globalOrganization": "Example provider",
                      "organizationName": "oracle Public Cloud Group ",
                      "private": true,
                      "allowHighAvailability": true,
                      "allowAuthorizationKeyReUse": true,
                      "allowSecondaryLocation": true,
                      "features": {
                        "cloudReach": true,
                        "testProfile": false
                      }
                    },
                    {
                      "uuid": "xxxxxxxx-cdaa-44e7-bd36-xxxxxxxxxxxx",
                      "name": "Oracle Cloud Infrastructure -OCI- FastConnect",
                      "requiredRedundancy": true,
                      "authKeyLabel": "Virtual Circuit OCID",
                      "connectionNameLabel": "Example company Virtual Circuit",
                      "equinixManagedPortAndVlan": true,
                      "integrationId": "Example-company-CrossConnect-01",
                      "apiAvailable": true,
                      "allowOverSubscription": true,
                      "overSubscription": "5x",
                      "vlanSameAsPrimary": false,
                      "tagType": "CTAGED",
                      "enableAutoGenerateServiceKey": false,
                      "ctagLabel": "Seller-Side C-Tag",
                      "namedTags": [
                        "-Microsoft -Public -Private",
                        "-Microsoft -Public -Private",
                        "-Microsoft -Public -Private",
                        "-Microsoft -Public -Private",
                        "-Microsoft -Public -Private"
                      ],
                      "alertPercentage": 50,
                      "onProfileApprovalRejectNotification": [
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com"
                      ],
                      "onBandwidthThresholdNotification": [
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com"
                      ],
                      "onVcApprovalRejectionNotification": [
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com"
                      ],
                      "ports": {
                        "crossConnectId": "xyz:crossConnect:ws36onof3dbxv4bfywjy52u",
                        "id": "5E89B4A3FxxxxxxxxxxxxACC88C08A35",
                        "inTrail": false,
                        "metroCode": "SV",
                        "sellerRegion": "us-east-1",
                        "sellerRegionDescription": "Added for AWS",
                        "xa": {}
                      },
                      "allowCustomSpeed": false,
                      "speedFromAPI": true,
                      "connectionAccessibility": "HYBRID",
                      "speedBands": [
                        {
                          "speed": 4,
                          "unit": "MB"
                        },
                        {
                          "speed": 1,
                          "unit": "MB"
                        },
                        {
                          "speed": 7,
                          "unit": "MB"
                        },
                        {
                          "speed": 8,
                          "unit": "MB"
                        },
                        {
                          "speed": 3,
                          "unit": "MB"
                        },
                        {
                          "speed": 9,
                          "unit": "MB"
                        },
                        {
                          "speed": 7,
                          "unit": "MB"
                        },
                        {
                          "speed": 8,
                          "unit": "MB"
                        },
                        {
                          "speed": 7,
                          "unit": "MB"
                        }
                      ],
                      "description": "<p>12</p>",
                      "authorizationKey": "string",
                      "state": "APPROVED",
                      "createdDate": "2017-05-09T08:28:02Z",
                      "createdBy": "sandboxuser@examplecompany.com",
                      "lastUpdatedDate": "2018-04-03T20:28:43.911Z",
                      "lastUpdatedBy": "sandboxuser2@examplecompany.com2",
                      "custOrgId": 12345,
                      "metadata": {
                        "is_release_vlan": true,
                        "globalOrganization": "Example provider",
                        "limit_auth_key_conn": true
                      },
                      "createdByFullName": "sandboxuser",
                      "lastUpdatedByFullName": "sandboxuser",
                      "createdByEmail": "sandboxuser2@examplecompany.com",
                      "updatedByEmail": "sandboxuser2@examplecompany.com",
                      "globalOrganization": "Example provider",
                      "organizationName": "oracle Public Cloud Group ",
                      "private": true,
                      "allowHighAvailability": true,
                      "allowAuthorizationKeyReUse": true,
                      "allowSecondaryLocation": true,
                      "features": {
                        "cloudReach": true,
                        "testProfile": true
                      }
                    },
                    {
                      "uuid": "xxxxxxxx-cdaa-44e7-bd36-xxxxxxxxxxxx",
                      "name": "Oracle Cloud Infrastructure -OCI- FastConnect",
                      "requiredRedundancy": true,
                      "authKeyLabel": "Virtual Circuit OCID",
                      "connectionNameLabel": "Example company Virtual Circuit",
                      "equinixManagedPortAndVlan": true,
                      "integrationId": "Example-company-CrossConnect-01",
                      "apiAvailable": true,
                      "allowOverSubscription": true,
                      "overSubscription": "5x",
                      "vlanSameAsPrimary": true,
                      "tagType": "CTAGED",
                      "enableAutoGenerateServiceKey": true,
                      "ctagLabel": "Seller-Side C-Tag",
                      "namedTags": [
                        "-Microsoft -Public -Private",
                        "-Microsoft -Public -Private",
                        "-Microsoft -Public -Private",
                        "-Microsoft -Public -Private",
                        "-Microsoft -Public -Private"
                      ],
                      "alertPercentage": 50,
                      "onProfileApprovalRejectNotification": [
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com"
                      ],
                      "onBandwidthThresholdNotification": [
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com"
                      ],
                      "onVcApprovalRejectionNotification": [
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com"
                      ],
                      "ports": {
                        "crossConnectId": "xyz:crossConnect:ws36onof3dbxv4bfywjy52u",
                        "id": "5E89B4A3FxxxxxxxxxxxxACC88C08A35",
                        "inTrail": false,
                        "metroCode": "SV",
                        "sellerRegion": "us-east-1",
                        "sellerRegionDescription": "Added for AWS",
                        "xa": {}
                      },
                      "allowCustomSpeed": false,
                      "speedFromAPI": true,
                      "connectionAccessibility": "HYBRID",
                      "speedBands": [
                        {
                          "speed": 8,
                          "unit": "MB"
                        },
                        {
                          "speed": 2,
                          "unit": "MB"
                        },
                        {
                          "speed": 5,
                          "unit": "MB"
                        },
                        {
                          "speed": 8,
                          "unit": "MB"
                        },
                        {
                          "speed": 5,
                          "unit": "MB"
                        },
                        {
                          "speed": 6,
                          "unit": "MB"
                        },
                        {
                          "speed": 3,
                          "unit": "MB"
                        },
                        {
                          "speed": 9,
                          "unit": "MB"
                        },
                        {
                          "speed": 7,
                          "unit": "MB"
                        },
                        {
                          "speed": 2,
                          "unit": "MB"
                        }
                      ],
                      "description": "<p>12</p>",
                      "authorizationKey": "string",
                      "state": "APPROVED",
                      "createdDate": "2017-05-09T08:28:02Z",
                      "createdBy": "sandboxuser@examplecompany.com",
                      "lastUpdatedDate": "2018-04-03T20:28:43.911Z",
                      "lastUpdatedBy": "sandboxuser2@examplecompany.com2",
                      "custOrgId": 12345,
                      "metadata": {
                        "is_release_vlan": true,
                        "globalOrganization": "Example provider",
                        "limit_auth_key_conn": true
                      },
                      "createdByFullName": "sandboxuser",
                      "lastUpdatedByFullName": "sandboxuser",
                      "createdByEmail": "sandboxuser2@examplecompany.com",
                      "updatedByEmail": "sandboxuser2@examplecompany.com",
                      "globalOrganization": "Example provider",
                      "organizationName": "oracle Public Cloud Group ",
                      "private": true,
                      "allowHighAvailability": true,
                      "allowAuthorizationKeyReUse": true,
                      "allowSecondaryLocation": true,
                      "features": {
                        "cloudReach": true,
                        "testProfile": false
                      }
                    },
                    {
                      "uuid": "xxxxxxxx-cdaa-44e7-bd36-xxxxxxxxxxxx",
                      "name": "Oracle Cloud Infrastructure -OCI- FastConnect",
                      "requiredRedundancy": false,
                      "authKeyLabel": "Virtual Circuit OCID",
                      "connectionNameLabel": "Example company Virtual Circuit",
                      "equinixManagedPortAndVlan": true,
                      "integrationId": "Example-company-CrossConnect-01",
                      "apiAvailable": true,
                      "allowOverSubscription": true,
                      "overSubscription": "5x",
                      "vlanSameAsPrimary": false,
                      "tagType": "CTAGED",
                      "enableAutoGenerateServiceKey": true,
                      "ctagLabel": "Seller-Side C-Tag",
                      "namedTags": [
                        "-Microsoft -Public -Private",
                        "-Microsoft -Public -Private",
                        "-Microsoft -Public -Private",
                        "-Microsoft -Public -Private",
                        "-Microsoft -Public -Private",
                        "-Microsoft -Public -Private",
                        "-Microsoft -Public -Private",
                        "-Microsoft -Public -Private"
                      ],
                      "alertPercentage": 50,
                      "onProfileApprovalRejectNotification": [
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com"
                      ],
                      "onBandwidthThresholdNotification": [
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com"
                      ],
                      "onVcApprovalRejectionNotification": [
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com"
                      ],
                      "ports": {
                        "crossConnectId": "xyz:crossConnect:ws36onof3dbxv4bfywjy52u",
                        "id": "5E89B4A3FxxxxxxxxxxxxACC88C08A35",
                        "inTrail": true,
                        "metroCode": "SV",
                        "sellerRegion": "us-east-1",
                        "sellerRegionDescription": "Added for AWS",
                        "xa": {}
                      },
                      "allowCustomSpeed": false,
                      "speedFromAPI": true,
                      "connectionAccessibility": "HYBRID",
                      "speedBands": [
                        {
                          "speed": 1,
                          "unit": "MB"
                        },
                        {
                          "speed": 10,
                          "unit": "MB"
                        },
                        {
                          "speed": 1,
                          "unit": "MB"
                        },
                        {
                          "speed": 9,
                          "unit": "MB"
                        },
                        {
                          "speed": 5,
                          "unit": "MB"
                        },
                        {
                          "speed": 10,
                          "unit": "MB"
                        },
                        {
                          "speed": 6,
                          "unit": "MB"
                        },
                        {
                          "speed": 10,
                          "unit": "MB"
                        },
                        {
                          "speed": 10,
                          "unit": "MB"
                        }
                      ],
                      "description": "<p>12</p>",
                      "authorizationKey": "string",
                      "state": "APPROVED",
                      "createdDate": "2017-05-09T08:28:02Z",
                      "createdBy": "sandboxuser@examplecompany.com",
                      "lastUpdatedDate": "2018-04-03T20:28:43.911Z",
                      "lastUpdatedBy": "sandboxuser2@examplecompany.com2",
                      "custOrgId": 12345,
                      "metadata": {
                        "is_release_vlan": false,
                        "globalOrganization": "Example provider",
                        "limit_auth_key_conn": true
                      },
                      "createdByFullName": "sandboxuser",
                      "lastUpdatedByFullName": "sandboxuser",
                      "createdByEmail": "sandboxuser2@examplecompany.com",
                      "updatedByEmail": "sandboxuser2@examplecompany.com",
                      "globalOrganization": "Example provider",
                      "organizationName": "oracle Public Cloud Group ",
                      "private": true,
                      "allowHighAvailability": true,
                      "allowAuthorizationKeyReUse": false,
                      "allowSecondaryLocation": true,
                      "features": {
                        "cloudReach": true,
                        "testProfile": true
                      }
                    },
                    {
                      "uuid": "xxxxxxxx-cdaa-44e7-bd36-xxxxxxxxxxxx",
                      "name": "Oracle Cloud Infrastructure -OCI- FastConnect",
                      "requiredRedundancy": false,
                      "authKeyLabel": "Virtual Circuit OCID",
                      "connectionNameLabel": "Example company Virtual Circuit",
                      "equinixManagedPortAndVlan": true,
                      "integrationId": "Example-company-CrossConnect-01",
                      "apiAvailable": true,
                      "allowOverSubscription": true,
                      "overSubscription": "5x",
                      "vlanSameAsPrimary": false,
                      "tagType": "CTAGED",
                      "enableAutoGenerateServiceKey": false,
                      "ctagLabel": "Seller-Side C-Tag",
                      "namedTags": [
                        "-Microsoft -Public -Private",
                        "-Microsoft -Public -Private",
                        "-Microsoft -Public -Private",
                        "-Microsoft -Public -Private",
                        "-Microsoft -Public -Private",
                        "-Microsoft -Public -Private",
                        "-Microsoft -Public -Private",
                        "-Microsoft -Public -Private",
                        "-Microsoft -Public -Private",
                        "-Microsoft -Public -Private"
                      ],
                      "alertPercentage": 50,
                      "onProfileApprovalRejectNotification": [
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com"
                      ],
                      "onBandwidthThresholdNotification": [
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com"
                      ],
                      "onVcApprovalRejectionNotification": [
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com"
                      ],
                      "ports": {
                        "crossConnectId": "xyz:crossConnect:ws36onof3dbxv4bfywjy52u",
                        "id": "5E89B4A3FxxxxxxxxxxxxACC88C08A35",
                        "inTrail": false,
                        "metroCode": "SV",
                        "sellerRegion": "us-east-1",
                        "sellerRegionDescription": "Added for AWS",
                        "xa": {}
                      },
                      "allowCustomSpeed": false,
                      "speedFromAPI": true,
                      "connectionAccessibility": "HYBRID",
                      "speedBands": [
                        {
                          "speed": 6,
                          "unit": "MB"
                        },
                        {
                          "speed": 7,
                          "unit": "MB"
                        },
                        {
                          "speed": 6,
                          "unit": "MB"
                        },
                        {
                          "speed": 2,
                          "unit": "MB"
                        },
                        {
                          "speed": 1,
                          "unit": "MB"
                        },
                        {
                          "speed": 7,
                          "unit": "MB"
                        },
                        {
                          "speed": 7,
                          "unit": "MB"
                        },
                        {
                          "speed": 6,
                          "unit": "MB"
                        },
                        {
                          "speed": 9,
                          "unit": "MB"
                        }
                      ],
                      "description": "<p>12</p>",
                      "authorizationKey": "string",
                      "state": "APPROVED",
                      "createdDate": "2017-05-09T08:28:02Z",
                      "createdBy": "sandboxuser@examplecompany.com",
                      "lastUpdatedDate": "2018-04-03T20:28:43.911Z",
                      "lastUpdatedBy": "sandboxuser2@examplecompany.com2",
                      "custOrgId": 12345,
                      "metadata": {
                        "is_release_vlan": true,
                        "globalOrganization": "Example provider",
                        "limit_auth_key_conn": true
                      },
                      "createdByFullName": "sandboxuser",
                      "lastUpdatedByFullName": "sandboxuser",
                      "createdByEmail": "sandboxuser2@examplecompany.com",
                      "updatedByEmail": "sandboxuser2@examplecompany.com",
                      "globalOrganization": "Example provider",
                      "organizationName": "oracle Public Cloud Group ",
                      "private": true,
                      "allowHighAvailability": true,
                      "allowAuthorizationKeyReUse": true,
                      "allowSecondaryLocation": true,
                      "features": {
                        "cloudReach": true,
                        "testProfile": false
                      }
                    },
                    {
                      "uuid": "xxxxxxxx-cdaa-44e7-bd36-xxxxxxxxxxxx",
                      "name": "Oracle Cloud Infrastructure -OCI- FastConnect",
                      "requiredRedundancy": true,
                      "authKeyLabel": "Virtual Circuit OCID",
                      "connectionNameLabel": "Example company Virtual Circuit",
                      "equinixManagedPortAndVlan": true,
                      "integrationId": "Example-company-CrossConnect-01",
                      "apiAvailable": true,
                      "allowOverSubscription": true,
                      "overSubscription": "5x",
                      "vlanSameAsPrimary": false,
                      "tagType": "CTAGED",
                      "enableAutoGenerateServiceKey": true,
                      "ctagLabel": "Seller-Side C-Tag",
                      "namedTags": [
                        "-Microsoft -Public -Private",
                        "-Microsoft -Public -Private",
                        "-Microsoft -Public -Private",
                        "-Microsoft -Public -Private",
                        "-Microsoft -Public -Private",
                        "-Microsoft -Public -Private",
                        "-Microsoft -Public -Private",
                        "-Microsoft -Public -Private",
                        "-Microsoft -Public -Private",
                        "-Microsoft -Public -Private"
                      ],
                      "alertPercentage": 50,
                      "onProfileApprovalRejectNotification": [
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com"
                      ],
                      "onBandwidthThresholdNotification": [
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com"
                      ],
                      "onVcApprovalRejectionNotification": [
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com"
                      ],
                      "ports": {
                        "crossConnectId": "xyz:crossConnect:ws36onof3dbxv4bfywjy52u",
                        "id": "5E89B4A3FxxxxxxxxxxxxACC88C08A35",
                        "inTrail": false,
                        "metroCode": "SV",
                        "sellerRegion": "us-east-1",
                        "sellerRegionDescription": "Added for AWS",
                        "xa": {}
                      },
                      "allowCustomSpeed": false,
                      "speedFromAPI": true,
                      "connectionAccessibility": "HYBRID",
                      "speedBands": [
                        {
                          "speed": 5,
                          "unit": "MB"
                        },
                        {
                          "speed": 1,
                          "unit": "MB"
                        },
                        {
                          "speed": 7,
                          "unit": "MB"
                        },
                        {
                          "speed": 2,
                          "unit": "MB"
                        },
                        {
                          "speed": 7,
                          "unit": "MB"
                        },
                        {
                          "speed": 6,
                          "unit": "MB"
                        },
                        {
                          "speed": 9,
                          "unit": "MB"
                        },
                        {
                          "speed": 4,
                          "unit": "MB"
                        },
                        {
                          "speed": 1,
                          "unit": "MB"
                        }
                      ],
                      "description": "<p>12</p>",
                      "authorizationKey": "string",
                      "state": "APPROVED",
                      "createdDate": "2017-05-09T08:28:02Z",
                      "createdBy": "sandboxuser@examplecompany.com",
                      "lastUpdatedDate": "2018-04-03T20:28:43.911Z",
                      "lastUpdatedBy": "sandboxuser2@examplecompany.com2",
                      "custOrgId": 12345,
                      "metadata": {
                        "is_release_vlan": false,
                        "globalOrganization": "Example provider",
                        "limit_auth_key_conn": true
                      },
                      "createdByFullName": "sandboxuser",
                      "lastUpdatedByFullName": "sandboxuser",
                      "createdByEmail": "sandboxuser2@examplecompany.com",
                      "updatedByEmail": "sandboxuser2@examplecompany.com",
                      "globalOrganization": "Example provider",
                      "organizationName": "oracle Public Cloud Group ",
                      "private": true,
                      "allowHighAvailability": true,
                      "allowAuthorizationKeyReUse": true,
                      "allowSecondaryLocation": true,
                      "features": {
                        "cloudReach": true,
                        "testProfile": true
                      }
                    },
                    {
                      "uuid": "xxxxxxxx-cdaa-44e7-bd36-xxxxxxxxxxxx",
                      "name": "Oracle Cloud Infrastructure -OCI- FastConnect",
                      "requiredRedundancy": true,
                      "authKeyLabel": "Virtual Circuit OCID",
                      "connectionNameLabel": "Example company Virtual Circuit",
                      "equinixManagedPortAndVlan": true,
                      "integrationId": "Example-company-CrossConnect-01",
                      "apiAvailable": true,
                      "allowOverSubscription": true,
                      "overSubscription": "5x",
                      "vlanSameAsPrimary": true,
                      "tagType": "CTAGED",
                      "enableAutoGenerateServiceKey": true,
                      "ctagLabel": "Seller-Side C-Tag",
                      "namedTags": [
                        "-Microsoft -Public -Private",
                        "-Microsoft -Public -Private"
                      ],
                      "alertPercentage": 50,
                      "onProfileApprovalRejectNotification": [
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com"
                      ],
                      "onBandwidthThresholdNotification": [
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com"
                      ],
                      "onVcApprovalRejectionNotification": [
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com"
                      ],
                      "ports": {
                        "crossConnectId": "xyz:crossConnect:ws36onof3dbxv4bfywjy52u",
                        "id": "5E89B4A3FxxxxxxxxxxxxACC88C08A35",
                        "inTrail": true,
                        "metroCode": "SV",
                        "sellerRegion": "us-east-1",
                        "sellerRegionDescription": "Added for AWS",
                        "xa": {}
                      },
                      "allowCustomSpeed": false,
                      "speedFromAPI": true,
                      "connectionAccessibility": "HYBRID",
                      "speedBands": [
                        {
                          "speed": 1,
                          "unit": "MB"
                        }
                      ],
                      "description": "<p>12</p>",
                      "authorizationKey": "string",
                      "state": "APPROVED",
                      "createdDate": "2017-05-09T08:28:02Z",
                      "createdBy": "sandboxuser@examplecompany.com",
                      "lastUpdatedDate": "2018-04-03T20:28:43.911Z",
                      "lastUpdatedBy": "sandboxuser2@examplecompany.com2",
                      "custOrgId": 12345,
                      "metadata": {
                        "is_release_vlan": false,
                        "globalOrganization": "Example provider",
                        "limit_auth_key_conn": true
                      },
                      "createdByFullName": "sandboxuser",
                      "lastUpdatedByFullName": "sandboxuser",
                      "createdByEmail": "sandboxuser2@examplecompany.com",
                      "updatedByEmail": "sandboxuser2@examplecompany.com",
                      "globalOrganization": "Example provider",
                      "organizationName": "oracle Public Cloud Group ",
                      "private": true,
                      "allowHighAvailability": true,
                      "allowAuthorizationKeyReUse": false,
                      "allowSecondaryLocation": true,
                      "features": {
                        "cloudReach": true,
                        "testProfile": false
                      }
                    },
                    {
                      "uuid": "xxxxxxxx-cdaa-44e7-bd36-xxxxxxxxxxxx",
                      "name": "Oracle Cloud Infrastructure -OCI- FastConnect",
                      "requiredRedundancy": true,
                      "authKeyLabel": "Virtual Circuit OCID",
                      "connectionNameLabel": "Example company Virtual Circuit",
                      "equinixManagedPortAndVlan": true,
                      "integrationId": "Example-company-CrossConnect-01",
                      "apiAvailable": true,
                      "allowOverSubscription": true,
                      "overSubscription": "5x",
                      "vlanSameAsPrimary": false,
                      "tagType": "CTAGED",
                      "enableAutoGenerateServiceKey": true,
                      "ctagLabel": "Seller-Side C-Tag",
                      "namedTags": [
                        "-Microsoft -Public -Private",
                        "-Microsoft -Public -Private",
                        "-Microsoft -Public -Private",
                        "-Microsoft -Public -Private",
                        "-Microsoft -Public -Private"
                      ],
                      "alertPercentage": 50,
                      "onProfileApprovalRejectNotification": [
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com"
                      ],
                      "onBandwidthThresholdNotification": [
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com"
                      ],
                      "onVcApprovalRejectionNotification": [
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                        "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com"
                      ],
                      "ports": {
                        "crossConnectId": "xyz:crossConnect:ws36onof3dbxv4bfywjy52u",
                        "id": "5E89B4A3FxxxxxxxxxxxxACC88C08A35",
                        "inTrail": true,
                        "metroCode": "SV",
                        "sellerRegion": "us-east-1",
                        "sellerRegionDescription": "Added for AWS",
                        "xa": {}
                      },
                      "allowCustomSpeed": false,
                      "speedFromAPI": true,
                      "connectionAccessibility": "HYBRID",
                      "speedBands": [
                        {
                          "speed": 10,
                          "unit": "MB"
                        },
                        {
                          "speed": 5,
                          "unit": "MB"
                        },
                        {
                          "speed": 2,
                          "unit": "MB"
                        },
                        {
                          "speed": 1,
                          "unit": "MB"
                        },
                        {
                          "speed": 8,
                          "unit": "MB"
                        },
                        {
                          "speed": 3,
                          "unit": "MB"
                        },
                        {
                          "speed": 10,
                          "unit": "MB"
                        },
                        {
                          "speed": 6,
                          "unit": "MB"
                        },
                        {
                          "speed": 6,
                          "unit": "MB"
                        }
                      ],
                      "description": "<p>12</p>",
                      "authorizationKey": "string",
                      "state": "APPROVED",
                      "createdDate": "2017-05-09T08:28:02Z",
                      "createdBy": "sandboxuser@examplecompany.com",
                      "lastUpdatedDate": "2018-04-03T20:28:43.911Z",
                      "lastUpdatedBy": "sandboxuser2@examplecompany.com2",
                      "custOrgId": 12345,
                      "metadata": {
                        "is_release_vlan": false,
                        "globalOrganization": "Example provider",
                        "limit_auth_key_conn": true
                      },
                      "createdByFullName": "sandboxuser",
                      "lastUpdatedByFullName": "sandboxuser",
                      "createdByEmail": "sandboxuser2@examplecompany.com",
                      "updatedByEmail": "sandboxuser2@examplecompany.com",
                      "globalOrganization": "Example provider",
                      "organizationName": "oracle Public Cloud Group ",
                      "private": true,
                      "allowHighAvailability": true,
                      "allowAuthorizationKeyReUse": false,
                      "allowSecondaryLocation": true,
                      "features": {
                        "cloudReach": true,
                        "testProfile": false
                      }
                    }
                  ],
                  "pageNumber": 8,
                  "isLastPage": true,
                  "totalCount": 2,
                  "isFirstPage": true
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pageNumber",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageSize",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "state",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "ServiceProfiles"
        ],
        "operationId": "createServiceProfileUsingPOST",
        "description": "The parameters and request body are for method: createServiceProfileUsingPOST. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "uuid": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "uuid": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "profileModel"
            }
          }
        }
      },
      "put": {
        "tags": [
          "ServiceProfiles"
        ],
        "operationId": "updateL2ServiceProfileUsingPUT",
        "description": "The parameters and request body are for method: updateL2ServiceProfileUsingPUT. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "uuid": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "uuid": "ecf3b154-xxxx-4b30-xxxx-219xxxx400a0"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "profileModel"
            }
          }
        }
      }
    },
    "/ecx/v3/l2/serviceprofiles/validateIntegrationId/{integrationId}": {
      "get": {
        "tags": [
          "ServiceProfiles"
        ],
        "operationId": "validateIntegrationIdUsingGET",
        "description": "The parameters and request body are for method: validateIntegrationIdUsingGET. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "message": {
                      "type": "string"
                    },
                    "metadata": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "key": {
                            "type": "string"
                          },
                          "value": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "redundancy": {
                      "type": "string"
                    },
                    "sellerRegions": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "interconnectionRegion": {
                            "type": "string"
                          },
                          "regionData": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "description": {
                                  "type": "string"
                                },
                                "key": {
                                  "type": "string"
                                }
                              }
                            }
                          }
                        }
                      }
                    },
                    "state": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "message": "Example company API integration",
                  "metadata": [
                    {
                      "key": "crossconnect",
                      "value": "true"
                    },
                    {
                      "key": "crossconnect",
                      "value": "true"
                    }
                  ],
                  "redundancy": "SINGLE",
                  "sellerRegions": [
                    {
                      "interconnectionRegion": "string",
                      "regionData": [
                        {
                          "description": "Phoenix region obmc",
                          "key": "us-phoenix-1"
                        },
                        {
                          "description": "Phoenix region obmc",
                          "key": "us-phoenix-1"
                        },
                        {
                          "description": "Phoenix region obmc",
                          "key": "us-phoenix-1"
                        },
                        {
                          "description": "Phoenix region obmc",
                          "key": "us-phoenix-1"
                        },
                        {
                          "description": "Phoenix region obmc",
                          "key": "us-phoenix-1"
                        },
                        {
                          "description": "Phoenix region obmc",
                          "key": "us-phoenix-1"
                        },
                        {
                          "description": "Phoenix region obmc",
                          "key": "us-phoenix-1"
                        },
                        {
                          "description": "Phoenix region obmc",
                          "key": "us-phoenix-1"
                        },
                        {
                          "description": "Phoenix region obmc",
                          "key": "us-phoenix-1"
                        }
                      ]
                    },
                    {
                      "interconnectionRegion": "string",
                      "regionData": [
                        {
                          "description": "Phoenix region obmc",
                          "key": "us-phoenix-1"
                        },
                        {
                          "description": "Phoenix region obmc",
                          "key": "us-phoenix-1"
                        },
                        {
                          "description": "Phoenix region obmc",
                          "key": "us-phoenix-1"
                        },
                        {
                          "description": "Phoenix region obmc",
                          "key": "us-phoenix-1"
                        },
                        {
                          "description": "Phoenix region obmc",
                          "key": "us-phoenix-1"
                        },
                        {
                          "description": "Phoenix region obmc",
                          "key": "us-phoenix-1"
                        },
                        {
                          "description": "Phoenix region obmc",
                          "key": "us-phoenix-1"
                        },
                        {
                          "description": "Phoenix region obmc",
                          "key": "us-phoenix-1"
                        },
                        {
                          "description": "Phoenix region obmc",
                          "key": "us-phoenix-1"
                        }
                      ]
                    },
                    {
                      "interconnectionRegion": "string",
                      "regionData": [
                        {
                          "description": "Phoenix region obmc",
                          "key": "us-phoenix-1"
                        },
                        {
                          "description": "Phoenix region obmc",
                          "key": "us-phoenix-1"
                        },
                        {
                          "description": "Phoenix region obmc",
                          "key": "us-phoenix-1"
                        },
                        {
                          "description": "Phoenix region obmc",
                          "key": "us-phoenix-1"
                        },
                        {
                          "description": "Phoenix region obmc",
                          "key": "us-phoenix-1"
                        },
                        {
                          "description": "Phoenix region obmc",
                          "key": "us-phoenix-1"
                        },
                        {
                          "description": "Phoenix region obmc",
                          "key": "us-phoenix-1"
                        },
                        {
                          "description": "Phoenix region obmc",
                          "key": "us-phoenix-1"
                        },
                        {
                          "description": "Phoenix region obmc",
                          "key": "us-phoenix-1"
                        }
                      ]
                    },
                    {
                      "interconnectionRegion": "string",
                      "regionData": [
                        {
                          "description": "Phoenix region obmc",
                          "key": "us-phoenix-1"
                        },
                        {
                          "description": "Phoenix region obmc",
                          "key": "us-phoenix-1"
                        },
                        {
                          "description": "Phoenix region obmc",
                          "key": "us-phoenix-1"
                        },
                        {
                          "description": "Phoenix region obmc",
                          "key": "us-phoenix-1"
                        },
                        {
                          "description": "Phoenix region obmc",
                          "key": "us-phoenix-1"
                        }
                      ]
                    }
                  ],
                  "state": "VALID"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "integrationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "integrationId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ecx/v3/l2/serviceprofiles/{uuid}": {
      "delete": {
        "tags": [
          "ServiceProfiles"
        ],
        "operationId": "deleteProfileByProfileNameOrUUIDUsingDELETE",
        "description": "The parameters and request body are for method: deleteProfileByProfileNameOrUUIDUsingDELETE. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "message": {
                      "type": "string"
                    },
                    "status": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "message": "[698e6100-xxxx-48ee-xxxx-xxxxxxxxxxxxx] successfully deleted",
                  "status": "SUCCESS"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "uuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "get": {
        "tags": [
          "ServiceProfiles"
        ],
        "operationId": "getProfileByIdOrNameUsingGET",
        "description": "The parameters and request body are for method: getProfileByIdOrNameUsingGET. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "uuid": {
                      "type": "string"
                    },
                    "name": {
                      "type": "string"
                    },
                    "requiredRedundancy": {
                      "type": "boolean"
                    },
                    "authKeyLabel": {
                      "type": "string"
                    },
                    "connectionNameLabel": {
                      "type": "string"
                    },
                    "equinixManagedPortAndVlan": {
                      "type": "boolean"
                    },
                    "integrationId": {
                      "type": "string"
                    },
                    "apiAvailable": {
                      "type": "boolean"
                    },
                    "allowOverSubscription": {
                      "type": "boolean"
                    },
                    "overSubscription": {
                      "type": "string"
                    },
                    "vlanSameAsPrimary": {
                      "type": "boolean"
                    },
                    "tagType": {
                      "type": "string"
                    },
                    "enableAutoGenerateServiceKey": {
                      "type": "boolean"
                    },
                    "ctagLabel": {
                      "type": "string"
                    },
                    "namedTags": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "alertPercentage": {
                      "type": "number"
                    },
                    "onProfileApprovalRejectNotification": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "onBandwidthThresholdNotification": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "onVcApprovalRejectionNotification": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "ports": {
                      "type": "object",
                      "properties": {
                        "crossConnectId": {
                          "type": "string"
                        },
                        "id": {
                          "type": "string"
                        },
                        "inTrail": {
                          "type": "boolean"
                        },
                        "metroCode": {
                          "type": "string"
                        },
                        "sellerRegion": {
                          "type": "string"
                        },
                        "sellerRegionDescription": {
                          "type": "string"
                        },
                        "xa": {
                          "type": "object"
                        }
                      }
                    },
                    "allowCustomSpeed": {
                      "type": "boolean"
                    },
                    "speedFromAPI": {
                      "type": "boolean"
                    },
                    "connectionAccessibility": {
                      "type": "string"
                    },
                    "speedBands": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "speed": {
                            "type": "number"
                          },
                          "unit": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "description": {
                      "type": "string"
                    },
                    "authorizationKey": {
                      "type": "string"
                    },
                    "state": {
                      "type": "string"
                    },
                    "createdDate": {
                      "type": "string"
                    },
                    "createdBy": {
                      "type": "string"
                    },
                    "lastUpdatedDate": {
                      "type": "string"
                    },
                    "lastUpdatedBy": {
                      "type": "string"
                    },
                    "custOrgId": {
                      "type": "number"
                    },
                    "metadata": {
                      "type": "object",
                      "properties": {
                        "is_release_vlan": {
                          "type": "boolean"
                        },
                        "globalOrganization": {
                          "type": "string"
                        },
                        "limit_auth_key_conn": {
                          "type": "boolean"
                        }
                      }
                    },
                    "createdByFullName": {
                      "type": "string"
                    },
                    "lastUpdatedByFullName": {
                      "type": "string"
                    },
                    "createdByEmail": {
                      "type": "string"
                    },
                    "updatedByEmail": {
                      "type": "string"
                    },
                    "globalOrganization": {
                      "type": "string"
                    },
                    "organizationName": {
                      "type": "string"
                    },
                    "private": {
                      "type": "boolean"
                    },
                    "allowHighAvailability": {
                      "type": "boolean"
                    },
                    "allowAuthorizationKeyReUse": {
                      "type": "boolean"
                    },
                    "allowSecondaryLocation": {
                      "type": "boolean"
                    },
                    "features": {
                      "type": "object",
                      "properties": {
                        "cloudReach": {
                          "type": "boolean"
                        },
                        "testProfile": {
                          "type": "boolean"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "uuid": "xxxxxxxx-cdaa-44e7-bd36-xxxxxxxxxxxx",
                  "name": "Oracle Cloud Infrastructure -OCI- FastConnect",
                  "requiredRedundancy": true,
                  "authKeyLabel": "Virtual Circuit OCID",
                  "connectionNameLabel": "Example company Virtual Circuit",
                  "equinixManagedPortAndVlan": true,
                  "integrationId": "Example-company-CrossConnect-01",
                  "apiAvailable": true,
                  "allowOverSubscription": true,
                  "overSubscription": "5x",
                  "vlanSameAsPrimary": true,
                  "tagType": "CTAGED",
                  "enableAutoGenerateServiceKey": false,
                  "ctagLabel": "Seller-Side C-Tag",
                  "namedTags": [
                    "-Microsoft -Public -Private",
                    "-Microsoft -Public -Private",
                    "-Microsoft -Public -Private",
                    "-Microsoft -Public -Private",
                    "-Microsoft -Public -Private",
                    "-Microsoft -Public -Private"
                  ],
                  "alertPercentage": 50,
                  "onProfileApprovalRejectNotification": [
                    "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                    "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                    "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com"
                  ],
                  "onBandwidthThresholdNotification": [
                    "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com"
                  ],
                  "onVcApprovalRejectionNotification": [
                    "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                    "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                    "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                    "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                    "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                    "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com",
                    "sandboxuser@examplecompany.com, sandboxuser1@examplecompany.com"
                  ],
                  "ports": {
                    "crossConnectId": "xyz:crossConnect:ws36onof3dbxv4bfywjy52u",
                    "id": "5E89B4A3FxxxxxxxxxxxxACC88C08A35",
                    "inTrail": true,
                    "metroCode": "SV",
                    "sellerRegion": "us-east-1",
                    "sellerRegionDescription": "Added for AWS",
                    "xa": {}
                  },
                  "allowCustomSpeed": false,
                  "speedFromAPI": true,
                  "connectionAccessibility": "HYBRID",
                  "speedBands": [
                    {
                      "speed": 2,
                      "unit": "MB"
                    },
                    {
                      "speed": 5,
                      "unit": "MB"
                    }
                  ],
                  "description": "<p>12</p>",
                  "authorizationKey": "string",
                  "state": "APPROVED",
                  "createdDate": "2017-05-09T08:28:02Z",
                  "createdBy": "sandboxuser@examplecompany.com",
                  "lastUpdatedDate": "2018-04-03T20:28:43.911Z",
                  "lastUpdatedBy": "sandboxuser2@examplecompany.com2",
                  "custOrgId": 12345,
                  "metadata": {
                    "is_release_vlan": false,
                    "globalOrganization": "Example provider",
                    "limit_auth_key_conn": true
                  },
                  "createdByFullName": "sandboxuser",
                  "lastUpdatedByFullName": "sandboxuser",
                  "createdByEmail": "sandboxuser2@examplecompany.com",
                  "updatedByEmail": "sandboxuser2@examplecompany.com",
                  "globalOrganization": "Example provider",
                  "organizationName": "oracle Public Cloud Group ",
                  "private": true,
                  "allowHighAvailability": true,
                  "allowAuthorizationKeyReUse": false,
                  "allowSecondaryLocation": true,
                  "features": {
                    "cloudReach": true,
                    "testProfile": false
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "uuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ecx/v3/l2/seller/connections": {
      "get": {
        "tags": [
          "Connections"
        ],
        "operationId": "getSellerConnectionsUsingGET",
        "description": "The parameters and request body are for method: getSellerConnectionsUsingGET. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "content": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "asideEncapsulation": {
                            "type": "string"
                          },
                          "authorizationKey": {
                            "type": "string"
                          },
                          "billingTier": {
                            "type": "string"
                          },
                          "buyerOrganizationName": {
                            "type": "string"
                          },
                          "createdBy": {
                            "type": "string"
                          },
                          "createdByEmail": {
                            "type": "string"
                          },
                          "createdByFullName": {
                            "type": "string"
                          },
                          "createdDate": {
                            "type": "string"
                          },
                          "deletedBy": {
                            "type": "string"
                          },
                          "deletedByEmail": {
                            "type": "string"
                          },
                          "deletedDate": {
                            "type": "string"
                          },
                          "lastUpdatedBy": {
                            "type": "string"
                          },
                          "lastUpdatedByEmail": {
                            "type": "string"
                          },
                          "lastUpdatedByFullName": {
                            "type": "string"
                          },
                          "lastUpdatedDate": {
                            "type": "string"
                          },
                          "metadata": {
                            "type": "object",
                            "properties": {
                              "notification_emails": {
                                "type": "array",
                                "items": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "metroCode": {
                            "type": "string"
                          },
                          "metroDescription": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "notifications": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          },
                          "portName": {
                            "type": "string"
                          },
                          "portUUID": {
                            "type": "string"
                          },
                          "private": {
                            "type": "boolean"
                          },
                          "purchaseOrderNumber": {
                            "type": "string"
                          },
                          "redundancyType": {
                            "type": "string"
                          },
                          "remote": {
                            "type": "boolean"
                          },
                          "self": {
                            "type": "boolean"
                          },
                          "sellerMetroCode": {
                            "type": "string"
                          },
                          "sellerOrganizationName": {
                            "type": "string"
                          },
                          "sellerServiceName": {
                            "type": "string"
                          },
                          "sellerServiceUUID": {
                            "type": "string"
                          },
                          "speed": {
                            "type": "number"
                          },
                          "speedUnit": {
                            "type": "string"
                          },
                          "state": {
                            "type": "string"
                          },
                          "status": {
                            "type": "string"
                          },
                          "uuid": {
                            "type": "string"
                          },
                          "vlanCTag": {
                            "type": "number"
                          },
                          "vlanSTag": {
                            "type": "number"
                          },
                          "redundantUUID": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "isFirstPage": {
                      "type": "boolean"
                    },
                    "isLastPage": {
                      "type": "boolean"
                    },
                    "pageNumber": {
                      "type": "number"
                    },
                    "totalCount": {
                      "type": "number"
                    },
                    "pageSize": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "content": [
                    {
                      "asideEncapsulation": "qinq",
                      "authorizationKey": "xxxxxxxx-xxxx-43a0-xxxx-xxxxxxxxxxxx",
                      "billingTier": "Up to 50 MB",
                      "buyerOrganizationName": "Example Organisation",
                      "createdBy": "sandboxuser@examplecompany.com",
                      "createdByEmail": "sandboxuser@examplecompany.com",
                      "createdByFullName": "sandbox user",
                      "createdDate": "2018-04-03T14:53:42.603Z",
                      "deletedBy": "sandboxuser@examplecompany.com",
                      "deletedByEmail": "sandboxuser@examplecompany.com",
                      "deletedDate": "2018-04-03T14:54:16.185Z",
                      "lastUpdatedBy": "sandboxuser@examplecompany.com",
                      "lastUpdatedByEmail": "sandboxuser@examplecompany.com",
                      "lastUpdatedByFullName": "sandbox user",
                      "lastUpdatedDate": "2018-04-03T14:53:42.603Z",
                      "metadata": {
                        "notification_emails": [
                          "sandboxuser@examplecompany.com"
                        ]
                      },
                      "metroCode": "LD",
                      "metroDescription": "London",
                      "name": "TEST",
                      "notifications": [
                        "sandboxuser@examplecompany.com"
                      ],
                      "portName": "EXAMPLECOMPANY-XXXX-CX-PRI-01",
                      "portUUID": "66284add-xxxx-1150-xxxx-xxxxxxxxxxxx",
                      "private": false,
                      "purchaseOrderNumber": "Test",
                      "redundancyType": "primary",
                      "remote": true,
                      "self": true,
                      "sellerMetroCode": "LD",
                      "sellerOrganizationName": "EXAMPLE-COMPANY-ECP-IXP-ETHERNET",
                      "sellerServiceName": "Managed Services",
                      "sellerServiceUUID": "53c4b828-xxxx-440b-xxxx-c74973d7c0dd",
                      "speed": 50,
                      "speedUnit": "MB",
                      "state": "NOT_AVAILABLE",
                      "status": "DELETED",
                      "uuid": "52b8e097-xxxx-4a27-xxxx-xxxxxxxxxxxxx",
                      "vlanCTag": 196,
                      "vlanSTag": 198,
                      "redundantUUID": "ce7ac5f9-d8b9-xxxx-xxxxx-xxxxxxxxxxxxx"
                    },
                    {
                      "asideEncapsulation": "qinq",
                      "authorizationKey": "xxxxxxxx-xxxx-43a0-xxxx-xxxxxxxxxxxx",
                      "billingTier": "Up to 50 MB",
                      "buyerOrganizationName": "Example Organisation",
                      "createdBy": "sandboxuser@examplecompany.com",
                      "createdByEmail": "sandboxuser@examplecompany.com",
                      "createdByFullName": "sandbox user",
                      "createdDate": "2018-04-03T14:53:42.603Z",
                      "deletedBy": "sandboxuser@examplecompany.com",
                      "deletedByEmail": "sandboxuser@examplecompany.com",
                      "deletedDate": "2018-04-03T14:54:16.185Z",
                      "lastUpdatedBy": "sandboxuser@examplecompany.com",
                      "lastUpdatedByEmail": "sandboxuser@examplecompany.com",
                      "lastUpdatedByFullName": "sandbox user",
                      "lastUpdatedDate": "2018-04-03T14:53:42.603Z",
                      "metadata": {
                        "notification_emails": [
                          "sandboxuser@examplecompany.com",
                          "sandboxuser@examplecompany.com",
                          "sandboxuser@examplecompany.com",
                          "sandboxuser@examplecompany.com",
                          "sandboxuser@examplecompany.com",
                          "sandboxuser@examplecompany.com",
                          "sandboxuser@examplecompany.com"
                        ]
                      },
                      "metroCode": "LD",
                      "metroDescription": "London",
                      "name": "TEST",
                      "notifications": [
                        "sandboxuser@examplecompany.com",
                        "sandboxuser@examplecompany.com",
                        "sandboxuser@examplecompany.com",
                        "sandboxuser@examplecompany.com",
                        "sandboxuser@examplecompany.com",
                        "sandboxuser@examplecompany.com",
                        "sandboxuser@examplecompany.com",
                        "sandboxuser@examplecompany.com",
                        "sandboxuser@examplecompany.com",
                        "sandboxuser@examplecompany.com"
                      ],
                      "portName": "EXAMPLECOMPANY-XXXX-CX-PRI-01",
                      "portUUID": "66284add-xxxx-1150-xxxx-xxxxxxxxxxxx",
                      "private": false,
                      "purchaseOrderNumber": "Test",
                      "redundancyType": "primary",
                      "remote": true,
                      "self": true,
                      "sellerMetroCode": "LD",
                      "sellerOrganizationName": "EXAMPLE-COMPANY-ECP-IXP-ETHERNET",
                      "sellerServiceName": "Managed Services",
                      "sellerServiceUUID": "53c4b828-xxxx-440b-xxxx-c74973d7c0dd",
                      "speed": 50,
                      "speedUnit": "MB",
                      "state": "NOT_AVAILABLE",
                      "status": "DELETED",
                      "uuid": "52b8e097-xxxx-4a27-xxxx-xxxxxxxxxxxxx",
                      "vlanCTag": 196,
                      "vlanSTag": 198,
                      "redundantUUID": "ce7ac5f9-d8b9-xxxx-xxxxx-xxxxxxxxxxxxx"
                    }
                  ],
                  "isFirstPage": true,
                  "isLastPage": false,
                  "pageNumber": 1,
                  "totalCount": 210,
                  "pageSize": 20
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "status",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "metroCode",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "portName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "state",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "profileId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageNumber",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageSize",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/alarm/v1/smartview/alarms": {
      "get": {
        "tags": [
          "Customer"
        ],
        "operationId": "getAlarmV1SmartviewAlarms",
        "description": "The parameters and request body are for method: getAlarmV1SmartviewAlarms. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "totalCount": {
                      "type": "number"
                    },
                    "alarms": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "assetClassification": {
                            "type": "string"
                          },
                          "timeProcessed": {
                            "type": "string"
                          },
                          "status": {
                            "type": "boolean"
                          },
                          "ibx": {
                            "type": "string"
                          },
                          "conditionName": {
                            "type": "string"
                          },
                          "accountNo": {
                            "type": "string"
                          },
                          "assetType": {
                            "type": "string"
                          },
                          "tagId": {
                            "type": "string"
                          },
                          "timeNormalProcessed": {
                            "type": "string"
                          },
                          "assetId": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "totalCount": 2,
                  "alarms": [
                    {
                      "assetClassification": "Electrical",
                      "timeProcessed": "Aug 11, 2017 4:17:18 PM",
                      "status": false,
                      "ibx": "SV4",
                      "conditionName": "Alarm",
                      "accountNo": "1",
                      "assetType": "PDU",
                      "tagId": "SV4.PDU-CE-60:alarm",
                      "timeNormalProcessed": "Aug 11, 2017 4:27:18 PM",
                      "assetId": "SV4.PDU-CE-60"
                    },
                    {
                      "assetClassification": "Mechanical",
                      "timeProcessed": "Aug 08, 2017 1:44:40 AM",
                      "status": false,
                      "ibx": "SV4",
                      "conditionName": "Alarm",
                      "accountNo": "1",
                      "assetType": "Fire, Smoke Detection",
                      "tagId": "SV4.FIRE ALARM CONTROL PANEL:alarm",
                      "timeNormalProcessed": "Aug 08, 2017 1:54:40 AM",
                      "assetId": "SV4.FIRE ALARM CONTROL PANEL"
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "accountNo",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupByIBX",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/smartview/v1/alerts/getAlerts": {
      "get": {
        "tags": [
          "Alerts"
        ],
        "operationId": "getAlerts",
        "description": "The parameters and request body are for method: getAlerts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "payLoad": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "alerts": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "ibx": {
                                  "type": "string"
                                },
                                "alertType": {
                                  "type": "object",
                                  "properties": {
                                    "id": {
                                      "type": "string"
                                    },
                                    "type": {
                                      "type": "string"
                                    },
                                    "value": {
                                      "type": "string"
                                    },
                                    "unit": {
                                      "type": "string"
                                    },
                                    "tagId": {
                                      "type": "string"
                                    },
                                    "defaultValue": {
                                      "type": "string"
                                    },
                                    "eventType": {
                                      "type": "string"
                                    }
                                  }
                                },
                                "section": {
                                  "type": "string"
                                },
                                "customerAssets": {
                                  "type": "array",
                                  "items": {
                                    "type": "object",
                                    "properties": {
                                      "type": {
                                        "type": "string"
                                      },
                                      "assets": {
                                        "type": "array",
                                        "items": {
                                          "type": "string"
                                        }
                                      },
                                      "assetsName": {
                                        "type": "array",
                                        "items": {
                                          "type": "string"
                                        }
                                      }
                                    }
                                  }
                                },
                                "infraAssets": {
                                  "type": "array",
                                  "items": {
                                    "type": "object",
                                    "properties": {
                                      "type": {
                                        "type": "string"
                                      },
                                      "assets": {
                                        "type": "array",
                                        "items": {
                                          "type": "string"
                                        }
                                      },
                                      "assetsName": {
                                        "type": "array",
                                        "items": {
                                          "type": "string"
                                        }
                                      }
                                    }
                                  }
                                },
                                "heartbeatType": {
                                  "type": "string"
                                },
                                "recipients": {
                                  "type": "array",
                                  "items": {
                                    "type": "object",
                                    "properties": {
                                      "firstName": {
                                        "type": "string"
                                      },
                                      "lastName": {
                                        "type": "string"
                                      },
                                      "email_address": {
                                        "type": "string"
                                      },
                                      "mobilePhoneCode": {
                                        "type": "string"
                                      },
                                      "mobilePhoneNumber": {
                                        "type": "string"
                                      },
                                      "self": {
                                        "type": "boolean"
                                      },
                                      "sms": {
                                        "type": "boolean"
                                      },
                                      "voice": {
                                        "type": "boolean"
                                      },
                                      "email": {
                                        "type": "boolean"
                                      }
                                    }
                                  }
                                },
                                "conditionalAlert": {
                                  "type": "string"
                                },
                                "thresholdUnit": {
                                  "type": "string"
                                },
                                "thresholdValueMin": {
                                  "type": "string"
                                },
                                "thresholdValueMax": {
                                  "type": "string"
                                },
                                "thresholdValue": {
                                  "type": "string"
                                },
                                "createdBy": {
                                  "type": "string"
                                },
                                "createdOn": {
                                  "type": "number"
                                },
                                "modifiedOn": {
                                  "type": "number"
                                },
                                "lastTriggeredOn": {
                                  "type": "number"
                                },
                                "formatedSection": {
                                  "type": "string"
                                },
                                "enabledAction": {
                                  "type": "string"
                                },
                                "isDuplicate": {
                                  "type": "boolean"
                                },
                                "userId": {
                                  "type": "string"
                                },
                                "ucmid": {
                                  "type": "string"
                                },
                                "accountNo": {
                                  "type": "number"
                                },
                                "uom": {
                                  "type": "string"
                                },
                                "status": {
                                  "type": "string"
                                },
                                "region": {
                                  "type": "string"
                                },
                                "country": {
                                  "type": "string"
                                },
                                "metro": {
                                  "type": "string"
                                },
                                "alertPaused": {
                                  "type": "boolean"
                                }
                              }
                            }
                          },
                          "totalCount": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "status": {
                      "type": "object",
                      "properties": {
                        "type": {
                          "type": "string"
                        },
                        "cause": {
                          "type": "string"
                        },
                        "info": {
                          "type": "object",
                          "properties": {
                            "code": {
                              "type": "string"
                            },
                            "msg": {
                              "type": "string"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "payLoad": [
                    {
                      "alerts": [
                        {
                          "id": 15476966877480.828,
                          "ibx": "CH1",
                          "alertType": {
                            "id": "cageDrawExceeds",
                            "type": "value",
                            "value": "Cage Draw kVA to Contractual kVA% Exceeds",
                            "unit": "percentage",
                            "tagId": "258",
                            "defaultValue": "258",
                            "eventType": "Exceeds"
                          },
                          "section": "electrical",
                          "customerAssets": [
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            }
                          ],
                          "infraAssets": [
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            }
                          ],
                          "heartbeatType": "off",
                          "recipients": [
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            }
                          ],
                          "conditionalAlert": "test",
                          "thresholdUnit": "%",
                          "thresholdValueMin": "12",
                          "thresholdValueMax": "12",
                          "thresholdValue": "12",
                          "createdBy": "test",
                          "createdOn": 1547696687748,
                          "modifiedOn": 1547696687748,
                          "lastTriggeredOn": 1547696687748,
                          "formatedSection": "Power Draw",
                          "enabledAction": "Enabled",
                          "isDuplicate": false,
                          "userId": "userId",
                          "ucmid": "ucmid",
                          "accountNo": 3213213,
                          "uom": "STANDARD",
                          "status": "status",
                          "region": "APAC",
                          "country": "SG",
                          "metro": "SG",
                          "alertPaused": true
                        },
                        {
                          "id": 15476966877480.828,
                          "ibx": "CH1",
                          "alertType": {
                            "id": "cageDrawExceeds",
                            "type": "value",
                            "value": "Cage Draw kVA to Contractual kVA% Exceeds",
                            "unit": "percentage",
                            "tagId": "258",
                            "defaultValue": "258",
                            "eventType": "Exceeds"
                          },
                          "section": "electrical",
                          "customerAssets": [
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            }
                          ],
                          "infraAssets": [
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011"
                              ]
                            }
                          ],
                          "heartbeatType": "off",
                          "recipients": [
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            }
                          ],
                          "conditionalAlert": "test",
                          "thresholdUnit": "%",
                          "thresholdValueMin": "12",
                          "thresholdValueMax": "12",
                          "thresholdValue": "12",
                          "createdBy": "test",
                          "createdOn": 1547696687748,
                          "modifiedOn": 1547696687748,
                          "lastTriggeredOn": 1547696687748,
                          "formatedSection": "Power Draw",
                          "enabledAction": "Enabled",
                          "isDuplicate": false,
                          "userId": "userId",
                          "ucmid": "ucmid",
                          "accountNo": 3213213,
                          "uom": "STANDARD",
                          "status": "status",
                          "region": "APAC",
                          "country": "SG",
                          "metro": "SG",
                          "alertPaused": true
                        },
                        {
                          "id": 15476966877480.828,
                          "ibx": "CH1",
                          "alertType": {
                            "id": "cageDrawExceeds",
                            "type": "value",
                            "value": "Cage Draw kVA to Contractual kVA% Exceeds",
                            "unit": "percentage",
                            "tagId": "258",
                            "defaultValue": "258",
                            "eventType": "Exceeds"
                          },
                          "section": "electrical",
                          "customerAssets": [
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            }
                          ],
                          "infraAssets": [
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            }
                          ],
                          "heartbeatType": "off",
                          "recipients": [
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            }
                          ],
                          "conditionalAlert": "test",
                          "thresholdUnit": "%",
                          "thresholdValueMin": "12",
                          "thresholdValueMax": "12",
                          "thresholdValue": "12",
                          "createdBy": "test",
                          "createdOn": 1547696687748,
                          "modifiedOn": 1547696687748,
                          "lastTriggeredOn": 1547696687748,
                          "formatedSection": "Power Draw",
                          "enabledAction": "Enabled",
                          "isDuplicate": false,
                          "userId": "userId",
                          "ucmid": "ucmid",
                          "accountNo": 3213213,
                          "uom": "STANDARD",
                          "status": "status",
                          "region": "APAC",
                          "country": "SG",
                          "metro": "SG",
                          "alertPaused": true
                        },
                        {
                          "id": 15476966877480.828,
                          "ibx": "CH1",
                          "alertType": {
                            "id": "cageDrawExceeds",
                            "type": "value",
                            "value": "Cage Draw kVA to Contractual kVA% Exceeds",
                            "unit": "percentage",
                            "tagId": "258",
                            "defaultValue": "258",
                            "eventType": "Exceeds"
                          },
                          "section": "electrical",
                          "customerAssets": [
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            }
                          ],
                          "infraAssets": [
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            }
                          ],
                          "heartbeatType": "off",
                          "recipients": [
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            }
                          ],
                          "conditionalAlert": "test",
                          "thresholdUnit": "%",
                          "thresholdValueMin": "12",
                          "thresholdValueMax": "12",
                          "thresholdValue": "12",
                          "createdBy": "test",
                          "createdOn": 1547696687748,
                          "modifiedOn": 1547696687748,
                          "lastTriggeredOn": 1547696687748,
                          "formatedSection": "Power Draw",
                          "enabledAction": "Enabled",
                          "isDuplicate": false,
                          "userId": "userId",
                          "ucmid": "ucmid",
                          "accountNo": 3213213,
                          "uom": "STANDARD",
                          "status": "status",
                          "region": "APAC",
                          "country": "SG",
                          "metro": "SG",
                          "alertPaused": true
                        }
                      ],
                      "totalCount": "1000"
                    },
                    {
                      "alerts": [
                        {
                          "id": 15476966877480.828,
                          "ibx": "CH1",
                          "alertType": {
                            "id": "cageDrawExceeds",
                            "type": "value",
                            "value": "Cage Draw kVA to Contractual kVA% Exceeds",
                            "unit": "percentage",
                            "tagId": "258",
                            "defaultValue": "258",
                            "eventType": "Exceeds"
                          },
                          "section": "electrical",
                          "customerAssets": [
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            }
                          ],
                          "infraAssets": [
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            }
                          ],
                          "heartbeatType": "off",
                          "recipients": [
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            }
                          ],
                          "conditionalAlert": "test",
                          "thresholdUnit": "%",
                          "thresholdValueMin": "12",
                          "thresholdValueMax": "12",
                          "thresholdValue": "12",
                          "createdBy": "test",
                          "createdOn": 1547696687748,
                          "modifiedOn": 1547696687748,
                          "lastTriggeredOn": 1547696687748,
                          "formatedSection": "Power Draw",
                          "enabledAction": "Enabled",
                          "isDuplicate": false,
                          "userId": "userId",
                          "ucmid": "ucmid",
                          "accountNo": 3213213,
                          "uom": "STANDARD",
                          "status": "status",
                          "region": "APAC",
                          "country": "SG",
                          "metro": "SG",
                          "alertPaused": true
                        },
                        {
                          "id": 15476966877480.828,
                          "ibx": "CH1",
                          "alertType": {
                            "id": "cageDrawExceeds",
                            "type": "value",
                            "value": "Cage Draw kVA to Contractual kVA% Exceeds",
                            "unit": "percentage",
                            "tagId": "258",
                            "defaultValue": "258",
                            "eventType": "Exceeds"
                          },
                          "section": "electrical",
                          "customerAssets": [
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            }
                          ],
                          "infraAssets": [
                            {
                              "type": "cage",
                              "assets": [
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            }
                          ],
                          "heartbeatType": "off",
                          "recipients": [
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            }
                          ],
                          "conditionalAlert": "test",
                          "thresholdUnit": "%",
                          "thresholdValueMin": "12",
                          "thresholdValueMax": "12",
                          "thresholdValue": "12",
                          "createdBy": "test",
                          "createdOn": 1547696687748,
                          "modifiedOn": 1547696687748,
                          "lastTriggeredOn": 1547696687748,
                          "formatedSection": "Power Draw",
                          "enabledAction": "Enabled",
                          "isDuplicate": true,
                          "userId": "userId",
                          "ucmid": "ucmid",
                          "accountNo": 3213213,
                          "uom": "STANDARD",
                          "status": "status",
                          "region": "APAC",
                          "country": "SG",
                          "metro": "SG",
                          "alertPaused": true
                        },
                        {
                          "id": 15476966877480.828,
                          "ibx": "CH1",
                          "alertType": {
                            "id": "cageDrawExceeds",
                            "type": "value",
                            "value": "Cage Draw kVA to Contractual kVA% Exceeds",
                            "unit": "percentage",
                            "tagId": "258",
                            "defaultValue": "258",
                            "eventType": "Exceeds"
                          },
                          "section": "electrical",
                          "customerAssets": [
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            }
                          ],
                          "infraAssets": [
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            }
                          ],
                          "heartbeatType": "off",
                          "recipients": [
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            }
                          ],
                          "conditionalAlert": "test",
                          "thresholdUnit": "%",
                          "thresholdValueMin": "12",
                          "thresholdValueMax": "12",
                          "thresholdValue": "12",
                          "createdBy": "test",
                          "createdOn": 1547696687748,
                          "modifiedOn": 1547696687748,
                          "lastTriggeredOn": 1547696687748,
                          "formatedSection": "Power Draw",
                          "enabledAction": "Enabled",
                          "isDuplicate": false,
                          "userId": "userId",
                          "ucmid": "ucmid",
                          "accountNo": 3213213,
                          "uom": "STANDARD",
                          "status": "status",
                          "region": "APAC",
                          "country": "SG",
                          "metro": "SG",
                          "alertPaused": true
                        },
                        {
                          "id": 15476966877480.828,
                          "ibx": "CH1",
                          "alertType": {
                            "id": "cageDrawExceeds",
                            "type": "value",
                            "value": "Cage Draw kVA to Contractual kVA% Exceeds",
                            "unit": "percentage",
                            "tagId": "258",
                            "defaultValue": "258",
                            "eventType": "Exceeds"
                          },
                          "section": "electrical",
                          "customerAssets": [
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            }
                          ],
                          "infraAssets": [
                            {
                              "type": "cage",
                              "assets": [
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011"
                              ]
                            }
                          ],
                          "heartbeatType": "off",
                          "recipients": [
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            }
                          ],
                          "conditionalAlert": "test",
                          "thresholdUnit": "%",
                          "thresholdValueMin": "12",
                          "thresholdValueMax": "12",
                          "thresholdValue": "12",
                          "createdBy": "test",
                          "createdOn": 1547696687748,
                          "modifiedOn": 1547696687748,
                          "lastTriggeredOn": 1547696687748,
                          "formatedSection": "Power Draw",
                          "enabledAction": "Enabled",
                          "isDuplicate": false,
                          "userId": "userId",
                          "ucmid": "ucmid",
                          "accountNo": 3213213,
                          "uom": "STANDARD",
                          "status": "status",
                          "region": "APAC",
                          "country": "SG",
                          "metro": "SG",
                          "alertPaused": true
                        },
                        {
                          "id": 15476966877480.828,
                          "ibx": "CH1",
                          "alertType": {
                            "id": "cageDrawExceeds",
                            "type": "value",
                            "value": "Cage Draw kVA to Contractual kVA% Exceeds",
                            "unit": "percentage",
                            "tagId": "258",
                            "defaultValue": "258",
                            "eventType": "Exceeds"
                          },
                          "section": "electrical",
                          "customerAssets": [
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            }
                          ],
                          "infraAssets": [
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            }
                          ],
                          "heartbeatType": "off",
                          "recipients": [
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            }
                          ],
                          "conditionalAlert": "test",
                          "thresholdUnit": "%",
                          "thresholdValueMin": "12",
                          "thresholdValueMax": "12",
                          "thresholdValue": "12",
                          "createdBy": "test",
                          "createdOn": 1547696687748,
                          "modifiedOn": 1547696687748,
                          "lastTriggeredOn": 1547696687748,
                          "formatedSection": "Power Draw",
                          "enabledAction": "Enabled",
                          "isDuplicate": true,
                          "userId": "userId",
                          "ucmid": "ucmid",
                          "accountNo": 3213213,
                          "uom": "STANDARD",
                          "status": "status",
                          "region": "APAC",
                          "country": "SG",
                          "metro": "SG",
                          "alertPaused": true
                        },
                        {
                          "id": 15476966877480.828,
                          "ibx": "CH1",
                          "alertType": {
                            "id": "cageDrawExceeds",
                            "type": "value",
                            "value": "Cage Draw kVA to Contractual kVA% Exceeds",
                            "unit": "percentage",
                            "tagId": "258",
                            "defaultValue": "258",
                            "eventType": "Exceeds"
                          },
                          "section": "electrical",
                          "customerAssets": [
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            }
                          ],
                          "infraAssets": [
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            }
                          ],
                          "heartbeatType": "off",
                          "recipients": [
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            }
                          ],
                          "conditionalAlert": "test",
                          "thresholdUnit": "%",
                          "thresholdValueMin": "12",
                          "thresholdValueMax": "12",
                          "thresholdValue": "12",
                          "createdBy": "test",
                          "createdOn": 1547696687748,
                          "modifiedOn": 1547696687748,
                          "lastTriggeredOn": 1547696687748,
                          "formatedSection": "Power Draw",
                          "enabledAction": "Enabled",
                          "isDuplicate": false,
                          "userId": "userId",
                          "ucmid": "ucmid",
                          "accountNo": 3213213,
                          "uom": "STANDARD",
                          "status": "status",
                          "region": "APAC",
                          "country": "SG",
                          "metro": "SG",
                          "alertPaused": true
                        },
                        {
                          "id": 15476966877480.828,
                          "ibx": "CH1",
                          "alertType": {
                            "id": "cageDrawExceeds",
                            "type": "value",
                            "value": "Cage Draw kVA to Contractual kVA% Exceeds",
                            "unit": "percentage",
                            "tagId": "258",
                            "defaultValue": "258",
                            "eventType": "Exceeds"
                          },
                          "section": "electrical",
                          "customerAssets": [
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            }
                          ],
                          "infraAssets": [
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            }
                          ],
                          "heartbeatType": "off",
                          "recipients": [
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            }
                          ],
                          "conditionalAlert": "test",
                          "thresholdUnit": "%",
                          "thresholdValueMin": "12",
                          "thresholdValueMax": "12",
                          "thresholdValue": "12",
                          "createdBy": "test",
                          "createdOn": 1547696687748,
                          "modifiedOn": 1547696687748,
                          "lastTriggeredOn": 1547696687748,
                          "formatedSection": "Power Draw",
                          "enabledAction": "Enabled",
                          "isDuplicate": false,
                          "userId": "userId",
                          "ucmid": "ucmid",
                          "accountNo": 3213213,
                          "uom": "STANDARD",
                          "status": "status",
                          "region": "APAC",
                          "country": "SG",
                          "metro": "SG",
                          "alertPaused": true
                        },
                        {
                          "id": 15476966877480.828,
                          "ibx": "CH1",
                          "alertType": {
                            "id": "cageDrawExceeds",
                            "type": "value",
                            "value": "Cage Draw kVA to Contractual kVA% Exceeds",
                            "unit": "percentage",
                            "tagId": "258",
                            "defaultValue": "258",
                            "eventType": "Exceeds"
                          },
                          "section": "electrical",
                          "customerAssets": [
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            }
                          ],
                          "infraAssets": [
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            }
                          ],
                          "heartbeatType": "off",
                          "recipients": [
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            }
                          ],
                          "conditionalAlert": "test",
                          "thresholdUnit": "%",
                          "thresholdValueMin": "12",
                          "thresholdValueMax": "12",
                          "thresholdValue": "12",
                          "createdBy": "test",
                          "createdOn": 1547696687748,
                          "modifiedOn": 1547696687748,
                          "lastTriggeredOn": 1547696687748,
                          "formatedSection": "Power Draw",
                          "enabledAction": "Enabled",
                          "isDuplicate": true,
                          "userId": "userId",
                          "ucmid": "ucmid",
                          "accountNo": 3213213,
                          "uom": "STANDARD",
                          "status": "status",
                          "region": "APAC",
                          "country": "SG",
                          "metro": "SG",
                          "alertPaused": true
                        },
                        {
                          "id": 15476966877480.828,
                          "ibx": "CH1",
                          "alertType": {
                            "id": "cageDrawExceeds",
                            "type": "value",
                            "value": "Cage Draw kVA to Contractual kVA% Exceeds",
                            "unit": "percentage",
                            "tagId": "258",
                            "defaultValue": "258",
                            "eventType": "Exceeds"
                          },
                          "section": "electrical",
                          "customerAssets": [
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            }
                          ],
                          "infraAssets": [
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            }
                          ],
                          "heartbeatType": "off",
                          "recipients": [
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            }
                          ],
                          "conditionalAlert": "test",
                          "thresholdUnit": "%",
                          "thresholdValueMin": "12",
                          "thresholdValueMax": "12",
                          "thresholdValue": "12",
                          "createdBy": "test",
                          "createdOn": 1547696687748,
                          "modifiedOn": 1547696687748,
                          "lastTriggeredOn": 1547696687748,
                          "formatedSection": "Power Draw",
                          "enabledAction": "Enabled",
                          "isDuplicate": true,
                          "userId": "userId",
                          "ucmid": "ucmid",
                          "accountNo": 3213213,
                          "uom": "STANDARD",
                          "status": "status",
                          "region": "APAC",
                          "country": "SG",
                          "metro": "SG",
                          "alertPaused": true
                        }
                      ],
                      "totalCount": "1000"
                    },
                    {
                      "alerts": [
                        {
                          "id": 15476966877480.828,
                          "ibx": "CH1",
                          "alertType": {
                            "id": "cageDrawExceeds",
                            "type": "value",
                            "value": "Cage Draw kVA to Contractual kVA% Exceeds",
                            "unit": "percentage",
                            "tagId": "258",
                            "defaultValue": "258",
                            "eventType": "Exceeds"
                          },
                          "section": "electrical",
                          "customerAssets": [
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            }
                          ],
                          "infraAssets": [
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            }
                          ],
                          "heartbeatType": "off",
                          "recipients": [
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            }
                          ],
                          "conditionalAlert": "test",
                          "thresholdUnit": "%",
                          "thresholdValueMin": "12",
                          "thresholdValueMax": "12",
                          "thresholdValue": "12",
                          "createdBy": "test",
                          "createdOn": 1547696687748,
                          "modifiedOn": 1547696687748,
                          "lastTriggeredOn": 1547696687748,
                          "formatedSection": "Power Draw",
                          "enabledAction": "Enabled",
                          "isDuplicate": false,
                          "userId": "userId",
                          "ucmid": "ucmid",
                          "accountNo": 3213213,
                          "uom": "STANDARD",
                          "status": "status",
                          "region": "APAC",
                          "country": "SG",
                          "metro": "SG",
                          "alertPaused": true
                        },
                        {
                          "id": 15476966877480.828,
                          "ibx": "CH1",
                          "alertType": {
                            "id": "cageDrawExceeds",
                            "type": "value",
                            "value": "Cage Draw kVA to Contractual kVA% Exceeds",
                            "unit": "percentage",
                            "tagId": "258",
                            "defaultValue": "258",
                            "eventType": "Exceeds"
                          },
                          "section": "electrical",
                          "customerAssets": [
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            }
                          ],
                          "infraAssets": [
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            }
                          ],
                          "heartbeatType": "off",
                          "recipients": [
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            }
                          ],
                          "conditionalAlert": "test",
                          "thresholdUnit": "%",
                          "thresholdValueMin": "12",
                          "thresholdValueMax": "12",
                          "thresholdValue": "12",
                          "createdBy": "test",
                          "createdOn": 1547696687748,
                          "modifiedOn": 1547696687748,
                          "lastTriggeredOn": 1547696687748,
                          "formatedSection": "Power Draw",
                          "enabledAction": "Enabled",
                          "isDuplicate": false,
                          "userId": "userId",
                          "ucmid": "ucmid",
                          "accountNo": 3213213,
                          "uom": "STANDARD",
                          "status": "status",
                          "region": "APAC",
                          "country": "SG",
                          "metro": "SG",
                          "alertPaused": true
                        },
                        {
                          "id": 15476966877480.828,
                          "ibx": "CH1",
                          "alertType": {
                            "id": "cageDrawExceeds",
                            "type": "value",
                            "value": "Cage Draw kVA to Contractual kVA% Exceeds",
                            "unit": "percentage",
                            "tagId": "258",
                            "defaultValue": "258",
                            "eventType": "Exceeds"
                          },
                          "section": "electrical",
                          "customerAssets": [
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            }
                          ],
                          "infraAssets": [
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            }
                          ],
                          "heartbeatType": "off",
                          "recipients": [
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            }
                          ],
                          "conditionalAlert": "test",
                          "thresholdUnit": "%",
                          "thresholdValueMin": "12",
                          "thresholdValueMax": "12",
                          "thresholdValue": "12",
                          "createdBy": "test",
                          "createdOn": 1547696687748,
                          "modifiedOn": 1547696687748,
                          "lastTriggeredOn": 1547696687748,
                          "formatedSection": "Power Draw",
                          "enabledAction": "Enabled",
                          "isDuplicate": true,
                          "userId": "userId",
                          "ucmid": "ucmid",
                          "accountNo": 3213213,
                          "uom": "STANDARD",
                          "status": "status",
                          "region": "APAC",
                          "country": "SG",
                          "metro": "SG",
                          "alertPaused": true
                        },
                        {
                          "id": 15476966877480.828,
                          "ibx": "CH1",
                          "alertType": {
                            "id": "cageDrawExceeds",
                            "type": "value",
                            "value": "Cage Draw kVA to Contractual kVA% Exceeds",
                            "unit": "percentage",
                            "tagId": "258",
                            "defaultValue": "258",
                            "eventType": "Exceeds"
                          },
                          "section": "electrical",
                          "customerAssets": [
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            }
                          ],
                          "infraAssets": [
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            }
                          ],
                          "heartbeatType": "off",
                          "recipients": [
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            }
                          ],
                          "conditionalAlert": "test",
                          "thresholdUnit": "%",
                          "thresholdValueMin": "12",
                          "thresholdValueMax": "12",
                          "thresholdValue": "12",
                          "createdBy": "test",
                          "createdOn": 1547696687748,
                          "modifiedOn": 1547696687748,
                          "lastTriggeredOn": 1547696687748,
                          "formatedSection": "Power Draw",
                          "enabledAction": "Enabled",
                          "isDuplicate": true,
                          "userId": "userId",
                          "ucmid": "ucmid",
                          "accountNo": 3213213,
                          "uom": "STANDARD",
                          "status": "status",
                          "region": "APAC",
                          "country": "SG",
                          "metro": "SG",
                          "alertPaused": true
                        }
                      ],
                      "totalCount": "1000"
                    },
                    {
                      "alerts": [
                        {
                          "id": 15476966877480.828,
                          "ibx": "CH1",
                          "alertType": {
                            "id": "cageDrawExceeds",
                            "type": "value",
                            "value": "Cage Draw kVA to Contractual kVA% Exceeds",
                            "unit": "percentage",
                            "tagId": "258",
                            "defaultValue": "258",
                            "eventType": "Exceeds"
                          },
                          "section": "electrical",
                          "customerAssets": [
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            }
                          ],
                          "infraAssets": [
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            }
                          ],
                          "heartbeatType": "off",
                          "recipients": [
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            }
                          ],
                          "conditionalAlert": "test",
                          "thresholdUnit": "%",
                          "thresholdValueMin": "12",
                          "thresholdValueMax": "12",
                          "thresholdValue": "12",
                          "createdBy": "test",
                          "createdOn": 1547696687748,
                          "modifiedOn": 1547696687748,
                          "lastTriggeredOn": 1547696687748,
                          "formatedSection": "Power Draw",
                          "enabledAction": "Enabled",
                          "isDuplicate": false,
                          "userId": "userId",
                          "ucmid": "ucmid",
                          "accountNo": 3213213,
                          "uom": "STANDARD",
                          "status": "status",
                          "region": "APAC",
                          "country": "SG",
                          "metro": "SG",
                          "alertPaused": true
                        },
                        {
                          "id": 15476966877480.828,
                          "ibx": "CH1",
                          "alertType": {
                            "id": "cageDrawExceeds",
                            "type": "value",
                            "value": "Cage Draw kVA to Contractual kVA% Exceeds",
                            "unit": "percentage",
                            "tagId": "258",
                            "defaultValue": "258",
                            "eventType": "Exceeds"
                          },
                          "section": "electrical",
                          "customerAssets": [
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            }
                          ],
                          "infraAssets": [
                            {
                              "type": "cage",
                              "assets": [
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            }
                          ],
                          "heartbeatType": "off",
                          "recipients": [
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            }
                          ],
                          "conditionalAlert": "test",
                          "thresholdUnit": "%",
                          "thresholdValueMin": "12",
                          "thresholdValueMax": "12",
                          "thresholdValue": "12",
                          "createdBy": "test",
                          "createdOn": 1547696687748,
                          "modifiedOn": 1547696687748,
                          "lastTriggeredOn": 1547696687748,
                          "formatedSection": "Power Draw",
                          "enabledAction": "Enabled",
                          "isDuplicate": true,
                          "userId": "userId",
                          "ucmid": "ucmid",
                          "accountNo": 3213213,
                          "uom": "STANDARD",
                          "status": "status",
                          "region": "APAC",
                          "country": "SG",
                          "metro": "SG",
                          "alertPaused": true
                        },
                        {
                          "id": 15476966877480.828,
                          "ibx": "CH1",
                          "alertType": {
                            "id": "cageDrawExceeds",
                            "type": "value",
                            "value": "Cage Draw kVA to Contractual kVA% Exceeds",
                            "unit": "percentage",
                            "tagId": "258",
                            "defaultValue": "258",
                            "eventType": "Exceeds"
                          },
                          "section": "electrical",
                          "customerAssets": [
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            }
                          ],
                          "infraAssets": [
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            }
                          ],
                          "heartbeatType": "off",
                          "recipients": [
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            }
                          ],
                          "conditionalAlert": "test",
                          "thresholdUnit": "%",
                          "thresholdValueMin": "12",
                          "thresholdValueMax": "12",
                          "thresholdValue": "12",
                          "createdBy": "test",
                          "createdOn": 1547696687748,
                          "modifiedOn": 1547696687748,
                          "lastTriggeredOn": 1547696687748,
                          "formatedSection": "Power Draw",
                          "enabledAction": "Enabled",
                          "isDuplicate": true,
                          "userId": "userId",
                          "ucmid": "ucmid",
                          "accountNo": 3213213,
                          "uom": "STANDARD",
                          "status": "status",
                          "region": "APAC",
                          "country": "SG",
                          "metro": "SG",
                          "alertPaused": true
                        },
                        {
                          "id": 15476966877480.828,
                          "ibx": "CH1",
                          "alertType": {
                            "id": "cageDrawExceeds",
                            "type": "value",
                            "value": "Cage Draw kVA to Contractual kVA% Exceeds",
                            "unit": "percentage",
                            "tagId": "258",
                            "defaultValue": "258",
                            "eventType": "Exceeds"
                          },
                          "section": "electrical",
                          "customerAssets": [
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011"
                              ]
                            }
                          ],
                          "infraAssets": [
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            }
                          ],
                          "heartbeatType": "off",
                          "recipients": [
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            }
                          ],
                          "conditionalAlert": "test",
                          "thresholdUnit": "%",
                          "thresholdValueMin": "12",
                          "thresholdValueMax": "12",
                          "thresholdValue": "12",
                          "createdBy": "test",
                          "createdOn": 1547696687748,
                          "modifiedOn": 1547696687748,
                          "lastTriggeredOn": 1547696687748,
                          "formatedSection": "Power Draw",
                          "enabledAction": "Enabled",
                          "isDuplicate": false,
                          "userId": "userId",
                          "ucmid": "ucmid",
                          "accountNo": 3213213,
                          "uom": "STANDARD",
                          "status": "status",
                          "region": "APAC",
                          "country": "SG",
                          "metro": "SG",
                          "alertPaused": true
                        }
                      ],
                      "totalCount": "1000"
                    },
                    {
                      "alerts": [
                        {
                          "id": 15476966877480.828,
                          "ibx": "CH1",
                          "alertType": {
                            "id": "cageDrawExceeds",
                            "type": "value",
                            "value": "Cage Draw kVA to Contractual kVA% Exceeds",
                            "unit": "percentage",
                            "tagId": "258",
                            "defaultValue": "258",
                            "eventType": "Exceeds"
                          },
                          "section": "electrical",
                          "customerAssets": [
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            }
                          ],
                          "infraAssets": [
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            }
                          ],
                          "heartbeatType": "off",
                          "recipients": [
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            }
                          ],
                          "conditionalAlert": "test",
                          "thresholdUnit": "%",
                          "thresholdValueMin": "12",
                          "thresholdValueMax": "12",
                          "thresholdValue": "12",
                          "createdBy": "test",
                          "createdOn": 1547696687748,
                          "modifiedOn": 1547696687748,
                          "lastTriggeredOn": 1547696687748,
                          "formatedSection": "Power Draw",
                          "enabledAction": "Enabled",
                          "isDuplicate": true,
                          "userId": "userId",
                          "ucmid": "ucmid",
                          "accountNo": 3213213,
                          "uom": "STANDARD",
                          "status": "status",
                          "region": "APAC",
                          "country": "SG",
                          "metro": "SG",
                          "alertPaused": true
                        },
                        {
                          "id": 15476966877480.828,
                          "ibx": "CH1",
                          "alertType": {
                            "id": "cageDrawExceeds",
                            "type": "value",
                            "value": "Cage Draw kVA to Contractual kVA% Exceeds",
                            "unit": "percentage",
                            "tagId": "258",
                            "defaultValue": "258",
                            "eventType": "Exceeds"
                          },
                          "section": "electrical",
                          "customerAssets": [
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011"
                              ]
                            }
                          ],
                          "infraAssets": [
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            }
                          ],
                          "heartbeatType": "off",
                          "recipients": [
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            }
                          ],
                          "conditionalAlert": "test",
                          "thresholdUnit": "%",
                          "thresholdValueMin": "12",
                          "thresholdValueMax": "12",
                          "thresholdValue": "12",
                          "createdBy": "test",
                          "createdOn": 1547696687748,
                          "modifiedOn": 1547696687748,
                          "lastTriggeredOn": 1547696687748,
                          "formatedSection": "Power Draw",
                          "enabledAction": "Enabled",
                          "isDuplicate": false,
                          "userId": "userId",
                          "ucmid": "ucmid",
                          "accountNo": 3213213,
                          "uom": "STANDARD",
                          "status": "status",
                          "region": "APAC",
                          "country": "SG",
                          "metro": "SG",
                          "alertPaused": true
                        },
                        {
                          "id": 15476966877480.828,
                          "ibx": "CH1",
                          "alertType": {
                            "id": "cageDrawExceeds",
                            "type": "value",
                            "value": "Cage Draw kVA to Contractual kVA% Exceeds",
                            "unit": "percentage",
                            "tagId": "258",
                            "defaultValue": "258",
                            "eventType": "Exceeds"
                          },
                          "section": "electrical",
                          "customerAssets": [
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            }
                          ],
                          "infraAssets": [
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            }
                          ],
                          "heartbeatType": "off",
                          "recipients": [
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            }
                          ],
                          "conditionalAlert": "test",
                          "thresholdUnit": "%",
                          "thresholdValueMin": "12",
                          "thresholdValueMax": "12",
                          "thresholdValue": "12",
                          "createdBy": "test",
                          "createdOn": 1547696687748,
                          "modifiedOn": 1547696687748,
                          "lastTriggeredOn": 1547696687748,
                          "formatedSection": "Power Draw",
                          "enabledAction": "Enabled",
                          "isDuplicate": false,
                          "userId": "userId",
                          "ucmid": "ucmid",
                          "accountNo": 3213213,
                          "uom": "STANDARD",
                          "status": "status",
                          "region": "APAC",
                          "country": "SG",
                          "metro": "SG",
                          "alertPaused": true
                        },
                        {
                          "id": 15476966877480.828,
                          "ibx": "CH1",
                          "alertType": {
                            "id": "cageDrawExceeds",
                            "type": "value",
                            "value": "Cage Draw kVA to Contractual kVA% Exceeds",
                            "unit": "percentage",
                            "tagId": "258",
                            "defaultValue": "258",
                            "eventType": "Exceeds"
                          },
                          "section": "electrical",
                          "customerAssets": [
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            }
                          ],
                          "infraAssets": [
                            {
                              "type": "cage",
                              "assets": [
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            }
                          ],
                          "heartbeatType": "off",
                          "recipients": [
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            }
                          ],
                          "conditionalAlert": "test",
                          "thresholdUnit": "%",
                          "thresholdValueMin": "12",
                          "thresholdValueMax": "12",
                          "thresholdValue": "12",
                          "createdBy": "test",
                          "createdOn": 1547696687748,
                          "modifiedOn": 1547696687748,
                          "lastTriggeredOn": 1547696687748,
                          "formatedSection": "Power Draw",
                          "enabledAction": "Enabled",
                          "isDuplicate": false,
                          "userId": "userId",
                          "ucmid": "ucmid",
                          "accountNo": 3213213,
                          "uom": "STANDARD",
                          "status": "status",
                          "region": "APAC",
                          "country": "SG",
                          "metro": "SG",
                          "alertPaused": true
                        },
                        {
                          "id": 15476966877480.828,
                          "ibx": "CH1",
                          "alertType": {
                            "id": "cageDrawExceeds",
                            "type": "value",
                            "value": "Cage Draw kVA to Contractual kVA% Exceeds",
                            "unit": "percentage",
                            "tagId": "258",
                            "defaultValue": "258",
                            "eventType": "Exceeds"
                          },
                          "section": "electrical",
                          "customerAssets": [
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            }
                          ],
                          "infraAssets": [
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            }
                          ],
                          "heartbeatType": "off",
                          "recipients": [
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            }
                          ],
                          "conditionalAlert": "test",
                          "thresholdUnit": "%",
                          "thresholdValueMin": "12",
                          "thresholdValueMax": "12",
                          "thresholdValue": "12",
                          "createdBy": "test",
                          "createdOn": 1547696687748,
                          "modifiedOn": 1547696687748,
                          "lastTriggeredOn": 1547696687748,
                          "formatedSection": "Power Draw",
                          "enabledAction": "Enabled",
                          "isDuplicate": true,
                          "userId": "userId",
                          "ucmid": "ucmid",
                          "accountNo": 3213213,
                          "uom": "STANDARD",
                          "status": "status",
                          "region": "APAC",
                          "country": "SG",
                          "metro": "SG",
                          "alertPaused": true
                        },
                        {
                          "id": 15476966877480.828,
                          "ibx": "CH1",
                          "alertType": {
                            "id": "cageDrawExceeds",
                            "type": "value",
                            "value": "Cage Draw kVA to Contractual kVA% Exceeds",
                            "unit": "percentage",
                            "tagId": "258",
                            "defaultValue": "258",
                            "eventType": "Exceeds"
                          },
                          "section": "electrical",
                          "customerAssets": [
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            }
                          ],
                          "infraAssets": [
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            }
                          ],
                          "heartbeatType": "off",
                          "recipients": [
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            }
                          ],
                          "conditionalAlert": "test",
                          "thresholdUnit": "%",
                          "thresholdValueMin": "12",
                          "thresholdValueMax": "12",
                          "thresholdValue": "12",
                          "createdBy": "test",
                          "createdOn": 1547696687748,
                          "modifiedOn": 1547696687748,
                          "lastTriggeredOn": 1547696687748,
                          "formatedSection": "Power Draw",
                          "enabledAction": "Enabled",
                          "isDuplicate": false,
                          "userId": "userId",
                          "ucmid": "ucmid",
                          "accountNo": 3213213,
                          "uom": "STANDARD",
                          "status": "status",
                          "region": "APAC",
                          "country": "SG",
                          "metro": "SG",
                          "alertPaused": true
                        },
                        {
                          "id": 15476966877480.828,
                          "ibx": "CH1",
                          "alertType": {
                            "id": "cageDrawExceeds",
                            "type": "value",
                            "value": "Cage Draw kVA to Contractual kVA% Exceeds",
                            "unit": "percentage",
                            "tagId": "258",
                            "defaultValue": "258",
                            "eventType": "Exceeds"
                          },
                          "section": "electrical",
                          "customerAssets": [
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            }
                          ],
                          "infraAssets": [
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            }
                          ],
                          "heartbeatType": "off",
                          "recipients": [
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            }
                          ],
                          "conditionalAlert": "test",
                          "thresholdUnit": "%",
                          "thresholdValueMin": "12",
                          "thresholdValueMax": "12",
                          "thresholdValue": "12",
                          "createdBy": "test",
                          "createdOn": 1547696687748,
                          "modifiedOn": 1547696687748,
                          "lastTriggeredOn": 1547696687748,
                          "formatedSection": "Power Draw",
                          "enabledAction": "Enabled",
                          "isDuplicate": false,
                          "userId": "userId",
                          "ucmid": "ucmid",
                          "accountNo": 3213213,
                          "uom": "STANDARD",
                          "status": "status",
                          "region": "APAC",
                          "country": "SG",
                          "metro": "SG",
                          "alertPaused": true
                        },
                        {
                          "id": 15476966877480.828,
                          "ibx": "CH1",
                          "alertType": {
                            "id": "cageDrawExceeds",
                            "type": "value",
                            "value": "Cage Draw kVA to Contractual kVA% Exceeds",
                            "unit": "percentage",
                            "tagId": "258",
                            "defaultValue": "258",
                            "eventType": "Exceeds"
                          },
                          "section": "electrical",
                          "customerAssets": [
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            }
                          ],
                          "infraAssets": [
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            }
                          ],
                          "heartbeatType": "off",
                          "recipients": [
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            }
                          ],
                          "conditionalAlert": "test",
                          "thresholdUnit": "%",
                          "thresholdValueMin": "12",
                          "thresholdValueMax": "12",
                          "thresholdValue": "12",
                          "createdBy": "test",
                          "createdOn": 1547696687748,
                          "modifiedOn": 1547696687748,
                          "lastTriggeredOn": 1547696687748,
                          "formatedSection": "Power Draw",
                          "enabledAction": "Enabled",
                          "isDuplicate": false,
                          "userId": "userId",
                          "ucmid": "ucmid",
                          "accountNo": 3213213,
                          "uom": "STANDARD",
                          "status": "status",
                          "region": "APAC",
                          "country": "SG",
                          "metro": "SG",
                          "alertPaused": true
                        },
                        {
                          "id": 15476966877480.828,
                          "ibx": "CH1",
                          "alertType": {
                            "id": "cageDrawExceeds",
                            "type": "value",
                            "value": "Cage Draw kVA to Contractual kVA% Exceeds",
                            "unit": "percentage",
                            "tagId": "258",
                            "defaultValue": "258",
                            "eventType": "Exceeds"
                          },
                          "section": "electrical",
                          "customerAssets": [
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            }
                          ],
                          "infraAssets": [
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            }
                          ],
                          "heartbeatType": "off",
                          "recipients": [
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            }
                          ],
                          "conditionalAlert": "test",
                          "thresholdUnit": "%",
                          "thresholdValueMin": "12",
                          "thresholdValueMax": "12",
                          "thresholdValue": "12",
                          "createdBy": "test",
                          "createdOn": 1547696687748,
                          "modifiedOn": 1547696687748,
                          "lastTriggeredOn": 1547696687748,
                          "formatedSection": "Power Draw",
                          "enabledAction": "Enabled",
                          "isDuplicate": true,
                          "userId": "userId",
                          "ucmid": "ucmid",
                          "accountNo": 3213213,
                          "uom": "STANDARD",
                          "status": "status",
                          "region": "APAC",
                          "country": "SG",
                          "metro": "SG",
                          "alertPaused": true
                        }
                      ],
                      "totalCount": "1000"
                    },
                    {
                      "alerts": [
                        {
                          "id": 15476966877480.828,
                          "ibx": "CH1",
                          "alertType": {
                            "id": "cageDrawExceeds",
                            "type": "value",
                            "value": "Cage Draw kVA to Contractual kVA% Exceeds",
                            "unit": "percentage",
                            "tagId": "258",
                            "defaultValue": "258",
                            "eventType": "Exceeds"
                          },
                          "section": "electrical",
                          "customerAssets": [
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011"
                              ]
                            }
                          ],
                          "infraAssets": [
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            }
                          ],
                          "heartbeatType": "off",
                          "recipients": [
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            }
                          ],
                          "conditionalAlert": "test",
                          "thresholdUnit": "%",
                          "thresholdValueMin": "12",
                          "thresholdValueMax": "12",
                          "thresholdValue": "12",
                          "createdBy": "test",
                          "createdOn": 1547696687748,
                          "modifiedOn": 1547696687748,
                          "lastTriggeredOn": 1547696687748,
                          "formatedSection": "Power Draw",
                          "enabledAction": "Enabled",
                          "isDuplicate": false,
                          "userId": "userId",
                          "ucmid": "ucmid",
                          "accountNo": 3213213,
                          "uom": "STANDARD",
                          "status": "status",
                          "region": "APAC",
                          "country": "SG",
                          "metro": "SG",
                          "alertPaused": true
                        },
                        {
                          "id": 15476966877480.828,
                          "ibx": "CH1",
                          "alertType": {
                            "id": "cageDrawExceeds",
                            "type": "value",
                            "value": "Cage Draw kVA to Contractual kVA% Exceeds",
                            "unit": "percentage",
                            "tagId": "258",
                            "defaultValue": "258",
                            "eventType": "Exceeds"
                          },
                          "section": "electrical",
                          "customerAssets": [
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            }
                          ],
                          "infraAssets": [
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            }
                          ],
                          "heartbeatType": "off",
                          "recipients": [
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            }
                          ],
                          "conditionalAlert": "test",
                          "thresholdUnit": "%",
                          "thresholdValueMin": "12",
                          "thresholdValueMax": "12",
                          "thresholdValue": "12",
                          "createdBy": "test",
                          "createdOn": 1547696687748,
                          "modifiedOn": 1547696687748,
                          "lastTriggeredOn": 1547696687748,
                          "formatedSection": "Power Draw",
                          "enabledAction": "Enabled",
                          "isDuplicate": false,
                          "userId": "userId",
                          "ucmid": "ucmid",
                          "accountNo": 3213213,
                          "uom": "STANDARD",
                          "status": "status",
                          "region": "APAC",
                          "country": "SG",
                          "metro": "SG",
                          "alertPaused": true
                        },
                        {
                          "id": 15476966877480.828,
                          "ibx": "CH1",
                          "alertType": {
                            "id": "cageDrawExceeds",
                            "type": "value",
                            "value": "Cage Draw kVA to Contractual kVA% Exceeds",
                            "unit": "percentage",
                            "tagId": "258",
                            "defaultValue": "258",
                            "eventType": "Exceeds"
                          },
                          "section": "electrical",
                          "customerAssets": [
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            }
                          ],
                          "infraAssets": [
                            {
                              "type": "cage",
                              "assets": [
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            }
                          ],
                          "heartbeatType": "off",
                          "recipients": [
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            }
                          ],
                          "conditionalAlert": "test",
                          "thresholdUnit": "%",
                          "thresholdValueMin": "12",
                          "thresholdValueMax": "12",
                          "thresholdValue": "12",
                          "createdBy": "test",
                          "createdOn": 1547696687748,
                          "modifiedOn": 1547696687748,
                          "lastTriggeredOn": 1547696687748,
                          "formatedSection": "Power Draw",
                          "enabledAction": "Enabled",
                          "isDuplicate": true,
                          "userId": "userId",
                          "ucmid": "ucmid",
                          "accountNo": 3213213,
                          "uom": "STANDARD",
                          "status": "status",
                          "region": "APAC",
                          "country": "SG",
                          "metro": "SG",
                          "alertPaused": true
                        },
                        {
                          "id": 15476966877480.828,
                          "ibx": "CH1",
                          "alertType": {
                            "id": "cageDrawExceeds",
                            "type": "value",
                            "value": "Cage Draw kVA to Contractual kVA% Exceeds",
                            "unit": "percentage",
                            "tagId": "258",
                            "defaultValue": "258",
                            "eventType": "Exceeds"
                          },
                          "section": "electrical",
                          "customerAssets": [
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            }
                          ],
                          "infraAssets": [
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            }
                          ],
                          "heartbeatType": "off",
                          "recipients": [
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            }
                          ],
                          "conditionalAlert": "test",
                          "thresholdUnit": "%",
                          "thresholdValueMin": "12",
                          "thresholdValueMax": "12",
                          "thresholdValue": "12",
                          "createdBy": "test",
                          "createdOn": 1547696687748,
                          "modifiedOn": 1547696687748,
                          "lastTriggeredOn": 1547696687748,
                          "formatedSection": "Power Draw",
                          "enabledAction": "Enabled",
                          "isDuplicate": true,
                          "userId": "userId",
                          "ucmid": "ucmid",
                          "accountNo": 3213213,
                          "uom": "STANDARD",
                          "status": "status",
                          "region": "APAC",
                          "country": "SG",
                          "metro": "SG",
                          "alertPaused": true
                        },
                        {
                          "id": 15476966877480.828,
                          "ibx": "CH1",
                          "alertType": {
                            "id": "cageDrawExceeds",
                            "type": "value",
                            "value": "Cage Draw kVA to Contractual kVA% Exceeds",
                            "unit": "percentage",
                            "tagId": "258",
                            "defaultValue": "258",
                            "eventType": "Exceeds"
                          },
                          "section": "electrical",
                          "customerAssets": [
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011"
                              ]
                            }
                          ],
                          "infraAssets": [
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            }
                          ],
                          "heartbeatType": "off",
                          "recipients": [
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            }
                          ],
                          "conditionalAlert": "test",
                          "thresholdUnit": "%",
                          "thresholdValueMin": "12",
                          "thresholdValueMax": "12",
                          "thresholdValue": "12",
                          "createdBy": "test",
                          "createdOn": 1547696687748,
                          "modifiedOn": 1547696687748,
                          "lastTriggeredOn": 1547696687748,
                          "formatedSection": "Power Draw",
                          "enabledAction": "Enabled",
                          "isDuplicate": false,
                          "userId": "userId",
                          "ucmid": "ucmid",
                          "accountNo": 3213213,
                          "uom": "STANDARD",
                          "status": "status",
                          "region": "APAC",
                          "country": "SG",
                          "metro": "SG",
                          "alertPaused": true
                        },
                        {
                          "id": 15476966877480.828,
                          "ibx": "CH1",
                          "alertType": {
                            "id": "cageDrawExceeds",
                            "type": "value",
                            "value": "Cage Draw kVA to Contractual kVA% Exceeds",
                            "unit": "percentage",
                            "tagId": "258",
                            "defaultValue": "258",
                            "eventType": "Exceeds"
                          },
                          "section": "electrical",
                          "customerAssets": [
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011"
                              ]
                            }
                          ],
                          "infraAssets": [
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            }
                          ],
                          "heartbeatType": "off",
                          "recipients": [
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            }
                          ],
                          "conditionalAlert": "test",
                          "thresholdUnit": "%",
                          "thresholdValueMin": "12",
                          "thresholdValueMax": "12",
                          "thresholdValue": "12",
                          "createdBy": "test",
                          "createdOn": 1547696687748,
                          "modifiedOn": 1547696687748,
                          "lastTriggeredOn": 1547696687748,
                          "formatedSection": "Power Draw",
                          "enabledAction": "Enabled",
                          "isDuplicate": true,
                          "userId": "userId",
                          "ucmid": "ucmid",
                          "accountNo": 3213213,
                          "uom": "STANDARD",
                          "status": "status",
                          "region": "APAC",
                          "country": "SG",
                          "metro": "SG",
                          "alertPaused": true
                        },
                        {
                          "id": 15476966877480.828,
                          "ibx": "CH1",
                          "alertType": {
                            "id": "cageDrawExceeds",
                            "type": "value",
                            "value": "Cage Draw kVA to Contractual kVA% Exceeds",
                            "unit": "percentage",
                            "tagId": "258",
                            "defaultValue": "258",
                            "eventType": "Exceeds"
                          },
                          "section": "electrical",
                          "customerAssets": [
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            }
                          ],
                          "infraAssets": [
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            }
                          ],
                          "heartbeatType": "off",
                          "recipients": [
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            }
                          ],
                          "conditionalAlert": "test",
                          "thresholdUnit": "%",
                          "thresholdValueMin": "12",
                          "thresholdValueMax": "12",
                          "thresholdValue": "12",
                          "createdBy": "test",
                          "createdOn": 1547696687748,
                          "modifiedOn": 1547696687748,
                          "lastTriggeredOn": 1547696687748,
                          "formatedSection": "Power Draw",
                          "enabledAction": "Enabled",
                          "isDuplicate": false,
                          "userId": "userId",
                          "ucmid": "ucmid",
                          "accountNo": 3213213,
                          "uom": "STANDARD",
                          "status": "status",
                          "region": "APAC",
                          "country": "SG",
                          "metro": "SG",
                          "alertPaused": true
                        }
                      ],
                      "totalCount": "1000"
                    },
                    {
                      "alerts": [
                        {
                          "id": 15476966877480.828,
                          "ibx": "CH1",
                          "alertType": {
                            "id": "cageDrawExceeds",
                            "type": "value",
                            "value": "Cage Draw kVA to Contractual kVA% Exceeds",
                            "unit": "percentage",
                            "tagId": "258",
                            "defaultValue": "258",
                            "eventType": "Exceeds"
                          },
                          "section": "electrical",
                          "customerAssets": [
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            }
                          ],
                          "infraAssets": [
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            }
                          ],
                          "heartbeatType": "off",
                          "recipients": [
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            }
                          ],
                          "conditionalAlert": "test",
                          "thresholdUnit": "%",
                          "thresholdValueMin": "12",
                          "thresholdValueMax": "12",
                          "thresholdValue": "12",
                          "createdBy": "test",
                          "createdOn": 1547696687748,
                          "modifiedOn": 1547696687748,
                          "lastTriggeredOn": 1547696687748,
                          "formatedSection": "Power Draw",
                          "enabledAction": "Enabled",
                          "isDuplicate": true,
                          "userId": "userId",
                          "ucmid": "ucmid",
                          "accountNo": 3213213,
                          "uom": "STANDARD",
                          "status": "status",
                          "region": "APAC",
                          "country": "SG",
                          "metro": "SG",
                          "alertPaused": true
                        },
                        {
                          "id": 15476966877480.828,
                          "ibx": "CH1",
                          "alertType": {
                            "id": "cageDrawExceeds",
                            "type": "value",
                            "value": "Cage Draw kVA to Contractual kVA% Exceeds",
                            "unit": "percentage",
                            "tagId": "258",
                            "defaultValue": "258",
                            "eventType": "Exceeds"
                          },
                          "section": "electrical",
                          "customerAssets": [
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011"
                              ]
                            }
                          ],
                          "infraAssets": [
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            }
                          ],
                          "heartbeatType": "off",
                          "recipients": [
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            }
                          ],
                          "conditionalAlert": "test",
                          "thresholdUnit": "%",
                          "thresholdValueMin": "12",
                          "thresholdValueMax": "12",
                          "thresholdValue": "12",
                          "createdBy": "test",
                          "createdOn": 1547696687748,
                          "modifiedOn": 1547696687748,
                          "lastTriggeredOn": 1547696687748,
                          "formatedSection": "Power Draw",
                          "enabledAction": "Enabled",
                          "isDuplicate": true,
                          "userId": "userId",
                          "ucmid": "ucmid",
                          "accountNo": 3213213,
                          "uom": "STANDARD",
                          "status": "status",
                          "region": "APAC",
                          "country": "SG",
                          "metro": "SG",
                          "alertPaused": true
                        },
                        {
                          "id": 15476966877480.828,
                          "ibx": "CH1",
                          "alertType": {
                            "id": "cageDrawExceeds",
                            "type": "value",
                            "value": "Cage Draw kVA to Contractual kVA% Exceeds",
                            "unit": "percentage",
                            "tagId": "258",
                            "defaultValue": "258",
                            "eventType": "Exceeds"
                          },
                          "section": "electrical",
                          "customerAssets": [
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            }
                          ],
                          "infraAssets": [
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011"
                              ]
                            }
                          ],
                          "heartbeatType": "off",
                          "recipients": [
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            }
                          ],
                          "conditionalAlert": "test",
                          "thresholdUnit": "%",
                          "thresholdValueMin": "12",
                          "thresholdValueMax": "12",
                          "thresholdValue": "12",
                          "createdBy": "test",
                          "createdOn": 1547696687748,
                          "modifiedOn": 1547696687748,
                          "lastTriggeredOn": 1547696687748,
                          "formatedSection": "Power Draw",
                          "enabledAction": "Enabled",
                          "isDuplicate": true,
                          "userId": "userId",
                          "ucmid": "ucmid",
                          "accountNo": 3213213,
                          "uom": "STANDARD",
                          "status": "status",
                          "region": "APAC",
                          "country": "SG",
                          "metro": "SG",
                          "alertPaused": true
                        },
                        {
                          "id": 15476966877480.828,
                          "ibx": "CH1",
                          "alertType": {
                            "id": "cageDrawExceeds",
                            "type": "value",
                            "value": "Cage Draw kVA to Contractual kVA% Exceeds",
                            "unit": "percentage",
                            "tagId": "258",
                            "defaultValue": "258",
                            "eventType": "Exceeds"
                          },
                          "section": "electrical",
                          "customerAssets": [
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            }
                          ],
                          "infraAssets": [
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            }
                          ],
                          "heartbeatType": "off",
                          "recipients": [
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            }
                          ],
                          "conditionalAlert": "test",
                          "thresholdUnit": "%",
                          "thresholdValueMin": "12",
                          "thresholdValueMax": "12",
                          "thresholdValue": "12",
                          "createdBy": "test",
                          "createdOn": 1547696687748,
                          "modifiedOn": 1547696687748,
                          "lastTriggeredOn": 1547696687748,
                          "formatedSection": "Power Draw",
                          "enabledAction": "Enabled",
                          "isDuplicate": true,
                          "userId": "userId",
                          "ucmid": "ucmid",
                          "accountNo": 3213213,
                          "uom": "STANDARD",
                          "status": "status",
                          "region": "APAC",
                          "country": "SG",
                          "metro": "SG",
                          "alertPaused": true
                        },
                        {
                          "id": 15476966877480.828,
                          "ibx": "CH1",
                          "alertType": {
                            "id": "cageDrawExceeds",
                            "type": "value",
                            "value": "Cage Draw kVA to Contractual kVA% Exceeds",
                            "unit": "percentage",
                            "tagId": "258",
                            "defaultValue": "258",
                            "eventType": "Exceeds"
                          },
                          "section": "electrical",
                          "customerAssets": [
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            }
                          ],
                          "infraAssets": [
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            }
                          ],
                          "heartbeatType": "off",
                          "recipients": [
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            }
                          ],
                          "conditionalAlert": "test",
                          "thresholdUnit": "%",
                          "thresholdValueMin": "12",
                          "thresholdValueMax": "12",
                          "thresholdValue": "12",
                          "createdBy": "test",
                          "createdOn": 1547696687748,
                          "modifiedOn": 1547696687748,
                          "lastTriggeredOn": 1547696687748,
                          "formatedSection": "Power Draw",
                          "enabledAction": "Enabled",
                          "isDuplicate": false,
                          "userId": "userId",
                          "ucmid": "ucmid",
                          "accountNo": 3213213,
                          "uom": "STANDARD",
                          "status": "status",
                          "region": "APAC",
                          "country": "SG",
                          "metro": "SG",
                          "alertPaused": true
                        },
                        {
                          "id": 15476966877480.828,
                          "ibx": "CH1",
                          "alertType": {
                            "id": "cageDrawExceeds",
                            "type": "value",
                            "value": "Cage Draw kVA to Contractual kVA% Exceeds",
                            "unit": "percentage",
                            "tagId": "258",
                            "defaultValue": "258",
                            "eventType": "Exceeds"
                          },
                          "section": "electrical",
                          "customerAssets": [
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            }
                          ],
                          "infraAssets": [
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011"
                              ]
                            }
                          ],
                          "heartbeatType": "off",
                          "recipients": [
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            }
                          ],
                          "conditionalAlert": "test",
                          "thresholdUnit": "%",
                          "thresholdValueMin": "12",
                          "thresholdValueMax": "12",
                          "thresholdValue": "12",
                          "createdBy": "test",
                          "createdOn": 1547696687748,
                          "modifiedOn": 1547696687748,
                          "lastTriggeredOn": 1547696687748,
                          "formatedSection": "Power Draw",
                          "enabledAction": "Enabled",
                          "isDuplicate": false,
                          "userId": "userId",
                          "ucmid": "ucmid",
                          "accountNo": 3213213,
                          "uom": "STANDARD",
                          "status": "status",
                          "region": "APAC",
                          "country": "SG",
                          "metro": "SG",
                          "alertPaused": true
                        },
                        {
                          "id": 15476966877480.828,
                          "ibx": "CH1",
                          "alertType": {
                            "id": "cageDrawExceeds",
                            "type": "value",
                            "value": "Cage Draw kVA to Contractual kVA% Exceeds",
                            "unit": "percentage",
                            "tagId": "258",
                            "defaultValue": "258",
                            "eventType": "Exceeds"
                          },
                          "section": "electrical",
                          "customerAssets": [
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            }
                          ],
                          "infraAssets": [
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            }
                          ],
                          "heartbeatType": "off",
                          "recipients": [
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            }
                          ],
                          "conditionalAlert": "test",
                          "thresholdUnit": "%",
                          "thresholdValueMin": "12",
                          "thresholdValueMax": "12",
                          "thresholdValue": "12",
                          "createdBy": "test",
                          "createdOn": 1547696687748,
                          "modifiedOn": 1547696687748,
                          "lastTriggeredOn": 1547696687748,
                          "formatedSection": "Power Draw",
                          "enabledAction": "Enabled",
                          "isDuplicate": true,
                          "userId": "userId",
                          "ucmid": "ucmid",
                          "accountNo": 3213213,
                          "uom": "STANDARD",
                          "status": "status",
                          "region": "APAC",
                          "country": "SG",
                          "metro": "SG",
                          "alertPaused": true
                        }
                      ],
                      "totalCount": "1000"
                    },
                    {
                      "alerts": [
                        {
                          "id": 15476966877480.828,
                          "ibx": "CH1",
                          "alertType": {
                            "id": "cageDrawExceeds",
                            "type": "value",
                            "value": "Cage Draw kVA to Contractual kVA% Exceeds",
                            "unit": "percentage",
                            "tagId": "258",
                            "defaultValue": "258",
                            "eventType": "Exceeds"
                          },
                          "section": "electrical",
                          "customerAssets": [
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            }
                          ],
                          "infraAssets": [
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011"
                              ]
                            }
                          ],
                          "heartbeatType": "off",
                          "recipients": [
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            }
                          ],
                          "conditionalAlert": "test",
                          "thresholdUnit": "%",
                          "thresholdValueMin": "12",
                          "thresholdValueMax": "12",
                          "thresholdValue": "12",
                          "createdBy": "test",
                          "createdOn": 1547696687748,
                          "modifiedOn": 1547696687748,
                          "lastTriggeredOn": 1547696687748,
                          "formatedSection": "Power Draw",
                          "enabledAction": "Enabled",
                          "isDuplicate": true,
                          "userId": "userId",
                          "ucmid": "ucmid",
                          "accountNo": 3213213,
                          "uom": "STANDARD",
                          "status": "status",
                          "region": "APAC",
                          "country": "SG",
                          "metro": "SG",
                          "alertPaused": true
                        },
                        {
                          "id": 15476966877480.828,
                          "ibx": "CH1",
                          "alertType": {
                            "id": "cageDrawExceeds",
                            "type": "value",
                            "value": "Cage Draw kVA to Contractual kVA% Exceeds",
                            "unit": "percentage",
                            "tagId": "258",
                            "defaultValue": "258",
                            "eventType": "Exceeds"
                          },
                          "section": "electrical",
                          "customerAssets": [
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            }
                          ],
                          "infraAssets": [
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            }
                          ],
                          "heartbeatType": "off",
                          "recipients": [
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            }
                          ],
                          "conditionalAlert": "test",
                          "thresholdUnit": "%",
                          "thresholdValueMin": "12",
                          "thresholdValueMax": "12",
                          "thresholdValue": "12",
                          "createdBy": "test",
                          "createdOn": 1547696687748,
                          "modifiedOn": 1547696687748,
                          "lastTriggeredOn": 1547696687748,
                          "formatedSection": "Power Draw",
                          "enabledAction": "Enabled",
                          "isDuplicate": false,
                          "userId": "userId",
                          "ucmid": "ucmid",
                          "accountNo": 3213213,
                          "uom": "STANDARD",
                          "status": "status",
                          "region": "APAC",
                          "country": "SG",
                          "metro": "SG",
                          "alertPaused": true
                        },
                        {
                          "id": 15476966877480.828,
                          "ibx": "CH1",
                          "alertType": {
                            "id": "cageDrawExceeds",
                            "type": "value",
                            "value": "Cage Draw kVA to Contractual kVA% Exceeds",
                            "unit": "percentage",
                            "tagId": "258",
                            "defaultValue": "258",
                            "eventType": "Exceeds"
                          },
                          "section": "electrical",
                          "customerAssets": [
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011"
                              ]
                            }
                          ],
                          "infraAssets": [
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            },
                            {
                              "type": "cage",
                              "assets": [
                                "1069",
                                "1069"
                              ],
                              "assetsName": [
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011",
                                "SG1:03:A20011"
                              ]
                            }
                          ],
                          "heartbeatType": "off",
                          "recipients": [
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            },
                            {
                              "firstName": "test",
                              "lastName": "test",
                              "email_address": "test",
                              "mobilePhoneCode": "test",
                              "mobilePhoneNumber": "test",
                              "self": true,
                              "sms": true,
                              "voice": true,
                              "email": true
                            }
                          ],
                          "conditionalAlert": "test",
                          "thresholdUnit": "%",
                          "thresholdValueMin": "12",
                          "thresholdValueMax": "12",
                          "thresholdValue": "12",
                          "createdBy": "test",
                          "createdOn": 1547696687748,
                          "modifiedOn": 1547696687748,
                          "lastTriggeredOn": 1547696687748,
                          "formatedSection": "Power Draw",
                          "enabledAction": "Enabled",
                          "isDuplicate": true,
                          "userId": "userId",
                          "ucmid": "ucmid",
                          "accountNo": 3213213,
                          "uom": "STANDARD",
                          "status": "status",
                          "region": "APAC",
                          "country": "SG",
                          "metro": "SG",
                          "alertPaused": true
                        }
                      ],
                      "totalCount": "1000"
                    }
                  ],
                  "status": {
                    "type": "INFO",
                    "cause": "string",
                    "info": {
                      "code": "1000",
                      "msg": "OK"
                    }
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "ibx",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "category",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "eventType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "accountNo",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageNum",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "orderBy",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sortBy",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/smartview/v1/alerts/getAlertActivityLog": {
      "get": {
        "tags": [
          "AlertLog"
        ],
        "operationId": "getAlertActivityLog",
        "description": "The parameters and request body are for method: getAlertActivityLog. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "payLoad": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "alerts": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "region": {
                                  "type": "string"
                                },
                                "ibx": {
                                  "type": "string"
                                },
                                "createdOn": {
                                  "type": "number"
                                },
                                "modifiedOn": {
                                  "type": "number"
                                },
                                "alertType": {
                                  "type": "object",
                                  "properties": {
                                    "id": {
                                      "type": "string"
                                    },
                                    "type": {
                                      "type": "string"
                                    },
                                    "value": {
                                      "type": "string"
                                    },
                                    "unit": {
                                      "type": "string"
                                    },
                                    "tagId": {
                                      "type": "string"
                                    },
                                    "defaultValue": {
                                      "type": "string"
                                    },
                                    "eventType": {
                                      "type": "string"
                                    }
                                  }
                                },
                                "section": {
                                  "type": "string"
                                },
                                "triggeredOn": {
                                  "type": "number"
                                },
                                "asset": {
                                  "type": "string"
                                },
                                "affectedCustomerAsset": {
                                  "type": "number"
                                },
                                "alertTypeName": {
                                  "type": "string"
                                },
                                "year": {
                                  "type": "number"
                                },
                                "accountNo": {
                                  "type": "number"
                                },
                                "conditionalAlert": {
                                  "type": "array",
                                  "items": {
                                    "type": "object",
                                    "properties": {
                                      "region": {
                                        "type": "string"
                                      },
                                      "ibx": {
                                        "type": "string"
                                      },
                                      "uom": {
                                        "type": "string"
                                      },
                                      "section": {
                                        "type": "string"
                                      },
                                      "affectedCustomerAsset": {
                                        "type": "string"
                                      },
                                      "customerAssets": {
                                        "type": "string"
                                      },
                                      "infraAssets": {
                                        "type": "string"
                                      },
                                      "measurementType": {
                                        "type": "string"
                                      },
                                      "alertType": {
                                        "type": "string"
                                      },
                                      "thresholdUnit": {
                                        "type": "string"
                                      },
                                      "thresholdValueMin": {
                                        "type": "string"
                                      },
                                      "thresholdValueMax": {
                                        "type": "string"
                                      },
                                      "thresholdValue": {
                                        "type": "string"
                                      },
                                      "asset": {
                                        "type": "string"
                                      },
                                      "condalerttypeid": {
                                        "type": "string"
                                      },
                                      "condassetclassification": {
                                        "type": "string"
                                      },
                                      "condassetid": {
                                        "type": "string"
                                      },
                                      "condcurrentvalue": {
                                        "type": "string"
                                      },
                                      "condeventtype": {
                                        "type": "string"
                                      },
                                      "condtagid": {
                                        "type": "string"
                                      },
                                      "assetname": {
                                        "type": "string"
                                      },
                                      "assettype": {
                                        "type": "string"
                                      }
                                    }
                                  }
                                },
                                "notificationType": {
                                  "type": "string"
                                },
                                "currentvalue": {
                                  "type": "number"
                                },
                                "assettype": {
                                  "type": "string"
                                },
                                "tagid": {
                                  "type": "string"
                                },
                                "eventtype": {
                                  "type": "string"
                                },
                                "assetclassification": {
                                  "type": "string"
                                },
                                "relatedincidents": {
                                  "type": "string"
                                },
                                "type": {
                                  "type": "string"
                                },
                                "timeacknowledged": {
                                  "type": "number"
                                },
                                "lastmaintenance": {
                                  "type": "number"
                                },
                                "severity": {
                                  "type": "string"
                                },
                                "resiliency": {
                                  "type": "string"
                                },
                                "timeprocessed": {
                                  "type": "string"
                                },
                                "timetriggeredMilisec": {
                                  "type": "string"
                                },
                                "assetname": {
                                  "type": "string"
                                },
                                "uom": {
                                  "type": "string"
                                },
                                "timeZone": {
                                  "type": "string"
                                },
                                "thresholdUnit": {
                                  "type": "string"
                                },
                                "thresholdValueMin": {
                                  "type": "string"
                                },
                                "thresholdValueMax": {
                                  "type": "string"
                                },
                                "thresholdValue": {
                                  "type": "string"
                                },
                                "country": {
                                  "type": "string"
                                },
                                "metro": {
                                  "type": "string"
                                },
                                "acknowledge": {
                                  "type": "boolean"
                                }
                              }
                            }
                          },
                          "totalCount": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "status": {
                      "type": "object",
                      "properties": {
                        "type": {
                          "type": "string"
                        },
                        "cause": {
                          "type": "string"
                        },
                        "info": {
                          "type": "object",
                          "properties": {
                            "code": {
                              "type": "string"
                            },
                            "msg": {
                              "type": "string"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "payLoad": [
                    {
                      "alerts": [
                        {
                          "id": 15476966877480.828,
                          "region": "APAC",
                          "ibx": "CH1",
                          "createdOn": 1547696687748,
                          "modifiedOn": 1547696687748,
                          "alertType": {
                            "id": "cageDrawExceeds",
                            "type": "value",
                            "value": "Cage Draw kVA to Contractual kVA% Exceeds",
                            "unit": "percentage",
                            "tagId": "258",
                            "defaultValue": "258",
                            "eventType": "Exceeds"
                          },
                          "section": "electrical",
                          "triggeredOn": 1547696687748,
                          "asset": "SG3",
                          "affectedCustomerAsset": 1069,
                          "alertTypeName": "tempExceeds",
                          "year": 2019,
                          "accountNo": 115767,
                          "conditionalAlert": [
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            }
                          ],
                          "notificationType": "ALERT",
                          "currentvalue": 23.38019323671497,
                          "assettype": "IBX",
                          "tagid": "Temperature",
                          "eventtype": "Exceeds",
                          "assetclassification": "assetclassification",
                          "relatedincidents": "assetclassification",
                          "type": "ALERT",
                          "timeacknowledged": 1547008897864,
                          "lastmaintenance": 1547008897864,
                          "severity": "ALERT",
                          "resiliency": "off",
                          "timeprocessed": "off",
                          "timetriggeredMilisec": "1547007734678",
                          "assetname": "SG3",
                          "uom": "STANDARD",
                          "timeZone": "Asia/Singapore",
                          "thresholdUnit": "%",
                          "thresholdValueMin": "12",
                          "thresholdValueMax": "12",
                          "thresholdValue": "12",
                          "country": "SG",
                          "metro": "SG",
                          "acknowledge": true
                        },
                        {
                          "id": 15476966877480.828,
                          "region": "APAC",
                          "ibx": "CH1",
                          "createdOn": 1547696687748,
                          "modifiedOn": 1547696687748,
                          "alertType": {
                            "id": "cageDrawExceeds",
                            "type": "value",
                            "value": "Cage Draw kVA to Contractual kVA% Exceeds",
                            "unit": "percentage",
                            "tagId": "258",
                            "defaultValue": "258",
                            "eventType": "Exceeds"
                          },
                          "section": "electrical",
                          "triggeredOn": 1547696687748,
                          "asset": "SG3",
                          "affectedCustomerAsset": 1069,
                          "alertTypeName": "tempExceeds",
                          "year": 2019,
                          "accountNo": 115767,
                          "conditionalAlert": [
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            }
                          ],
                          "notificationType": "ALERT",
                          "currentvalue": 23.38019323671497,
                          "assettype": "IBX",
                          "tagid": "Temperature",
                          "eventtype": "Exceeds",
                          "assetclassification": "assetclassification",
                          "relatedincidents": "assetclassification",
                          "type": "ALERT",
                          "timeacknowledged": 1547008897864,
                          "lastmaintenance": 1547008897864,
                          "severity": "ALERT",
                          "resiliency": "off",
                          "timeprocessed": "off",
                          "timetriggeredMilisec": "1547007734678",
                          "assetname": "SG3",
                          "uom": "STANDARD",
                          "timeZone": "Asia/Singapore",
                          "thresholdUnit": "%",
                          "thresholdValueMin": "12",
                          "thresholdValueMax": "12",
                          "thresholdValue": "12",
                          "country": "SG",
                          "metro": "SG",
                          "acknowledge": true
                        },
                        {
                          "id": 15476966877480.828,
                          "region": "APAC",
                          "ibx": "CH1",
                          "createdOn": 1547696687748,
                          "modifiedOn": 1547696687748,
                          "alertType": {
                            "id": "cageDrawExceeds",
                            "type": "value",
                            "value": "Cage Draw kVA to Contractual kVA% Exceeds",
                            "unit": "percentage",
                            "tagId": "258",
                            "defaultValue": "258",
                            "eventType": "Exceeds"
                          },
                          "section": "electrical",
                          "triggeredOn": 1547696687748,
                          "asset": "SG3",
                          "affectedCustomerAsset": 1069,
                          "alertTypeName": "tempExceeds",
                          "year": 2019,
                          "accountNo": 115767,
                          "conditionalAlert": [
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            }
                          ],
                          "notificationType": "ALERT",
                          "currentvalue": 23.38019323671497,
                          "assettype": "IBX",
                          "tagid": "Temperature",
                          "eventtype": "Exceeds",
                          "assetclassification": "assetclassification",
                          "relatedincidents": "assetclassification",
                          "type": "ALERT",
                          "timeacknowledged": 1547008897864,
                          "lastmaintenance": 1547008897864,
                          "severity": "ALERT",
                          "resiliency": "off",
                          "timeprocessed": "off",
                          "timetriggeredMilisec": "1547007734678",
                          "assetname": "SG3",
                          "uom": "STANDARD",
                          "timeZone": "Asia/Singapore",
                          "thresholdUnit": "%",
                          "thresholdValueMin": "12",
                          "thresholdValueMax": "12",
                          "thresholdValue": "12",
                          "country": "SG",
                          "metro": "SG",
                          "acknowledge": true
                        },
                        {
                          "id": 15476966877480.828,
                          "region": "APAC",
                          "ibx": "CH1",
                          "createdOn": 1547696687748,
                          "modifiedOn": 1547696687748,
                          "alertType": {
                            "id": "cageDrawExceeds",
                            "type": "value",
                            "value": "Cage Draw kVA to Contractual kVA% Exceeds",
                            "unit": "percentage",
                            "tagId": "258",
                            "defaultValue": "258",
                            "eventType": "Exceeds"
                          },
                          "section": "electrical",
                          "triggeredOn": 1547696687748,
                          "asset": "SG3",
                          "affectedCustomerAsset": 1069,
                          "alertTypeName": "tempExceeds",
                          "year": 2019,
                          "accountNo": 115767,
                          "conditionalAlert": [
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            }
                          ],
                          "notificationType": "ALERT",
                          "currentvalue": 23.38019323671497,
                          "assettype": "IBX",
                          "tagid": "Temperature",
                          "eventtype": "Exceeds",
                          "assetclassification": "assetclassification",
                          "relatedincidents": "assetclassification",
                          "type": "ALERT",
                          "timeacknowledged": 1547008897864,
                          "lastmaintenance": 1547008897864,
                          "severity": "ALERT",
                          "resiliency": "off",
                          "timeprocessed": "off",
                          "timetriggeredMilisec": "1547007734678",
                          "assetname": "SG3",
                          "uom": "STANDARD",
                          "timeZone": "Asia/Singapore",
                          "thresholdUnit": "%",
                          "thresholdValueMin": "12",
                          "thresholdValueMax": "12",
                          "thresholdValue": "12",
                          "country": "SG",
                          "metro": "SG",
                          "acknowledge": true
                        },
                        {
                          "id": 15476966877480.828,
                          "region": "APAC",
                          "ibx": "CH1",
                          "createdOn": 1547696687748,
                          "modifiedOn": 1547696687748,
                          "alertType": {
                            "id": "cageDrawExceeds",
                            "type": "value",
                            "value": "Cage Draw kVA to Contractual kVA% Exceeds",
                            "unit": "percentage",
                            "tagId": "258",
                            "defaultValue": "258",
                            "eventType": "Exceeds"
                          },
                          "section": "electrical",
                          "triggeredOn": 1547696687748,
                          "asset": "SG3",
                          "affectedCustomerAsset": 1069,
                          "alertTypeName": "tempExceeds",
                          "year": 2019,
                          "accountNo": 115767,
                          "conditionalAlert": [
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            }
                          ],
                          "notificationType": "ALERT",
                          "currentvalue": 23.38019323671497,
                          "assettype": "IBX",
                          "tagid": "Temperature",
                          "eventtype": "Exceeds",
                          "assetclassification": "assetclassification",
                          "relatedincidents": "assetclassification",
                          "type": "ALERT",
                          "timeacknowledged": 1547008897864,
                          "lastmaintenance": 1547008897864,
                          "severity": "ALERT",
                          "resiliency": "off",
                          "timeprocessed": "off",
                          "timetriggeredMilisec": "1547007734678",
                          "assetname": "SG3",
                          "uom": "STANDARD",
                          "timeZone": "Asia/Singapore",
                          "thresholdUnit": "%",
                          "thresholdValueMin": "12",
                          "thresholdValueMax": "12",
                          "thresholdValue": "12",
                          "country": "SG",
                          "metro": "SG",
                          "acknowledge": true
                        },
                        {
                          "id": 15476966877480.828,
                          "region": "APAC",
                          "ibx": "CH1",
                          "createdOn": 1547696687748,
                          "modifiedOn": 1547696687748,
                          "alertType": {
                            "id": "cageDrawExceeds",
                            "type": "value",
                            "value": "Cage Draw kVA to Contractual kVA% Exceeds",
                            "unit": "percentage",
                            "tagId": "258",
                            "defaultValue": "258",
                            "eventType": "Exceeds"
                          },
                          "section": "electrical",
                          "triggeredOn": 1547696687748,
                          "asset": "SG3",
                          "affectedCustomerAsset": 1069,
                          "alertTypeName": "tempExceeds",
                          "year": 2019,
                          "accountNo": 115767,
                          "conditionalAlert": [
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            }
                          ],
                          "notificationType": "ALERT",
                          "currentvalue": 23.38019323671497,
                          "assettype": "IBX",
                          "tagid": "Temperature",
                          "eventtype": "Exceeds",
                          "assetclassification": "assetclassification",
                          "relatedincidents": "assetclassification",
                          "type": "ALERT",
                          "timeacknowledged": 1547008897864,
                          "lastmaintenance": 1547008897864,
                          "severity": "ALERT",
                          "resiliency": "off",
                          "timeprocessed": "off",
                          "timetriggeredMilisec": "1547007734678",
                          "assetname": "SG3",
                          "uom": "STANDARD",
                          "timeZone": "Asia/Singapore",
                          "thresholdUnit": "%",
                          "thresholdValueMin": "12",
                          "thresholdValueMax": "12",
                          "thresholdValue": "12",
                          "country": "SG",
                          "metro": "SG",
                          "acknowledge": true
                        },
                        {
                          "id": 15476966877480.828,
                          "region": "APAC",
                          "ibx": "CH1",
                          "createdOn": 1547696687748,
                          "modifiedOn": 1547696687748,
                          "alertType": {
                            "id": "cageDrawExceeds",
                            "type": "value",
                            "value": "Cage Draw kVA to Contractual kVA% Exceeds",
                            "unit": "percentage",
                            "tagId": "258",
                            "defaultValue": "258",
                            "eventType": "Exceeds"
                          },
                          "section": "electrical",
                          "triggeredOn": 1547696687748,
                          "asset": "SG3",
                          "affectedCustomerAsset": 1069,
                          "alertTypeName": "tempExceeds",
                          "year": 2019,
                          "accountNo": 115767,
                          "conditionalAlert": [
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            }
                          ],
                          "notificationType": "ALERT",
                          "currentvalue": 23.38019323671497,
                          "assettype": "IBX",
                          "tagid": "Temperature",
                          "eventtype": "Exceeds",
                          "assetclassification": "assetclassification",
                          "relatedincidents": "assetclassification",
                          "type": "ALERT",
                          "timeacknowledged": 1547008897864,
                          "lastmaintenance": 1547008897864,
                          "severity": "ALERT",
                          "resiliency": "off",
                          "timeprocessed": "off",
                          "timetriggeredMilisec": "1547007734678",
                          "assetname": "SG3",
                          "uom": "STANDARD",
                          "timeZone": "Asia/Singapore",
                          "thresholdUnit": "%",
                          "thresholdValueMin": "12",
                          "thresholdValueMax": "12",
                          "thresholdValue": "12",
                          "country": "SG",
                          "metro": "SG",
                          "acknowledge": true
                        },
                        {
                          "id": 15476966877480.828,
                          "region": "APAC",
                          "ibx": "CH1",
                          "createdOn": 1547696687748,
                          "modifiedOn": 1547696687748,
                          "alertType": {
                            "id": "cageDrawExceeds",
                            "type": "value",
                            "value": "Cage Draw kVA to Contractual kVA% Exceeds",
                            "unit": "percentage",
                            "tagId": "258",
                            "defaultValue": "258",
                            "eventType": "Exceeds"
                          },
                          "section": "electrical",
                          "triggeredOn": 1547696687748,
                          "asset": "SG3",
                          "affectedCustomerAsset": 1069,
                          "alertTypeName": "tempExceeds",
                          "year": 2019,
                          "accountNo": 115767,
                          "conditionalAlert": [
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            }
                          ],
                          "notificationType": "ALERT",
                          "currentvalue": 23.38019323671497,
                          "assettype": "IBX",
                          "tagid": "Temperature",
                          "eventtype": "Exceeds",
                          "assetclassification": "assetclassification",
                          "relatedincidents": "assetclassification",
                          "type": "ALERT",
                          "timeacknowledged": 1547008897864,
                          "lastmaintenance": 1547008897864,
                          "severity": "ALERT",
                          "resiliency": "off",
                          "timeprocessed": "off",
                          "timetriggeredMilisec": "1547007734678",
                          "assetname": "SG3",
                          "uom": "STANDARD",
                          "timeZone": "Asia/Singapore",
                          "thresholdUnit": "%",
                          "thresholdValueMin": "12",
                          "thresholdValueMax": "12",
                          "thresholdValue": "12",
                          "country": "SG",
                          "metro": "SG",
                          "acknowledge": true
                        },
                        {
                          "id": 15476966877480.828,
                          "region": "APAC",
                          "ibx": "CH1",
                          "createdOn": 1547696687748,
                          "modifiedOn": 1547696687748,
                          "alertType": {
                            "id": "cageDrawExceeds",
                            "type": "value",
                            "value": "Cage Draw kVA to Contractual kVA% Exceeds",
                            "unit": "percentage",
                            "tagId": "258",
                            "defaultValue": "258",
                            "eventType": "Exceeds"
                          },
                          "section": "electrical",
                          "triggeredOn": 1547696687748,
                          "asset": "SG3",
                          "affectedCustomerAsset": 1069,
                          "alertTypeName": "tempExceeds",
                          "year": 2019,
                          "accountNo": 115767,
                          "conditionalAlert": [
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            }
                          ],
                          "notificationType": "ALERT",
                          "currentvalue": 23.38019323671497,
                          "assettype": "IBX",
                          "tagid": "Temperature",
                          "eventtype": "Exceeds",
                          "assetclassification": "assetclassification",
                          "relatedincidents": "assetclassification",
                          "type": "ALERT",
                          "timeacknowledged": 1547008897864,
                          "lastmaintenance": 1547008897864,
                          "severity": "ALERT",
                          "resiliency": "off",
                          "timeprocessed": "off",
                          "timetriggeredMilisec": "1547007734678",
                          "assetname": "SG3",
                          "uom": "STANDARD",
                          "timeZone": "Asia/Singapore",
                          "thresholdUnit": "%",
                          "thresholdValueMin": "12",
                          "thresholdValueMax": "12",
                          "thresholdValue": "12",
                          "country": "SG",
                          "metro": "SG",
                          "acknowledge": true
                        },
                        {
                          "id": 15476966877480.828,
                          "region": "APAC",
                          "ibx": "CH1",
                          "createdOn": 1547696687748,
                          "modifiedOn": 1547696687748,
                          "alertType": {
                            "id": "cageDrawExceeds",
                            "type": "value",
                            "value": "Cage Draw kVA to Contractual kVA% Exceeds",
                            "unit": "percentage",
                            "tagId": "258",
                            "defaultValue": "258",
                            "eventType": "Exceeds"
                          },
                          "section": "electrical",
                          "triggeredOn": 1547696687748,
                          "asset": "SG3",
                          "affectedCustomerAsset": 1069,
                          "alertTypeName": "tempExceeds",
                          "year": 2019,
                          "accountNo": 115767,
                          "conditionalAlert": [
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            }
                          ],
                          "notificationType": "ALERT",
                          "currentvalue": 23.38019323671497,
                          "assettype": "IBX",
                          "tagid": "Temperature",
                          "eventtype": "Exceeds",
                          "assetclassification": "assetclassification",
                          "relatedincidents": "assetclassification",
                          "type": "ALERT",
                          "timeacknowledged": 1547008897864,
                          "lastmaintenance": 1547008897864,
                          "severity": "ALERT",
                          "resiliency": "off",
                          "timeprocessed": "off",
                          "timetriggeredMilisec": "1547007734678",
                          "assetname": "SG3",
                          "uom": "STANDARD",
                          "timeZone": "Asia/Singapore",
                          "thresholdUnit": "%",
                          "thresholdValueMin": "12",
                          "thresholdValueMax": "12",
                          "thresholdValue": "12",
                          "country": "SG",
                          "metro": "SG",
                          "acknowledge": true
                        }
                      ],
                      "totalCount": "1000"
                    },
                    {
                      "alerts": [
                        {
                          "id": 15476966877480.828,
                          "region": "APAC",
                          "ibx": "CH1",
                          "createdOn": 1547696687748,
                          "modifiedOn": 1547696687748,
                          "alertType": {
                            "id": "cageDrawExceeds",
                            "type": "value",
                            "value": "Cage Draw kVA to Contractual kVA% Exceeds",
                            "unit": "percentage",
                            "tagId": "258",
                            "defaultValue": "258",
                            "eventType": "Exceeds"
                          },
                          "section": "electrical",
                          "triggeredOn": 1547696687748,
                          "asset": "SG3",
                          "affectedCustomerAsset": 1069,
                          "alertTypeName": "tempExceeds",
                          "year": 2019,
                          "accountNo": 115767,
                          "conditionalAlert": [
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            }
                          ],
                          "notificationType": "ALERT",
                          "currentvalue": 23.38019323671497,
                          "assettype": "IBX",
                          "tagid": "Temperature",
                          "eventtype": "Exceeds",
                          "assetclassification": "assetclassification",
                          "relatedincidents": "assetclassification",
                          "type": "ALERT",
                          "timeacknowledged": 1547008897864,
                          "lastmaintenance": 1547008897864,
                          "severity": "ALERT",
                          "resiliency": "off",
                          "timeprocessed": "off",
                          "timetriggeredMilisec": "1547007734678",
                          "assetname": "SG3",
                          "uom": "STANDARD",
                          "timeZone": "Asia/Singapore",
                          "thresholdUnit": "%",
                          "thresholdValueMin": "12",
                          "thresholdValueMax": "12",
                          "thresholdValue": "12",
                          "country": "SG",
                          "metro": "SG",
                          "acknowledge": true
                        },
                        {
                          "id": 15476966877480.828,
                          "region": "APAC",
                          "ibx": "CH1",
                          "createdOn": 1547696687748,
                          "modifiedOn": 1547696687748,
                          "alertType": {
                            "id": "cageDrawExceeds",
                            "type": "value",
                            "value": "Cage Draw kVA to Contractual kVA% Exceeds",
                            "unit": "percentage",
                            "tagId": "258",
                            "defaultValue": "258",
                            "eventType": "Exceeds"
                          },
                          "section": "electrical",
                          "triggeredOn": 1547696687748,
                          "asset": "SG3",
                          "affectedCustomerAsset": 1069,
                          "alertTypeName": "tempExceeds",
                          "year": 2019,
                          "accountNo": 115767,
                          "conditionalAlert": [
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            }
                          ],
                          "notificationType": "ALERT",
                          "currentvalue": 23.38019323671497,
                          "assettype": "IBX",
                          "tagid": "Temperature",
                          "eventtype": "Exceeds",
                          "assetclassification": "assetclassification",
                          "relatedincidents": "assetclassification",
                          "type": "ALERT",
                          "timeacknowledged": 1547008897864,
                          "lastmaintenance": 1547008897864,
                          "severity": "ALERT",
                          "resiliency": "off",
                          "timeprocessed": "off",
                          "timetriggeredMilisec": "1547007734678",
                          "assetname": "SG3",
                          "uom": "STANDARD",
                          "timeZone": "Asia/Singapore",
                          "thresholdUnit": "%",
                          "thresholdValueMin": "12",
                          "thresholdValueMax": "12",
                          "thresholdValue": "12",
                          "country": "SG",
                          "metro": "SG",
                          "acknowledge": true
                        },
                        {
                          "id": 15476966877480.828,
                          "region": "APAC",
                          "ibx": "CH1",
                          "createdOn": 1547696687748,
                          "modifiedOn": 1547696687748,
                          "alertType": {
                            "id": "cageDrawExceeds",
                            "type": "value",
                            "value": "Cage Draw kVA to Contractual kVA% Exceeds",
                            "unit": "percentage",
                            "tagId": "258",
                            "defaultValue": "258",
                            "eventType": "Exceeds"
                          },
                          "section": "electrical",
                          "triggeredOn": 1547696687748,
                          "asset": "SG3",
                          "affectedCustomerAsset": 1069,
                          "alertTypeName": "tempExceeds",
                          "year": 2019,
                          "accountNo": 115767,
                          "conditionalAlert": [
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            }
                          ],
                          "notificationType": "ALERT",
                          "currentvalue": 23.38019323671497,
                          "assettype": "IBX",
                          "tagid": "Temperature",
                          "eventtype": "Exceeds",
                          "assetclassification": "assetclassification",
                          "relatedincidents": "assetclassification",
                          "type": "ALERT",
                          "timeacknowledged": 1547008897864,
                          "lastmaintenance": 1547008897864,
                          "severity": "ALERT",
                          "resiliency": "off",
                          "timeprocessed": "off",
                          "timetriggeredMilisec": "1547007734678",
                          "assetname": "SG3",
                          "uom": "STANDARD",
                          "timeZone": "Asia/Singapore",
                          "thresholdUnit": "%",
                          "thresholdValueMin": "12",
                          "thresholdValueMax": "12",
                          "thresholdValue": "12",
                          "country": "SG",
                          "metro": "SG",
                          "acknowledge": true
                        },
                        {
                          "id": 15476966877480.828,
                          "region": "APAC",
                          "ibx": "CH1",
                          "createdOn": 1547696687748,
                          "modifiedOn": 1547696687748,
                          "alertType": {
                            "id": "cageDrawExceeds",
                            "type": "value",
                            "value": "Cage Draw kVA to Contractual kVA% Exceeds",
                            "unit": "percentage",
                            "tagId": "258",
                            "defaultValue": "258",
                            "eventType": "Exceeds"
                          },
                          "section": "electrical",
                          "triggeredOn": 1547696687748,
                          "asset": "SG3",
                          "affectedCustomerAsset": 1069,
                          "alertTypeName": "tempExceeds",
                          "year": 2019,
                          "accountNo": 115767,
                          "conditionalAlert": [
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            }
                          ],
                          "notificationType": "ALERT",
                          "currentvalue": 23.38019323671497,
                          "assettype": "IBX",
                          "tagid": "Temperature",
                          "eventtype": "Exceeds",
                          "assetclassification": "assetclassification",
                          "relatedincidents": "assetclassification",
                          "type": "ALERT",
                          "timeacknowledged": 1547008897864,
                          "lastmaintenance": 1547008897864,
                          "severity": "ALERT",
                          "resiliency": "off",
                          "timeprocessed": "off",
                          "timetriggeredMilisec": "1547007734678",
                          "assetname": "SG3",
                          "uom": "STANDARD",
                          "timeZone": "Asia/Singapore",
                          "thresholdUnit": "%",
                          "thresholdValueMin": "12",
                          "thresholdValueMax": "12",
                          "thresholdValue": "12",
                          "country": "SG",
                          "metro": "SG",
                          "acknowledge": true
                        }
                      ],
                      "totalCount": "1000"
                    },
                    {
                      "alerts": [
                        {
                          "id": 15476966877480.828,
                          "region": "APAC",
                          "ibx": "CH1",
                          "createdOn": 1547696687748,
                          "modifiedOn": 1547696687748,
                          "alertType": {
                            "id": "cageDrawExceeds",
                            "type": "value",
                            "value": "Cage Draw kVA to Contractual kVA% Exceeds",
                            "unit": "percentage",
                            "tagId": "258",
                            "defaultValue": "258",
                            "eventType": "Exceeds"
                          },
                          "section": "electrical",
                          "triggeredOn": 1547696687748,
                          "asset": "SG3",
                          "affectedCustomerAsset": 1069,
                          "alertTypeName": "tempExceeds",
                          "year": 2019,
                          "accountNo": 115767,
                          "conditionalAlert": [
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            }
                          ],
                          "notificationType": "ALERT",
                          "currentvalue": 23.38019323671497,
                          "assettype": "IBX",
                          "tagid": "Temperature",
                          "eventtype": "Exceeds",
                          "assetclassification": "assetclassification",
                          "relatedincidents": "assetclassification",
                          "type": "ALERT",
                          "timeacknowledged": 1547008897864,
                          "lastmaintenance": 1547008897864,
                          "severity": "ALERT",
                          "resiliency": "off",
                          "timeprocessed": "off",
                          "timetriggeredMilisec": "1547007734678",
                          "assetname": "SG3",
                          "uom": "STANDARD",
                          "timeZone": "Asia/Singapore",
                          "thresholdUnit": "%",
                          "thresholdValueMin": "12",
                          "thresholdValueMax": "12",
                          "thresholdValue": "12",
                          "country": "SG",
                          "metro": "SG",
                          "acknowledge": true
                        },
                        {
                          "id": 15476966877480.828,
                          "region": "APAC",
                          "ibx": "CH1",
                          "createdOn": 1547696687748,
                          "modifiedOn": 1547696687748,
                          "alertType": {
                            "id": "cageDrawExceeds",
                            "type": "value",
                            "value": "Cage Draw kVA to Contractual kVA% Exceeds",
                            "unit": "percentage",
                            "tagId": "258",
                            "defaultValue": "258",
                            "eventType": "Exceeds"
                          },
                          "section": "electrical",
                          "triggeredOn": 1547696687748,
                          "asset": "SG3",
                          "affectedCustomerAsset": 1069,
                          "alertTypeName": "tempExceeds",
                          "year": 2019,
                          "accountNo": 115767,
                          "conditionalAlert": [
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            }
                          ],
                          "notificationType": "ALERT",
                          "currentvalue": 23.38019323671497,
                          "assettype": "IBX",
                          "tagid": "Temperature",
                          "eventtype": "Exceeds",
                          "assetclassification": "assetclassification",
                          "relatedincidents": "assetclassification",
                          "type": "ALERT",
                          "timeacknowledged": 1547008897864,
                          "lastmaintenance": 1547008897864,
                          "severity": "ALERT",
                          "resiliency": "off",
                          "timeprocessed": "off",
                          "timetriggeredMilisec": "1547007734678",
                          "assetname": "SG3",
                          "uom": "STANDARD",
                          "timeZone": "Asia/Singapore",
                          "thresholdUnit": "%",
                          "thresholdValueMin": "12",
                          "thresholdValueMax": "12",
                          "thresholdValue": "12",
                          "country": "SG",
                          "metro": "SG",
                          "acknowledge": true
                        },
                        {
                          "id": 15476966877480.828,
                          "region": "APAC",
                          "ibx": "CH1",
                          "createdOn": 1547696687748,
                          "modifiedOn": 1547696687748,
                          "alertType": {
                            "id": "cageDrawExceeds",
                            "type": "value",
                            "value": "Cage Draw kVA to Contractual kVA% Exceeds",
                            "unit": "percentage",
                            "tagId": "258",
                            "defaultValue": "258",
                            "eventType": "Exceeds"
                          },
                          "section": "electrical",
                          "triggeredOn": 1547696687748,
                          "asset": "SG3",
                          "affectedCustomerAsset": 1069,
                          "alertTypeName": "tempExceeds",
                          "year": 2019,
                          "accountNo": 115767,
                          "conditionalAlert": [
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            }
                          ],
                          "notificationType": "ALERT",
                          "currentvalue": 23.38019323671497,
                          "assettype": "IBX",
                          "tagid": "Temperature",
                          "eventtype": "Exceeds",
                          "assetclassification": "assetclassification",
                          "relatedincidents": "assetclassification",
                          "type": "ALERT",
                          "timeacknowledged": 1547008897864,
                          "lastmaintenance": 1547008897864,
                          "severity": "ALERT",
                          "resiliency": "off",
                          "timeprocessed": "off",
                          "timetriggeredMilisec": "1547007734678",
                          "assetname": "SG3",
                          "uom": "STANDARD",
                          "timeZone": "Asia/Singapore",
                          "thresholdUnit": "%",
                          "thresholdValueMin": "12",
                          "thresholdValueMax": "12",
                          "thresholdValue": "12",
                          "country": "SG",
                          "metro": "SG",
                          "acknowledge": true
                        },
                        {
                          "id": 15476966877480.828,
                          "region": "APAC",
                          "ibx": "CH1",
                          "createdOn": 1547696687748,
                          "modifiedOn": 1547696687748,
                          "alertType": {
                            "id": "cageDrawExceeds",
                            "type": "value",
                            "value": "Cage Draw kVA to Contractual kVA% Exceeds",
                            "unit": "percentage",
                            "tagId": "258",
                            "defaultValue": "258",
                            "eventType": "Exceeds"
                          },
                          "section": "electrical",
                          "triggeredOn": 1547696687748,
                          "asset": "SG3",
                          "affectedCustomerAsset": 1069,
                          "alertTypeName": "tempExceeds",
                          "year": 2019,
                          "accountNo": 115767,
                          "conditionalAlert": [
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            }
                          ],
                          "notificationType": "ALERT",
                          "currentvalue": 23.38019323671497,
                          "assettype": "IBX",
                          "tagid": "Temperature",
                          "eventtype": "Exceeds",
                          "assetclassification": "assetclassification",
                          "relatedincidents": "assetclassification",
                          "type": "ALERT",
                          "timeacknowledged": 1547008897864,
                          "lastmaintenance": 1547008897864,
                          "severity": "ALERT",
                          "resiliency": "off",
                          "timeprocessed": "off",
                          "timetriggeredMilisec": "1547007734678",
                          "assetname": "SG3",
                          "uom": "STANDARD",
                          "timeZone": "Asia/Singapore",
                          "thresholdUnit": "%",
                          "thresholdValueMin": "12",
                          "thresholdValueMax": "12",
                          "thresholdValue": "12",
                          "country": "SG",
                          "metro": "SG",
                          "acknowledge": true
                        },
                        {
                          "id": 15476966877480.828,
                          "region": "APAC",
                          "ibx": "CH1",
                          "createdOn": 1547696687748,
                          "modifiedOn": 1547696687748,
                          "alertType": {
                            "id": "cageDrawExceeds",
                            "type": "value",
                            "value": "Cage Draw kVA to Contractual kVA% Exceeds",
                            "unit": "percentage",
                            "tagId": "258",
                            "defaultValue": "258",
                            "eventType": "Exceeds"
                          },
                          "section": "electrical",
                          "triggeredOn": 1547696687748,
                          "asset": "SG3",
                          "affectedCustomerAsset": 1069,
                          "alertTypeName": "tempExceeds",
                          "year": 2019,
                          "accountNo": 115767,
                          "conditionalAlert": [
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            }
                          ],
                          "notificationType": "ALERT",
                          "currentvalue": 23.38019323671497,
                          "assettype": "IBX",
                          "tagid": "Temperature",
                          "eventtype": "Exceeds",
                          "assetclassification": "assetclassification",
                          "relatedincidents": "assetclassification",
                          "type": "ALERT",
                          "timeacknowledged": 1547008897864,
                          "lastmaintenance": 1547008897864,
                          "severity": "ALERT",
                          "resiliency": "off",
                          "timeprocessed": "off",
                          "timetriggeredMilisec": "1547007734678",
                          "assetname": "SG3",
                          "uom": "STANDARD",
                          "timeZone": "Asia/Singapore",
                          "thresholdUnit": "%",
                          "thresholdValueMin": "12",
                          "thresholdValueMax": "12",
                          "thresholdValue": "12",
                          "country": "SG",
                          "metro": "SG",
                          "acknowledge": true
                        },
                        {
                          "id": 15476966877480.828,
                          "region": "APAC",
                          "ibx": "CH1",
                          "createdOn": 1547696687748,
                          "modifiedOn": 1547696687748,
                          "alertType": {
                            "id": "cageDrawExceeds",
                            "type": "value",
                            "value": "Cage Draw kVA to Contractual kVA% Exceeds",
                            "unit": "percentage",
                            "tagId": "258",
                            "defaultValue": "258",
                            "eventType": "Exceeds"
                          },
                          "section": "electrical",
                          "triggeredOn": 1547696687748,
                          "asset": "SG3",
                          "affectedCustomerAsset": 1069,
                          "alertTypeName": "tempExceeds",
                          "year": 2019,
                          "accountNo": 115767,
                          "conditionalAlert": [
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            }
                          ],
                          "notificationType": "ALERT",
                          "currentvalue": 23.38019323671497,
                          "assettype": "IBX",
                          "tagid": "Temperature",
                          "eventtype": "Exceeds",
                          "assetclassification": "assetclassification",
                          "relatedincidents": "assetclassification",
                          "type": "ALERT",
                          "timeacknowledged": 1547008897864,
                          "lastmaintenance": 1547008897864,
                          "severity": "ALERT",
                          "resiliency": "off",
                          "timeprocessed": "off",
                          "timetriggeredMilisec": "1547007734678",
                          "assetname": "SG3",
                          "uom": "STANDARD",
                          "timeZone": "Asia/Singapore",
                          "thresholdUnit": "%",
                          "thresholdValueMin": "12",
                          "thresholdValueMax": "12",
                          "thresholdValue": "12",
                          "country": "SG",
                          "metro": "SG",
                          "acknowledge": true
                        },
                        {
                          "id": 15476966877480.828,
                          "region": "APAC",
                          "ibx": "CH1",
                          "createdOn": 1547696687748,
                          "modifiedOn": 1547696687748,
                          "alertType": {
                            "id": "cageDrawExceeds",
                            "type": "value",
                            "value": "Cage Draw kVA to Contractual kVA% Exceeds",
                            "unit": "percentage",
                            "tagId": "258",
                            "defaultValue": "258",
                            "eventType": "Exceeds"
                          },
                          "section": "electrical",
                          "triggeredOn": 1547696687748,
                          "asset": "SG3",
                          "affectedCustomerAsset": 1069,
                          "alertTypeName": "tempExceeds",
                          "year": 2019,
                          "accountNo": 115767,
                          "conditionalAlert": [
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            }
                          ],
                          "notificationType": "ALERT",
                          "currentvalue": 23.38019323671497,
                          "assettype": "IBX",
                          "tagid": "Temperature",
                          "eventtype": "Exceeds",
                          "assetclassification": "assetclassification",
                          "relatedincidents": "assetclassification",
                          "type": "ALERT",
                          "timeacknowledged": 1547008897864,
                          "lastmaintenance": 1547008897864,
                          "severity": "ALERT",
                          "resiliency": "off",
                          "timeprocessed": "off",
                          "timetriggeredMilisec": "1547007734678",
                          "assetname": "SG3",
                          "uom": "STANDARD",
                          "timeZone": "Asia/Singapore",
                          "thresholdUnit": "%",
                          "thresholdValueMin": "12",
                          "thresholdValueMax": "12",
                          "thresholdValue": "12",
                          "country": "SG",
                          "metro": "SG",
                          "acknowledge": true
                        },
                        {
                          "id": 15476966877480.828,
                          "region": "APAC",
                          "ibx": "CH1",
                          "createdOn": 1547696687748,
                          "modifiedOn": 1547696687748,
                          "alertType": {
                            "id": "cageDrawExceeds",
                            "type": "value",
                            "value": "Cage Draw kVA to Contractual kVA% Exceeds",
                            "unit": "percentage",
                            "tagId": "258",
                            "defaultValue": "258",
                            "eventType": "Exceeds"
                          },
                          "section": "electrical",
                          "triggeredOn": 1547696687748,
                          "asset": "SG3",
                          "affectedCustomerAsset": 1069,
                          "alertTypeName": "tempExceeds",
                          "year": 2019,
                          "accountNo": 115767,
                          "conditionalAlert": [
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            }
                          ],
                          "notificationType": "ALERT",
                          "currentvalue": 23.38019323671497,
                          "assettype": "IBX",
                          "tagid": "Temperature",
                          "eventtype": "Exceeds",
                          "assetclassification": "assetclassification",
                          "relatedincidents": "assetclassification",
                          "type": "ALERT",
                          "timeacknowledged": 1547008897864,
                          "lastmaintenance": 1547008897864,
                          "severity": "ALERT",
                          "resiliency": "off",
                          "timeprocessed": "off",
                          "timetriggeredMilisec": "1547007734678",
                          "assetname": "SG3",
                          "uom": "STANDARD",
                          "timeZone": "Asia/Singapore",
                          "thresholdUnit": "%",
                          "thresholdValueMin": "12",
                          "thresholdValueMax": "12",
                          "thresholdValue": "12",
                          "country": "SG",
                          "metro": "SG",
                          "acknowledge": true
                        },
                        {
                          "id": 15476966877480.828,
                          "region": "APAC",
                          "ibx": "CH1",
                          "createdOn": 1547696687748,
                          "modifiedOn": 1547696687748,
                          "alertType": {
                            "id": "cageDrawExceeds",
                            "type": "value",
                            "value": "Cage Draw kVA to Contractual kVA% Exceeds",
                            "unit": "percentage",
                            "tagId": "258",
                            "defaultValue": "258",
                            "eventType": "Exceeds"
                          },
                          "section": "electrical",
                          "triggeredOn": 1547696687748,
                          "asset": "SG3",
                          "affectedCustomerAsset": 1069,
                          "alertTypeName": "tempExceeds",
                          "year": 2019,
                          "accountNo": 115767,
                          "conditionalAlert": [
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            }
                          ],
                          "notificationType": "ALERT",
                          "currentvalue": 23.38019323671497,
                          "assettype": "IBX",
                          "tagid": "Temperature",
                          "eventtype": "Exceeds",
                          "assetclassification": "assetclassification",
                          "relatedincidents": "assetclassification",
                          "type": "ALERT",
                          "timeacknowledged": 1547008897864,
                          "lastmaintenance": 1547008897864,
                          "severity": "ALERT",
                          "resiliency": "off",
                          "timeprocessed": "off",
                          "timetriggeredMilisec": "1547007734678",
                          "assetname": "SG3",
                          "uom": "STANDARD",
                          "timeZone": "Asia/Singapore",
                          "thresholdUnit": "%",
                          "thresholdValueMin": "12",
                          "thresholdValueMax": "12",
                          "thresholdValue": "12",
                          "country": "SG",
                          "metro": "SG",
                          "acknowledge": true
                        },
                        {
                          "id": 15476966877480.828,
                          "region": "APAC",
                          "ibx": "CH1",
                          "createdOn": 1547696687748,
                          "modifiedOn": 1547696687748,
                          "alertType": {
                            "id": "cageDrawExceeds",
                            "type": "value",
                            "value": "Cage Draw kVA to Contractual kVA% Exceeds",
                            "unit": "percentage",
                            "tagId": "258",
                            "defaultValue": "258",
                            "eventType": "Exceeds"
                          },
                          "section": "electrical",
                          "triggeredOn": 1547696687748,
                          "asset": "SG3",
                          "affectedCustomerAsset": 1069,
                          "alertTypeName": "tempExceeds",
                          "year": 2019,
                          "accountNo": 115767,
                          "conditionalAlert": [
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            }
                          ],
                          "notificationType": "ALERT",
                          "currentvalue": 23.38019323671497,
                          "assettype": "IBX",
                          "tagid": "Temperature",
                          "eventtype": "Exceeds",
                          "assetclassification": "assetclassification",
                          "relatedincidents": "assetclassification",
                          "type": "ALERT",
                          "timeacknowledged": 1547008897864,
                          "lastmaintenance": 1547008897864,
                          "severity": "ALERT",
                          "resiliency": "off",
                          "timeprocessed": "off",
                          "timetriggeredMilisec": "1547007734678",
                          "assetname": "SG3",
                          "uom": "STANDARD",
                          "timeZone": "Asia/Singapore",
                          "thresholdUnit": "%",
                          "thresholdValueMin": "12",
                          "thresholdValueMax": "12",
                          "thresholdValue": "12",
                          "country": "SG",
                          "metro": "SG",
                          "acknowledge": true
                        }
                      ],
                      "totalCount": "1000"
                    },
                    {
                      "alerts": [
                        {
                          "id": 15476966877480.828,
                          "region": "APAC",
                          "ibx": "CH1",
                          "createdOn": 1547696687748,
                          "modifiedOn": 1547696687748,
                          "alertType": {
                            "id": "cageDrawExceeds",
                            "type": "value",
                            "value": "Cage Draw kVA to Contractual kVA% Exceeds",
                            "unit": "percentage",
                            "tagId": "258",
                            "defaultValue": "258",
                            "eventType": "Exceeds"
                          },
                          "section": "electrical",
                          "triggeredOn": 1547696687748,
                          "asset": "SG3",
                          "affectedCustomerAsset": 1069,
                          "alertTypeName": "tempExceeds",
                          "year": 2019,
                          "accountNo": 115767,
                          "conditionalAlert": [
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            }
                          ],
                          "notificationType": "ALERT",
                          "currentvalue": 23.38019323671497,
                          "assettype": "IBX",
                          "tagid": "Temperature",
                          "eventtype": "Exceeds",
                          "assetclassification": "assetclassification",
                          "relatedincidents": "assetclassification",
                          "type": "ALERT",
                          "timeacknowledged": 1547008897864,
                          "lastmaintenance": 1547008897864,
                          "severity": "ALERT",
                          "resiliency": "off",
                          "timeprocessed": "off",
                          "timetriggeredMilisec": "1547007734678",
                          "assetname": "SG3",
                          "uom": "STANDARD",
                          "timeZone": "Asia/Singapore",
                          "thresholdUnit": "%",
                          "thresholdValueMin": "12",
                          "thresholdValueMax": "12",
                          "thresholdValue": "12",
                          "country": "SG",
                          "metro": "SG",
                          "acknowledge": true
                        },
                        {
                          "id": 15476966877480.828,
                          "region": "APAC",
                          "ibx": "CH1",
                          "createdOn": 1547696687748,
                          "modifiedOn": 1547696687748,
                          "alertType": {
                            "id": "cageDrawExceeds",
                            "type": "value",
                            "value": "Cage Draw kVA to Contractual kVA% Exceeds",
                            "unit": "percentage",
                            "tagId": "258",
                            "defaultValue": "258",
                            "eventType": "Exceeds"
                          },
                          "section": "electrical",
                          "triggeredOn": 1547696687748,
                          "asset": "SG3",
                          "affectedCustomerAsset": 1069,
                          "alertTypeName": "tempExceeds",
                          "year": 2019,
                          "accountNo": 115767,
                          "conditionalAlert": [
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            }
                          ],
                          "notificationType": "ALERT",
                          "currentvalue": 23.38019323671497,
                          "assettype": "IBX",
                          "tagid": "Temperature",
                          "eventtype": "Exceeds",
                          "assetclassification": "assetclassification",
                          "relatedincidents": "assetclassification",
                          "type": "ALERT",
                          "timeacknowledged": 1547008897864,
                          "lastmaintenance": 1547008897864,
                          "severity": "ALERT",
                          "resiliency": "off",
                          "timeprocessed": "off",
                          "timetriggeredMilisec": "1547007734678",
                          "assetname": "SG3",
                          "uom": "STANDARD",
                          "timeZone": "Asia/Singapore",
                          "thresholdUnit": "%",
                          "thresholdValueMin": "12",
                          "thresholdValueMax": "12",
                          "thresholdValue": "12",
                          "country": "SG",
                          "metro": "SG",
                          "acknowledge": true
                        }
                      ],
                      "totalCount": "1000"
                    },
                    {
                      "alerts": [
                        {
                          "id": 15476966877480.828,
                          "region": "APAC",
                          "ibx": "CH1",
                          "createdOn": 1547696687748,
                          "modifiedOn": 1547696687748,
                          "alertType": {
                            "id": "cageDrawExceeds",
                            "type": "value",
                            "value": "Cage Draw kVA to Contractual kVA% Exceeds",
                            "unit": "percentage",
                            "tagId": "258",
                            "defaultValue": "258",
                            "eventType": "Exceeds"
                          },
                          "section": "electrical",
                          "triggeredOn": 1547696687748,
                          "asset": "SG3",
                          "affectedCustomerAsset": 1069,
                          "alertTypeName": "tempExceeds",
                          "year": 2019,
                          "accountNo": 115767,
                          "conditionalAlert": [
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            }
                          ],
                          "notificationType": "ALERT",
                          "currentvalue": 23.38019323671497,
                          "assettype": "IBX",
                          "tagid": "Temperature",
                          "eventtype": "Exceeds",
                          "assetclassification": "assetclassification",
                          "relatedincidents": "assetclassification",
                          "type": "ALERT",
                          "timeacknowledged": 1547008897864,
                          "lastmaintenance": 1547008897864,
                          "severity": "ALERT",
                          "resiliency": "off",
                          "timeprocessed": "off",
                          "timetriggeredMilisec": "1547007734678",
                          "assetname": "SG3",
                          "uom": "STANDARD",
                          "timeZone": "Asia/Singapore",
                          "thresholdUnit": "%",
                          "thresholdValueMin": "12",
                          "thresholdValueMax": "12",
                          "thresholdValue": "12",
                          "country": "SG",
                          "metro": "SG",
                          "acknowledge": true
                        },
                        {
                          "id": 15476966877480.828,
                          "region": "APAC",
                          "ibx": "CH1",
                          "createdOn": 1547696687748,
                          "modifiedOn": 1547696687748,
                          "alertType": {
                            "id": "cageDrawExceeds",
                            "type": "value",
                            "value": "Cage Draw kVA to Contractual kVA% Exceeds",
                            "unit": "percentage",
                            "tagId": "258",
                            "defaultValue": "258",
                            "eventType": "Exceeds"
                          },
                          "section": "electrical",
                          "triggeredOn": 1547696687748,
                          "asset": "SG3",
                          "affectedCustomerAsset": 1069,
                          "alertTypeName": "tempExceeds",
                          "year": 2019,
                          "accountNo": 115767,
                          "conditionalAlert": [
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            }
                          ],
                          "notificationType": "ALERT",
                          "currentvalue": 23.38019323671497,
                          "assettype": "IBX",
                          "tagid": "Temperature",
                          "eventtype": "Exceeds",
                          "assetclassification": "assetclassification",
                          "relatedincidents": "assetclassification",
                          "type": "ALERT",
                          "timeacknowledged": 1547008897864,
                          "lastmaintenance": 1547008897864,
                          "severity": "ALERT",
                          "resiliency": "off",
                          "timeprocessed": "off",
                          "timetriggeredMilisec": "1547007734678",
                          "assetname": "SG3",
                          "uom": "STANDARD",
                          "timeZone": "Asia/Singapore",
                          "thresholdUnit": "%",
                          "thresholdValueMin": "12",
                          "thresholdValueMax": "12",
                          "thresholdValue": "12",
                          "country": "SG",
                          "metro": "SG",
                          "acknowledge": true
                        },
                        {
                          "id": 15476966877480.828,
                          "region": "APAC",
                          "ibx": "CH1",
                          "createdOn": 1547696687748,
                          "modifiedOn": 1547696687748,
                          "alertType": {
                            "id": "cageDrawExceeds",
                            "type": "value",
                            "value": "Cage Draw kVA to Contractual kVA% Exceeds",
                            "unit": "percentage",
                            "tagId": "258",
                            "defaultValue": "258",
                            "eventType": "Exceeds"
                          },
                          "section": "electrical",
                          "triggeredOn": 1547696687748,
                          "asset": "SG3",
                          "affectedCustomerAsset": 1069,
                          "alertTypeName": "tempExceeds",
                          "year": 2019,
                          "accountNo": 115767,
                          "conditionalAlert": [
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            }
                          ],
                          "notificationType": "ALERT",
                          "currentvalue": 23.38019323671497,
                          "assettype": "IBX",
                          "tagid": "Temperature",
                          "eventtype": "Exceeds",
                          "assetclassification": "assetclassification",
                          "relatedincidents": "assetclassification",
                          "type": "ALERT",
                          "timeacknowledged": 1547008897864,
                          "lastmaintenance": 1547008897864,
                          "severity": "ALERT",
                          "resiliency": "off",
                          "timeprocessed": "off",
                          "timetriggeredMilisec": "1547007734678",
                          "assetname": "SG3",
                          "uom": "STANDARD",
                          "timeZone": "Asia/Singapore",
                          "thresholdUnit": "%",
                          "thresholdValueMin": "12",
                          "thresholdValueMax": "12",
                          "thresholdValue": "12",
                          "country": "SG",
                          "metro": "SG",
                          "acknowledge": true
                        },
                        {
                          "id": 15476966877480.828,
                          "region": "APAC",
                          "ibx": "CH1",
                          "createdOn": 1547696687748,
                          "modifiedOn": 1547696687748,
                          "alertType": {
                            "id": "cageDrawExceeds",
                            "type": "value",
                            "value": "Cage Draw kVA to Contractual kVA% Exceeds",
                            "unit": "percentage",
                            "tagId": "258",
                            "defaultValue": "258",
                            "eventType": "Exceeds"
                          },
                          "section": "electrical",
                          "triggeredOn": 1547696687748,
                          "asset": "SG3",
                          "affectedCustomerAsset": 1069,
                          "alertTypeName": "tempExceeds",
                          "year": 2019,
                          "accountNo": 115767,
                          "conditionalAlert": [
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            }
                          ],
                          "notificationType": "ALERT",
                          "currentvalue": 23.38019323671497,
                          "assettype": "IBX",
                          "tagid": "Temperature",
                          "eventtype": "Exceeds",
                          "assetclassification": "assetclassification",
                          "relatedincidents": "assetclassification",
                          "type": "ALERT",
                          "timeacknowledged": 1547008897864,
                          "lastmaintenance": 1547008897864,
                          "severity": "ALERT",
                          "resiliency": "off",
                          "timeprocessed": "off",
                          "timetriggeredMilisec": "1547007734678",
                          "assetname": "SG3",
                          "uom": "STANDARD",
                          "timeZone": "Asia/Singapore",
                          "thresholdUnit": "%",
                          "thresholdValueMin": "12",
                          "thresholdValueMax": "12",
                          "thresholdValue": "12",
                          "country": "SG",
                          "metro": "SG",
                          "acknowledge": true
                        },
                        {
                          "id": 15476966877480.828,
                          "region": "APAC",
                          "ibx": "CH1",
                          "createdOn": 1547696687748,
                          "modifiedOn": 1547696687748,
                          "alertType": {
                            "id": "cageDrawExceeds",
                            "type": "value",
                            "value": "Cage Draw kVA to Contractual kVA% Exceeds",
                            "unit": "percentage",
                            "tagId": "258",
                            "defaultValue": "258",
                            "eventType": "Exceeds"
                          },
                          "section": "electrical",
                          "triggeredOn": 1547696687748,
                          "asset": "SG3",
                          "affectedCustomerAsset": 1069,
                          "alertTypeName": "tempExceeds",
                          "year": 2019,
                          "accountNo": 115767,
                          "conditionalAlert": [
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            }
                          ],
                          "notificationType": "ALERT",
                          "currentvalue": 23.38019323671497,
                          "assettype": "IBX",
                          "tagid": "Temperature",
                          "eventtype": "Exceeds",
                          "assetclassification": "assetclassification",
                          "relatedincidents": "assetclassification",
                          "type": "ALERT",
                          "timeacknowledged": 1547008897864,
                          "lastmaintenance": 1547008897864,
                          "severity": "ALERT",
                          "resiliency": "off",
                          "timeprocessed": "off",
                          "timetriggeredMilisec": "1547007734678",
                          "assetname": "SG3",
                          "uom": "STANDARD",
                          "timeZone": "Asia/Singapore",
                          "thresholdUnit": "%",
                          "thresholdValueMin": "12",
                          "thresholdValueMax": "12",
                          "thresholdValue": "12",
                          "country": "SG",
                          "metro": "SG",
                          "acknowledge": true
                        },
                        {
                          "id": 15476966877480.828,
                          "region": "APAC",
                          "ibx": "CH1",
                          "createdOn": 1547696687748,
                          "modifiedOn": 1547696687748,
                          "alertType": {
                            "id": "cageDrawExceeds",
                            "type": "value",
                            "value": "Cage Draw kVA to Contractual kVA% Exceeds",
                            "unit": "percentage",
                            "tagId": "258",
                            "defaultValue": "258",
                            "eventType": "Exceeds"
                          },
                          "section": "electrical",
                          "triggeredOn": 1547696687748,
                          "asset": "SG3",
                          "affectedCustomerAsset": 1069,
                          "alertTypeName": "tempExceeds",
                          "year": 2019,
                          "accountNo": 115767,
                          "conditionalAlert": [
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            }
                          ],
                          "notificationType": "ALERT",
                          "currentvalue": 23.38019323671497,
                          "assettype": "IBX",
                          "tagid": "Temperature",
                          "eventtype": "Exceeds",
                          "assetclassification": "assetclassification",
                          "relatedincidents": "assetclassification",
                          "type": "ALERT",
                          "timeacknowledged": 1547008897864,
                          "lastmaintenance": 1547008897864,
                          "severity": "ALERT",
                          "resiliency": "off",
                          "timeprocessed": "off",
                          "timetriggeredMilisec": "1547007734678",
                          "assetname": "SG3",
                          "uom": "STANDARD",
                          "timeZone": "Asia/Singapore",
                          "thresholdUnit": "%",
                          "thresholdValueMin": "12",
                          "thresholdValueMax": "12",
                          "thresholdValue": "12",
                          "country": "SG",
                          "metro": "SG",
                          "acknowledge": true
                        },
                        {
                          "id": 15476966877480.828,
                          "region": "APAC",
                          "ibx": "CH1",
                          "createdOn": 1547696687748,
                          "modifiedOn": 1547696687748,
                          "alertType": {
                            "id": "cageDrawExceeds",
                            "type": "value",
                            "value": "Cage Draw kVA to Contractual kVA% Exceeds",
                            "unit": "percentage",
                            "tagId": "258",
                            "defaultValue": "258",
                            "eventType": "Exceeds"
                          },
                          "section": "electrical",
                          "triggeredOn": 1547696687748,
                          "asset": "SG3",
                          "affectedCustomerAsset": 1069,
                          "alertTypeName": "tempExceeds",
                          "year": 2019,
                          "accountNo": 115767,
                          "conditionalAlert": [
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            }
                          ],
                          "notificationType": "ALERT",
                          "currentvalue": 23.38019323671497,
                          "assettype": "IBX",
                          "tagid": "Temperature",
                          "eventtype": "Exceeds",
                          "assetclassification": "assetclassification",
                          "relatedincidents": "assetclassification",
                          "type": "ALERT",
                          "timeacknowledged": 1547008897864,
                          "lastmaintenance": 1547008897864,
                          "severity": "ALERT",
                          "resiliency": "off",
                          "timeprocessed": "off",
                          "timetriggeredMilisec": "1547007734678",
                          "assetname": "SG3",
                          "uom": "STANDARD",
                          "timeZone": "Asia/Singapore",
                          "thresholdUnit": "%",
                          "thresholdValueMin": "12",
                          "thresholdValueMax": "12",
                          "thresholdValue": "12",
                          "country": "SG",
                          "metro": "SG",
                          "acknowledge": true
                        }
                      ],
                      "totalCount": "1000"
                    },
                    {
                      "alerts": [
                        {
                          "id": 15476966877480.828,
                          "region": "APAC",
                          "ibx": "CH1",
                          "createdOn": 1547696687748,
                          "modifiedOn": 1547696687748,
                          "alertType": {
                            "id": "cageDrawExceeds",
                            "type": "value",
                            "value": "Cage Draw kVA to Contractual kVA% Exceeds",
                            "unit": "percentage",
                            "tagId": "258",
                            "defaultValue": "258",
                            "eventType": "Exceeds"
                          },
                          "section": "electrical",
                          "triggeredOn": 1547696687748,
                          "asset": "SG3",
                          "affectedCustomerAsset": 1069,
                          "alertTypeName": "tempExceeds",
                          "year": 2019,
                          "accountNo": 115767,
                          "conditionalAlert": [
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            }
                          ],
                          "notificationType": "ALERT",
                          "currentvalue": 23.38019323671497,
                          "assettype": "IBX",
                          "tagid": "Temperature",
                          "eventtype": "Exceeds",
                          "assetclassification": "assetclassification",
                          "relatedincidents": "assetclassification",
                          "type": "ALERT",
                          "timeacknowledged": 1547008897864,
                          "lastmaintenance": 1547008897864,
                          "severity": "ALERT",
                          "resiliency": "off",
                          "timeprocessed": "off",
                          "timetriggeredMilisec": "1547007734678",
                          "assetname": "SG3",
                          "uom": "STANDARD",
                          "timeZone": "Asia/Singapore",
                          "thresholdUnit": "%",
                          "thresholdValueMin": "12",
                          "thresholdValueMax": "12",
                          "thresholdValue": "12",
                          "country": "SG",
                          "metro": "SG",
                          "acknowledge": true
                        },
                        {
                          "id": 15476966877480.828,
                          "region": "APAC",
                          "ibx": "CH1",
                          "createdOn": 1547696687748,
                          "modifiedOn": 1547696687748,
                          "alertType": {
                            "id": "cageDrawExceeds",
                            "type": "value",
                            "value": "Cage Draw kVA to Contractual kVA% Exceeds",
                            "unit": "percentage",
                            "tagId": "258",
                            "defaultValue": "258",
                            "eventType": "Exceeds"
                          },
                          "section": "electrical",
                          "triggeredOn": 1547696687748,
                          "asset": "SG3",
                          "affectedCustomerAsset": 1069,
                          "alertTypeName": "tempExceeds",
                          "year": 2019,
                          "accountNo": 115767,
                          "conditionalAlert": [
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            }
                          ],
                          "notificationType": "ALERT",
                          "currentvalue": 23.38019323671497,
                          "assettype": "IBX",
                          "tagid": "Temperature",
                          "eventtype": "Exceeds",
                          "assetclassification": "assetclassification",
                          "relatedincidents": "assetclassification",
                          "type": "ALERT",
                          "timeacknowledged": 1547008897864,
                          "lastmaintenance": 1547008897864,
                          "severity": "ALERT",
                          "resiliency": "off",
                          "timeprocessed": "off",
                          "timetriggeredMilisec": "1547007734678",
                          "assetname": "SG3",
                          "uom": "STANDARD",
                          "timeZone": "Asia/Singapore",
                          "thresholdUnit": "%",
                          "thresholdValueMin": "12",
                          "thresholdValueMax": "12",
                          "thresholdValue": "12",
                          "country": "SG",
                          "metro": "SG",
                          "acknowledge": true
                        },
                        {
                          "id": 15476966877480.828,
                          "region": "APAC",
                          "ibx": "CH1",
                          "createdOn": 1547696687748,
                          "modifiedOn": 1547696687748,
                          "alertType": {
                            "id": "cageDrawExceeds",
                            "type": "value",
                            "value": "Cage Draw kVA to Contractual kVA% Exceeds",
                            "unit": "percentage",
                            "tagId": "258",
                            "defaultValue": "258",
                            "eventType": "Exceeds"
                          },
                          "section": "electrical",
                          "triggeredOn": 1547696687748,
                          "asset": "SG3",
                          "affectedCustomerAsset": 1069,
                          "alertTypeName": "tempExceeds",
                          "year": 2019,
                          "accountNo": 115767,
                          "conditionalAlert": [
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            }
                          ],
                          "notificationType": "ALERT",
                          "currentvalue": 23.38019323671497,
                          "assettype": "IBX",
                          "tagid": "Temperature",
                          "eventtype": "Exceeds",
                          "assetclassification": "assetclassification",
                          "relatedincidents": "assetclassification",
                          "type": "ALERT",
                          "timeacknowledged": 1547008897864,
                          "lastmaintenance": 1547008897864,
                          "severity": "ALERT",
                          "resiliency": "off",
                          "timeprocessed": "off",
                          "timetriggeredMilisec": "1547007734678",
                          "assetname": "SG3",
                          "uom": "STANDARD",
                          "timeZone": "Asia/Singapore",
                          "thresholdUnit": "%",
                          "thresholdValueMin": "12",
                          "thresholdValueMax": "12",
                          "thresholdValue": "12",
                          "country": "SG",
                          "metro": "SG",
                          "acknowledge": true
                        },
                        {
                          "id": 15476966877480.828,
                          "region": "APAC",
                          "ibx": "CH1",
                          "createdOn": 1547696687748,
                          "modifiedOn": 1547696687748,
                          "alertType": {
                            "id": "cageDrawExceeds",
                            "type": "value",
                            "value": "Cage Draw kVA to Contractual kVA% Exceeds",
                            "unit": "percentage",
                            "tagId": "258",
                            "defaultValue": "258",
                            "eventType": "Exceeds"
                          },
                          "section": "electrical",
                          "triggeredOn": 1547696687748,
                          "asset": "SG3",
                          "affectedCustomerAsset": 1069,
                          "alertTypeName": "tempExceeds",
                          "year": 2019,
                          "accountNo": 115767,
                          "conditionalAlert": [
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            }
                          ],
                          "notificationType": "ALERT",
                          "currentvalue": 23.38019323671497,
                          "assettype": "IBX",
                          "tagid": "Temperature",
                          "eventtype": "Exceeds",
                          "assetclassification": "assetclassification",
                          "relatedincidents": "assetclassification",
                          "type": "ALERT",
                          "timeacknowledged": 1547008897864,
                          "lastmaintenance": 1547008897864,
                          "severity": "ALERT",
                          "resiliency": "off",
                          "timeprocessed": "off",
                          "timetriggeredMilisec": "1547007734678",
                          "assetname": "SG3",
                          "uom": "STANDARD",
                          "timeZone": "Asia/Singapore",
                          "thresholdUnit": "%",
                          "thresholdValueMin": "12",
                          "thresholdValueMax": "12",
                          "thresholdValue": "12",
                          "country": "SG",
                          "metro": "SG",
                          "acknowledge": true
                        },
                        {
                          "id": 15476966877480.828,
                          "region": "APAC",
                          "ibx": "CH1",
                          "createdOn": 1547696687748,
                          "modifiedOn": 1547696687748,
                          "alertType": {
                            "id": "cageDrawExceeds",
                            "type": "value",
                            "value": "Cage Draw kVA to Contractual kVA% Exceeds",
                            "unit": "percentage",
                            "tagId": "258",
                            "defaultValue": "258",
                            "eventType": "Exceeds"
                          },
                          "section": "electrical",
                          "triggeredOn": 1547696687748,
                          "asset": "SG3",
                          "affectedCustomerAsset": 1069,
                          "alertTypeName": "tempExceeds",
                          "year": 2019,
                          "accountNo": 115767,
                          "conditionalAlert": [
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            }
                          ],
                          "notificationType": "ALERT",
                          "currentvalue": 23.38019323671497,
                          "assettype": "IBX",
                          "tagid": "Temperature",
                          "eventtype": "Exceeds",
                          "assetclassification": "assetclassification",
                          "relatedincidents": "assetclassification",
                          "type": "ALERT",
                          "timeacknowledged": 1547008897864,
                          "lastmaintenance": 1547008897864,
                          "severity": "ALERT",
                          "resiliency": "off",
                          "timeprocessed": "off",
                          "timetriggeredMilisec": "1547007734678",
                          "assetname": "SG3",
                          "uom": "STANDARD",
                          "timeZone": "Asia/Singapore",
                          "thresholdUnit": "%",
                          "thresholdValueMin": "12",
                          "thresholdValueMax": "12",
                          "thresholdValue": "12",
                          "country": "SG",
                          "metro": "SG",
                          "acknowledge": true
                        },
                        {
                          "id": 15476966877480.828,
                          "region": "APAC",
                          "ibx": "CH1",
                          "createdOn": 1547696687748,
                          "modifiedOn": 1547696687748,
                          "alertType": {
                            "id": "cageDrawExceeds",
                            "type": "value",
                            "value": "Cage Draw kVA to Contractual kVA% Exceeds",
                            "unit": "percentage",
                            "tagId": "258",
                            "defaultValue": "258",
                            "eventType": "Exceeds"
                          },
                          "section": "electrical",
                          "triggeredOn": 1547696687748,
                          "asset": "SG3",
                          "affectedCustomerAsset": 1069,
                          "alertTypeName": "tempExceeds",
                          "year": 2019,
                          "accountNo": 115767,
                          "conditionalAlert": [
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            }
                          ],
                          "notificationType": "ALERT",
                          "currentvalue": 23.38019323671497,
                          "assettype": "IBX",
                          "tagid": "Temperature",
                          "eventtype": "Exceeds",
                          "assetclassification": "assetclassification",
                          "relatedincidents": "assetclassification",
                          "type": "ALERT",
                          "timeacknowledged": 1547008897864,
                          "lastmaintenance": 1547008897864,
                          "severity": "ALERT",
                          "resiliency": "off",
                          "timeprocessed": "off",
                          "timetriggeredMilisec": "1547007734678",
                          "assetname": "SG3",
                          "uom": "STANDARD",
                          "timeZone": "Asia/Singapore",
                          "thresholdUnit": "%",
                          "thresholdValueMin": "12",
                          "thresholdValueMax": "12",
                          "thresholdValue": "12",
                          "country": "SG",
                          "metro": "SG",
                          "acknowledge": true
                        },
                        {
                          "id": 15476966877480.828,
                          "region": "APAC",
                          "ibx": "CH1",
                          "createdOn": 1547696687748,
                          "modifiedOn": 1547696687748,
                          "alertType": {
                            "id": "cageDrawExceeds",
                            "type": "value",
                            "value": "Cage Draw kVA to Contractual kVA% Exceeds",
                            "unit": "percentage",
                            "tagId": "258",
                            "defaultValue": "258",
                            "eventType": "Exceeds"
                          },
                          "section": "electrical",
                          "triggeredOn": 1547696687748,
                          "asset": "SG3",
                          "affectedCustomerAsset": 1069,
                          "alertTypeName": "tempExceeds",
                          "year": 2019,
                          "accountNo": 115767,
                          "conditionalAlert": [
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            }
                          ],
                          "notificationType": "ALERT",
                          "currentvalue": 23.38019323671497,
                          "assettype": "IBX",
                          "tagid": "Temperature",
                          "eventtype": "Exceeds",
                          "assetclassification": "assetclassification",
                          "relatedincidents": "assetclassification",
                          "type": "ALERT",
                          "timeacknowledged": 1547008897864,
                          "lastmaintenance": 1547008897864,
                          "severity": "ALERT",
                          "resiliency": "off",
                          "timeprocessed": "off",
                          "timetriggeredMilisec": "1547007734678",
                          "assetname": "SG3",
                          "uom": "STANDARD",
                          "timeZone": "Asia/Singapore",
                          "thresholdUnit": "%",
                          "thresholdValueMin": "12",
                          "thresholdValueMax": "12",
                          "thresholdValue": "12",
                          "country": "SG",
                          "metro": "SG",
                          "acknowledge": true
                        },
                        {
                          "id": 15476966877480.828,
                          "region": "APAC",
                          "ibx": "CH1",
                          "createdOn": 1547696687748,
                          "modifiedOn": 1547696687748,
                          "alertType": {
                            "id": "cageDrawExceeds",
                            "type": "value",
                            "value": "Cage Draw kVA to Contractual kVA% Exceeds",
                            "unit": "percentage",
                            "tagId": "258",
                            "defaultValue": "258",
                            "eventType": "Exceeds"
                          },
                          "section": "electrical",
                          "triggeredOn": 1547696687748,
                          "asset": "SG3",
                          "affectedCustomerAsset": 1069,
                          "alertTypeName": "tempExceeds",
                          "year": 2019,
                          "accountNo": 115767,
                          "conditionalAlert": [
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            }
                          ],
                          "notificationType": "ALERT",
                          "currentvalue": 23.38019323671497,
                          "assettype": "IBX",
                          "tagid": "Temperature",
                          "eventtype": "Exceeds",
                          "assetclassification": "assetclassification",
                          "relatedincidents": "assetclassification",
                          "type": "ALERT",
                          "timeacknowledged": 1547008897864,
                          "lastmaintenance": 1547008897864,
                          "severity": "ALERT",
                          "resiliency": "off",
                          "timeprocessed": "off",
                          "timetriggeredMilisec": "1547007734678",
                          "assetname": "SG3",
                          "uom": "STANDARD",
                          "timeZone": "Asia/Singapore",
                          "thresholdUnit": "%",
                          "thresholdValueMin": "12",
                          "thresholdValueMax": "12",
                          "thresholdValue": "12",
                          "country": "SG",
                          "metro": "SG",
                          "acknowledge": true
                        },
                        {
                          "id": 15476966877480.828,
                          "region": "APAC",
                          "ibx": "CH1",
                          "createdOn": 1547696687748,
                          "modifiedOn": 1547696687748,
                          "alertType": {
                            "id": "cageDrawExceeds",
                            "type": "value",
                            "value": "Cage Draw kVA to Contractual kVA% Exceeds",
                            "unit": "percentage",
                            "tagId": "258",
                            "defaultValue": "258",
                            "eventType": "Exceeds"
                          },
                          "section": "electrical",
                          "triggeredOn": 1547696687748,
                          "asset": "SG3",
                          "affectedCustomerAsset": 1069,
                          "alertTypeName": "tempExceeds",
                          "year": 2019,
                          "accountNo": 115767,
                          "conditionalAlert": [
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            },
                            {
                              "region": "APAC",
                              "ibx": "SG3",
                              "uom": "STANDARD",
                              "section": "mechanical",
                              "affectedCustomerAsset": "258",
                              "customerAssets": "258",
                              "infraAssets": "258",
                              "measurementType": "258",
                              "alertType": "258",
                              "thresholdUnit": "%",
                              "thresholdValueMin": "12",
                              "thresholdValueMax": "12",
                              "thresholdValue": "12",
                              "asset": "12",
                              "condalerttypeid": "12",
                              "condassetclassification": "12",
                              "condassetid": "12",
                              "condcurrentvalue": "12",
                              "condeventtype": "12",
                              "condtagid": "12",
                              "assetname": "12",
                              "assettype": "12"
                            }
                          ],
                          "notificationType": "ALERT",
                          "currentvalue": 23.38019323671497,
                          "assettype": "IBX",
                          "tagid": "Temperature",
                          "eventtype": "Exceeds",
                          "assetclassification": "assetclassification",
                          "relatedincidents": "assetclassification",
                          "type": "ALERT",
                          "timeacknowledged": 1547008897864,
                          "lastmaintenance": 1547008897864,
                          "severity": "ALERT",
                          "resiliency": "off",
                          "timeprocessed": "off",
                          "timetriggeredMilisec": "1547007734678",
                          "assetname": "SG3",
                          "uom": "STANDARD",
                          "timeZone": "Asia/Singapore",
                          "thresholdUnit": "%",
                          "thresholdValueMin": "12",
                          "thresholdValueMax": "12",
                          "thresholdValue": "12",
                          "country": "SG",
                          "metro": "SG",
                          "acknowledge": true
                        }
                      ],
                      "totalCount": "1000"
                    }
                  ],
                  "status": {
                    "type": "INFO",
                    "cause": "string",
                    "info": {
                      "code": "1000",
                      "msg": "OK"
                    }
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "ibx",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "category",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "eventType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "isAcknowledged",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "accountNo",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageNum",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "orderBy",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sortBy",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/smartview/v1/asset/list": {
      "get": {
        "tags": [
          "DCIMAssets"
        ],
        "operationId": "getAsset",
        "description": "The parameters and request body are for method: getAsset. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "payLoad": {
                      "type": "object",
                      "properties": {
                        "classification": {
                          "type": "string"
                        },
                        "categories": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "templates": {
                                "type": "array",
                                "items": {
                                  "type": "object",
                                  "properties": {
                                    "assets": {
                                      "type": "array",
                                      "items": {
                                        "type": "object",
                                        "properties": {
                                          "assetId": {
                                            "type": "string"
                                          },
                                          "ibx": {
                                            "type": "string"
                                          },
                                          "alarmStatus": {
                                            "type": "string"
                                          },
                                          "resiliencyStatus": {
                                            "type": "string"
                                          },
                                          "alarmLastTriggeredTime": {
                                            "type": "string"
                                          },
                                          "alarmLastClearedTime": {
                                            "type": "string"
                                          },
                                          "primaryParentAsset": {
                                            "type": "string"
                                          },
                                          "alternateParentAsset": {
                                            "type": "string"
                                          }
                                        }
                                      }
                                    },
                                    "templateId": {
                                      "type": "string"
                                    }
                                  }
                                }
                              },
                              "categoryName": {
                                "type": "string"
                              }
                            }
                          }
                        }
                      }
                    },
                    "status": {
                      "type": "object",
                      "properties": {
                        "type": {
                          "type": "string"
                        },
                        "statuscode": {
                          "type": "string"
                        },
                        "msg": {
                          "type": "string"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "payLoad": {
                    "classification": "Mechanical",
                    "categories": [
                      {
                        "templates": [
                          {
                            "assets": [
                              {
                                "assetId": "CH1.Chiller-6",
                                "ibx": "CH1",
                                "alarmStatus": "NOT OK",
                                "resiliencyStatus": "Resiliency as Designed",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5]",
                                "alternateParentAsset": "[CH1.UPS-13,CH1.UPS-14]"
                              },
                              {
                                "assetId": "CH1.Lead Chilled Water Manager",
                                "ibx": "SG2",
                                "alarmStatus": "NOT OK",
                                "resiliencyStatus": "Resiliency in Maintenance",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5,CH1.UPS-6]",
                                "alternateParentAsset": "[CH1.UPS-13,CH1.UPS-14]"
                              },
                              {
                                "assetId": "CH1.Lead Chilled Water Manager",
                                "ibx": "SG2",
                                "alarmStatus": "NOT OK",
                                "resiliencyStatus": "Resiliency as Designed",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5]",
                                "alternateParentAsset": "[CH1.UPS-13]"
                              }
                            ],
                            "templateId": "Cooling Plant"
                          },
                          {
                            "assets": [
                              {
                                "assetId": "CH1.Chiller-6",
                                "ibx": "CH1",
                                "alarmStatus": "OK",
                                "resiliencyStatus": "Resiliency at Fault",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5,CH1.UPS-6]",
                                "alternateParentAsset": "[CH1.UPS-13]"
                              },
                              {
                                "assetId": "CH1.Chiller-6",
                                "ibx": "SG2",
                                "alarmStatus": "NOT OK",
                                "resiliencyStatus": "Resiliency at Fault",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5,CH1.UPS-6]",
                                "alternateParentAsset": "[CH1.UPS-13]"
                              },
                              {
                                "assetId": "CH1.Chiller-6",
                                "ibx": "CH1",
                                "alarmStatus": "NOT OK",
                                "resiliencyStatus": "Resiliency as Designed",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5,CH1.UPS-6]",
                                "alternateParentAsset": "[CH1.UPS-13,CH1.UPS-14]"
                              },
                              {
                                "assetId": "CH1.Lead Chilled Water Manager",
                                "ibx": "CH1",
                                "alarmStatus": "OK",
                                "resiliencyStatus": "Resiliency in Maintenance",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5]",
                                "alternateParentAsset": "[CH1.UPS-13]"
                              },
                              {
                                "assetId": "CH1.Chiller-6",
                                "ibx": "CH1",
                                "alarmStatus": "NOT OK",
                                "resiliencyStatus": "Resiliency at Fault",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5,CH1.UPS-6]",
                                "alternateParentAsset": "[CH1.UPS-13]"
                              }
                            ],
                            "templateId": "Cooling Plant"
                          },
                          {
                            "assets": [
                              {
                                "assetId": "CH1.Lead Chilled Water Manager",
                                "ibx": "SG2",
                                "alarmStatus": "OK",
                                "resiliencyStatus": "Resiliency at Fault",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5]",
                                "alternateParentAsset": "[CH1.UPS-13,CH1.UPS-14]"
                              },
                              {
                                "assetId": "CH1.Lead Chilled Water Manager",
                                "ibx": "CH1",
                                "alarmStatus": "NOT OK",
                                "resiliencyStatus": "Resiliency at Fault",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5,CH1.UPS-6]",
                                "alternateParentAsset": "[CH1.UPS-13]"
                              },
                              {
                                "assetId": "CH1.Chiller-6",
                                "ibx": "SG2",
                                "alarmStatus": "NOT OK",
                                "resiliencyStatus": "Resiliency at Fault",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5]",
                                "alternateParentAsset": "[CH1.UPS-13]"
                              }
                            ],
                            "templateId": "Cooling Plant"
                          },
                          {
                            "assets": [
                              {
                                "assetId": "CH1.Chiller-6",
                                "ibx": "SG2",
                                "alarmStatus": "OK",
                                "resiliencyStatus": "Resiliency in Maintenance",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5,CH1.UPS-6]",
                                "alternateParentAsset": "[CH1.UPS-13,CH1.UPS-14]"
                              },
                              {
                                "assetId": "CH1.Chiller-6",
                                "ibx": "SG2",
                                "alarmStatus": "OK",
                                "resiliencyStatus": "Resiliency as Designed",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5]",
                                "alternateParentAsset": "[CH1.UPS-13,CH1.UPS-14]"
                              },
                              {
                                "assetId": "CH1.Chiller-6",
                                "ibx": "CH1",
                                "alarmStatus": "NOT OK",
                                "resiliencyStatus": "Resiliency as Designed",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5]",
                                "alternateParentAsset": "[CH1.UPS-13,CH1.UPS-14]"
                              },
                              {
                                "assetId": "CH1.Chiller-6",
                                "ibx": "SG2",
                                "alarmStatus": "NOT OK",
                                "resiliencyStatus": "Resiliency in Maintenance",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5,CH1.UPS-6]",
                                "alternateParentAsset": "[CH1.UPS-13]"
                              },
                              {
                                "assetId": "CH1.Chiller-6",
                                "ibx": "SG2",
                                "alarmStatus": "NOT OK",
                                "resiliencyStatus": "Resiliency in Maintenance",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5]",
                                "alternateParentAsset": "[CH1.UPS-13,CH1.UPS-14]"
                              }
                            ],
                            "templateId": "Cooling Plant"
                          },
                          {
                            "assets": [
                              {
                                "assetId": "CH1.Lead Chilled Water Manager",
                                "ibx": "SG2",
                                "alarmStatus": "OK",
                                "resiliencyStatus": "Resiliency as Designed",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5]",
                                "alternateParentAsset": "[CH1.UPS-13,CH1.UPS-14]"
                              },
                              {
                                "assetId": "CH1.Lead Chilled Water Manager",
                                "ibx": "CH1",
                                "alarmStatus": "OK",
                                "resiliencyStatus": "Resiliency as Designed",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5]",
                                "alternateParentAsset": "[CH1.UPS-13]"
                              }
                            ],
                            "templateId": "Cooling Plant"
                          },
                          {
                            "assets": [
                              {
                                "assetId": "CH1.Lead Chilled Water Manager",
                                "ibx": "SG2",
                                "alarmStatus": "NOT OK",
                                "resiliencyStatus": "Resiliency at Fault",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5]",
                                "alternateParentAsset": "[CH1.UPS-13,CH1.UPS-14]"
                              },
                              {
                                "assetId": "CH1.Chiller-6",
                                "ibx": "SG2",
                                "alarmStatus": "OK",
                                "resiliencyStatus": "Resiliency at Fault",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5]",
                                "alternateParentAsset": "[CH1.UPS-13,CH1.UPS-14]"
                              },
                              {
                                "assetId": "CH1.Lead Chilled Water Manager",
                                "ibx": "SG2",
                                "alarmStatus": "NOT OK",
                                "resiliencyStatus": "Resiliency at Fault",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5,CH1.UPS-6]",
                                "alternateParentAsset": "[CH1.UPS-13,CH1.UPS-14]"
                              },
                              {
                                "assetId": "CH1.Lead Chilled Water Manager",
                                "ibx": "CH1",
                                "alarmStatus": "OK",
                                "resiliencyStatus": "Resiliency as Designed",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5,CH1.UPS-6]",
                                "alternateParentAsset": "[CH1.UPS-13,CH1.UPS-14]"
                              },
                              {
                                "assetId": "CH1.Chiller-6",
                                "ibx": "SG2",
                                "alarmStatus": "NOT OK",
                                "resiliencyStatus": "Resiliency at Fault",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5,CH1.UPS-6]",
                                "alternateParentAsset": "[CH1.UPS-13,CH1.UPS-14]"
                              },
                              {
                                "assetId": "CH1.Lead Chilled Water Manager",
                                "ibx": "CH1",
                                "alarmStatus": "OK",
                                "resiliencyStatus": "Resiliency as Designed",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5]",
                                "alternateParentAsset": "[CH1.UPS-13]"
                              },
                              {
                                "assetId": "CH1.Lead Chilled Water Manager",
                                "ibx": "SG2",
                                "alarmStatus": "OK",
                                "resiliencyStatus": "Resiliency in Maintenance",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5,CH1.UPS-6]",
                                "alternateParentAsset": "[CH1.UPS-13,CH1.UPS-14]"
                              },
                              {
                                "assetId": "CH1.Chiller-6",
                                "ibx": "CH1",
                                "alarmStatus": "OK",
                                "resiliencyStatus": "Resiliency as Designed",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5,CH1.UPS-6]",
                                "alternateParentAsset": "[CH1.UPS-13,CH1.UPS-14]"
                              },
                              {
                                "assetId": "CH1.Chiller-6",
                                "ibx": "SG2",
                                "alarmStatus": "NOT OK",
                                "resiliencyStatus": "Resiliency in Maintenance",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5]",
                                "alternateParentAsset": "[CH1.UPS-13]"
                              },
                              {
                                "assetId": "CH1.Lead Chilled Water Manager",
                                "ibx": "SG2",
                                "alarmStatus": "NOT OK",
                                "resiliencyStatus": "Resiliency in Maintenance",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5]",
                                "alternateParentAsset": "[CH1.UPS-13]"
                              }
                            ],
                            "templateId": "Cooling Plant"
                          },
                          {
                            "assets": [
                              {
                                "assetId": "CH1.Chiller-6",
                                "ibx": "SG2",
                                "alarmStatus": "OK",
                                "resiliencyStatus": "Resiliency as Designed",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5]",
                                "alternateParentAsset": "[CH1.UPS-13]"
                              },
                              {
                                "assetId": "CH1.Lead Chilled Water Manager",
                                "ibx": "SG2",
                                "alarmStatus": "OK",
                                "resiliencyStatus": "Resiliency in Maintenance",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5]",
                                "alternateParentAsset": "[CH1.UPS-13,CH1.UPS-14]"
                              },
                              {
                                "assetId": "CH1.Chiller-6",
                                "ibx": "SG2",
                                "alarmStatus": "OK",
                                "resiliencyStatus": "Resiliency as Designed",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5,CH1.UPS-6]",
                                "alternateParentAsset": "[CH1.UPS-13]"
                              },
                              {
                                "assetId": "CH1.Lead Chilled Water Manager",
                                "ibx": "CH1",
                                "alarmStatus": "OK",
                                "resiliencyStatus": "Resiliency as Designed",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5,CH1.UPS-6]",
                                "alternateParentAsset": "[CH1.UPS-13,CH1.UPS-14]"
                              },
                              {
                                "assetId": "CH1.Chiller-6",
                                "ibx": "SG2",
                                "alarmStatus": "NOT OK",
                                "resiliencyStatus": "Resiliency in Maintenance",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5,CH1.UPS-6]",
                                "alternateParentAsset": "[CH1.UPS-13]"
                              },
                              {
                                "assetId": "CH1.Lead Chilled Water Manager",
                                "ibx": "SG2",
                                "alarmStatus": "NOT OK",
                                "resiliencyStatus": "Resiliency at Fault",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5]",
                                "alternateParentAsset": "[CH1.UPS-13,CH1.UPS-14]"
                              }
                            ],
                            "templateId": "Cooling Plant"
                          }
                        ],
                        "categoryName": "Cooling"
                      },
                      {
                        "templates": [
                          {
                            "assets": [
                              {
                                "assetId": "CH1.Lead Chilled Water Manager",
                                "ibx": "CH1",
                                "alarmStatus": "OK",
                                "resiliencyStatus": "Resiliency as Designed",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5,CH1.UPS-6]",
                                "alternateParentAsset": "[CH1.UPS-13,CH1.UPS-14]"
                              },
                              {
                                "assetId": "CH1.Chiller-6",
                                "ibx": "CH1",
                                "alarmStatus": "NOT OK",
                                "resiliencyStatus": "Resiliency at Fault",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5,CH1.UPS-6]",
                                "alternateParentAsset": "[CH1.UPS-13]"
                              },
                              {
                                "assetId": "CH1.Lead Chilled Water Manager",
                                "ibx": "CH1",
                                "alarmStatus": "NOT OK",
                                "resiliencyStatus": "Resiliency at Fault",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5,CH1.UPS-6]",
                                "alternateParentAsset": "[CH1.UPS-13]"
                              },
                              {
                                "assetId": "CH1.Lead Chilled Water Manager",
                                "ibx": "SG2",
                                "alarmStatus": "NOT OK",
                                "resiliencyStatus": "Resiliency at Fault",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5,CH1.UPS-6]",
                                "alternateParentAsset": "[CH1.UPS-13]"
                              },
                              {
                                "assetId": "CH1.Lead Chilled Water Manager",
                                "ibx": "CH1",
                                "alarmStatus": "NOT OK",
                                "resiliencyStatus": "Resiliency at Fault",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5]",
                                "alternateParentAsset": "[CH1.UPS-13]"
                              },
                              {
                                "assetId": "CH1.Chiller-6",
                                "ibx": "SG2",
                                "alarmStatus": "NOT OK",
                                "resiliencyStatus": "Resiliency at Fault",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5]",
                                "alternateParentAsset": "[CH1.UPS-13,CH1.UPS-14]"
                              },
                              {
                                "assetId": "CH1.Lead Chilled Water Manager",
                                "ibx": "CH1",
                                "alarmStatus": "NOT OK",
                                "resiliencyStatus": "Resiliency as Designed",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5]",
                                "alternateParentAsset": "[CH1.UPS-13]"
                              },
                              {
                                "assetId": "CH1.Chiller-6",
                                "ibx": "SG2",
                                "alarmStatus": "NOT OK",
                                "resiliencyStatus": "Resiliency in Maintenance",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5,CH1.UPS-6]",
                                "alternateParentAsset": "[CH1.UPS-13,CH1.UPS-14]"
                              }
                            ],
                            "templateId": "Cooling Plant"
                          },
                          {
                            "assets": [
                              {
                                "assetId": "CH1.Lead Chilled Water Manager",
                                "ibx": "CH1",
                                "alarmStatus": "OK",
                                "resiliencyStatus": "Resiliency in Maintenance",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5]",
                                "alternateParentAsset": "[CH1.UPS-13]"
                              },
                              {
                                "assetId": "CH1.Chiller-6",
                                "ibx": "CH1",
                                "alarmStatus": "NOT OK",
                                "resiliencyStatus": "Resiliency in Maintenance",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5]",
                                "alternateParentAsset": "[CH1.UPS-13]"
                              },
                              {
                                "assetId": "CH1.Chiller-6",
                                "ibx": "CH1",
                                "alarmStatus": "OK",
                                "resiliencyStatus": "Resiliency in Maintenance",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5]",
                                "alternateParentAsset": "[CH1.UPS-13]"
                              },
                              {
                                "assetId": "CH1.Chiller-6",
                                "ibx": "CH1",
                                "alarmStatus": "OK",
                                "resiliencyStatus": "Resiliency at Fault",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5]",
                                "alternateParentAsset": "[CH1.UPS-13,CH1.UPS-14]"
                              },
                              {
                                "assetId": "CH1.Lead Chilled Water Manager",
                                "ibx": "CH1",
                                "alarmStatus": "NOT OK",
                                "resiliencyStatus": "Resiliency as Designed",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5,CH1.UPS-6]",
                                "alternateParentAsset": "[CH1.UPS-13]"
                              }
                            ],
                            "templateId": "Cooling Plant"
                          },
                          {
                            "assets": [
                              {
                                "assetId": "CH1.Chiller-6",
                                "ibx": "SG2",
                                "alarmStatus": "NOT OK",
                                "resiliencyStatus": "Resiliency at Fault",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5,CH1.UPS-6]",
                                "alternateParentAsset": "[CH1.UPS-13]"
                              },
                              {
                                "assetId": "CH1.Lead Chilled Water Manager",
                                "ibx": "SG2",
                                "alarmStatus": "NOT OK",
                                "resiliencyStatus": "Resiliency as Designed",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5]",
                                "alternateParentAsset": "[CH1.UPS-13,CH1.UPS-14]"
                              },
                              {
                                "assetId": "CH1.Chiller-6",
                                "ibx": "SG2",
                                "alarmStatus": "OK",
                                "resiliencyStatus": "Resiliency in Maintenance",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5]",
                                "alternateParentAsset": "[CH1.UPS-13,CH1.UPS-14]"
                              },
                              {
                                "assetId": "CH1.Chiller-6",
                                "ibx": "CH1",
                                "alarmStatus": "NOT OK",
                                "resiliencyStatus": "Resiliency at Fault",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5,CH1.UPS-6]",
                                "alternateParentAsset": "[CH1.UPS-13,CH1.UPS-14]"
                              },
                              {
                                "assetId": "CH1.Chiller-6",
                                "ibx": "CH1",
                                "alarmStatus": "NOT OK",
                                "resiliencyStatus": "Resiliency at Fault",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5,CH1.UPS-6]",
                                "alternateParentAsset": "[CH1.UPS-13]"
                              },
                              {
                                "assetId": "CH1.Chiller-6",
                                "ibx": "CH1",
                                "alarmStatus": "NOT OK",
                                "resiliencyStatus": "Resiliency at Fault",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5,CH1.UPS-6]",
                                "alternateParentAsset": "[CH1.UPS-13]"
                              },
                              {
                                "assetId": "CH1.Lead Chilled Water Manager",
                                "ibx": "CH1",
                                "alarmStatus": "OK",
                                "resiliencyStatus": "Resiliency as Designed",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5,CH1.UPS-6]",
                                "alternateParentAsset": "[CH1.UPS-13,CH1.UPS-14]"
                              },
                              {
                                "assetId": "CH1.Chiller-6",
                                "ibx": "CH1",
                                "alarmStatus": "NOT OK",
                                "resiliencyStatus": "Resiliency at Fault",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5]",
                                "alternateParentAsset": "[CH1.UPS-13,CH1.UPS-14]"
                              },
                              {
                                "assetId": "CH1.Chiller-6",
                                "ibx": "CH1",
                                "alarmStatus": "NOT OK",
                                "resiliencyStatus": "Resiliency in Maintenance",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5]",
                                "alternateParentAsset": "[CH1.UPS-13,CH1.UPS-14]"
                              },
                              {
                                "assetId": "CH1.Lead Chilled Water Manager",
                                "ibx": "SG2",
                                "alarmStatus": "OK",
                                "resiliencyStatus": "Resiliency as Designed",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5]",
                                "alternateParentAsset": "[CH1.UPS-13,CH1.UPS-14]"
                              }
                            ],
                            "templateId": "Cooling Plant"
                          },
                          {
                            "assets": [
                              {
                                "assetId": "CH1.Chiller-6",
                                "ibx": "SG2",
                                "alarmStatus": "NOT OK",
                                "resiliencyStatus": "Resiliency in Maintenance",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5,CH1.UPS-6]",
                                "alternateParentAsset": "[CH1.UPS-13]"
                              },
                              {
                                "assetId": "CH1.Lead Chilled Water Manager",
                                "ibx": "CH1",
                                "alarmStatus": "OK",
                                "resiliencyStatus": "Resiliency as Designed",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5,CH1.UPS-6]",
                                "alternateParentAsset": "[CH1.UPS-13]"
                              },
                              {
                                "assetId": "CH1.Lead Chilled Water Manager",
                                "ibx": "SG2",
                                "alarmStatus": "OK",
                                "resiliencyStatus": "Resiliency in Maintenance",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5]",
                                "alternateParentAsset": "[CH1.UPS-13]"
                              },
                              {
                                "assetId": "CH1.Lead Chilled Water Manager",
                                "ibx": "SG2",
                                "alarmStatus": "OK",
                                "resiliencyStatus": "Resiliency at Fault",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5,CH1.UPS-6]",
                                "alternateParentAsset": "[CH1.UPS-13]"
                              },
                              {
                                "assetId": "CH1.Chiller-6",
                                "ibx": "SG2",
                                "alarmStatus": "NOT OK",
                                "resiliencyStatus": "Resiliency as Designed",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5]",
                                "alternateParentAsset": "[CH1.UPS-13]"
                              }
                            ],
                            "templateId": "Cooling Plant"
                          },
                          {
                            "assets": [
                              {
                                "assetId": "CH1.Lead Chilled Water Manager",
                                "ibx": "CH1",
                                "alarmStatus": "NOT OK",
                                "resiliencyStatus": "Resiliency in Maintenance",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5,CH1.UPS-6]",
                                "alternateParentAsset": "[CH1.UPS-13,CH1.UPS-14]"
                              },
                              {
                                "assetId": "CH1.Chiller-6",
                                "ibx": "CH1",
                                "alarmStatus": "NOT OK",
                                "resiliencyStatus": "Resiliency as Designed",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5]",
                                "alternateParentAsset": "[CH1.UPS-13]"
                              }
                            ],
                            "templateId": "Cooling Plant"
                          }
                        ],
                        "categoryName": "Cooling"
                      },
                      {
                        "templates": [
                          {
                            "assets": [
                              {
                                "assetId": "CH1.Lead Chilled Water Manager",
                                "ibx": "CH1",
                                "alarmStatus": "NOT OK",
                                "resiliencyStatus": "Resiliency as Designed",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5]",
                                "alternateParentAsset": "[CH1.UPS-13,CH1.UPS-14]"
                              },
                              {
                                "assetId": "CH1.Chiller-6",
                                "ibx": "CH1",
                                "alarmStatus": "OK",
                                "resiliencyStatus": "Resiliency at Fault",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5,CH1.UPS-6]",
                                "alternateParentAsset": "[CH1.UPS-13]"
                              },
                              {
                                "assetId": "CH1.Lead Chilled Water Manager",
                                "ibx": "SG2",
                                "alarmStatus": "OK",
                                "resiliencyStatus": "Resiliency at Fault",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5,CH1.UPS-6]",
                                "alternateParentAsset": "[CH1.UPS-13,CH1.UPS-14]"
                              },
                              {
                                "assetId": "CH1.Lead Chilled Water Manager",
                                "ibx": "SG2",
                                "alarmStatus": "OK",
                                "resiliencyStatus": "Resiliency as Designed",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5]",
                                "alternateParentAsset": "[CH1.UPS-13]"
                              },
                              {
                                "assetId": "CH1.Lead Chilled Water Manager",
                                "ibx": "SG2",
                                "alarmStatus": "OK",
                                "resiliencyStatus": "Resiliency at Fault",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5]",
                                "alternateParentAsset": "[CH1.UPS-13]"
                              },
                              {
                                "assetId": "CH1.Lead Chilled Water Manager",
                                "ibx": "SG2",
                                "alarmStatus": "OK",
                                "resiliencyStatus": "Resiliency at Fault",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5,CH1.UPS-6]",
                                "alternateParentAsset": "[CH1.UPS-13,CH1.UPS-14]"
                              },
                              {
                                "assetId": "CH1.Lead Chilled Water Manager",
                                "ibx": "SG2",
                                "alarmStatus": "NOT OK",
                                "resiliencyStatus": "Resiliency as Designed",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5]",
                                "alternateParentAsset": "[CH1.UPS-13,CH1.UPS-14]"
                              },
                              {
                                "assetId": "CH1.Chiller-6",
                                "ibx": "SG2",
                                "alarmStatus": "NOT OK",
                                "resiliencyStatus": "Resiliency at Fault",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5]",
                                "alternateParentAsset": "[CH1.UPS-13,CH1.UPS-14]"
                              },
                              {
                                "assetId": "CH1.Chiller-6",
                                "ibx": "CH1",
                                "alarmStatus": "OK",
                                "resiliencyStatus": "Resiliency as Designed",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5]",
                                "alternateParentAsset": "[CH1.UPS-13,CH1.UPS-14]"
                              }
                            ],
                            "templateId": "Cooling Plant"
                          },
                          {
                            "assets": [
                              {
                                "assetId": "CH1.Lead Chilled Water Manager",
                                "ibx": "CH1",
                                "alarmStatus": "OK",
                                "resiliencyStatus": "Resiliency at Fault",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5]",
                                "alternateParentAsset": "[CH1.UPS-13,CH1.UPS-14]"
                              },
                              {
                                "assetId": "CH1.Chiller-6",
                                "ibx": "CH1",
                                "alarmStatus": "NOT OK",
                                "resiliencyStatus": "Resiliency at Fault",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5]",
                                "alternateParentAsset": "[CH1.UPS-13,CH1.UPS-14]"
                              },
                              {
                                "assetId": "CH1.Chiller-6",
                                "ibx": "SG2",
                                "alarmStatus": "NOT OK",
                                "resiliencyStatus": "Resiliency in Maintenance",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5]",
                                "alternateParentAsset": "[CH1.UPS-13,CH1.UPS-14]"
                              },
                              {
                                "assetId": "CH1.Lead Chilled Water Manager",
                                "ibx": "CH1",
                                "alarmStatus": "OK",
                                "resiliencyStatus": "Resiliency in Maintenance",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5]",
                                "alternateParentAsset": "[CH1.UPS-13]"
                              },
                              {
                                "assetId": "CH1.Lead Chilled Water Manager",
                                "ibx": "CH1",
                                "alarmStatus": "OK",
                                "resiliencyStatus": "Resiliency as Designed",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5,CH1.UPS-6]",
                                "alternateParentAsset": "[CH1.UPS-13]"
                              },
                              {
                                "assetId": "CH1.Lead Chilled Water Manager",
                                "ibx": "CH1",
                                "alarmStatus": "NOT OK",
                                "resiliencyStatus": "Resiliency as Designed",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5,CH1.UPS-6]",
                                "alternateParentAsset": "[CH1.UPS-13]"
                              },
                              {
                                "assetId": "CH1.Chiller-6",
                                "ibx": "SG2",
                                "alarmStatus": "NOT OK",
                                "resiliencyStatus": "Resiliency in Maintenance",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5]",
                                "alternateParentAsset": "[CH1.UPS-13]"
                              },
                              {
                                "assetId": "CH1.Lead Chilled Water Manager",
                                "ibx": "CH1",
                                "alarmStatus": "OK",
                                "resiliencyStatus": "Resiliency at Fault",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5]",
                                "alternateParentAsset": "[CH1.UPS-13,CH1.UPS-14]"
                              },
                              {
                                "assetId": "CH1.Lead Chilled Water Manager",
                                "ibx": "CH1",
                                "alarmStatus": "NOT OK",
                                "resiliencyStatus": "Resiliency at Fault",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5,CH1.UPS-6]",
                                "alternateParentAsset": "[CH1.UPS-13,CH1.UPS-14]"
                              },
                              {
                                "assetId": "CH1.Lead Chilled Water Manager",
                                "ibx": "CH1",
                                "alarmStatus": "NOT OK",
                                "resiliencyStatus": "Resiliency as Designed",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5,CH1.UPS-6]",
                                "alternateParentAsset": "[CH1.UPS-13,CH1.UPS-14]"
                              }
                            ],
                            "templateId": "Cooling Plant"
                          },
                          {
                            "assets": [
                              {
                                "assetId": "CH1.Lead Chilled Water Manager",
                                "ibx": "SG2",
                                "alarmStatus": "OK",
                                "resiliencyStatus": "Resiliency at Fault",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5,CH1.UPS-6]",
                                "alternateParentAsset": "[CH1.UPS-13,CH1.UPS-14]"
                              },
                              {
                                "assetId": "CH1.Lead Chilled Water Manager",
                                "ibx": "CH1",
                                "alarmStatus": "NOT OK",
                                "resiliencyStatus": "Resiliency in Maintenance",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5,CH1.UPS-6]",
                                "alternateParentAsset": "[CH1.UPS-13]"
                              },
                              {
                                "assetId": "CH1.Lead Chilled Water Manager",
                                "ibx": "CH1",
                                "alarmStatus": "NOT OK",
                                "resiliencyStatus": "Resiliency in Maintenance",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5,CH1.UPS-6]",
                                "alternateParentAsset": "[CH1.UPS-13,CH1.UPS-14]"
                              },
                              {
                                "assetId": "CH1.Lead Chilled Water Manager",
                                "ibx": "CH1",
                                "alarmStatus": "OK",
                                "resiliencyStatus": "Resiliency at Fault",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5]",
                                "alternateParentAsset": "[CH1.UPS-13]"
                              },
                              {
                                "assetId": "CH1.Lead Chilled Water Manager",
                                "ibx": "CH1",
                                "alarmStatus": "OK",
                                "resiliencyStatus": "Resiliency at Fault",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5]",
                                "alternateParentAsset": "[CH1.UPS-13,CH1.UPS-14]"
                              },
                              {
                                "assetId": "CH1.Lead Chilled Water Manager",
                                "ibx": "SG2",
                                "alarmStatus": "OK",
                                "resiliencyStatus": "Resiliency at Fault",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5,CH1.UPS-6]",
                                "alternateParentAsset": "[CH1.UPS-13]"
                              },
                              {
                                "assetId": "CH1.Chiller-6",
                                "ibx": "SG2",
                                "alarmStatus": "OK",
                                "resiliencyStatus": "Resiliency in Maintenance",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5,CH1.UPS-6]",
                                "alternateParentAsset": "[CH1.UPS-13]"
                              },
                              {
                                "assetId": "CH1.Chiller-6",
                                "ibx": "CH1",
                                "alarmStatus": "OK",
                                "resiliencyStatus": "Resiliency at Fault",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5]",
                                "alternateParentAsset": "[CH1.UPS-13,CH1.UPS-14]"
                              },
                              {
                                "assetId": "CH1.Chiller-6",
                                "ibx": "SG2",
                                "alarmStatus": "NOT OK",
                                "resiliencyStatus": "Resiliency as Designed",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5]",
                                "alternateParentAsset": "[CH1.UPS-13,CH1.UPS-14]"
                              },
                              {
                                "assetId": "CH1.Lead Chilled Water Manager",
                                "ibx": "SG2",
                                "alarmStatus": "OK",
                                "resiliencyStatus": "Resiliency at Fault",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5,CH1.UPS-6]",
                                "alternateParentAsset": "[CH1.UPS-13,CH1.UPS-14]"
                              }
                            ],
                            "templateId": "Cooling Plant"
                          },
                          {
                            "assets": [
                              {
                                "assetId": "CH1.Chiller-6",
                                "ibx": "SG2",
                                "alarmStatus": "OK",
                                "resiliencyStatus": "Resiliency in Maintenance",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5,CH1.UPS-6]",
                                "alternateParentAsset": "[CH1.UPS-13]"
                              },
                              {
                                "assetId": "CH1.Chiller-6",
                                "ibx": "SG2",
                                "alarmStatus": "OK",
                                "resiliencyStatus": "Resiliency as Designed",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5]",
                                "alternateParentAsset": "[CH1.UPS-13]"
                              },
                              {
                                "assetId": "CH1.Chiller-6",
                                "ibx": "CH1",
                                "alarmStatus": "NOT OK",
                                "resiliencyStatus": "Resiliency in Maintenance",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5]",
                                "alternateParentAsset": "[CH1.UPS-13]"
                              },
                              {
                                "assetId": "CH1.Chiller-6",
                                "ibx": "SG2",
                                "alarmStatus": "OK",
                                "resiliencyStatus": "Resiliency at Fault",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5,CH1.UPS-6]",
                                "alternateParentAsset": "[CH1.UPS-13,CH1.UPS-14]"
                              },
                              {
                                "assetId": "CH1.Lead Chilled Water Manager",
                                "ibx": "CH1",
                                "alarmStatus": "OK",
                                "resiliencyStatus": "Resiliency as Designed",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5]",
                                "alternateParentAsset": "[CH1.UPS-13,CH1.UPS-14]"
                              },
                              {
                                "assetId": "CH1.Chiller-6",
                                "ibx": "SG2",
                                "alarmStatus": "OK",
                                "resiliencyStatus": "Resiliency at Fault",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5]",
                                "alternateParentAsset": "[CH1.UPS-13]"
                              },
                              {
                                "assetId": "CH1.Chiller-6",
                                "ibx": "SG2",
                                "alarmStatus": "OK",
                                "resiliencyStatus": "Resiliency in Maintenance",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5]",
                                "alternateParentAsset": "[CH1.UPS-13]"
                              }
                            ],
                            "templateId": "Cooling Plant"
                          },
                          {
                            "assets": [
                              {
                                "assetId": "CH1.Lead Chilled Water Manager",
                                "ibx": "SG2",
                                "alarmStatus": "OK",
                                "resiliencyStatus": "Resiliency at Fault",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5,CH1.UPS-6]",
                                "alternateParentAsset": "[CH1.UPS-13]"
                              },
                              {
                                "assetId": "CH1.Lead Chilled Water Manager",
                                "ibx": "SG2",
                                "alarmStatus": "OK",
                                "resiliencyStatus": "Resiliency as Designed",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5,CH1.UPS-6]",
                                "alternateParentAsset": "[CH1.UPS-13,CH1.UPS-14]"
                              },
                              {
                                "assetId": "CH1.Chiller-6",
                                "ibx": "SG2",
                                "alarmStatus": "NOT OK",
                                "resiliencyStatus": "Resiliency in Maintenance",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5,CH1.UPS-6]",
                                "alternateParentAsset": "[CH1.UPS-13,CH1.UPS-14]"
                              },
                              {
                                "assetId": "CH1.Lead Chilled Water Manager",
                                "ibx": "CH1",
                                "alarmStatus": "NOT OK",
                                "resiliencyStatus": "Resiliency in Maintenance",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5]",
                                "alternateParentAsset": "[CH1.UPS-13,CH1.UPS-14]"
                              },
                              {
                                "assetId": "CH1.Lead Chilled Water Manager",
                                "ibx": "CH1",
                                "alarmStatus": "OK",
                                "resiliencyStatus": "Resiliency in Maintenance",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5,CH1.UPS-6]",
                                "alternateParentAsset": "[CH1.UPS-13]"
                              },
                              {
                                "assetId": "CH1.Lead Chilled Water Manager",
                                "ibx": "CH1",
                                "alarmStatus": "NOT OK",
                                "resiliencyStatus": "Resiliency in Maintenance",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5,CH1.UPS-6]",
                                "alternateParentAsset": "[CH1.UPS-13,CH1.UPS-14]"
                              },
                              {
                                "assetId": "CH1.Lead Chilled Water Manager",
                                "ibx": "CH1",
                                "alarmStatus": "NOT OK",
                                "resiliencyStatus": "Resiliency as Designed",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5,CH1.UPS-6]",
                                "alternateParentAsset": "[CH1.UPS-13,CH1.UPS-14]"
                              },
                              {
                                "assetId": "CH1.Chiller-6",
                                "ibx": "SG2",
                                "alarmStatus": "NOT OK",
                                "resiliencyStatus": "Resiliency as Designed",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5,CH1.UPS-6]",
                                "alternateParentAsset": "[CH1.UPS-13]"
                              },
                              {
                                "assetId": "CH1.Chiller-6",
                                "ibx": "SG2",
                                "alarmStatus": "NOT OK",
                                "resiliencyStatus": "Resiliency in Maintenance",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5,CH1.UPS-6]",
                                "alternateParentAsset": "[CH1.UPS-13,CH1.UPS-14]"
                              },
                              {
                                "assetId": "CH1.Lead Chilled Water Manager",
                                "ibx": "CH1",
                                "alarmStatus": "NOT OK",
                                "resiliencyStatus": "Resiliency in Maintenance",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5,CH1.UPS-6]",
                                "alternateParentAsset": "[CH1.UPS-13,CH1.UPS-14]"
                              }
                            ],
                            "templateId": "Cooling Plant"
                          },
                          {
                            "assets": [
                              {
                                "assetId": "CH1.Lead Chilled Water Manager",
                                "ibx": "CH1",
                                "alarmStatus": "OK",
                                "resiliencyStatus": "Resiliency at Fault",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5]",
                                "alternateParentAsset": "[CH1.UPS-13]"
                              },
                              {
                                "assetId": "CH1.Lead Chilled Water Manager",
                                "ibx": "SG2",
                                "alarmStatus": "NOT OK",
                                "resiliencyStatus": "Resiliency in Maintenance",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5]",
                                "alternateParentAsset": "[CH1.UPS-13,CH1.UPS-14]"
                              },
                              {
                                "assetId": "CH1.Lead Chilled Water Manager",
                                "ibx": "SG2",
                                "alarmStatus": "NOT OK",
                                "resiliencyStatus": "Resiliency in Maintenance",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5]",
                                "alternateParentAsset": "[CH1.UPS-13]"
                              },
                              {
                                "assetId": "CH1.Lead Chilled Water Manager",
                                "ibx": "CH1",
                                "alarmStatus": "OK",
                                "resiliencyStatus": "Resiliency in Maintenance",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5]",
                                "alternateParentAsset": "[CH1.UPS-13]"
                              },
                              {
                                "assetId": "CH1.Chiller-6",
                                "ibx": "SG2",
                                "alarmStatus": "NOT OK",
                                "resiliencyStatus": "Resiliency as Designed",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5]",
                                "alternateParentAsset": "[CH1.UPS-13,CH1.UPS-14]"
                              },
                              {
                                "assetId": "CH1.Chiller-6",
                                "ibx": "SG2",
                                "alarmStatus": "NOT OK",
                                "resiliencyStatus": "Resiliency at Fault",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5,CH1.UPS-6]",
                                "alternateParentAsset": "[CH1.UPS-13,CH1.UPS-14]"
                              },
                              {
                                "assetId": "CH1.Chiller-6",
                                "ibx": "CH1",
                                "alarmStatus": "OK",
                                "resiliencyStatus": "Resiliency at Fault",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5]",
                                "alternateParentAsset": "[CH1.UPS-13]"
                              },
                              {
                                "assetId": "CH1.Lead Chilled Water Manager",
                                "ibx": "CH1",
                                "alarmStatus": "NOT OK",
                                "resiliencyStatus": "Resiliency at Fault",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5]",
                                "alternateParentAsset": "[CH1.UPS-13,CH1.UPS-14]"
                              },
                              {
                                "assetId": "CH1.Lead Chilled Water Manager",
                                "ibx": "CH1",
                                "alarmStatus": "OK",
                                "resiliencyStatus": "Resiliency at Fault",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5,CH1.UPS-6]",
                                "alternateParentAsset": "[CH1.UPS-13]"
                              }
                            ],
                            "templateId": "Cooling Plant"
                          },
                          {
                            "assets": [
                              {
                                "assetId": "CH1.Lead Chilled Water Manager",
                                "ibx": "CH1",
                                "alarmStatus": "NOT OK",
                                "resiliencyStatus": "Resiliency in Maintenance",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5]",
                                "alternateParentAsset": "[CH1.UPS-13,CH1.UPS-14]"
                              },
                              {
                                "assetId": "CH1.Lead Chilled Water Manager",
                                "ibx": "CH1",
                                "alarmStatus": "NOT OK",
                                "resiliencyStatus": "Resiliency in Maintenance",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5]",
                                "alternateParentAsset": "[CH1.UPS-13,CH1.UPS-14]"
                              },
                              {
                                "assetId": "CH1.Lead Chilled Water Manager",
                                "ibx": "CH1",
                                "alarmStatus": "NOT OK",
                                "resiliencyStatus": "Resiliency as Designed",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5]",
                                "alternateParentAsset": "[CH1.UPS-13,CH1.UPS-14]"
                              },
                              {
                                "assetId": "CH1.Lead Chilled Water Manager",
                                "ibx": "CH1",
                                "alarmStatus": "OK",
                                "resiliencyStatus": "Resiliency in Maintenance",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5,CH1.UPS-6]",
                                "alternateParentAsset": "[CH1.UPS-13,CH1.UPS-14]"
                              },
                              {
                                "assetId": "CH1.Chiller-6",
                                "ibx": "SG2",
                                "alarmStatus": "NOT OK",
                                "resiliencyStatus": "Resiliency in Maintenance",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5]",
                                "alternateParentAsset": "[CH1.UPS-13]"
                              },
                              {
                                "assetId": "CH1.Lead Chilled Water Manager",
                                "ibx": "SG2",
                                "alarmStatus": "OK",
                                "resiliencyStatus": "Resiliency in Maintenance",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5,CH1.UPS-6]",
                                "alternateParentAsset": "[CH1.UPS-13]"
                              },
                              {
                                "assetId": "CH1.Lead Chilled Water Manager",
                                "ibx": "CH1",
                                "alarmStatus": "NOT OK",
                                "resiliencyStatus": "Resiliency as Designed",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5,CH1.UPS-6]",
                                "alternateParentAsset": "[CH1.UPS-13,CH1.UPS-14]"
                              },
                              {
                                "assetId": "CH1.Chiller-6",
                                "ibx": "SG2",
                                "alarmStatus": "OK",
                                "resiliencyStatus": "Resiliency in Maintenance",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5,CH1.UPS-6]",
                                "alternateParentAsset": "[CH1.UPS-13]"
                              },
                              {
                                "assetId": "CH1.Chiller-6",
                                "ibx": "SG2",
                                "alarmStatus": "NOT OK",
                                "resiliencyStatus": "Resiliency as Designed",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5]",
                                "alternateParentAsset": "[CH1.UPS-13,CH1.UPS-14]"
                              },
                              {
                                "assetId": "CH1.Lead Chilled Water Manager",
                                "ibx": "CH1",
                                "alarmStatus": "OK",
                                "resiliencyStatus": "Resiliency at Fault",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5,CH1.UPS-6]",
                                "alternateParentAsset": "[CH1.UPS-13]"
                              }
                            ],
                            "templateId": "Cooling Plant"
                          },
                          {
                            "assets": [
                              {
                                "assetId": "CH1.Chiller-6",
                                "ibx": "SG2",
                                "alarmStatus": "OK",
                                "resiliencyStatus": "Resiliency as Designed",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5,CH1.UPS-6]",
                                "alternateParentAsset": "[CH1.UPS-13,CH1.UPS-14]"
                              },
                              {
                                "assetId": "CH1.Chiller-6",
                                "ibx": "SG2",
                                "alarmStatus": "OK",
                                "resiliencyStatus": "Resiliency as Designed",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5,CH1.UPS-6]",
                                "alternateParentAsset": "[CH1.UPS-13]"
                              },
                              {
                                "assetId": "CH1.Chiller-6",
                                "ibx": "SG2",
                                "alarmStatus": "NOT OK",
                                "resiliencyStatus": "Resiliency as Designed",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5,CH1.UPS-6]",
                                "alternateParentAsset": "[CH1.UPS-13,CH1.UPS-14]"
                              },
                              {
                                "assetId": "CH1.Chiller-6",
                                "ibx": "SG2",
                                "alarmStatus": "NOT OK",
                                "resiliencyStatus": "Resiliency at Fault",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5,CH1.UPS-6]",
                                "alternateParentAsset": "[CH1.UPS-13]"
                              },
                              {
                                "assetId": "CH1.Lead Chilled Water Manager",
                                "ibx": "CH1",
                                "alarmStatus": "NOT OK",
                                "resiliencyStatus": "Resiliency at Fault",
                                "alarmLastTriggeredTime": "Aug 21,2017 04:52 AM",
                                "alarmLastClearedTime": "Aug 21,2017 05:52 AM",
                                "primaryParentAsset": "[CH1.UPS-5]",
                                "alternateParentAsset": "[CH1.UPS-13,CH1.UPS-14]"
                              }
                            ],
                            "templateId": "Cooling Plant"
                          }
                        ],
                        "categoryName": "Cooling"
                      }
                    ]
                  },
                  "status": {
                    "type": "INFO",
                    "statuscode": "1000",
                    "msg": "OK"
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "accountNo",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ibx",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "classification",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cages",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/smartview/v1/asset/details": {
      "get": {
        "tags": [
          "DCIMAssets"
        ],
        "operationId": "getAssetDetails",
        "description": "The parameters and request body are for method: getAssetDetails. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "payLoad": {
                      "type": "object",
                      "properties": {
                        "assetId": {
                          "type": "string"
                        },
                        "assetType": {
                          "type": "string"
                        },
                        "userPrefTimeZone": {
                          "type": "string"
                        },
                        "tags": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "value": {
                                "type": "number"
                              },
                              "tagId": {
                                "type": "string"
                              },
                              "tagDisplayName": {
                                "type": "string"
                              },
                              "uom": {
                                "type": "string"
                              },
                              "alarmStatus": {
                                "type": "string"
                              },
                              "readingTime": {
                                "type": "string"
                              }
                            }
                          }
                        },
                        "lastMaintenanceDate": {
                          "type": "string"
                        },
                        "manufacturerName": {
                          "type": "string"
                        },
                        "equipmentModelNumber": {
                          "type": "string"
                        },
                        "equipmentSerialNumber": {
                          "type": "string"
                        },
                        "alarmLastTriggeredTime": {
                          "type": "string"
                        },
                        "alarmLastProcessedTime": {
                          "type": "string"
                        }
                      }
                    },
                    "status": {
                      "type": "object",
                      "properties": {
                        "type": {
                          "type": "string"
                        },
                        "statuscode": {
                          "type": "string"
                        },
                        "msg": {
                          "type": "string"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "payLoad": {
                    "assetId": "CH1.Chiller-1",
                    "assetType": "Cooling",
                    "userPrefTimeZone": "Asia/Katmandu",
                    "tags": [
                      {
                        "value": 4.9,
                        "tagId": "CH1.Chiller-1:evapleavingwatertemperature",
                        "tagDisplayName": "Evaporator Leaving Water Temperature",
                        "uom": "°C",
                        "alarmStatus": "OK",
                        "readingTime": "20170907060449"
                      },
                      {
                        "value": 4.9,
                        "tagId": "CH1.Chiller-1:evapleavingwatertemperature",
                        "tagDisplayName": "Evaporator Leaving Water Temperature",
                        "uom": "°C",
                        "alarmStatus": "OK",
                        "readingTime": "20170907060449"
                      },
                      {
                        "value": 4.9,
                        "tagId": "CH1.Chiller-1:evapleavingwatertemperature",
                        "tagDisplayName": "Evaporator Leaving Water Temperature",
                        "uom": "°C",
                        "alarmStatus": "OK",
                        "readingTime": "20170907060449"
                      },
                      {
                        "value": 4.9,
                        "tagId": "CH1.Chiller-1:evapleavingwatertemperature",
                        "tagDisplayName": "Evaporator Leaving Water Temperature",
                        "uom": "°C",
                        "alarmStatus": "OK",
                        "readingTime": "20170907060449"
                      },
                      {
                        "value": 4.9,
                        "tagId": "CH1.Chiller-1:evapleavingwatertemperature",
                        "tagDisplayName": "Evaporator Leaving Water Temperature",
                        "uom": "°C",
                        "alarmStatus": "OK",
                        "readingTime": "20170907060449"
                      },
                      {
                        "value": 4.9,
                        "tagId": "CH1.Chiller-1:evapleavingwatertemperature",
                        "tagDisplayName": "Evaporator Leaving Water Temperature",
                        "uom": "°C",
                        "alarmStatus": "OK",
                        "readingTime": "20170907060449"
                      }
                    ],
                    "lastMaintenanceDate": "Aug 03,2016",
                    "manufacturerName": "SMARDT",
                    "equipmentModelNumber": "SACAC110-3EXX-2A1-16A-010",
                    "equipmentSerialNumber": "FF0010I233Q1276",
                    "alarmLastTriggeredTime": "Aug 21,2017 04:38 AM",
                    "alarmLastProcessedTime": "Aug 21,2017 05:52 AM"
                  },
                  "status": {
                    "type": "INFO",
                    "statuscode": "1000",
                    "msg": "OK"
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "accountNo",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ibx",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "classification",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "assetId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "DCIMAssets"
        ],
        "operationId": "postSmartviewV1AssetDetails",
        "description": "The parameters and request body are for method: postSmartviewV1AssetDetails. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "payLoad": {
                      "type": "object",
                      "properties": {
                        "totalCount": {
                          "type": "number"
                        },
                        "assetDetails": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "assetId": {
                                "type": "string"
                              },
                              "assetType": {
                                "type": "string"
                              },
                              "userPrefTimeZone": {
                                "type": "string"
                              },
                              "tags": {
                                "type": "array",
                                "items": {
                                  "type": "object",
                                  "properties": {
                                    "value": {
                                      "type": "number"
                                    },
                                    "tagId": {
                                      "type": "string"
                                    },
                                    "tagDisplayName": {
                                      "type": "string"
                                    },
                                    "uom": {
                                      "type": "string"
                                    },
                                    "alarmStatus": {
                                      "type": "string"
                                    },
                                    "readingTime": {
                                      "type": "string"
                                    }
                                  }
                                }
                              },
                              "lastMaintenanceDate": {
                                "type": "string"
                              },
                              "manufacturerName": {
                                "type": "string"
                              },
                              "equipmentModelNumber": {
                                "type": "string"
                              },
                              "equipmentSerialNumber": {
                                "type": "string"
                              },
                              "alarmLastTriggeredTime": {
                                "type": "string"
                              },
                              "alarmLastProcessedTime": {
                                "type": "string"
                              }
                            }
                          }
                        }
                      }
                    },
                    "status": {
                      "type": "object",
                      "properties": {
                        "type": {
                          "type": "string"
                        },
                        "statuscode": {
                          "type": "string"
                        },
                        "msg": {
                          "type": "string"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "payLoad": {
                    "totalCount": 1,
                    "assetDetails": [
                      {
                        "assetId": "CH1.Chiller-1",
                        "assetType": "Cooling",
                        "userPrefTimeZone": "Asia/Katmandu",
                        "tags": [
                          {
                            "value": 4.9,
                            "tagId": "CH1.Chiller-1:evapleavingwatertemperature",
                            "tagDisplayName": "Evaporator Leaving Water Temperature",
                            "uom": "°C",
                            "alarmStatus": "OK",
                            "readingTime": "20170907060449"
                          },
                          {
                            "value": 4.9,
                            "tagId": "CH1.Chiller-1:evapleavingwatertemperature",
                            "tagDisplayName": "Evaporator Leaving Water Temperature",
                            "uom": "°C",
                            "alarmStatus": "OK",
                            "readingTime": "20170907060449"
                          },
                          {
                            "value": 4.9,
                            "tagId": "CH1.Chiller-1:evapleavingwatertemperature",
                            "tagDisplayName": "Evaporator Leaving Water Temperature",
                            "uom": "°C",
                            "alarmStatus": "OK",
                            "readingTime": "20170907060449"
                          },
                          {
                            "value": 4.9,
                            "tagId": "CH1.Chiller-1:evapleavingwatertemperature",
                            "tagDisplayName": "Evaporator Leaving Water Temperature",
                            "uom": "°C",
                            "alarmStatus": "OK",
                            "readingTime": "20170907060449"
                          },
                          {
                            "value": 4.9,
                            "tagId": "CH1.Chiller-1:evapleavingwatertemperature",
                            "tagDisplayName": "Evaporator Leaving Water Temperature",
                            "uom": "°C",
                            "alarmStatus": "OK",
                            "readingTime": "20170907060449"
                          },
                          {
                            "value": 4.9,
                            "tagId": "CH1.Chiller-1:evapleavingwatertemperature",
                            "tagDisplayName": "Evaporator Leaving Water Temperature",
                            "uom": "°C",
                            "alarmStatus": "OK",
                            "readingTime": "20170907060449"
                          },
                          {
                            "value": 4.9,
                            "tagId": "CH1.Chiller-1:evapleavingwatertemperature",
                            "tagDisplayName": "Evaporator Leaving Water Temperature",
                            "uom": "°C",
                            "alarmStatus": "OK",
                            "readingTime": "20170907060449"
                          },
                          {
                            "value": 4.9,
                            "tagId": "CH1.Chiller-1:evapleavingwatertemperature",
                            "tagDisplayName": "Evaporator Leaving Water Temperature",
                            "uom": "°C",
                            "alarmStatus": "OK",
                            "readingTime": "20170907060449"
                          }
                        ],
                        "lastMaintenanceDate": "Aug 03,2016",
                        "manufacturerName": "SMARDT",
                        "equipmentModelNumber": "SACAC110-3EXX-2A1-16A-010",
                        "equipmentSerialNumber": "FF0010I233Q1276",
                        "alarmLastTriggeredTime": "Aug 21,2017 04:38 AM",
                        "alarmLastProcessedTime": "Aug 21,2017 05:52 AM"
                      },
                      {
                        "assetId": "CH1.Chiller-1",
                        "assetType": "Cooling",
                        "userPrefTimeZone": "Asia/Katmandu",
                        "tags": [
                          {
                            "value": 4.9,
                            "tagId": "CH1.Chiller-1:evapleavingwatertemperature",
                            "tagDisplayName": "Evaporator Leaving Water Temperature",
                            "uom": "°C",
                            "alarmStatus": "OK",
                            "readingTime": "20170907060449"
                          },
                          {
                            "value": 4.9,
                            "tagId": "CH1.Chiller-1:evapleavingwatertemperature",
                            "tagDisplayName": "Evaporator Leaving Water Temperature",
                            "uom": "°C",
                            "alarmStatus": "OK",
                            "readingTime": "20170907060449"
                          },
                          {
                            "value": 4.9,
                            "tagId": "CH1.Chiller-1:evapleavingwatertemperature",
                            "tagDisplayName": "Evaporator Leaving Water Temperature",
                            "uom": "°C",
                            "alarmStatus": "OK",
                            "readingTime": "20170907060449"
                          },
                          {
                            "value": 4.9,
                            "tagId": "CH1.Chiller-1:evapleavingwatertemperature",
                            "tagDisplayName": "Evaporator Leaving Water Temperature",
                            "uom": "°C",
                            "alarmStatus": "OK",
                            "readingTime": "20170907060449"
                          }
                        ],
                        "lastMaintenanceDate": "Aug 03,2016",
                        "manufacturerName": "SMARDT",
                        "equipmentModelNumber": "SACAC110-3EXX-2A1-16A-010",
                        "equipmentSerialNumber": "FF0010I233Q1276",
                        "alarmLastTriggeredTime": "Aug 21,2017 04:38 AM",
                        "alarmLastProcessedTime": "Aug 21,2017 05:52 AM"
                      },
                      {
                        "assetId": "CH1.Chiller-1",
                        "assetType": "Cooling",
                        "userPrefTimeZone": "Asia/Katmandu",
                        "tags": [
                          {
                            "value": 4.9,
                            "tagId": "CH1.Chiller-1:evapleavingwatertemperature",
                            "tagDisplayName": "Evaporator Leaving Water Temperature",
                            "uom": "°C",
                            "alarmStatus": "OK",
                            "readingTime": "20170907060449"
                          },
                          {
                            "value": 4.9,
                            "tagId": "CH1.Chiller-1:evapleavingwatertemperature",
                            "tagDisplayName": "Evaporator Leaving Water Temperature",
                            "uom": "°C",
                            "alarmStatus": "OK",
                            "readingTime": "20170907060449"
                          },
                          {
                            "value": 4.9,
                            "tagId": "CH1.Chiller-1:evapleavingwatertemperature",
                            "tagDisplayName": "Evaporator Leaving Water Temperature",
                            "uom": "°C",
                            "alarmStatus": "OK",
                            "readingTime": "20170907060449"
                          },
                          {
                            "value": 4.9,
                            "tagId": "CH1.Chiller-1:evapleavingwatertemperature",
                            "tagDisplayName": "Evaporator Leaving Water Temperature",
                            "uom": "°C",
                            "alarmStatus": "OK",
                            "readingTime": "20170907060449"
                          },
                          {
                            "value": 4.9,
                            "tagId": "CH1.Chiller-1:evapleavingwatertemperature",
                            "tagDisplayName": "Evaporator Leaving Water Temperature",
                            "uom": "°C",
                            "alarmStatus": "OK",
                            "readingTime": "20170907060449"
                          },
                          {
                            "value": 4.9,
                            "tagId": "CH1.Chiller-1:evapleavingwatertemperature",
                            "tagDisplayName": "Evaporator Leaving Water Temperature",
                            "uom": "°C",
                            "alarmStatus": "OK",
                            "readingTime": "20170907060449"
                          },
                          {
                            "value": 4.9,
                            "tagId": "CH1.Chiller-1:evapleavingwatertemperature",
                            "tagDisplayName": "Evaporator Leaving Water Temperature",
                            "uom": "°C",
                            "alarmStatus": "OK",
                            "readingTime": "20170907060449"
                          },
                          {
                            "value": 4.9,
                            "tagId": "CH1.Chiller-1:evapleavingwatertemperature",
                            "tagDisplayName": "Evaporator Leaving Water Temperature",
                            "uom": "°C",
                            "alarmStatus": "OK",
                            "readingTime": "20170907060449"
                          }
                        ],
                        "lastMaintenanceDate": "Aug 03,2016",
                        "manufacturerName": "SMARDT",
                        "equipmentModelNumber": "SACAC110-3EXX-2A1-16A-010",
                        "equipmentSerialNumber": "FF0010I233Q1276",
                        "alarmLastTriggeredTime": "Aug 21,2017 04:38 AM",
                        "alarmLastProcessedTime": "Aug 21,2017 05:52 AM"
                      },
                      {
                        "assetId": "CH1.Chiller-1",
                        "assetType": "Cooling",
                        "userPrefTimeZone": "Asia/Katmandu",
                        "tags": [
                          {
                            "value": 4.9,
                            "tagId": "CH1.Chiller-1:evapleavingwatertemperature",
                            "tagDisplayName": "Evaporator Leaving Water Temperature",
                            "uom": "°C",
                            "alarmStatus": "OK",
                            "readingTime": "20170907060449"
                          },
                          {
                            "value": 4.9,
                            "tagId": "CH1.Chiller-1:evapleavingwatertemperature",
                            "tagDisplayName": "Evaporator Leaving Water Temperature",
                            "uom": "°C",
                            "alarmStatus": "OK",
                            "readingTime": "20170907060449"
                          },
                          {
                            "value": 4.9,
                            "tagId": "CH1.Chiller-1:evapleavingwatertemperature",
                            "tagDisplayName": "Evaporator Leaving Water Temperature",
                            "uom": "°C",
                            "alarmStatus": "OK",
                            "readingTime": "20170907060449"
                          }
                        ],
                        "lastMaintenanceDate": "Aug 03,2016",
                        "manufacturerName": "SMARDT",
                        "equipmentModelNumber": "SACAC110-3EXX-2A1-16A-010",
                        "equipmentSerialNumber": "FF0010I233Q1276",
                        "alarmLastTriggeredTime": "Aug 21,2017 04:38 AM",
                        "alarmLastProcessedTime": "Aug 21,2017 05:52 AM"
                      },
                      {
                        "assetId": "CH1.Chiller-1",
                        "assetType": "Cooling",
                        "userPrefTimeZone": "Asia/Katmandu",
                        "tags": [
                          {
                            "value": 4.9,
                            "tagId": "CH1.Chiller-1:evapleavingwatertemperature",
                            "tagDisplayName": "Evaporator Leaving Water Temperature",
                            "uom": "°C",
                            "alarmStatus": "OK",
                            "readingTime": "20170907060449"
                          },
                          {
                            "value": 4.9,
                            "tagId": "CH1.Chiller-1:evapleavingwatertemperature",
                            "tagDisplayName": "Evaporator Leaving Water Temperature",
                            "uom": "°C",
                            "alarmStatus": "OK",
                            "readingTime": "20170907060449"
                          },
                          {
                            "value": 4.9,
                            "tagId": "CH1.Chiller-1:evapleavingwatertemperature",
                            "tagDisplayName": "Evaporator Leaving Water Temperature",
                            "uom": "°C",
                            "alarmStatus": "OK",
                            "readingTime": "20170907060449"
                          },
                          {
                            "value": 4.9,
                            "tagId": "CH1.Chiller-1:evapleavingwatertemperature",
                            "tagDisplayName": "Evaporator Leaving Water Temperature",
                            "uom": "°C",
                            "alarmStatus": "OK",
                            "readingTime": "20170907060449"
                          },
                          {
                            "value": 4.9,
                            "tagId": "CH1.Chiller-1:evapleavingwatertemperature",
                            "tagDisplayName": "Evaporator Leaving Water Temperature",
                            "uom": "°C",
                            "alarmStatus": "OK",
                            "readingTime": "20170907060449"
                          },
                          {
                            "value": 4.9,
                            "tagId": "CH1.Chiller-1:evapleavingwatertemperature",
                            "tagDisplayName": "Evaporator Leaving Water Temperature",
                            "uom": "°C",
                            "alarmStatus": "OK",
                            "readingTime": "20170907060449"
                          }
                        ],
                        "lastMaintenanceDate": "Aug 03,2016",
                        "manufacturerName": "SMARDT",
                        "equipmentModelNumber": "SACAC110-3EXX-2A1-16A-010",
                        "equipmentSerialNumber": "FF0010I233Q1276",
                        "alarmLastTriggeredTime": "Aug 21,2017 04:38 AM",
                        "alarmLastProcessedTime": "Aug 21,2017 05:52 AM"
                      },
                      {
                        "assetId": "CH1.Chiller-1",
                        "assetType": "Cooling",
                        "userPrefTimeZone": "Asia/Katmandu",
                        "tags": [
                          {
                            "value": 4.9,
                            "tagId": "CH1.Chiller-1:evapleavingwatertemperature",
                            "tagDisplayName": "Evaporator Leaving Water Temperature",
                            "uom": "°C",
                            "alarmStatus": "OK",
                            "readingTime": "20170907060449"
                          },
                          {
                            "value": 4.9,
                            "tagId": "CH1.Chiller-1:evapleavingwatertemperature",
                            "tagDisplayName": "Evaporator Leaving Water Temperature",
                            "uom": "°C",
                            "alarmStatus": "OK",
                            "readingTime": "20170907060449"
                          },
                          {
                            "value": 4.9,
                            "tagId": "CH1.Chiller-1:evapleavingwatertemperature",
                            "tagDisplayName": "Evaporator Leaving Water Temperature",
                            "uom": "°C",
                            "alarmStatus": "OK",
                            "readingTime": "20170907060449"
                          }
                        ],
                        "lastMaintenanceDate": "Aug 03,2016",
                        "manufacturerName": "SMARDT",
                        "equipmentModelNumber": "SACAC110-3EXX-2A1-16A-010",
                        "equipmentSerialNumber": "FF0010I233Q1276",
                        "alarmLastTriggeredTime": "Aug 21,2017 04:38 AM",
                        "alarmLastProcessedTime": "Aug 21,2017 05:52 AM"
                      },
                      {
                        "assetId": "CH1.Chiller-1",
                        "assetType": "Cooling",
                        "userPrefTimeZone": "Asia/Katmandu",
                        "tags": [
                          {
                            "value": 4.9,
                            "tagId": "CH1.Chiller-1:evapleavingwatertemperature",
                            "tagDisplayName": "Evaporator Leaving Water Temperature",
                            "uom": "°C",
                            "alarmStatus": "OK",
                            "readingTime": "20170907060449"
                          },
                          {
                            "value": 4.9,
                            "tagId": "CH1.Chiller-1:evapleavingwatertemperature",
                            "tagDisplayName": "Evaporator Leaving Water Temperature",
                            "uom": "°C",
                            "alarmStatus": "OK",
                            "readingTime": "20170907060449"
                          },
                          {
                            "value": 4.9,
                            "tagId": "CH1.Chiller-1:evapleavingwatertemperature",
                            "tagDisplayName": "Evaporator Leaving Water Temperature",
                            "uom": "°C",
                            "alarmStatus": "OK",
                            "readingTime": "20170907060449"
                          },
                          {
                            "value": 4.9,
                            "tagId": "CH1.Chiller-1:evapleavingwatertemperature",
                            "tagDisplayName": "Evaporator Leaving Water Temperature",
                            "uom": "°C",
                            "alarmStatus": "OK",
                            "readingTime": "20170907060449"
                          },
                          {
                            "value": 4.9,
                            "tagId": "CH1.Chiller-1:evapleavingwatertemperature",
                            "tagDisplayName": "Evaporator Leaving Water Temperature",
                            "uom": "°C",
                            "alarmStatus": "OK",
                            "readingTime": "20170907060449"
                          }
                        ],
                        "lastMaintenanceDate": "Aug 03,2016",
                        "manufacturerName": "SMARDT",
                        "equipmentModelNumber": "SACAC110-3EXX-2A1-16A-010",
                        "equipmentSerialNumber": "FF0010I233Q1276",
                        "alarmLastTriggeredTime": "Aug 21,2017 04:38 AM",
                        "alarmLastProcessedTime": "Aug 21,2017 05:52 AM"
                      },
                      {
                        "assetId": "CH1.Chiller-1",
                        "assetType": "Cooling",
                        "userPrefTimeZone": "Asia/Katmandu",
                        "tags": [
                          {
                            "value": 4.9,
                            "tagId": "CH1.Chiller-1:evapleavingwatertemperature",
                            "tagDisplayName": "Evaporator Leaving Water Temperature",
                            "uom": "°C",
                            "alarmStatus": "OK",
                            "readingTime": "20170907060449"
                          }
                        ],
                        "lastMaintenanceDate": "Aug 03,2016",
                        "manufacturerName": "SMARDT",
                        "equipmentModelNumber": "SACAC110-3EXX-2A1-16A-010",
                        "equipmentSerialNumber": "FF0010I233Q1276",
                        "alarmLastTriggeredTime": "Aug 21,2017 04:38 AM",
                        "alarmLastProcessedTime": "Aug 21,2017 05:52 AM"
                      },
                      {
                        "assetId": "CH1.Chiller-1",
                        "assetType": "Cooling",
                        "userPrefTimeZone": "Asia/Katmandu",
                        "tags": [
                          {
                            "value": 4.9,
                            "tagId": "CH1.Chiller-1:evapleavingwatertemperature",
                            "tagDisplayName": "Evaporator Leaving Water Temperature",
                            "uom": "°C",
                            "alarmStatus": "OK",
                            "readingTime": "20170907060449"
                          },
                          {
                            "value": 4.9,
                            "tagId": "CH1.Chiller-1:evapleavingwatertemperature",
                            "tagDisplayName": "Evaporator Leaving Water Temperature",
                            "uom": "°C",
                            "alarmStatus": "OK",
                            "readingTime": "20170907060449"
                          },
                          {
                            "value": 4.9,
                            "tagId": "CH1.Chiller-1:evapleavingwatertemperature",
                            "tagDisplayName": "Evaporator Leaving Water Temperature",
                            "uom": "°C",
                            "alarmStatus": "OK",
                            "readingTime": "20170907060449"
                          },
                          {
                            "value": 4.9,
                            "tagId": "CH1.Chiller-1:evapleavingwatertemperature",
                            "tagDisplayName": "Evaporator Leaving Water Temperature",
                            "uom": "°C",
                            "alarmStatus": "OK",
                            "readingTime": "20170907060449"
                          },
                          {
                            "value": 4.9,
                            "tagId": "CH1.Chiller-1:evapleavingwatertemperature",
                            "tagDisplayName": "Evaporator Leaving Water Temperature",
                            "uom": "°C",
                            "alarmStatus": "OK",
                            "readingTime": "20170907060449"
                          }
                        ],
                        "lastMaintenanceDate": "Aug 03,2016",
                        "manufacturerName": "SMARDT",
                        "equipmentModelNumber": "SACAC110-3EXX-2A1-16A-010",
                        "equipmentSerialNumber": "FF0010I233Q1276",
                        "alarmLastTriggeredTime": "Aug 21,2017 04:38 AM",
                        "alarmLastProcessedTime": "Aug 21,2017 05:52 AM"
                      }
                    ]
                  },
                  "status": {
                    "type": "INFO",
                    "statuscode": "1000",
                    "msg": "OK"
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "payload"
            }
          }
        }
      }
    },
    "/smartview/v1/asset/tagpoint/affected-assets": {
      "get": {
        "tags": [
          "DCIMAssets"
        ],
        "operationId": "getAffectedAsset",
        "description": "The parameters and request body are for method: getAffectedAsset. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "payLoad": {
                      "type": "object",
                      "properties": {
                        "cages": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "name": {
                                "type": "string"
                              },
                              "type": {
                                "type": "string"
                              },
                              "cabinets": {
                                "type": "array",
                                "items": {
                                  "type": "object",
                                  "properties": {
                                    "name": {
                                      "type": "string"
                                    },
                                    "type": {
                                      "type": "string"
                                    },
                                    "circuits": {
                                      "type": "array",
                                      "items": {
                                        "type": "object",
                                        "properties": {
                                          "name": {
                                            "type": "number"
                                          },
                                          "type": {
                                            "type": "string"
                                          }
                                        }
                                      }
                                    }
                                  }
                                }
                              }
                            }
                          }
                        },
                        "circuits": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "name": {
                                "type": "number"
                              },
                              "type": {
                                "type": "string"
                              }
                            }
                          }
                        }
                      }
                    },
                    "status": {
                      "type": "object",
                      "properties": {
                        "type": {
                          "type": "string"
                        },
                        "statuscode": {
                          "type": "string"
                        },
                        "msg": {
                          "type": "string"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "payLoad": {
                    "cages": [
                      {
                        "name": "CH1:05:000430",
                        "type": "cage",
                        "cabinets": [
                          {
                            "name": "CH1:05:000430:0105",
                            "type": "cabinet",
                            "circuits": [
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              }
                            ]
                          },
                          {
                            "name": "CH1:05:000430:0105",
                            "type": "cabinet",
                            "circuits": [
                              {
                                "name": 877484,
                                "type": "circuit"
                              }
                            ]
                          },
                          {
                            "name": "CH1:05:000430:0105",
                            "type": "cabinet",
                            "circuits": [
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              }
                            ]
                          }
                        ]
                      },
                      {
                        "name": "CH1:05:000430",
                        "type": "cage",
                        "cabinets": [
                          {
                            "name": "CH1:05:000430:0105",
                            "type": "cabinet",
                            "circuits": [
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              }
                            ]
                          },
                          {
                            "name": "CH1:05:000430:0105",
                            "type": "cabinet",
                            "circuits": [
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              }
                            ]
                          },
                          {
                            "name": "CH1:05:000430:0105",
                            "type": "cabinet",
                            "circuits": [
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              }
                            ]
                          },
                          {
                            "name": "CH1:05:000430:0105",
                            "type": "cabinet",
                            "circuits": [
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              }
                            ]
                          },
                          {
                            "name": "CH1:05:000430:0105",
                            "type": "cabinet",
                            "circuits": [
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              }
                            ]
                          }
                        ]
                      },
                      {
                        "name": "CH1:05:000430",
                        "type": "cage",
                        "cabinets": [
                          {
                            "name": "CH1:05:000430:0105",
                            "type": "cabinet",
                            "circuits": [
                              {
                                "name": 877484,
                                "type": "circuit"
                              }
                            ]
                          },
                          {
                            "name": "CH1:05:000430:0105",
                            "type": "cabinet",
                            "circuits": [
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              }
                            ]
                          },
                          {
                            "name": "CH1:05:000430:0105",
                            "type": "cabinet",
                            "circuits": [
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              }
                            ]
                          },
                          {
                            "name": "CH1:05:000430:0105",
                            "type": "cabinet",
                            "circuits": [
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              }
                            ]
                          },
                          {
                            "name": "CH1:05:000430:0105",
                            "type": "cabinet",
                            "circuits": [
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              }
                            ]
                          }
                        ]
                      },
                      {
                        "name": "CH1:05:000430",
                        "type": "cage",
                        "cabinets": [
                          {
                            "name": "CH1:05:000430:0105",
                            "type": "cabinet",
                            "circuits": [
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              }
                            ]
                          },
                          {
                            "name": "CH1:05:000430:0105",
                            "type": "cabinet",
                            "circuits": [
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              }
                            ]
                          },
                          {
                            "name": "CH1:05:000430:0105",
                            "type": "cabinet",
                            "circuits": [
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              }
                            ]
                          },
                          {
                            "name": "CH1:05:000430:0105",
                            "type": "cabinet",
                            "circuits": [
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              }
                            ]
                          },
                          {
                            "name": "CH1:05:000430:0105",
                            "type": "cabinet",
                            "circuits": [
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              }
                            ]
                          },
                          {
                            "name": "CH1:05:000430:0105",
                            "type": "cabinet",
                            "circuits": [
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              }
                            ]
                          }
                        ]
                      },
                      {
                        "name": "CH1:05:000430",
                        "type": "cage",
                        "cabinets": [
                          {
                            "name": "CH1:05:000430:0105",
                            "type": "cabinet",
                            "circuits": [
                              {
                                "name": 877484,
                                "type": "circuit"
                              }
                            ]
                          },
                          {
                            "name": "CH1:05:000430:0105",
                            "type": "cabinet",
                            "circuits": [
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              }
                            ]
                          },
                          {
                            "name": "CH1:05:000430:0105",
                            "type": "cabinet",
                            "circuits": [
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              }
                            ]
                          },
                          {
                            "name": "CH1:05:000430:0105",
                            "type": "cabinet",
                            "circuits": [
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              }
                            ]
                          },
                          {
                            "name": "CH1:05:000430:0105",
                            "type": "cabinet",
                            "circuits": [
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              }
                            ]
                          }
                        ]
                      },
                      {
                        "name": "CH1:05:000430",
                        "type": "cage",
                        "cabinets": [
                          {
                            "name": "CH1:05:000430:0105",
                            "type": "cabinet",
                            "circuits": [
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              }
                            ]
                          },
                          {
                            "name": "CH1:05:000430:0105",
                            "type": "cabinet",
                            "circuits": [
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              }
                            ]
                          },
                          {
                            "name": "CH1:05:000430:0105",
                            "type": "cabinet",
                            "circuits": [
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              }
                            ]
                          },
                          {
                            "name": "CH1:05:000430:0105",
                            "type": "cabinet",
                            "circuits": [
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              }
                            ]
                          },
                          {
                            "name": "CH1:05:000430:0105",
                            "type": "cabinet",
                            "circuits": [
                              {
                                "name": 877484,
                                "type": "circuit"
                              }
                            ]
                          },
                          {
                            "name": "CH1:05:000430:0105",
                            "type": "cabinet",
                            "circuits": [
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              }
                            ]
                          },
                          {
                            "name": "CH1:05:000430:0105",
                            "type": "cabinet",
                            "circuits": [
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              }
                            ]
                          },
                          {
                            "name": "CH1:05:000430:0105",
                            "type": "cabinet",
                            "circuits": [
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              }
                            ]
                          }
                        ]
                      },
                      {
                        "name": "CH1:05:000430",
                        "type": "cage",
                        "cabinets": [
                          {
                            "name": "CH1:05:000430:0105",
                            "type": "cabinet",
                            "circuits": [
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              }
                            ]
                          },
                          {
                            "name": "CH1:05:000430:0105",
                            "type": "cabinet",
                            "circuits": [
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              }
                            ]
                          },
                          {
                            "name": "CH1:05:000430:0105",
                            "type": "cabinet",
                            "circuits": [
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              }
                            ]
                          },
                          {
                            "name": "CH1:05:000430:0105",
                            "type": "cabinet",
                            "circuits": [
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              }
                            ]
                          },
                          {
                            "name": "CH1:05:000430:0105",
                            "type": "cabinet",
                            "circuits": [
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              }
                            ]
                          },
                          {
                            "name": "CH1:05:000430:0105",
                            "type": "cabinet",
                            "circuits": [
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              }
                            ]
                          },
                          {
                            "name": "CH1:05:000430:0105",
                            "type": "cabinet",
                            "circuits": [
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              }
                            ]
                          },
                          {
                            "name": "CH1:05:000430:0105",
                            "type": "cabinet",
                            "circuits": [
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              }
                            ]
                          },
                          {
                            "name": "CH1:05:000430:0105",
                            "type": "cabinet",
                            "circuits": [
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              }
                            ]
                          }
                        ]
                      },
                      {
                        "name": "CH1:05:000430",
                        "type": "cage",
                        "cabinets": [
                          {
                            "name": "CH1:05:000430:0105",
                            "type": "cabinet",
                            "circuits": [
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              }
                            ]
                          },
                          {
                            "name": "CH1:05:000430:0105",
                            "type": "cabinet",
                            "circuits": [
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              }
                            ]
                          },
                          {
                            "name": "CH1:05:000430:0105",
                            "type": "cabinet",
                            "circuits": [
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              }
                            ]
                          },
                          {
                            "name": "CH1:05:000430:0105",
                            "type": "cabinet",
                            "circuits": [
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              }
                            ]
                          },
                          {
                            "name": "CH1:05:000430:0105",
                            "type": "cabinet",
                            "circuits": [
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              }
                            ]
                          },
                          {
                            "name": "CH1:05:000430:0105",
                            "type": "cabinet",
                            "circuits": [
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              }
                            ]
                          },
                          {
                            "name": "CH1:05:000430:0105",
                            "type": "cabinet",
                            "circuits": [
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              }
                            ]
                          }
                        ]
                      },
                      {
                        "name": "CH1:05:000430",
                        "type": "cage",
                        "cabinets": [
                          {
                            "name": "CH1:05:000430:0105",
                            "type": "cabinet",
                            "circuits": [
                              {
                                "name": 877484,
                                "type": "circuit"
                              }
                            ]
                          },
                          {
                            "name": "CH1:05:000430:0105",
                            "type": "cabinet",
                            "circuits": [
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              },
                              {
                                "name": 877484,
                                "type": "circuit"
                              }
                            ]
                          }
                        ]
                      }
                    ],
                    "circuits": [
                      {
                        "name": 877483,
                        "type": "circuit"
                      },
                      {
                        "name": 877483,
                        "type": "circuit"
                      },
                      {
                        "name": 877483,
                        "type": "circuit"
                      },
                      {
                        "name": 877483,
                        "type": "circuit"
                      },
                      {
                        "name": 877483,
                        "type": "circuit"
                      },
                      {
                        "name": 877483,
                        "type": "circuit"
                      }
                    ]
                  },
                  "status": {
                    "type": "INFO",
                    "statuscode": "1000",
                    "msg": "OK"
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "accountNo",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ibx",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "assetId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "classification",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/smartview/v1/asset/search": {
      "get": {
        "tags": [
          "DCIMAssets"
        ],
        "operationId": "searchAsset",
        "description": "The parameters and request body are for method: searchAsset. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "payLoad": {
                      "type": "object",
                      "properties": {
                        "totalCount": {
                          "type": "number"
                        },
                        "assetsList": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "assetId": {
                                "type": "string"
                              },
                              "type": {
                                "type": "string"
                              },
                              "assetLabel": {
                                "type": "string"
                              },
                              "assetClassification": {
                                "type": "string"
                              }
                            }
                          }
                        }
                      }
                    },
                    "status": {
                      "type": "object",
                      "properties": {
                        "type": {
                          "type": "string"
                        },
                        "statuscode": {
                          "type": "string"
                        },
                        "msg": {
                          "type": "string"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "payLoad": {
                    "totalCount": 1,
                    "assetsList": [
                      {
                        "assetId": "CH1.ASTS-1-2-A",
                        "type": "ASTS",
                        "assetLabel": "CH1.ASTS-1-2-A",
                        "assetClassification": "Electrical"
                      },
                      {
                        "assetId": "CH1.ASTS-1-2-A",
                        "type": "ASTS",
                        "assetLabel": "CH1.ASTS-1-2-A",
                        "assetClassification": "Electrical"
                      },
                      {
                        "assetId": "CH1.ASTS-1-2-A",
                        "type": "ASTS",
                        "assetLabel": "CH1.ASTS-1-2-A",
                        "assetClassification": "Electrical"
                      },
                      {
                        "assetId": "CH1.ASTS-1-2-A",
                        "type": "ASTS",
                        "assetLabel": "CH1.ASTS-1-2-A",
                        "assetClassification": "Electrical"
                      },
                      {
                        "assetId": "CH1.ASTS-1-2-A",
                        "type": "ASTS",
                        "assetLabel": "CH1.ASTS-1-2-A",
                        "assetClassification": "Electrical"
                      },
                      {
                        "assetId": "CH1.ASTS-1-2-A",
                        "type": "ASTS",
                        "assetLabel": "CH1.ASTS-1-2-A",
                        "assetClassification": "Electrical"
                      }
                    ]
                  },
                  "status": {
                    "type": "INFO",
                    "statuscode": "1000",
                    "msg": "OK"
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "accountNo",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ibx",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "searchString",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/smartview/v1/asset/tagpoint/current": {
      "get": {
        "tags": [
          "DCIMAssets"
        ],
        "operationId": "getCurrentTagPoint",
        "description": "The parameters and request body are for method: getCurrentTagPoint. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "payLoad": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "value": {
                            "type": "number"
                          },
                          "tagId": {
                            "type": "string"
                          },
                          "tagDisplayName": {
                            "type": "string"
                          },
                          "uom": {
                            "type": "string"
                          },
                          "readingTime": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "status": {
                      "type": "object",
                      "properties": {
                        "type": {
                          "type": "string"
                        },
                        "statuscode": {
                          "type": "string"
                        },
                        "msg": {
                          "type": "string"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "payLoad": [
                    {
                      "value": 4.9,
                      "tagId": "CH1.Chiller-1:evapleavingwatertemperature",
                      "tagDisplayName": "Evaporator Leaving Water Temperature",
                      "uom": "°C",
                      "readingTime": "20170907125336"
                    },
                    {
                      "value": 4.9,
                      "tagId": "CH1.Chiller-1:evapleavingwatertemperature",
                      "tagDisplayName": "Evaporator Leaving Water Temperature",
                      "uom": "°C",
                      "readingTime": "20170907125336"
                    },
                    {
                      "value": 4.9,
                      "tagId": "CH1.Chiller-1:evapleavingwatertemperature",
                      "tagDisplayName": "Evaporator Leaving Water Temperature",
                      "uom": "°C",
                      "readingTime": "20170907125336"
                    }
                  ],
                  "status": {
                    "type": "INFO",
                    "statuscode": "1000",
                    "msg": "OK"
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "accountNo",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ibx",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tagid",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "DCIMAssets"
        ],
        "operationId": "postSmartviewV1AssetTagpointCurrent",
        "description": "The parameters and request body are for method: postSmartviewV1AssetTagpointCurrent. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "payLoad": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "value": {
                            "type": "number"
                          },
                          "tagId": {
                            "type": "string"
                          },
                          "tagDisplayName": {
                            "type": "string"
                          },
                          "uom": {
                            "type": "string"
                          },
                          "readingTime": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "status": {
                      "type": "object",
                      "properties": {
                        "type": {
                          "type": "string"
                        },
                        "statuscode": {
                          "type": "string"
                        },
                        "msg": {
                          "type": "string"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "payLoad": [
                    {
                      "value": 4.9,
                      "tagId": "CH1.Chiller-1:evapleavingwatertemperature",
                      "tagDisplayName": "Evaporator Leaving Water Temperature",
                      "uom": "°C",
                      "readingTime": "20170907125336"
                    },
                    {
                      "value": 4.9,
                      "tagId": "CH1.Chiller-1:evapleavingwatertemperature",
                      "tagDisplayName": "Evaporator Leaving Water Temperature",
                      "uom": "°C",
                      "readingTime": "20170907125336"
                    },
                    {
                      "value": 4.9,
                      "tagId": "CH1.Chiller-1:evapleavingwatertemperature",
                      "tagDisplayName": "Evaporator Leaving Water Temperature",
                      "uom": "°C",
                      "readingTime": "20170907125336"
                    },
                    {
                      "value": 4.9,
                      "tagId": "CH1.Chiller-1:evapleavingwatertemperature",
                      "tagDisplayName": "Evaporator Leaving Water Temperature",
                      "uom": "°C",
                      "readingTime": "20170907125336"
                    },
                    {
                      "value": 4.9,
                      "tagId": "CH1.Chiller-1:evapleavingwatertemperature",
                      "tagDisplayName": "Evaporator Leaving Water Temperature",
                      "uom": "°C",
                      "readingTime": "20170907125336"
                    },
                    {
                      "value": 4.9,
                      "tagId": "CH1.Chiller-1:evapleavingwatertemperature",
                      "tagDisplayName": "Evaporator Leaving Water Temperature",
                      "uom": "°C",
                      "readingTime": "20170907125336"
                    },
                    {
                      "value": 4.9,
                      "tagId": "CH1.Chiller-1:evapleavingwatertemperature",
                      "tagDisplayName": "Evaporator Leaving Water Temperature",
                      "uom": "°C",
                      "readingTime": "20170907125336"
                    },
                    {
                      "value": 4.9,
                      "tagId": "CH1.Chiller-1:evapleavingwatertemperature",
                      "tagDisplayName": "Evaporator Leaving Water Temperature",
                      "uom": "°C",
                      "readingTime": "20170907125336"
                    }
                  ],
                  "status": {
                    "type": "INFO",
                    "statuscode": "1000",
                    "msg": "OK"
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "payload"
            }
          }
        }
      }
    },
    "/smartview/v1/asset/tagpoint/trending": {
      "get": {
        "tags": [
          "DCIMAssets"
        ],
        "operationId": "getTagpointTrending",
        "description": "The parameters and request body are for method: getTagpointTrending. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "payLoad": {
                      "type": "object",
                      "properties": {
                        "accountNumber": {
                          "type": "string"
                        },
                        "ibx": {
                          "type": "string"
                        },
                        "interval": {
                          "type": "string"
                        },
                        "uom": {
                          "type": "string"
                        },
                        "tagId": {
                          "type": "string"
                        },
                        "tagDisplayName": {
                          "type": "string"
                        },
                        "dataType": {
                          "type": "string"
                        },
                        "data": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "datetime": {
                                "type": "string"
                              },
                              "value": {
                                "type": "string"
                              }
                            }
                          }
                        }
                      }
                    },
                    "status": {
                      "type": "object",
                      "properties": {
                        "type": {
                          "type": "string"
                        },
                        "statuscode": {
                          "type": "string"
                        },
                        "msg": {
                          "type": "string"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "payLoad": {
                    "accountNumber": "1",
                    "ibx": "CH1",
                    "interval": "1h",
                    "uom": "s",
                    "tagId": "CH1.UPS-20:batterytimeremaining",
                    "tagDisplayName": "Battery Time Remaining",
                    "dataType": "Float",
                    "data": [
                      {
                        "datetime": "1504779867508",
                        "value": "0.0"
                      },
                      {
                        "datetime": "1504779867508",
                        "value": "0.0"
                      }
                    ]
                  },
                  "status": {
                    "type": "INFO",
                    "statuscode": "1000",
                    "msg": "OK"
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "accountNo",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ibx",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tagid",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "interval",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "fromDate",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "toDate",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/environment/v1/current": {
      "get": {
        "tags": [
          "DCIMEnvironment"
        ],
        "operationId": "getEnvironmentV1Current",
        "description": "The parameters and request body are for method: getEnvironmentV1Current. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "payLoad": {
                      "type": "object",
                      "properties": {
                        "ibx": {
                          "type": "string"
                        },
                        "accountNo": {
                          "type": "string"
                        },
                        "zone": {
                          "type": "string"
                        },
                        "cage": {
                          "type": "string"
                        },
                        "cabinet": {
                          "type": "string"
                        },
                        "sensor": {
                          "type": "string"
                        },
                        "temperature": {
                          "type": "string"
                        },
                        "humidity": {
                          "type": "string"
                        },
                        "timestamp": {
                          "type": "string"
                        },
                        "temperatureUom": {
                          "type": "string"
                        },
                        "humidityUom": {
                          "type": "string"
                        }
                      }
                    },
                    "status": {
                      "type": "object",
                      "properties": {
                        "type": {
                          "type": "string"
                        },
                        "statuscode": {
                          "type": "string"
                        },
                        "msg": {
                          "type": "string"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "payLoad": {
                    "ibx": "CH1",
                    "accountNo": "1",
                    "zone": "CH1:1:05:ColoArea:2",
                    "cage": "CH1:05:000550",
                    "cabinet": "CH1:05:000550:0105",
                    "sensor": "CH1.Colo.CH1_05_000550_0105",
                    "temperature": "20.0",
                    "humidity": "43.00",
                    "timestamp": "1506665106579",
                    "temperatureUom": "°C",
                    "humidityUom": "%"
                  },
                  "status": {
                    "type": "INFO",
                    "statuscode": "1000",
                    "msg": "OK"
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "accountNo",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ibx",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "levelType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "levelValue",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/environment/v1/listCurrent": {
      "get": {
        "tags": [
          "DCIMEnvironment"
        ],
        "operationId": "getEnvironmentV1ListCurrent",
        "description": "The parameters and request body are for method: getEnvironmentV1ListCurrent. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "payLoad": {
                      "type": "object",
                      "properties": {
                        "totalCount": {
                          "type": "number"
                        },
                        "data": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "ibx": {
                                "type": "string"
                              },
                              "accountNo": {
                                "type": "string"
                              },
                              "zone": {
                                "type": "string"
                              },
                              "cage": {
                                "type": "string"
                              },
                              "cabinet": {
                                "type": "string"
                              },
                              "sensor": {
                                "type": "string"
                              },
                              "temperature": {
                                "type": "string"
                              },
                              "humidity": {
                                "type": "string"
                              },
                              "timestamp": {
                                "type": "string"
                              },
                              "temperatureUom": {
                                "type": "string"
                              },
                              "humidityUom": {
                                "type": "string"
                              }
                            }
                          }
                        }
                      }
                    },
                    "status": {
                      "type": "object",
                      "properties": {
                        "type": {
                          "type": "string"
                        },
                        "statuscode": {
                          "type": "string"
                        },
                        "msg": {
                          "type": "string"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "payLoad": {
                    "totalCount": 1,
                    "data": [
                      {
                        "ibx": "CH1",
                        "accountNo": "1",
                        "zone": "CH1:1:05:ColoArea:2",
                        "cage": "CH1:05:000550",
                        "cabinet": "CH1:05:000550:0105",
                        "sensor": "CH1.Colo.CH1_05_000550_0105",
                        "temperature": "20.0",
                        "humidity": "43.00",
                        "timestamp": "1506665106579",
                        "temperatureUom": "°C",
                        "humidityUom": "%"
                      },
                      {
                        "ibx": "CH1",
                        "accountNo": "1",
                        "zone": "CH1:1:05:ColoArea:2",
                        "cage": "CH1:05:000550",
                        "cabinet": "CH1:05:000550:0105",
                        "sensor": "CH1.Colo.CH1_05_000550_0105",
                        "temperature": "20.0",
                        "humidity": "43.00",
                        "timestamp": "1506665106579",
                        "temperatureUom": "°C",
                        "humidityUom": "%"
                      }
                    ]
                  },
                  "status": {
                    "type": "INFO",
                    "statuscode": "1000",
                    "msg": "OK"
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "accountNo",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ibx",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "levelType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/environment/v1/trending": {
      "get": {
        "tags": [
          "DCIMEnvironment"
        ],
        "operationId": "getEnvironmentV1Trending",
        "description": "The parameters and request body are for method: getEnvironmentV1Trending. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "payLoad": {
                      "type": "object",
                      "properties": {
                        "ibx": {
                          "type": "string"
                        },
                        "accountNo": {
                          "type": "string"
                        },
                        "interval": {
                          "type": "string"
                        },
                        "datapoint": {
                          "type": "string"
                        },
                        "uom": {
                          "type": "string"
                        },
                        "series": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "value": {
                                "type": "string"
                              },
                              "modifiers": {
                                "type": "array",
                                "items": {
                                  "type": "string"
                                }
                              },
                              "datetime": {
                                "type": "string"
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "payLoad": {
                    "ibx": "CH1",
                    "accountNo": "1",
                    "interval": "reading",
                    "datapoint": "temperature",
                    "uom": "°C",
                    "series": [
                      {
                        "value": "21.11",
                        "modifiers": [
                          "recorded",
                          "recorded",
                          "recorded"
                        ],
                        "datetime": "1483977600000"
                      },
                      {
                        "value": "21.11",
                        "modifiers": [
                          "recorded",
                          "recorded",
                          "recorded",
                          "recorded",
                          "recorded",
                          "recorded",
                          "recorded",
                          "recorded",
                          "recorded",
                          "recorded"
                        ],
                        "datetime": "1483977600000"
                      },
                      {
                        "value": "21.11",
                        "modifiers": [
                          "recorded",
                          "recorded",
                          "recorded",
                          "recorded",
                          "recorded",
                          "recorded",
                          "recorded"
                        ],
                        "datetime": "1483977600000"
                      },
                      {
                        "value": "21.11",
                        "modifiers": [
                          "recorded",
                          "recorded",
                          "recorded",
                          "recorded"
                        ],
                        "datetime": "1483977600000"
                      },
                      {
                        "value": "21.11",
                        "modifiers": [
                          "recorded",
                          "recorded"
                        ],
                        "datetime": "1483977600000"
                      },
                      {
                        "value": "21.11",
                        "modifiers": [
                          "recorded",
                          "recorded",
                          "recorded",
                          "recorded",
                          "recorded",
                          "recorded",
                          "recorded",
                          "recorded"
                        ],
                        "datetime": "1483977600000"
                      },
                      {
                        "value": "21.11",
                        "modifiers": [
                          "recorded",
                          "recorded",
                          "recorded",
                          "recorded",
                          "recorded",
                          "recorded"
                        ],
                        "datetime": "1483977600000"
                      }
                    ]
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "accountNo",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ibx",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "dataPoint",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "levelType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "levelValue",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "interval",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "fromDate",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "toDate",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/smartview/v1/hierarchy/location": {
      "get": {
        "tags": [
          "DCIMHierarchyAPIs"
        ],
        "operationId": "getLocationHierarchy",
        "description": "The parameters and request body are for method: getLocationHierarchy. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "levelType": {
                        "type": "string"
                      },
                      "levelValue": {
                        "type": "string"
                      },
                      "label": {
                        "type": "string"
                      },
                      "children": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "levelType": {
                              "type": "string"
                            },
                            "levelValue": {
                              "type": "string"
                            },
                            "label": {
                              "type": "string"
                            },
                            "children": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "levelType": {
                                    "type": "string"
                                  },
                                  "levelValue": {
                                    "type": "string"
                                  },
                                  "label": {
                                    "type": "string"
                                  },
                                  "children": {
                                    "type": "array",
                                    "items": {
                                      "type": "object",
                                      "properties": {
                                        "levelType": {
                                          "type": "string"
                                        },
                                        "levelValue": {
                                          "type": "string"
                                        },
                                        "label": {
                                          "type": "string"
                                        },
                                        "children": {
                                          "type": "object"
                                        }
                                      }
                                    }
                                  }
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": [
                  {
                    "levelType": "ibx",
                    "levelValue": "SV5",
                    "label": "SV5",
                    "children": [
                      {
                        "levelType": "ZONE",
                        "levelValue": "XY3:1:03:LocoArea:1",
                        "label": "XY3:1:03:LocoArea:1",
                        "children": [
                          {
                            "levelType": "CAGE",
                            "levelValue": "495",
                            "label": "XY3:03:021720",
                            "children": [
                              {
                                "levelType": "CABINET",
                                "levelValue": "105734",
                                "label": "XY3:03:021720:V0101:0199",
                                "children": []
                              }
                            ]
                          },
                          {
                            "levelType": "CAGE",
                            "levelValue": "506",
                            "label": "XY3:03:020900",
                            "children": [
                              {
                                "levelType": "CABINET",
                                "levelValue": "13781",
                                "label": "XY3:03:020900:1010",
                                "children": []
                              },
                              {
                                "levelType": "CABINET",
                                "levelValue": "13782",
                                "label": "XY3:03:020900:1012",
                                "children": []
                              }
                            ]
                          }
                        ]
                      },
                      {
                        "levelType": "ZONE",
                        "levelValue": "XY3:1:03:Select Room:1",
                        "label": "XY3:1:03:Select Room:1",
                        "children": [
                          {
                            "levelType": "CAGE",
                            "levelValue": "61274",
                            "label": "XY3:03:FE21720",
                            "children": [
                              {
                                "levelType": "CABINET",
                                "levelValue": "105901",
                                "label": "XY3:03:FE21720:9999",
                                "children": []
                              }
                            ]
                          },
                          {
                            "levelType": "CAGE",
                            "levelValue": "61275",
                            "label": "XY3:03:FE50010",
                            "children": [
                              {
                                "levelType": "CABINET",
                                "levelValue": "105958",
                                "label": "XY3:03:FE50010:9999",
                                "children": []
                              },
                              {
                                "levelType": "CABINET",
                                "levelValue": "139905",
                                "label": "XY3:03:FE50010:0000",
                                "children": []
                              }
                            ]
                          }
                        ]
                      },
                      {
                        "levelType": "ZONE",
                        "levelValue": "XY3:2:03:LocoArea:1",
                        "label": "XY3:2:03:LocoArea:1",
                        "children": [
                          {
                            "levelType": "CAGE",
                            "levelValue": "5902",
                            "label": "XY3:03:021200",
                            "children": [
                              {
                                "levelType": "CABINET",
                                "levelValue": "102563",
                                "label": "XY3:03:021200:0101",
                                "children": []
                              },
                              {
                                "levelType": "CABINET",
                                "levelValue": "102564",
                                "label": "XY3:03:021200:0102",
                                "children": []
                              }
                            ]
                          }
                        ]
                      }
                    ]
                  },
                  {
                    "levelType": "ibx",
                    "levelValue": "SV5",
                    "label": "SV5",
                    "children": [
                      {
                        "levelType": "ZONE",
                        "levelValue": "XY3:1:03:LocoArea:1",
                        "label": "XY3:1:03:LocoArea:1",
                        "children": [
                          {
                            "levelType": "CAGE",
                            "levelValue": "495",
                            "label": "XY3:03:021720",
                            "children": [
                              {
                                "levelType": "CABINET",
                                "levelValue": "105734",
                                "label": "XY3:03:021720:V0101:0199",
                                "children": []
                              }
                            ]
                          },
                          {
                            "levelType": "CAGE",
                            "levelValue": "506",
                            "label": "XY3:03:020900",
                            "children": [
                              {
                                "levelType": "CABINET",
                                "levelValue": "13781",
                                "label": "XY3:03:020900:1010",
                                "children": []
                              },
                              {
                                "levelType": "CABINET",
                                "levelValue": "13782",
                                "label": "XY3:03:020900:1012",
                                "children": []
                              }
                            ]
                          }
                        ]
                      },
                      {
                        "levelType": "ZONE",
                        "levelValue": "XY3:1:03:Select Room:1",
                        "label": "XY3:1:03:Select Room:1",
                        "children": [
                          {
                            "levelType": "CAGE",
                            "levelValue": "61274",
                            "label": "XY3:03:FE21720",
                            "children": [
                              {
                                "levelType": "CABINET",
                                "levelValue": "105901",
                                "label": "XY3:03:FE21720:9999",
                                "children": []
                              }
                            ]
                          },
                          {
                            "levelType": "CAGE",
                            "levelValue": "61275",
                            "label": "XY3:03:FE50010",
                            "children": [
                              {
                                "levelType": "CABINET",
                                "levelValue": "105958",
                                "label": "XY3:03:FE50010:9999",
                                "children": []
                              },
                              {
                                "levelType": "CABINET",
                                "levelValue": "139905",
                                "label": "XY3:03:FE50010:0000",
                                "children": []
                              }
                            ]
                          }
                        ]
                      },
                      {
                        "levelType": "ZONE",
                        "levelValue": "XY3:2:03:LocoArea:1",
                        "label": "XY3:2:03:LocoArea:1",
                        "children": [
                          {
                            "levelType": "CAGE",
                            "levelValue": "5902",
                            "label": "XY3:03:021200",
                            "children": [
                              {
                                "levelType": "CABINET",
                                "levelValue": "102563",
                                "label": "XY3:03:021200:0101",
                                "children": []
                              },
                              {
                                "levelType": "CABINET",
                                "levelValue": "102564",
                                "label": "XY3:03:021200:0102",
                                "children": []
                              }
                            ]
                          }
                        ]
                      }
                    ]
                  },
                  {
                    "levelType": "ibx",
                    "levelValue": "SV5",
                    "label": "SV5",
                    "children": [
                      {
                        "levelType": "ZONE",
                        "levelValue": "XY3:1:03:LocoArea:1",
                        "label": "XY3:1:03:LocoArea:1",
                        "children": [
                          {
                            "levelType": "CAGE",
                            "levelValue": "495",
                            "label": "XY3:03:021720",
                            "children": [
                              {
                                "levelType": "CABINET",
                                "levelValue": "105734",
                                "label": "XY3:03:021720:V0101:0199",
                                "children": []
                              }
                            ]
                          },
                          {
                            "levelType": "CAGE",
                            "levelValue": "506",
                            "label": "XY3:03:020900",
                            "children": [
                              {
                                "levelType": "CABINET",
                                "levelValue": "13781",
                                "label": "XY3:03:020900:1010",
                                "children": []
                              },
                              {
                                "levelType": "CABINET",
                                "levelValue": "13782",
                                "label": "XY3:03:020900:1012",
                                "children": []
                              }
                            ]
                          }
                        ]
                      },
                      {
                        "levelType": "ZONE",
                        "levelValue": "XY3:1:03:Select Room:1",
                        "label": "XY3:1:03:Select Room:1",
                        "children": [
                          {
                            "levelType": "CAGE",
                            "levelValue": "61274",
                            "label": "XY3:03:FE21720",
                            "children": [
                              {
                                "levelType": "CABINET",
                                "levelValue": "105901",
                                "label": "XY3:03:FE21720:9999",
                                "children": []
                              }
                            ]
                          },
                          {
                            "levelType": "CAGE",
                            "levelValue": "61275",
                            "label": "XY3:03:FE50010",
                            "children": [
                              {
                                "levelType": "CABINET",
                                "levelValue": "105958",
                                "label": "XY3:03:FE50010:9999",
                                "children": []
                              },
                              {
                                "levelType": "CABINET",
                                "levelValue": "139905",
                                "label": "XY3:03:FE50010:0000",
                                "children": []
                              }
                            ]
                          }
                        ]
                      },
                      {
                        "levelType": "ZONE",
                        "levelValue": "XY3:2:03:LocoArea:1",
                        "label": "XY3:2:03:LocoArea:1",
                        "children": [
                          {
                            "levelType": "CAGE",
                            "levelValue": "5902",
                            "label": "XY3:03:021200",
                            "children": [
                              {
                                "levelType": "CABINET",
                                "levelValue": "102563",
                                "label": "XY3:03:021200:0101",
                                "children": []
                              },
                              {
                                "levelType": "CABINET",
                                "levelValue": "102564",
                                "label": "XY3:03:021200:0102",
                                "children": []
                              }
                            ]
                          }
                        ]
                      }
                    ]
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "accountNo",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ibx",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/smartview/v1/hierarchy/power": {
      "get": {
        "tags": [
          "DCIMHierarchyAPIs"
        ],
        "operationId": "getPowerHierarchy",
        "description": "The parameters and request body are for method: getPowerHierarchy. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "levelType": {
                        "type": "string"
                      },
                      "levelValue": {
                        "type": "string"
                      },
                      "label": {
                        "type": "string"
                      },
                      "children": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "levelType": {
                              "type": "string"
                            },
                            "levelValue": {
                              "type": "string"
                            },
                            "label": {
                              "type": "string"
                            },
                            "children": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "levelType": {
                                    "type": "string"
                                  },
                                  "levelValue": {
                                    "type": "string"
                                  },
                                  "label": {
                                    "type": "string"
                                  },
                                  "children": {
                                    "type": "array",
                                    "items": {
                                      "type": "object",
                                      "properties": {
                                        "levelType": {
                                          "type": "string"
                                        },
                                        "levelValue": {
                                          "type": "string"
                                        },
                                        "label": {
                                          "type": "string"
                                        },
                                        "children": {
                                          "type": "object"
                                        }
                                      }
                                    }
                                  }
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": [
                  {
                    "levelType": "IBX",
                    "levelValue": "XY1",
                    "label": "XY1",
                    "children": [
                      {
                        "levelType": "CAGE",
                        "levelValue": "5902",
                        "label": "XY1:06:061600",
                        "children": [
                          {
                            "levelType": "CABINET",
                            "levelValue": "102563",
                            "label": "XY1:06:061600:0101",
                            "children": [
                              {
                                "levelType": "CIRCUIT",
                                "levelValue": "XYZA3693",
                                "label": "208V 20A 1Ph Red (3693)",
                                "children": []
                              }
                            ]
                          },
                          {
                            "levelType": "CABINET",
                            "levelValue": "102564",
                            "label": "XY1:06:061600:0102",
                            "children": [
                              {
                                "levelType": "CIRCUIT",
                                "levelValue": "XYZA3694",
                                "label": "208V 20A 1Ph Red (3694)",
                                "children": []
                              },
                              {
                                "levelType": "CIRCUIT",
                                "levelValue": "XYZA3692",
                                "label": "208V 20A 1Ph Pri (3692)",
                                "children": []
                              }
                            ]
                          },
                          {
                            "levelType": "CABINET",
                            "levelValue": "102582",
                            "label": "XY1:06:061600:0302",
                            "children": [
                              {
                                "levelType": "CIRCUIT",
                                "levelValue": "XYZE7863",
                                "label": "120V 30A 1Ph Red (7863)",
                                "children": []
                              },
                              {
                                "levelType": "CIRCUIT",
                                "levelValue": "XYZE7862",
                                "label": "120V 30A 1Ph Pri (7862)",
                                "children": []
                              }
                            ]
                          },
                          {
                            "levelType": "CABINET",
                            "levelValue": "102587",
                            "label": "XY1:06:061600:0307",
                            "children": [
                              {
                                "levelType": "CIRCUIT",
                                "levelValue": "XYZG4836",
                                "label": "208V 20A 1Ph Red (4836)",
                                "children": []
                              }
                            ]
                          }
                        ]
                      },
                      {
                        "levelType": "CAGE",
                        "levelValue": "60442",
                        "label": "XY1:06:063000",
                        "children": [
                          {
                            "levelType": "CABINET",
                            "levelValue": "100798",
                            "label": "XY1:06:063000:0101",
                            "children": [
                              {
                                "levelType": "CIRCUIT",
                                "levelValue": "XYZH2630",
                                "label": "120V 20A 1Ph Red (2630)",
                                "children": []
                              },
                              {
                                "levelType": "CIRCUIT",
                                "levelValue": "XYZH2629",
                                "label": "120V 20A 1Ph Pri (2629)",
                                "children": []
                              }
                            ]
                          }
                        ]
                      }
                    ]
                  },
                  {
                    "levelType": "IBX",
                    "levelValue": "XY1",
                    "label": "XY1",
                    "children": [
                      {
                        "levelType": "CAGE",
                        "levelValue": "5902",
                        "label": "XY1:06:061600",
                        "children": [
                          {
                            "levelType": "CABINET",
                            "levelValue": "102563",
                            "label": "XY1:06:061600:0101",
                            "children": [
                              {
                                "levelType": "CIRCUIT",
                                "levelValue": "XYZA3693",
                                "label": "208V 20A 1Ph Red (3693)",
                                "children": []
                              }
                            ]
                          },
                          {
                            "levelType": "CABINET",
                            "levelValue": "102564",
                            "label": "XY1:06:061600:0102",
                            "children": [
                              {
                                "levelType": "CIRCUIT",
                                "levelValue": "XYZA3694",
                                "label": "208V 20A 1Ph Red (3694)",
                                "children": []
                              },
                              {
                                "levelType": "CIRCUIT",
                                "levelValue": "XYZA3692",
                                "label": "208V 20A 1Ph Pri (3692)",
                                "children": []
                              }
                            ]
                          },
                          {
                            "levelType": "CABINET",
                            "levelValue": "102582",
                            "label": "XY1:06:061600:0302",
                            "children": [
                              {
                                "levelType": "CIRCUIT",
                                "levelValue": "XYZE7863",
                                "label": "120V 30A 1Ph Red (7863)",
                                "children": []
                              },
                              {
                                "levelType": "CIRCUIT",
                                "levelValue": "XYZE7862",
                                "label": "120V 30A 1Ph Pri (7862)",
                                "children": []
                              }
                            ]
                          },
                          {
                            "levelType": "CABINET",
                            "levelValue": "102587",
                            "label": "XY1:06:061600:0307",
                            "children": [
                              {
                                "levelType": "CIRCUIT",
                                "levelValue": "XYZG4836",
                                "label": "208V 20A 1Ph Red (4836)",
                                "children": []
                              }
                            ]
                          }
                        ]
                      },
                      {
                        "levelType": "CAGE",
                        "levelValue": "60442",
                        "label": "XY1:06:063000",
                        "children": [
                          {
                            "levelType": "CABINET",
                            "levelValue": "100798",
                            "label": "XY1:06:063000:0101",
                            "children": [
                              {
                                "levelType": "CIRCUIT",
                                "levelValue": "XYZH2630",
                                "label": "120V 20A 1Ph Red (2630)",
                                "children": []
                              },
                              {
                                "levelType": "CIRCUIT",
                                "levelValue": "XYZH2629",
                                "label": "120V 20A 1Ph Pri (2629)",
                                "children": []
                              }
                            ]
                          }
                        ]
                      }
                    ]
                  },
                  {
                    "levelType": "IBX",
                    "levelValue": "XY1",
                    "label": "XY1",
                    "children": [
                      {
                        "levelType": "CAGE",
                        "levelValue": "5902",
                        "label": "XY1:06:061600",
                        "children": [
                          {
                            "levelType": "CABINET",
                            "levelValue": "102563",
                            "label": "XY1:06:061600:0101",
                            "children": [
                              {
                                "levelType": "CIRCUIT",
                                "levelValue": "XYZA3693",
                                "label": "208V 20A 1Ph Red (3693)",
                                "children": []
                              }
                            ]
                          },
                          {
                            "levelType": "CABINET",
                            "levelValue": "102564",
                            "label": "XY1:06:061600:0102",
                            "children": [
                              {
                                "levelType": "CIRCUIT",
                                "levelValue": "XYZA3694",
                                "label": "208V 20A 1Ph Red (3694)",
                                "children": []
                              },
                              {
                                "levelType": "CIRCUIT",
                                "levelValue": "XYZA3692",
                                "label": "208V 20A 1Ph Pri (3692)",
                                "children": []
                              }
                            ]
                          },
                          {
                            "levelType": "CABINET",
                            "levelValue": "102582",
                            "label": "XY1:06:061600:0302",
                            "children": [
                              {
                                "levelType": "CIRCUIT",
                                "levelValue": "XYZE7863",
                                "label": "120V 30A 1Ph Red (7863)",
                                "children": []
                              },
                              {
                                "levelType": "CIRCUIT",
                                "levelValue": "XYZE7862",
                                "label": "120V 30A 1Ph Pri (7862)",
                                "children": []
                              }
                            ]
                          },
                          {
                            "levelType": "CABINET",
                            "levelValue": "102587",
                            "label": "XY1:06:061600:0307",
                            "children": [
                              {
                                "levelType": "CIRCUIT",
                                "levelValue": "XYZG4836",
                                "label": "208V 20A 1Ph Red (4836)",
                                "children": []
                              }
                            ]
                          }
                        ]
                      },
                      {
                        "levelType": "CAGE",
                        "levelValue": "60442",
                        "label": "XY1:06:063000",
                        "children": [
                          {
                            "levelType": "CABINET",
                            "levelValue": "100798",
                            "label": "XY1:06:063000:0101",
                            "children": [
                              {
                                "levelType": "CIRCUIT",
                                "levelValue": "XYZH2630",
                                "label": "120V 20A 1Ph Red (2630)",
                                "children": []
                              },
                              {
                                "levelType": "CIRCUIT",
                                "levelValue": "XYZH2629",
                                "label": "120V 20A 1Ph Pri (2629)",
                                "children": []
                              }
                            ]
                          }
                        ]
                      }
                    ]
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "accountNo",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ibx",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/power/v1/current": {
      "get": {
        "tags": [
          "DCIMPower"
        ],
        "operationId": "getPowerV1Current",
        "description": "The parameters and request body are for method: getPowerV1Current. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "payLoad": {
                      "type": "object",
                      "properties": {
                        "ibx": {
                          "type": "string"
                        },
                        "accountNo": {
                          "type": "string"
                        },
                        "levelType": {
                          "type": "string"
                        },
                        "levelValue": {
                          "type": "string"
                        },
                        "isAlarm": {
                          "type": "string"
                        },
                        "kva": {
                          "type": "number"
                        },
                        "amps": {
                          "type": "number"
                        },
                        "soldKva": {
                          "type": "number"
                        },
                        "cabinetRating": {
                          "type": "number"
                        },
                        "contractualKva": {
                          "type": "number"
                        },
                        "percentageKva": {
                          "type": "number"
                        },
                        "comparisonData": {
                          "type": "object",
                          "properties": {
                            "datapoint": {
                              "type": "string"
                            },
                            "yesterday": {
                              "type": "number"
                            },
                            "lastWeek": {
                              "type": "number"
                            },
                            "lastMonth": {
                              "type": "number"
                            },
                            "lastQuarter": {
                              "type": "number"
                            }
                          }
                        },
                        "peakKvaLastSevenDays": {
                          "type": "number"
                        },
                        "peakKvaLastSevenDaysPercentage": {
                          "type": "number"
                        },
                        "peakKvaLastSevenDaysContractualKva": {
                          "type": "number"
                        },
                        "peakKvaLastSevenDaysTime": {
                          "type": "number"
                        },
                        "soldAmps": {
                          "type": "number"
                        },
                        "primaryKva": {
                          "type": "number"
                        },
                        "redundantKva": {
                          "type": "number"
                        },
                        "kw": {
                          "type": "string"
                        },
                        "powerFactor": {
                          "type": "string"
                        },
                        "readingTime": {
                          "type": "string"
                        },
                        "lastUpdatedTime": {
                          "type": "string"
                        },
                        "customerName": {
                          "type": "string"
                        }
                      }
                    },
                    "status": {
                      "type": "object",
                      "properties": {
                        "type": {
                          "type": "string"
                        },
                        "statuscode": {
                          "type": "string"
                        },
                        "msg": {
                          "type": "string"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "payLoad": {
                    "ibx": "ABC",
                    "accountNo": "ABC",
                    "levelType": "ibx",
                    "levelValue": "ABC",
                    "isAlarm": "true",
                    "kva": 54.402,
                    "amps": 123,
                    "soldKva": 598.349,
                    "cabinetRating": 341.54,
                    "contractualKva": 341.54,
                    "percentageKva": 341.54,
                    "comparisonData": {
                      "datapoint": "percentageKva",
                      "yesterday": 0.147,
                      "lastWeek": -0.295,
                      "lastMonth": -0.184,
                      "lastQuarter": 52.434
                    },
                    "peakKvaLastSevenDays": 55.296,
                    "peakKvaLastSevenDaysPercentage": 55.296,
                    "peakKvaLastSevenDaysContractualKva": 55.296,
                    "peakKvaLastSevenDaysTime": 55.296,
                    "soldAmps": 123,
                    "primaryKva": 28.31,
                    "redundantKva": 26.092,
                    "kw": "NA",
                    "powerFactor": "NA",
                    "readingTime": "1497410400000",
                    "lastUpdatedTime": "1497410520000",
                    "customerName": "ABC"
                  },
                  "status": {
                    "type": "INFO",
                    "statuscode": "1000",
                    "msg": "OK"
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "accountNo",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ibx",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "levelType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "levelValue",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "DCIMPower"
        ],
        "operationId": "postPowerV1Current",
        "description": "The parameters and request body are for method: postPowerV1Current. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "payLoad": {
                      "type": "object",
                      "properties": {
                        "data": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "ibx": {
                                "type": "string"
                              },
                              "accountNo": {
                                "type": "string"
                              },
                              "levelType": {
                                "type": "string"
                              },
                              "levelValue": {
                                "type": "string"
                              },
                              "isAlarm": {
                                "type": "string"
                              },
                              "kva": {
                                "type": "number"
                              },
                              "amps": {
                                "type": "number"
                              },
                              "soldKva": {
                                "type": "number"
                              },
                              "cabinetRating": {
                                "type": "number"
                              },
                              "contractualKva": {
                                "type": "number"
                              },
                              "percentageKva": {
                                "type": "number"
                              },
                              "comparisonData": {
                                "type": "object",
                                "properties": {
                                  "datapoint": {
                                    "type": "string"
                                  },
                                  "yesterday": {
                                    "type": "number"
                                  },
                                  "lastWeek": {
                                    "type": "number"
                                  },
                                  "lastMonth": {
                                    "type": "number"
                                  },
                                  "lastQuarter": {
                                    "type": "number"
                                  }
                                }
                              },
                              "peakKvaLastSevenDays": {
                                "type": "number"
                              },
                              "peakKvaLastSevenDaysPercentage": {
                                "type": "number"
                              },
                              "peakKvaLastSevenDaysContractualKva": {
                                "type": "number"
                              },
                              "peakKvaLastSevenDaysTime": {
                                "type": "number"
                              },
                              "soldAmps": {
                                "type": "number"
                              },
                              "primaryKva": {
                                "type": "number"
                              },
                              "redundantKva": {
                                "type": "number"
                              },
                              "kw": {
                                "type": "string"
                              },
                              "powerFactor": {
                                "type": "string"
                              },
                              "readingTime": {
                                "type": "string"
                              },
                              "lastUpdatedTime": {
                                "type": "string"
                              },
                              "customerName": {
                                "type": "string"
                              }
                            }
                          }
                        }
                      }
                    },
                    "status": {
                      "type": "object",
                      "properties": {
                        "type": {
                          "type": "string"
                        },
                        "statuscode": {
                          "type": "string"
                        },
                        "msg": {
                          "type": "string"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "payLoad": {
                    "data": [
                      {
                        "ibx": "ABC",
                        "accountNo": "ABC",
                        "levelType": "ibx",
                        "levelValue": "ABC",
                        "isAlarm": "true",
                        "kva": 54.402,
                        "amps": 123,
                        "soldKva": 598.349,
                        "cabinetRating": 123,
                        "contractualKva": 4,
                        "percentageKva": 15.928,
                        "comparisonData": {
                          "datapoint": "percentageKva",
                          "yesterday": 0.147,
                          "lastWeek": -0.295,
                          "lastMonth": -0.184,
                          "lastQuarter": 52.434
                        },
                        "peakKvaLastSevenDays": 55.296,
                        "peakKvaLastSevenDaysPercentage": 55.296,
                        "peakKvaLastSevenDaysContractualKva": 55.296,
                        "peakKvaLastSevenDaysTime": 55.296,
                        "soldAmps": 123,
                        "primaryKva": 28.31,
                        "redundantKva": 26.092,
                        "kw": "NA",
                        "powerFactor": "NA",
                        "readingTime": "1497410400000",
                        "lastUpdatedTime": "1497410520000",
                        "customerName": "ABC"
                      },
                      {
                        "ibx": "ABC",
                        "accountNo": "ABC",
                        "levelType": "ibx",
                        "levelValue": "ABC",
                        "isAlarm": "true",
                        "kva": 54.402,
                        "amps": 123,
                        "soldKva": 598.349,
                        "cabinetRating": 123,
                        "contractualKva": 5,
                        "percentageKva": 15.928,
                        "comparisonData": {
                          "datapoint": "percentageKva",
                          "yesterday": 0.147,
                          "lastWeek": -0.295,
                          "lastMonth": -0.184,
                          "lastQuarter": 52.434
                        },
                        "peakKvaLastSevenDays": 55.296,
                        "peakKvaLastSevenDaysPercentage": 55.296,
                        "peakKvaLastSevenDaysContractualKva": 55.296,
                        "peakKvaLastSevenDaysTime": 55.296,
                        "soldAmps": 123,
                        "primaryKva": 28.31,
                        "redundantKva": 26.092,
                        "kw": "NA",
                        "powerFactor": "NA",
                        "readingTime": "1497410400000",
                        "lastUpdatedTime": "1497410520000",
                        "customerName": "ABC"
                      },
                      {
                        "ibx": "ABC",
                        "accountNo": "ABC",
                        "levelType": "ibx",
                        "levelValue": "ABC",
                        "isAlarm": "true",
                        "kva": 54.402,
                        "amps": 123,
                        "soldKva": 598.349,
                        "cabinetRating": 123,
                        "contractualKva": 5,
                        "percentageKva": 15.928,
                        "comparisonData": {
                          "datapoint": "percentageKva",
                          "yesterday": 0.147,
                          "lastWeek": -0.295,
                          "lastMonth": -0.184,
                          "lastQuarter": 52.434
                        },
                        "peakKvaLastSevenDays": 55.296,
                        "peakKvaLastSevenDaysPercentage": 55.296,
                        "peakKvaLastSevenDaysContractualKva": 55.296,
                        "peakKvaLastSevenDaysTime": 55.296,
                        "soldAmps": 123,
                        "primaryKva": 28.31,
                        "redundantKva": 26.092,
                        "kw": "NA",
                        "powerFactor": "NA",
                        "readingTime": "1497410400000",
                        "lastUpdatedTime": "1497410520000",
                        "customerName": "ABC"
                      }
                    ]
                  },
                  "status": {
                    "type": "INFO",
                    "statuscode": "1000",
                    "msg": "OK"
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/power/v1/trending": {
      "get": {
        "tags": [
          "DCIMPower"
        ],
        "operationId": "getPowerV1Trending",
        "description": "The parameters and request body are for method: getPowerV1Trending. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "payLoad": {
                      "type": "object",
                      "properties": {
                        "accountNumber": {
                          "type": "string"
                        },
                        "ibx": {
                          "type": "string"
                        },
                        "levelType": {
                          "type": "string"
                        },
                        "levelValue": {
                          "type": "string"
                        },
                        "interval": {
                          "type": "string"
                        },
                        "data": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "datetime": {
                                "type": "string"
                              },
                              "value": {
                                "type": "string"
                              }
                            }
                          }
                        }
                      }
                    },
                    "status": {
                      "type": "object",
                      "properties": {
                        "type": {
                          "type": "string"
                        },
                        "statuscode": {
                          "type": "string"
                        },
                        "msg": {
                          "type": "string"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "payLoad": {
                    "accountNumber": "123456",
                    "ibx": "ABX",
                    "levelType": "ibx",
                    "levelValue": "ABX",
                    "interval": "1h",
                    "data": [
                      {
                        "datetime": "201701010004",
                        "value": "0.147"
                      },
                      {
                        "datetime": "201701010004",
                        "value": "0.147"
                      },
                      {
                        "datetime": "201701010004",
                        "value": "0.147"
                      }
                    ]
                  },
                  "status": {
                    "type": "INFO",
                    "statuscode": "1000",
                    "msg": "OK"
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "accountNo",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ibx",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "levelType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "levelValue",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "interval",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "fromDate",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "toDate",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/smartview/v2/environmental/ibxs/{ibx}/sensors/readings": {
      "get": {
        "tags": [
          "Environmental"
        ],
        "operationId": "getSensorReadings",
        "description": "The parameters and request body are for method: getSensorReadings. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "sensorId": {
                            "type": "string"
                          },
                          "zoneId": {
                            "type": "string"
                          },
                          "ibx": {
                            "type": "string"
                          },
                          "humidity": {
                            "type": "object",
                            "properties": {
                              "value": {
                                "type": "string"
                              },
                              "unit": {
                                "type": "string"
                              }
                            }
                          },
                          "temperature": {
                            "type": "object",
                            "properties": {
                              "value": {
                                "type": "string"
                              },
                              "unit": {
                                "type": "string"
                              }
                            }
                          }
                        }
                      }
                    },
                    "pagination": {
                      "type": "object",
                      "properties": {
                        "offset": {
                          "type": "number"
                        },
                        "limit": {
                          "type": "number"
                        },
                        "total": {
                          "type": "number"
                        },
                        "next": {
                          "type": "string"
                        },
                        "previous": {
                          "type": "string"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "data": [
                    {
                      "sensorId": "SV2.Environmental.Colo4-ZoneHumidity1",
                      "zoneId": "CH2:1:06:ColoArea:1",
                      "ibx": "SV2",
                      "humidity": {
                        "value": "33.3",
                        "unit": "CELSIUS"
                      },
                      "temperature": {
                        "value": "33.3",
                        "unit": "CELSIUS"
                      }
                    }
                  ],
                  "pagination": {
                    "offset": 4,
                    "limit": 8,
                    "total": 2,
                    "next": "string",
                    "previous": "string"
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "ibx",
            "in": "path",
            "required": true,
            "schema": {
              "title": "ibx",
              "type": "string"
            }
          },
          {
            "name": "type",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "zone",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/smartview/v2/environmental/ibxs/{ibx}/sensors/{sensorId}/readings": {
      "get": {
        "tags": [
          "Environmental"
        ],
        "operationId": "getSingleSensorReadings",
        "description": "The parameters and request body are for method: getSingleSensorReadings. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "sensorId": {
                      "type": "string"
                    },
                    "zoneId": {
                      "type": "string"
                    },
                    "ibx": {
                      "type": "string"
                    },
                    "humidity": {
                      "type": "object",
                      "properties": {
                        "value": {
                          "type": "string"
                        },
                        "unit": {
                          "type": "string"
                        }
                      }
                    },
                    "temperature": {
                      "type": "object",
                      "properties": {
                        "value": {
                          "type": "string"
                        },
                        "unit": {
                          "type": "string"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "sensorId": "SV2.Environmental.Colo4-ZoneHumidity1",
                  "zoneId": "CH2:1:06:ColoArea:1",
                  "ibx": "SV2",
                  "humidity": {
                    "value": "33.3",
                    "unit": "CELSIUS"
                  },
                  "temperature": {
                    "value": "33.3",
                    "unit": "CELSIUS"
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "ibx",
            "in": "path",
            "required": true,
            "schema": {
              "title": "ibx",
              "type": "string"
            }
          },
          {
            "name": "sensorId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "sensorId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/assets/search": {
      "post": {
        "tags": [
          "Assets"
        ],
        "operationId": "searchAssets",
        "description": "The parameters and request body are for method: searchAssets. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "assetNumber": {
                            "type": "string"
                          },
                          "serialNumber": {
                            "type": "string"
                          },
                          "orderNumber": {
                            "type": "string"
                          },
                          "productName": {
                            "type": "string"
                          },
                          "ibx": {
                            "type": "string"
                          },
                          "cage": {
                            "type": "string"
                          },
                          "productDescription": {
                            "type": "string"
                          },
                          "accountNumber": {
                            "type": "string"
                          },
                          "accountName": {
                            "type": "string"
                          },
                          "installationDate": {
                            "type": "string"
                          },
                          "customerReferenceNumber": {
                            "type": "string"
                          },
                          "status": {
                            "type": "string"
                          },
                          "additionalDetails": {
                            "type": "object",
                            "properties": {
                              "cabinetNumber": {
                                "type": "string"
                              },
                              "customerOrCarrierCircuitID": {
                                "type": "string"
                              }
                            }
                          }
                        }
                      }
                    },
                    "page": {
                      "type": "object",
                      "properties": {
                        "total": {
                          "type": "number"
                        },
                        "limit": {
                          "type": "number"
                        },
                        "offset": {
                          "type": "number"
                        },
                        "sorts": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "_links": {
                      "type": "object",
                      "properties": {
                        "self": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string"
                            }
                          }
                        },
                        "next": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string"
                            }
                          }
                        },
                        "previous": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "data": [
                    {
                      "assetNumber": "4-123456789",
                      "serialNumber": "123456-A",
                      "orderNumber": "1-123456789",
                      "productName": "CROSS_CONNECT",
                      "ibx": "AB1",
                      "cage": "ACB1:01:001AB1",
                      "productDescription": "Network Cable Connection",
                      "accountNumber": "123456",
                      "accountName": "Equinix customer",
                      "installationDate": "2017-08-24T17:46:35Z",
                      "customerReferenceNumber": "ABZ-12345",
                      "status": "ACTIVE",
                      "additionalDetails": {
                        "cabinetNumber": "ACB1:01:001AB1:1234",
                        "customerOrCarrierCircuitID": "121513A"
                      }
                    },
                    {
                      "assetNumber": "4-123456789",
                      "serialNumber": "123456-A",
                      "orderNumber": "1-123456789",
                      "productName": "CROSS_CONNECT",
                      "ibx": "AB1",
                      "cage": "ACB1:01:001AB1",
                      "productDescription": "Network Cable Connection",
                      "accountNumber": "123456",
                      "accountName": "Equinix customer",
                      "installationDate": "2017-08-24T17:46:35Z",
                      "customerReferenceNumber": "ABZ-12345",
                      "status": "ACTIVE",
                      "additionalDetails": {
                        "cabinetNumber": "ACB1:01:001AB1:1234",
                        "customerOrCarrierCircuitID": "121513A"
                      }
                    }
                  ],
                  "page": {
                    "total": 20,
                    "limit": 2,
                    "offset": 0,
                    "sorts": [
                      "ASSET_NUMBER"
                    ]
                  },
                  "_links": {
                    "self": {
                      "href": "/assets/search?limit=2&exactMatch=true&offset=0&sorts=ASSET_NUMBER"
                    },
                    "next": {
                      "href": "/assets/search?limit=2&exactMatch=true&offset=2&sorts=ASSET_NUMBER"
                    },
                    "previous": {
                      "href": "/assets/search?limit=2&exactMatch=true&offset=0&sorts=ASSET_NUMBER"
                    }
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "sorts",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "source",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "exactMatch",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v1/assets/{assetId}": {
      "get": {
        "tags": [
          "Assets"
        ],
        "operationId": "getAssetById",
        "description": "The parameters and request body are for method: getAssetById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "assetNumber": {
                            "type": "string"
                          },
                          "serialNumber": {
                            "type": "string"
                          },
                          "orderNumber": {
                            "type": "string"
                          },
                          "productName": {
                            "type": "string"
                          },
                          "ibx": {
                            "type": "string"
                          },
                          "cage": {
                            "type": "string"
                          },
                          "productDescription": {
                            "type": "string"
                          },
                          "accountNumber": {
                            "type": "string"
                          },
                          "accountName": {
                            "type": "string"
                          },
                          "installationDate": {
                            "type": "string"
                          },
                          "customerReferenceNumber": {
                            "type": "string"
                          },
                          "status": {
                            "type": "string"
                          },
                          "productDetails": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "key": {
                                  "type": "string"
                                },
                                "value": {
                                  "type": "string"
                                },
                                "Tag": {
                                  "type": "string"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "data": [
                    {
                      "assetNumber": "4-123456789",
                      "serialNumber": "123456-A",
                      "orderNumber": "1-123456789",
                      "productName": "CROSS_CONNECT",
                      "ibx": "AB1",
                      "cage": "ACB1:01:001AB1",
                      "productDescription": "Network Cable Connection",
                      "accountNumber": "123456",
                      "accountName": "Equinix customer",
                      "installationDate": "2017-08-24T17:46:35Z",
                      "customerReferenceNumber": "ABZ-12345",
                      "status": "ACTIVE",
                      "productDetails": [
                        {
                          "key": "ACCOUNT",
                          "value": "Equinix customer",
                          "Tag": "HEADER"
                        },
                        {
                          "key": "A-SIDE-Customer",
                          "value": "A-side-customer",
                          "Tag": "A_SIDE_INFORMATION"
                        },
                        {
                          "key": "Z-SIDE-Customer",
                          "value": "Z-side-customer",
                          "Tag": "Z_SIDE_INFORMATION"
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "assetId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "assetId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/attachments/file": {
      "post": {
        "tags": [
          "Attachments"
        ],
        "operationId": "createAttachment",
        "description": "The parameters and request body are for method: createAttachment. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "attachmentId": {
                      "type": "string"
                    },
                    "attachmentName": {
                      "type": "string"
                    },
                    "attachmentType": {
                      "type": "string"
                    },
                    "attachmentSize": {
                      "type": "number"
                    },
                    "createdDate": {
                      "type": "string"
                    },
                    "createdBy": {
                      "type": "string"
                    },
                    "lastUpdatedDate": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "attachmentId": "56d10de6-f2c0-4edd-ba29-b70736aa2093",
                  "attachmentName": "Example_Invoice.xlsx",
                  "attachmentType": "xlsx",
                  "attachmentSize": 259387,
                  "createdDate": "2017-01-31T09:03:08.340Z",
                  "createdBy": "john.doe@example.com",
                  "lastUpdatedDate": "2017-04-06T17:10:44.807Z"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "purpose",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/attachments/{attachmentId}": {
      "delete": {
        "tags": [
          "Attachments"
        ],
        "operationId": "deleteAttachment",
        "description": "The parameters and request body are for method: deleteAttachment. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "status": {
                      "type": "boolean"
                    }
                  }
                },
                "example": {
                  "status": true
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "attachmentId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "attachmentId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/orders/crossconnect/providers": {
      "get": {
        "tags": [
          "GeneralAvailability"
        ],
        "operationId": "getCrossConnectProviders",
        "description": "The parameters and request body are for method: getCrossConnectProviders. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "name": {
                        "type": "string"
                      },
                      "accountNo": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "name": "abcc",
                    "accountNo": "3232434"
                  },
                  {
                    "name": "xyzzzz",
                    "accountNo": "54545454"
                  },
                  {
                    "name": "lmnxxxx",
                    "accountNo": "87686868"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "crossConnectType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ibx",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "account",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "connectTo",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/orders/crossconnect/locations": {
      "get": {
        "tags": [
          "GeneralAvailability"
        ],
        "operationId": "getCrossConnectLocations",
        "description": "The parameters and request body are for method: getCrossConnectLocations. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "ibx": {
                        "type": "string"
                      },
                      "cages": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "cage": {
                              "type": "string"
                            },
                            "cageType": {
                              "type": "array",
                              "items": {
                                "type": "string"
                              }
                            },
                            "accounts": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "number": {
                                    "type": "string"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "cabinets": {
                                    "type": "array",
                                    "items": {
                                      "type": "object",
                                      "properties": {
                                        "cabinet": {
                                          "type": "string"
                                        }
                                      }
                                    }
                                  }
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": [
                  {
                    "ibx": "AM1",
                    "cages": [
                      {
                        "cage": "AM1:0G:00EQ11-1",
                        "cageType": [
                          "Shared",
                          "BCTR"
                        ],
                        "accounts": [
                          {
                            "number": "108812",
                            "name": "abccc",
                            "cabinets": [
                              {
                                "cabinet": "AM1:0G:00EQ11-1:0602"
                              }
                            ]
                          }
                        ]
                      }
                    ]
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "ibxs",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "crossConnectType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cages",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "detail",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "side",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "asideIbx",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "accountNumber",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/orders/crossconnect/types": {
      "get": {
        "tags": [
          "GeneralAvailability"
        ],
        "operationId": "getCrossConnectTypes",
        "description": "The parameters and request body are for method: getCrossConnectTypes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "crossconnects": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "type": {
                            "type": "string"
                          },
                          "typeDescription": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "interconnectionservices": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "type": {
                            "type": "string"
                          },
                          "typeDescription": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "networkports": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "type": {
                            "type": "string"
                          },
                          "typeDescription": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "crossconnects": [
                    {
                      "type": "STANDARD",
                      "typeDescription": "Standard Cross Connect"
                    },
                    {
                      "type": "EXTENDED",
                      "typeDescription": "Extended Cross Connect"
                    },
                    {
                      "type": "INTRA_CUSTOMER",
                      "typeDescription": "Intra Customer Cross Connect"
                    },
                    {
                      "type": "FIBER",
                      "typeDescription": "Fiber Cross Connect"
                    },
                    {
                      "type": "FIBER_EXTENDED",
                      "typeDescription": "Fiber Extended Cross Connect"
                    }
                  ],
                  "interconnectionservices": [
                    {
                      "type": "PATCH_PANEL",
                      "typeDescription": "Patch Cable"
                    },
                    {
                      "type": "INTRA_FACILITY_CABLE",
                      "typeDescription": "Intra-Facility Cable"
                    },
                    {
                      "type": "PATCH_CABLE_INSTALLATION",
                      "typeDescription": "Patch Cable Installation"
                    },
                    {
                      "type": "LIGHT_LINK_VERIFICATION",
                      "typeDescription": "Light Link Verification"
                    },
                    {
                      "type": "INTERNET_EXCHANGE_PORT",
                      "typeDescription": "Internet Exchange Port"
                    }
                  ],
                  "networkports": [
                    {
                      "type": "METRO_CONNECT",
                      "typeDescription": "Metro Connect"
                    },
                    {
                      "type": "CLOUD_EXCHANGE_PORT",
                      "typeDescription": "Cloud Exchange Port"
                    },
                    {
                      "type": "CLOUD_EXCHANGE_CONNECTION",
                      "typeDescription": "Cloud Exchange Connection"
                    }
                  ]
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/orders/crossconnect/connectionservices": {
      "get": {
        "tags": [
          "GeneralAvailability"
        ],
        "operationId": "getCrossconnectConnectionServices",
        "description": "The parameters and request body are for method: getCrossconnectConnectionServices. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "name": {
                        "type": "string"
                      },
                      "ibx": {
                        "type": "string"
                      },
                      "mediaType": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "name": {
                              "type": "string"
                            },
                            "protocolType": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "name": {
                                    "type": "string"
                                  },
                                  "connectorType": {
                                    "type": "array",
                                    "items": {
                                      "type": "string"
                                    }
                                  }
                                }
                              }
                            },
                            "circuitCount": {
                              "type": "array",
                              "items": {
                                "type": "number"
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": [
                  {
                    "name": "COAX",
                    "ibx": "AM1",
                    "mediaType": [
                      {
                        "name": "COAX",
                        "protocolType": [
                          {
                            "name": "DS-3",
                            "connectorType": [
                              "BNC"
                            ]
                          }
                        ],
                        "circuitCount": [
                          2,
                          5,
                          8
                        ]
                      }
                    ]
                  },
                  {
                    "name": "Multi-Mode Fiber",
                    "ibx": "AM1",
                    "mediaType": [
                      {
                        "name": "50 MICRON MULTI-MODE FIBER OM3",
                        "protocolType": [
                          {
                            "name": "10 GIG ETHERNET",
                            "connectorType": [
                              "RJ45"
                            ]
                          }
                        ],
                        "circuitCount": [
                          4,
                          5,
                          3
                        ]
                      }
                    ]
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "ibx",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "side",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "asideIbx",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "providerAccountNo",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "crossConnectType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/orders/crossconnect/patchpanel": {
      "get": {
        "tags": [
          "GeneralAvailability"
        ],
        "operationId": "getCrossConnectPatchPanel",
        "description": "The parameters and request body are for method: getCrossConnectPatchPanel. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ibx": {
                      "type": "string"
                    },
                    "cage": {
                      "type": "string"
                    },
                    "dedicatedMediaType": {
                      "type": "string"
                    },
                    "prewired": {
                      "type": "string"
                    },
                    "maxPorts": {
                      "type": "string"
                    },
                    "ppType": {
                      "type": "string"
                    },
                    "customerPanelRefNumber": {
                      "type": "string"
                    },
                    "rackLoc": {
                      "type": "string"
                    },
                    "installLoc": {
                      "type": "string"
                    },
                    "installReq": {
                      "type": "boolean"
                    },
                    "mediaTypes": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "availablePorts": {
                      "type": "array",
                      "items": {
                        "type": "number"
                      }
                    },
                    "usedPorts": {
                      "type": "array",
                      "items": {
                        "type": "number"
                      }
                    },
                    "invalidPorts": {
                      "type": "array",
                      "items": {
                        "type": "number"
                      }
                    },
                    "reservedPorts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "port": {
                            "type": "string"
                          },
                          "reservedByUsername": {
                            "type": "string"
                          },
                          "reservedByEmail": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "ppNumber": {
                      "type": "string"
                    },
                    "cabinetNumber": {
                      "type": "string"
                    },
                    "ppNumberList": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "ppDetailList": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "ppNumber": {
                            "type": "string"
                          },
                          "maxPorts": {
                            "type": "string"
                          },
                          "availablePorts": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "connectionServices": {
                      "type": "object"
                    }
                  }
                },
                "example": {
                  "ibx": "SV1",
                  "cage": "2315",
                  "dedicatedMediaType": "Mixed",
                  "prewired": "No",
                  "maxPorts": "12",
                  "ppType": "Equinix provided",
                  "customerPanelRefNumber": "Z424",
                  "rackLoc": "Back",
                  "installLoc": "abc",
                  "installReq": true,
                  "mediaTypes": [
                    "50 MICRON MULTI-MODE FIBER OM3",
                    "50 MICRON MULTI-MODE FIBER OM4",
                    "62.5 MICRON MULTI-MODE FIBER",
                    "CAT3",
                    "CAT5e",
                    "CAT6",
                    "CAT6a",
                    "COAX",
                    "Single-Mode Fiber"
                  ],
                  "availablePorts": [
                    13,
                    14
                  ],
                  "usedPorts": [
                    1,
                    2
                  ],
                  "invalidPorts": [
                    11,
                    12
                  ],
                  "reservedPorts": [
                    {
                      "port": "219",
                      "reservedByUsername": "hwliang",
                      "reservedByEmail": "1hwliang@starhub.com"
                    }
                  ],
                  "ppNumber": "PP:0103:1083488",
                  "cabinetNumber": "0103",
                  "ppNumberList": [
                    "PP:0202:161468,24,19"
                  ],
                  "ppDetailList": [
                    {
                      "ppNumber": "PP:0202:161468",
                      "maxPorts": "24",
                      "availablePorts": "5"
                    }
                  ],
                  "connectionServices": []
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ibx",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cabinet",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "legacyName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "mediaType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "side",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "asideIbx",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "providerAccountNo",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "accountNumber",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "crossConnectType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/orders/crossconnect/standard": {
      "post": {
        "tags": [
          "GeneralAvailability"
        ],
        "operationId": "postCrossConnectStandard",
        "description": "The parameters and request body are for method: postCrossConnectStandard. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "OrderNumber": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "OrderNumber": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "action",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v1/orders/crossconnects": {
      "post": {
        "tags": [
          "GeneralAvailability"
        ],
        "operationId": "postCrossConnectsStandard",
        "description": "The parameters and request body are for method: postCrossConnectsStandard. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "OrderNumber": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "OrderNumber": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "action",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v1/finance/accounts": {
      "get": {
        "tags": [
          "Accounts"
        ],
        "operationId": "getBillingAccounts",
        "description": "The parameters and request body are for method: getBillingAccounts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "accountName": {
                            "type": "string"
                          },
                          "accountNumber": {
                            "type": "string"
                          },
                          "parentAccountNumber": {
                            "type": "string"
                          },
                          "accountIbxs": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          }
                        }
                      }
                    },
                    "page": {
                      "type": "object",
                      "properties": {
                        "total": {
                          "type": "number"
                        },
                        "limit": {
                          "type": "number"
                        },
                        "offset": {
                          "type": "number"
                        }
                      }
                    },
                    "_links": {
                      "type": "object",
                      "properties": {
                        "prev": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string"
                            }
                          }
                        },
                        "self": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string"
                            }
                          }
                        },
                        "next": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "data": [
                    {
                      "accountName": "Example Inc.",
                      "accountNumber": "124353",
                      "parentAccountNumber": "54321",
                      "accountIbxs": [
                        "IBX1",
                        "IBX2",
                        "IBX3",
                        "IBX4"
                      ]
                    }
                  ],
                  "page": {
                    "total": 1200,
                    "limit": 20,
                    "offset": 0
                  },
                  "_links": {
                    "prev": {
                      "href": "/accounts?limit=10&offset=50"
                    },
                    "self": {
                      "href": "/accounts?limit=10&offset=40"
                    },
                    "next": {
                      "href": "/accounts?limit=10&offset=30"
                    }
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sorts",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/finance/accounts/{accountNumber}/{invoiceId}": {
      "get": {
        "tags": [
          "Accounts"
        ],
        "operationId": "downloadBillingDocument",
        "description": "The parameters and request body are for method: downloadBillingDocument. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "accountNumber",
            "in": "path",
            "required": true,
            "schema": {
              "title": "accountNumber",
              "type": "string"
            }
          },
          {
            "name": "invoiceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "invoiceId",
              "type": "string"
            }
          },
          {
            "name": "documentId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/finance/accounts/{accountNumber}": {
      "get": {
        "tags": [
          "Accounts"
        ],
        "operationId": "getBillingAccountByNumber",
        "description": "The parameters and request body are for method: getBillingAccountByNumber. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "accountNumber": {
                      "type": "string"
                    },
                    "billingContact": {
                      "type": "object",
                      "properties": {
                        "firstName": {
                          "type": "string"
                        },
                        "lastName": {
                          "type": "string"
                        },
                        "email": {
                          "type": "string"
                        }
                      }
                    },
                    "billingFrequency": {
                      "type": "string"
                    },
                    "invoiceLanguage": {
                      "type": "string"
                    },
                    "invoiceFormat": {
                      "type": "string"
                    },
                    "invoices": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "invoiceId": {
                            "type": "string"
                          },
                          "transactionNumber": {
                            "type": "string"
                          },
                          "amount": {
                            "type": "number"
                          },
                          "date": {
                            "type": "string"
                          },
                          "type": {
                            "type": "string"
                          },
                          "documents": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "documentId": {
                                  "type": "string"
                                },
                                "fileType": {
                                  "type": "string"
                                },
                                "type": {
                                  "type": "string"
                                }
                              }
                            }
                          }
                        }
                      }
                    },
                    "currencyCode": {
                      "type": "string"
                    },
                    "payments": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "paymentId": {
                            "type": "string"
                          },
                          "amount": {
                            "type": "number"
                          },
                          "date": {
                            "type": "string"
                          },
                          "type": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "accountNumber": "124353",
                  "billingContact": {
                    "firstName": "John",
                    "lastName": "Doe",
                    "email": "john.doe@example.lk"
                  },
                  "billingFrequency": "MONTHLY",
                  "invoiceLanguage": "English",
                  "invoiceFormat": "PDF",
                  "invoices": [
                    {
                      "invoiceId": "123435",
                      "transactionNumber": "654321879",
                      "amount": 456.87,
                      "date": "2017-03-23",
                      "type": "CREDIT_MEMO",
                      "documents": [
                        {
                          "documentId": "24242",
                          "fileType": "PDF_DETAILS",
                          "type": "STATEMENT"
                        },
                        {
                          "documentId": "3521de",
                          "fileType": "PDF_DETAILS",
                          "type": "INVOICE"
                        },
                        {
                          "documentId": "234234de",
                          "fileType": "PDF_DETAILS",
                          "type": "MANUAL_INVOICE"
                        }
                      ]
                    },
                    {
                      "invoiceId": "123435",
                      "transactionNumber": "654321879",
                      "date": "2017-03-23",
                      "type": "CREDIT_MEMO",
                      "amount": -1456.87,
                      "documents": [
                        {
                          "documentId": "242142",
                          "fileType": "PDF_DETAILS",
                          "type": "STATEMENT"
                        }
                      ]
                    }
                  ],
                  "currencyCode": "GBP",
                  "payments": [
                    {
                      "paymentId": "123435",
                      "amount": 43218.79,
                      "date": "2017-03-23",
                      "type": "APPLIED"
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "accountNumber",
            "in": "path",
            "required": true,
            "schema": {
              "title": "accountNumber",
              "type": "string"
            }
          },
          {
            "name": "months",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/notifications/ibx/search": {
      "post": {
        "tags": [
          "IbxNotification"
        ],
        "operationId": "searchIbxNotifications",
        "description": "The parameters and request body are for method: searchIbxNotifications. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "string"
                          },
                          "type": {
                            "type": "string"
                          },
                          "startTimestamp": {
                            "type": "string"
                          },
                          "endTimestamp": {
                            "type": "string"
                          },
                          "ibxs": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          },
                          "status": {
                            "type": "string"
                          },
                          "summary": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "page": {
                      "type": "object",
                      "properties": {
                        "limit": {
                          "type": "number"
                        },
                        "offset": {
                          "type": "number"
                        },
                        "total": {
                          "type": "number"
                        },
                        "sorts": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "_links": {
                      "type": "object",
                      "properties": {
                        "next": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string"
                            }
                          }
                        },
                        "self": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string"
                            }
                          }
                        },
                        "previous": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "data": [
                    {
                      "id": "5-122719992195",
                      "type": "IBX_ADVISORY",
                      "startTimestamp": "2018-01-28T03:46:36.720Z",
                      "endTimestamp": "2018-01-29T03:46:36.720Z",
                      "ibxs": [
                        "SG1",
                        "CH2"
                      ],
                      "status": "RESOLVED",
                      "summary": "Fire Alarm - IBX was Evacuated"
                    },
                    {
                      "id": "5-122719992195",
                      "type": "IBX_ADVISORY",
                      "startTimestamp": "2018-01-28T03:46:36.720Z",
                      "endTimestamp": "2018-01-29T03:46:36.720Z",
                      "ibxs": [
                        "SG1",
                        "CH2"
                      ],
                      "status": "RESOLVED",
                      "summary": "Fire Alarm - IBX was Evacuated"
                    },
                    {
                      "id": "5-122719992195",
                      "type": "IBX_ADVISORY",
                      "startTimestamp": "2018-01-28T03:46:36.720Z",
                      "endTimestamp": "2018-01-29T03:46:36.720Z",
                      "ibxs": [
                        "SG1",
                        "CH2"
                      ],
                      "status": "RESOLVED",
                      "summary": "Fire Alarm - IBX was Evacuated"
                    },
                    {
                      "id": "5-122719992195",
                      "type": "IBX_ADVISORY",
                      "startTimestamp": "2018-01-28T03:46:36.720Z",
                      "endTimestamp": "2018-01-29T03:46:36.720Z",
                      "ibxs": [
                        "SG1",
                        "CH2"
                      ],
                      "status": "RESOLVED",
                      "summary": "Fire Alarm - IBX was Evacuated"
                    },
                    {
                      "id": "5-122719992195",
                      "type": "IBX_ADVISORY",
                      "startTimestamp": "2018-01-28T03:46:36.720Z",
                      "endTimestamp": "2018-01-29T03:46:36.720Z",
                      "ibxs": [
                        "SG1",
                        "CH2"
                      ],
                      "status": "RESOLVED",
                      "summary": "Fire Alarm - IBX was Evacuated"
                    },
                    {
                      "id": "5-122719992195",
                      "type": "IBX_ADVISORY",
                      "startTimestamp": "2018-01-28T03:46:36.720Z",
                      "endTimestamp": "2018-01-29T03:46:36.720Z",
                      "ibxs": [
                        "SG1",
                        "CH2"
                      ],
                      "status": "RESOLVED",
                      "summary": "Fire Alarm - IBX was Evacuated"
                    },
                    {
                      "id": "5-122719992195",
                      "type": "IBX_ADVISORY",
                      "startTimestamp": "2018-01-28T03:46:36.720Z",
                      "endTimestamp": "2018-01-29T03:46:36.720Z",
                      "ibxs": [
                        "SG1",
                        "CH2"
                      ],
                      "status": "RESOLVED",
                      "summary": "Fire Alarm - IBX was Evacuated"
                    }
                  ],
                  "page": {
                    "limit": 10,
                    "offset": 30,
                    "total": 223,
                    "sorts": [
                      "id",
                      "-date"
                    ]
                  },
                  "_links": {
                    "next": {
                      "href": "/v1/notifications/ibx?limit=10&offset=0"
                    },
                    "self": {
                      "href": "/v1/notifications/ibx?limit=10&offset=0"
                    },
                    "previous": {
                      "href": "/v1/notifications/ibx?limit=10&offset=0"
                    }
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sorts",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v1/notifications/ibx/{id}": {
      "get": {
        "tags": [
          "IbxNotification"
        ],
        "operationId": "getIbxNotification",
        "description": "The parameters and request body are for method: getIbxNotification. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "id": {
                      "type": "string"
                    },
                    "type": {
                      "type": "string"
                    },
                    "startTimestamp": {
                      "type": "string"
                    },
                    "endTimestamp": {
                      "type": "string"
                    },
                    "ibxs": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "status": {
                      "type": "string"
                    },
                    "summary": {
                      "type": "string"
                    },
                    "emails": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "subject": {
                            "type": "string"
                          },
                          "body": {
                            "type": "string"
                          },
                          "timestamp": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "id": "5-122719992195",
                  "type": "IBX_ADVISORY",
                  "startTimestamp": "2018-01-28T03:46:36.720Z",
                  "endTimestamp": "2018-01-29T03:46:36.720Z",
                  "ibxs": [
                    "SG1",
                    "CH2"
                  ],
                  "status": "RESOLVED",
                  "summary": "Fire Alarm - IBX was Evacuated",
                  "emails": [
                    {
                      "subject": "FR METRO AREA NEW INCIDENT NOTIFICATION - [5-122720103065]",
                      "body": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum",
                      "timestamp": "2018-01-28T03:46:36.720Z"
                    },
                    {
                      "subject": "FR METRO AREA NEW INCIDENT NOTIFICATION - [5-122720103065]",
                      "body": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum",
                      "timestamp": "2018-01-28T03:46:36.720Z"
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/notifications/network/search": {
      "post": {
        "tags": [
          "NetworkNotification"
        ],
        "operationId": "searchNetworkNotifications",
        "description": "The parameters and request body are for method: searchNetworkNotifications. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "string"
                          },
                          "type": {
                            "type": "string"
                          },
                          "startTimestamp": {
                            "type": "string"
                          },
                          "endTimestamp": {
                            "type": "string"
                          },
                          "ibxs": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          },
                          "status": {
                            "type": "string"
                          },
                          "productTypes": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          },
                          "summary": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "page": {
                      "type": "object",
                      "properties": {
                        "limit": {
                          "type": "number"
                        },
                        "offset": {
                          "type": "number"
                        },
                        "total": {
                          "type": "number"
                        },
                        "sorts": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "_links": {
                      "type": "object",
                      "properties": {
                        "next": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string"
                            }
                          }
                        },
                        "self": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string"
                            }
                          }
                        },
                        "previous": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "data": [
                    {
                      "id": "5-122662504647",
                      "type": "NETWORK_MAINTENANCE",
                      "startTimestamp": "2018-01-28T03:46:36.720Z",
                      "endTimestamp": "2018-01-29T03:46:36.720Z",
                      "ibxs": [
                        "SG1",
                        "SG2"
                      ],
                      "status": "RESOLVED",
                      "productTypes": [
                        "INTERNET_EXCHANGE",
                        "METRO_CONNECT"
                      ],
                      "summary": "line card replacement of dis01.wa1"
                    },
                    {
                      "id": "5-122662504647",
                      "type": "NETWORK_MAINTENANCE",
                      "startTimestamp": "2018-01-28T03:46:36.720Z",
                      "endTimestamp": "2018-01-29T03:46:36.720Z",
                      "ibxs": [
                        "SG1",
                        "SG2"
                      ],
                      "status": "RESOLVED",
                      "productTypes": [
                        "INTERNET_EXCHANGE",
                        "METRO_CONNECT"
                      ],
                      "summary": "line card replacement of dis01.wa1"
                    },
                    {
                      "id": "5-122662504647",
                      "type": "NETWORK_MAINTENANCE",
                      "startTimestamp": "2018-01-28T03:46:36.720Z",
                      "endTimestamp": "2018-01-29T03:46:36.720Z",
                      "ibxs": [
                        "SG1",
                        "SG2"
                      ],
                      "status": "RESOLVED",
                      "productTypes": [
                        "INTERNET_EXCHANGE",
                        "METRO_CONNECT"
                      ],
                      "summary": "line card replacement of dis01.wa1"
                    },
                    {
                      "id": "5-122662504647",
                      "type": "NETWORK_MAINTENANCE",
                      "startTimestamp": "2018-01-28T03:46:36.720Z",
                      "endTimestamp": "2018-01-29T03:46:36.720Z",
                      "ibxs": [
                        "SG1",
                        "SG2"
                      ],
                      "status": "RESOLVED",
                      "productTypes": [
                        "INTERNET_EXCHANGE",
                        "METRO_CONNECT"
                      ],
                      "summary": "line card replacement of dis01.wa1"
                    },
                    {
                      "id": "5-122662504647",
                      "type": "NETWORK_MAINTENANCE",
                      "startTimestamp": "2018-01-28T03:46:36.720Z",
                      "endTimestamp": "2018-01-29T03:46:36.720Z",
                      "ibxs": [
                        "SG1",
                        "SG2"
                      ],
                      "status": "RESOLVED",
                      "productTypes": [
                        "INTERNET_EXCHANGE",
                        "METRO_CONNECT"
                      ],
                      "summary": "line card replacement of dis01.wa1"
                    },
                    {
                      "id": "5-122662504647",
                      "type": "NETWORK_MAINTENANCE",
                      "startTimestamp": "2018-01-28T03:46:36.720Z",
                      "endTimestamp": "2018-01-29T03:46:36.720Z",
                      "ibxs": [
                        "SG1",
                        "SG2"
                      ],
                      "status": "RESOLVED",
                      "productTypes": [
                        "INTERNET_EXCHANGE",
                        "METRO_CONNECT"
                      ],
                      "summary": "line card replacement of dis01.wa1"
                    },
                    {
                      "id": "5-122662504647",
                      "type": "NETWORK_MAINTENANCE",
                      "startTimestamp": "2018-01-28T03:46:36.720Z",
                      "endTimestamp": "2018-01-29T03:46:36.720Z",
                      "ibxs": [
                        "SG1",
                        "SG2"
                      ],
                      "status": "RESOLVED",
                      "productTypes": [
                        "INTERNET_EXCHANGE",
                        "METRO_CONNECT"
                      ],
                      "summary": "line card replacement of dis01.wa1"
                    },
                    {
                      "id": "5-122662504647",
                      "type": "NETWORK_MAINTENANCE",
                      "startTimestamp": "2018-01-28T03:46:36.720Z",
                      "endTimestamp": "2018-01-29T03:46:36.720Z",
                      "ibxs": [
                        "SG1",
                        "SG2"
                      ],
                      "status": "RESOLVED",
                      "productTypes": [
                        "INTERNET_EXCHANGE",
                        "METRO_CONNECT"
                      ],
                      "summary": "line card replacement of dis01.wa1"
                    },
                    {
                      "id": "5-122662504647",
                      "type": "NETWORK_MAINTENANCE",
                      "startTimestamp": "2018-01-28T03:46:36.720Z",
                      "endTimestamp": "2018-01-29T03:46:36.720Z",
                      "ibxs": [
                        "SG1",
                        "SG2"
                      ],
                      "status": "RESOLVED",
                      "productTypes": [
                        "INTERNET_EXCHANGE",
                        "METRO_CONNECT"
                      ],
                      "summary": "line card replacement of dis01.wa1"
                    },
                    {
                      "id": "5-122662504647",
                      "type": "NETWORK_MAINTENANCE",
                      "startTimestamp": "2018-01-28T03:46:36.720Z",
                      "endTimestamp": "2018-01-29T03:46:36.720Z",
                      "ibxs": [
                        "SG1",
                        "SG2"
                      ],
                      "status": "RESOLVED",
                      "productTypes": [
                        "INTERNET_EXCHANGE",
                        "METRO_CONNECT"
                      ],
                      "summary": "line card replacement of dis01.wa1"
                    }
                  ],
                  "page": {
                    "limit": 10,
                    "offset": 30,
                    "total": 223,
                    "sorts": [
                      "id",
                      "-date"
                    ]
                  },
                  "_links": {
                    "next": {
                      "href": "/v1/notifications/ibx?limit=10&offset=0"
                    },
                    "self": {
                      "href": "/v1/notifications/ibx?limit=10&offset=0"
                    },
                    "previous": {
                      "href": "/v1/notifications/ibx?limit=10&offset=0"
                    }
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sorts",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v1/notifications/network/{id}": {
      "get": {
        "tags": [
          "NetworkNotification"
        ],
        "operationId": "getNetworkNotification",
        "description": "The parameters and request body are for method: getNetworkNotification. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "id": {
                      "type": "string"
                    },
                    "type": {
                      "type": "string"
                    },
                    "startTimestamp": {
                      "type": "string"
                    },
                    "endTimestamp": {
                      "type": "string"
                    },
                    "ibxs": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "status": {
                      "type": "string"
                    },
                    "productTypes": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "summary": {
                      "type": "string"
                    },
                    "emails": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "subject": {
                            "type": "string"
                          },
                          "body": {
                            "type": "string"
                          },
                          "timestamp": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "id": "5-122662504647",
                  "type": "NETWORK_MAINTENANCE",
                  "startTimestamp": "2018-01-28T03:46:36.720Z",
                  "endTimestamp": "2018-01-29T03:46:36.720Z",
                  "ibxs": [
                    "SG1",
                    "SG2"
                  ],
                  "status": "RESOLVED",
                  "productTypes": [
                    "INTERNET_EXCHANGE",
                    "METRO_CONNECT"
                  ],
                  "summary": "line card replacement of dis01.wa1",
                  "emails": [
                    {
                      "subject": "FR METRO AREA NEW INCIDENT NOTIFICATION - [5-122720103065]",
                      "body": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum",
                      "timestamp": "2018-01-28T03:46:36.720Z"
                    },
                    {
                      "subject": "FR METRO AREA NEW INCIDENT NOTIFICATION - [5-122720103065]",
                      "body": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum",
                      "timestamp": "2018-01-28T03:46:36.720Z"
                    },
                    {
                      "subject": "FR METRO AREA NEW INCIDENT NOTIFICATION - [5-122720103065]",
                      "body": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum",
                      "timestamp": "2018-01-28T03:46:36.720Z"
                    },
                    {
                      "subject": "FR METRO AREA NEW INCIDENT NOTIFICATION - [5-122720103065]",
                      "body": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum",
                      "timestamp": "2018-01-28T03:46:36.720Z"
                    },
                    {
                      "subject": "FR METRO AREA NEW INCIDENT NOTIFICATION - [5-122720103065]",
                      "body": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum",
                      "timestamp": "2018-01-28T03:46:36.720Z"
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/retrieve-orders/locations": {
      "get": {
        "tags": [
          "RetrieveOrders"
        ],
        "operationId": "getRetrieveOrdersLocations",
        "description": "The parameters and request body are for method: getRetrieveOrdersLocations. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "ibx": {
                        "type": "object",
                        "properties": {
                          "code": {
                            "type": "string"
                          },
                          "metro": {
                            "type": "string"
                          },
                          "region": {
                            "type": "string"
                          },
                          "country": {
                            "type": "string"
                          },
                          "city": {
                            "type": "string"
                          },
                          "state": {
                            "type": "string"
                          },
                          "address": {
                            "type": "string"
                          },
                          "postalCode": {
                            "type": "string"
                          }
                        }
                      },
                      "cages": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        }
                      }
                    }
                  }
                },
                "example": [
                  {
                    "ibx": {
                      "code": "AT1",
                      "metro": "AT",
                      "region": "AMER",
                      "country": "United States of America",
                      "city": "Atlanta",
                      "state": "GA",
                      "address": "180 Peachtree Street NW, 2nd, 3rd and 6th Floors",
                      "postalCode": "30303"
                    },
                    "cages": [
                      "SV1:01:0101",
                      "SV1:01:0101",
                      "SV1:01:0101",
                      "SV1:01:0101",
                      "SV1:01:0101",
                      "SV1:01:0101"
                    ]
                  },
                  {
                    "ibx": {
                      "code": "AT1",
                      "metro": "AT",
                      "region": "AMER",
                      "country": "United States of America",
                      "city": "Atlanta",
                      "state": "GA",
                      "address": "180 Peachtree Street NW, 2nd, 3rd and 6th Floors",
                      "postalCode": "30303"
                    },
                    "cages": [
                      "SV1:01:0101"
                    ]
                  },
                  {
                    "ibx": {
                      "code": "AT1",
                      "metro": "AT",
                      "region": "AMER",
                      "country": "United States of America",
                      "city": "Atlanta",
                      "state": "GA",
                      "address": "180 Peachtree Street NW, 2nd, 3rd and 6th Floors",
                      "postalCode": "30303"
                    },
                    "cages": [
                      "SV1:01:0101",
                      "SV1:01:0101",
                      "SV1:01:0101"
                    ]
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/retrieve-orders": {
      "post": {
        "tags": [
          "RetrieveOrders"
        ],
        "operationId": "postOrdersHistory",
        "description": "The parameters and request body are for method: postOrdersHistory. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "content": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "orderNumber": {
                            "type": "string"
                          },
                          "type": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          },
                          "orderStatus": {
                            "type": "string"
                          },
                          "createdAt": {
                            "type": "string"
                          },
                          "account": {
                            "type": "object",
                            "properties": {
                              "number": {
                                "type": "number"
                              },
                              "name": {
                                "type": "string"
                              }
                            }
                          },
                          "orderingContact": {
                            "type": "object",
                            "properties": {
                              "name": {
                                "type": "string"
                              },
                              "email": {
                                "type": "string"
                              },
                              "phone": {
                                "type": "string"
                              }
                            }
                          },
                          "notificationContact": {
                            "type": "object",
                            "properties": {
                              "name": {
                                "type": "string"
                              },
                              "email": {
                                "type": "string"
                              },
                              "phone": {
                                "type": "string"
                              }
                            }
                          },
                          "ibx": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          },
                          "customerReferenceNumbers": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          },
                          "links": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "rel": {
                                  "type": "string"
                                },
                                "href": {
                                  "type": "string"
                                }
                              }
                            }
                          }
                        }
                      }
                    },
                    "links": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "rel": {
                            "type": "string"
                          },
                          "href": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "page": {
                      "type": "object",
                      "properties": {
                        "size": {
                          "type": "string"
                        },
                        "totalElements": {
                          "type": "string"
                        },
                        "totalPages": {
                          "type": "string"
                        },
                        "number": {
                          "type": "string"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "content": [
                    {
                      "orderNumber": "1-12345678",
                      "type": [
                        "Cross Connect, Smart Hands",
                        "Cross Connect, Smart Hands"
                      ],
                      "orderStatus": "SUBMITTED",
                      "createdAt": "2019-07-02T22:01:50Z",
                      "account": {
                        "number": 136008,
                        "name": "Service Corporation"
                      },
                      "orderingContact": {
                        "name": "John Doe",
                        "email": "johnDoe@test.com",
                        "phone": "+1 408 123 1234"
                      },
                      "notificationContact": {
                        "name": "John Doe",
                        "email": "johnDoe@test.com",
                        "phone": "+1 408 123 1234"
                      },
                      "ibx": [
                        "SV1",
                        "SV1",
                        "SV1",
                        "SV1",
                        "SV1",
                        "SV1",
                        "SV1",
                        "SV1",
                        "SV1"
                      ],
                      "customerReferenceNumbers": [
                        "cust-100",
                        "cust-100",
                        "cust-100",
                        "cust-100",
                        "cust-100",
                        "cust-100",
                        "cust-100"
                      ],
                      "links": [
                        {
                          "rel": "prev",
                          "href": "https://api.equinix.com/v1/retrieve-orders"
                        },
                        {
                          "rel": "prev",
                          "href": "https://api.equinix.com/v1/retrieve-orders"
                        },
                        {
                          "rel": "self",
                          "href": "https://api.equinix.com/v1/retrieve-orders"
                        }
                      ]
                    },
                    {
                      "orderNumber": "1-12345678",
                      "type": [
                        "Cross Connect, Smart Hands",
                        "Cross Connect, Smart Hands"
                      ],
                      "orderStatus": "SUBMITTED",
                      "createdAt": "2019-07-02T22:01:50Z",
                      "account": {
                        "number": 136008,
                        "name": "Service Corporation"
                      },
                      "orderingContact": {
                        "name": "John Doe",
                        "email": "johnDoe@test.com",
                        "phone": "+1 408 123 1234"
                      },
                      "notificationContact": {
                        "name": "John Doe",
                        "email": "johnDoe@test.com",
                        "phone": "+1 408 123 1234"
                      },
                      "ibx": [
                        "SV1",
                        "SV1",
                        "SV1",
                        "SV1",
                        "SV1"
                      ],
                      "customerReferenceNumbers": [
                        "cust-100",
                        "cust-100",
                        "cust-100",
                        "cust-100",
                        "cust-100",
                        "cust-100",
                        "cust-100",
                        "cust-100",
                        "cust-100",
                        "cust-100"
                      ],
                      "links": [
                        {
                          "rel": "prev",
                          "href": "https://api.equinix.com/v1/retrieve-orders"
                        },
                        {
                          "rel": "self",
                          "href": "https://api.equinix.com/v1/retrieve-orders"
                        },
                        {
                          "rel": "self",
                          "href": "https://api.equinix.com/v1/retrieve-orders"
                        },
                        {
                          "rel": "self",
                          "href": "https://api.equinix.com/v1/retrieve-orders"
                        },
                        {
                          "rel": "self",
                          "href": "https://api.equinix.com/v1/retrieve-orders"
                        },
                        {
                          "rel": "next",
                          "href": "https://api.equinix.com/v1/retrieve-orders"
                        },
                        {
                          "rel": "orderFullDetails",
                          "href": "https://api.equinix.com/v1/retrieve-orders"
                        }
                      ]
                    },
                    {
                      "orderNumber": "1-12345678",
                      "type": [
                        "Cross Connect, Smart Hands",
                        "Cross Connect, Smart Hands",
                        "Cross Connect, Smart Hands",
                        "Cross Connect, Smart Hands",
                        "Cross Connect, Smart Hands",
                        "Cross Connect, Smart Hands"
                      ],
                      "orderStatus": "SUBMITTED",
                      "createdAt": "2019-07-02T22:01:50Z",
                      "account": {
                        "number": 136008,
                        "name": "Service Corporation"
                      },
                      "orderingContact": {
                        "name": "John Doe",
                        "email": "johnDoe@test.com",
                        "phone": "+1 408 123 1234"
                      },
                      "notificationContact": {
                        "name": "John Doe",
                        "email": "johnDoe@test.com",
                        "phone": "+1 408 123 1234"
                      },
                      "ibx": [
                        "SV1",
                        "SV1",
                        "SV1",
                        "SV1",
                        "SV1",
                        "SV1",
                        "SV1",
                        "SV1"
                      ],
                      "customerReferenceNumbers": [
                        "cust-100",
                        "cust-100",
                        "cust-100",
                        "cust-100",
                        "cust-100",
                        "cust-100",
                        "cust-100",
                        "cust-100"
                      ],
                      "links": [
                        {
                          "rel": "self",
                          "href": "https://api.equinix.com/v1/retrieve-orders"
                        },
                        {
                          "rel": "self",
                          "href": "https://api.equinix.com/v1/retrieve-orders"
                        },
                        {
                          "rel": "orderFullDetails",
                          "href": "https://api.equinix.com/v1/retrieve-orders"
                        },
                        {
                          "rel": "next",
                          "href": "https://api.equinix.com/v1/retrieve-orders"
                        },
                        {
                          "rel": "prev",
                          "href": "https://api.equinix.com/v1/retrieve-orders"
                        },
                        {
                          "rel": "next",
                          "href": "https://api.equinix.com/v1/retrieve-orders"
                        },
                        {
                          "rel": "prev",
                          "href": "https://api.equinix.com/v1/retrieve-orders"
                        },
                        {
                          "rel": "orderFullDetails",
                          "href": "https://api.equinix.com/v1/retrieve-orders"
                        },
                        {
                          "rel": "orderFullDetails",
                          "href": "https://api.equinix.com/v1/retrieve-orders"
                        }
                      ]
                    },
                    {
                      "orderNumber": "1-12345678",
                      "type": [
                        "Cross Connect, Smart Hands",
                        "Cross Connect, Smart Hands",
                        "Cross Connect, Smart Hands",
                        "Cross Connect, Smart Hands",
                        "Cross Connect, Smart Hands",
                        "Cross Connect, Smart Hands",
                        "Cross Connect, Smart Hands",
                        "Cross Connect, Smart Hands",
                        "Cross Connect, Smart Hands",
                        "Cross Connect, Smart Hands"
                      ],
                      "orderStatus": "SUBMITTED",
                      "createdAt": "2019-07-02T22:01:50Z",
                      "account": {
                        "number": 136008,
                        "name": "Service Corporation"
                      },
                      "orderingContact": {
                        "name": "John Doe",
                        "email": "johnDoe@test.com",
                        "phone": "+1 408 123 1234"
                      },
                      "notificationContact": {
                        "name": "John Doe",
                        "email": "johnDoe@test.com",
                        "phone": "+1 408 123 1234"
                      },
                      "ibx": [
                        "SV1",
                        "SV1",
                        "SV1",
                        "SV1"
                      ],
                      "customerReferenceNumbers": [
                        "cust-100"
                      ],
                      "links": [
                        {
                          "rel": "self",
                          "href": "https://api.equinix.com/v1/retrieve-orders"
                        },
                        {
                          "rel": "orderFullDetails",
                          "href": "https://api.equinix.com/v1/retrieve-orders"
                        },
                        {
                          "rel": "prev",
                          "href": "https://api.equinix.com/v1/retrieve-orders"
                        },
                        {
                          "rel": "orderFullDetails",
                          "href": "https://api.equinix.com/v1/retrieve-orders"
                        },
                        {
                          "rel": "next",
                          "href": "https://api.equinix.com/v1/retrieve-orders"
                        },
                        {
                          "rel": "prev",
                          "href": "https://api.equinix.com/v1/retrieve-orders"
                        },
                        {
                          "rel": "self",
                          "href": "https://api.equinix.com/v1/retrieve-orders"
                        },
                        {
                          "rel": "self",
                          "href": "https://api.equinix.com/v1/retrieve-orders"
                        },
                        {
                          "rel": "self",
                          "href": "https://api.equinix.com/v1/retrieve-orders"
                        }
                      ]
                    },
                    {
                      "orderNumber": "1-12345678",
                      "type": [
                        "Cross Connect, Smart Hands",
                        "Cross Connect, Smart Hands",
                        "Cross Connect, Smart Hands",
                        "Cross Connect, Smart Hands",
                        "Cross Connect, Smart Hands",
                        "Cross Connect, Smart Hands",
                        "Cross Connect, Smart Hands",
                        "Cross Connect, Smart Hands"
                      ],
                      "orderStatus": "SUBMITTED",
                      "createdAt": "2019-07-02T22:01:50Z",
                      "account": {
                        "number": 136008,
                        "name": "Service Corporation"
                      },
                      "orderingContact": {
                        "name": "John Doe",
                        "email": "johnDoe@test.com",
                        "phone": "+1 408 123 1234"
                      },
                      "notificationContact": {
                        "name": "John Doe",
                        "email": "johnDoe@test.com",
                        "phone": "+1 408 123 1234"
                      },
                      "ibx": [
                        "SV1"
                      ],
                      "customerReferenceNumbers": [
                        "cust-100"
                      ],
                      "links": [
                        {
                          "rel": "prev",
                          "href": "https://api.equinix.com/v1/retrieve-orders"
                        },
                        {
                          "rel": "orderFullDetails",
                          "href": "https://api.equinix.com/v1/retrieve-orders"
                        },
                        {
                          "rel": "prev",
                          "href": "https://api.equinix.com/v1/retrieve-orders"
                        },
                        {
                          "rel": "next",
                          "href": "https://api.equinix.com/v1/retrieve-orders"
                        },
                        {
                          "rel": "self",
                          "href": "https://api.equinix.com/v1/retrieve-orders"
                        },
                        {
                          "rel": "next",
                          "href": "https://api.equinix.com/v1/retrieve-orders"
                        },
                        {
                          "rel": "orderFullDetails",
                          "href": "https://api.equinix.com/v1/retrieve-orders"
                        },
                        {
                          "rel": "orderFullDetails",
                          "href": "https://api.equinix.com/v1/retrieve-orders"
                        }
                      ]
                    }
                  ],
                  "links": [
                    {
                      "rel": "orderFullDetails",
                      "href": "https://api.equinix.com/v1/retrieve-orders"
                    },
                    {
                      "rel": "prev",
                      "href": "https://api.equinix.com/v1/retrieve-orders"
                    },
                    {
                      "rel": "orderFullDetails",
                      "href": "https://api.equinix.com/v1/retrieve-orders"
                    },
                    {
                      "rel": "orderFullDetails",
                      "href": "https://api.equinix.com/v1/retrieve-orders"
                    },
                    {
                      "rel": "self",
                      "href": "https://api.equinix.com/v1/retrieve-orders"
                    },
                    {
                      "rel": "self",
                      "href": "https://api.equinix.com/v1/retrieve-orders"
                    },
                    {
                      "rel": "self",
                      "href": "https://api.equinix.com/v1/retrieve-orders"
                    },
                    {
                      "rel": "self",
                      "href": "https://api.equinix.com/v1/retrieve-orders"
                    },
                    {
                      "rel": "next",
                      "href": "https://api.equinix.com/v1/retrieve-orders"
                    },
                    {
                      "rel": "self",
                      "href": "https://api.equinix.com/v1/retrieve-orders"
                    }
                  ],
                  "page": {
                    "size": "25",
                    "totalElements": "160",
                    "totalPages": "7",
                    "number": "0"
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v1/reportCenter/reports/scheduler": {
      "post": {
        "tags": [
          "ReportCenter"
        ],
        "operationId": "scheduleReport",
        "description": "The parameters and request body are for method: scheduleReport. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "scheduledId": {
                      "type": "string"
                    },
                    "reportName": {
                      "type": "string"
                    },
                    "scheduleType": {
                      "type": "string"
                    },
                    "period": {
                      "type": "string"
                    },
                    "createdBy": {
                      "type": "string"
                    },
                    "createdDate": {
                      "type": "string"
                    },
                    "lastAttemptedDate": {
                      "type": "string"
                    },
                    "customerOrganizationId": {
                      "type": "number"
                    },
                    "forOrg": {
                      "type": "number"
                    },
                    "forUser": {
                      "type": "number"
                    },
                    "lastModifiedBy": {
                      "type": "string"
                    },
                    "lastModifiedDate": {
                      "type": "string"
                    },
                    "numberOfFailedAttempts": {
                      "type": "number"
                    },
                    "status": {
                      "type": "string"
                    },
                    "parameters": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "name": {
                            "type": "string"
                          },
                          "value": {
                            "type": "string"
                          },
                          "type": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "reports": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "reportId": {
                            "type": "string"
                          },
                          "scheduledId": {
                            "type": "string"
                          },
                          "createdBy": {
                            "type": "string"
                          },
                          "createdDate": {
                            "type": "string"
                          },
                          "startTime": {
                            "type": "string"
                          },
                          "status": {
                            "type": "string"
                          },
                          "numberOfAttempts": {
                            "type": "number"
                          },
                          "parameters": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "name": {
                                  "type": "string"
                                },
                                "value": {
                                  "type": "string"
                                },
                                "type": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "lastAccessedDate": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "scheduledId": "fec45434-dd6a-4fe9-8fd4-06f219e5dff6",
                  "reportName": "eiusmod qui nisi",
                  "scheduleType": "QUARTERLY",
                  "period": "14_DAYS",
                  "createdBy": "reprehenderit",
                  "createdDate": "4804-01-02T06:54:41.561Z",
                  "lastAttemptedDate": "4533-03-23T21:44:07.660Z",
                  "customerOrganizationId": 75750444,
                  "forOrg": 36659,
                  "forUser": 59730,
                  "lastModifiedBy": "john.doe",
                  "lastModifiedDate": "2017-07-02T21:59:15.045Z",
                  "numberOfFailedAttempts": 1,
                  "status": "ACTIVE",
                  "parameters": [
                    {
                      "name": "ipsum sed et dolor non",
                      "value": "laborum reprehenderit",
                      "type": "DOUBLE"
                    },
                    {
                      "name": "et sit Ut aute",
                      "value": "eu",
                      "type": "BOOLEAN"
                    },
                    {
                      "name": "cillum",
                      "value": "Ut consequat",
                      "type": "DOUBLE"
                    }
                  ],
                  "reports": [
                    {
                      "reportId": "95f08f5b-ee7d-473a-975f-0e9a49f03ab0",
                      "scheduledId": "741ebc4b-07b8-4aca-bbd1-f65c79c962da",
                      "createdBy": "proid",
                      "createdDate": "3614-05-18T07:13:42.624Z",
                      "startTime": "4827-05-13T00:28:17.727Z",
                      "status": "ERROR",
                      "numberOfAttempts": 2,
                      "parameters": [
                        {
                          "name": "id laborum reprehenderit cillum irur",
                          "value": "consequat",
                          "type": "LONG"
                        },
                        {
                          "name": "ullamco aute",
                          "value": "nulla aute consectetur est ea",
                          "type": "STRING"
                        }
                      ],
                      "lastAccessedDate": "4302-06-01T23:03:58.540Z"
                    }
                  ]
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "get": {
        "tags": [
          "ReportCenter"
        ],
        "operationId": "getScheduledReports",
        "description": "The parameters and request body are for method: getScheduledReports. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scheduledId": {
                            "type": "string"
                          },
                          "reportName": {
                            "type": "string"
                          },
                          "scheduleType": {
                            "type": "string"
                          },
                          "createdBy": {
                            "type": "string"
                          },
                          "createdDate": {
                            "type": "string"
                          },
                          "lastAttemptedDate": {
                            "type": "string"
                          },
                          "customerOrganizationId": {
                            "type": "number"
                          },
                          "status": {
                            "type": "string"
                          },
                          "parameters": {
                            "type": "object"
                          },
                          "reports": {
                            "type": "object"
                          },
                          "period": {
                            "type": "string"
                          },
                          "forOrg": {
                            "type": "number"
                          },
                          "forUser": {
                            "type": "number"
                          },
                          "lastModifiedBy": {
                            "type": "string"
                          },
                          "lastModifiedDate": {
                            "type": "string"
                          },
                          "numberOfFailedAttempts": {
                            "type": "number"
                          }
                        }
                      }
                    },
                    "page": {
                      "type": "object",
                      "properties": {
                        "total": {
                          "type": "number"
                        },
                        "limit": {
                          "type": "number"
                        },
                        "offset": {
                          "type": "number"
                        },
                        "sorts": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "_links": {
                      "type": "object",
                      "properties": {
                        "self": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string"
                            }
                          }
                        },
                        "next": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string"
                            }
                          }
                        },
                        "prev": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "data": [
                    {
                      "scheduledId": "fb85e943-39da-4d62-afcf-46ed1077ce60",
                      "reportName": "voluptate",
                      "scheduleType": "DAILY",
                      "createdBy": "cupidatat dolore adipisicing quis",
                      "createdDate": "3269-06-06T22:03:28.837Z",
                      "lastAttemptedDate": "3699-07-10T06:45:56.312Z",
                      "customerOrganizationId": 48422050,
                      "status": "INACTIVE",
                      "parameters": [],
                      "reports": [],
                      "period": "1_DAY",
                      "forOrg": 43909627,
                      "forUser": 12354,
                      "lastModifiedBy": "john.doe",
                      "lastModifiedDate": "2017-07-02T21:59:15.045Z",
                      "numberOfFailedAttempts": 2
                    },
                    {
                      "scheduledId": "37f5fa8f-5fe8-40b3-91db-627bc053432c",
                      "reportName": "eiusmod ullamco ipsum pariatur laborum",
                      "scheduleType": "QUARTERLY",
                      "createdBy": "occaecat dolor consectetur",
                      "createdDate": "3109-05-27T03:32:30.773Z",
                      "lastAttemptedDate": "3115-06-07T03:13:50.038Z",
                      "customerOrganizationId": 77997941,
                      "forOrg": 43909627,
                      "forUser": 12354,
                      "lastModifiedBy": "john.doe",
                      "lastModifiedDate": "2017-07-02T21:59:15.045Z",
                      "numberOfFailedAttempts": 3,
                      "status": "INACTIVE",
                      "parameters": [
                        {
                          "name": "ex cu",
                          "value": "mollit dolor laboris sint",
                          "type": "ARRAY"
                        },
                        {
                          "name": "sed",
                          "value": "pariatur anim dolor cupidatat consectetur",
                          "type": "INT"
                        },
                        {
                          "name": "ipsum",
                          "value": "minim Excepteur tempor ulla",
                          "type": "INT"
                        },
                        {
                          "name": "Ut laborum",
                          "value": "esse commodo adipisicing sed",
                          "type": "INT"
                        },
                        {
                          "name": "anim Duis elit nisi irure",
                          "value": "cillum",
                          "type": "ARRAY"
                        }
                      ],
                      "reports": [],
                      "period": "7_DAYS"
                    },
                    {
                      "scheduledId": "ca32d0c1-4eee-4dd6-8d29-1401d91ce2af",
                      "reportName": "fugiat magna cupidatat",
                      "scheduleType": "DAILY",
                      "createdBy": "esse tempor sunt mollit aute",
                      "createdDate": "4740-12-25T16:47:30.142Z",
                      "lastAttemptedDate": "2223-10-26T12:30:20.003Z",
                      "customerOrganizationId": 25319222,
                      "forUser": 12354,
                      "lastModifiedBy": "john.doe",
                      "lastModifiedDate": "2017-07-02T21:59:15.045Z",
                      "numberOfFailedAttempts": 2,
                      "status": "ACTIVE",
                      "parameters": [
                        {
                          "name": "eiusmod exercitation in",
                          "value": "fugiat e",
                          "type": "BOOLEAN",
                          "required": true
                        },
                        {
                          "name": "id irure L",
                          "value": "sed",
                          "type": "ARRAY"
                        },
                        {
                          "name": "eiusmod non proident",
                          "value": "enim",
                          "type": "LONG"
                        },
                        {
                          "name": "exercitation sint sunt",
                          "value": "veniam",
                          "type": "STRING"
                        }
                      ],
                      "reports": [],
                      "forOrg": 37814662
                    },
                    {
                      "scheduledId": "384ebadf-6cac-4258-9432-254d97a43edc",
                      "reportName": "culpa qui enim quis ipsum",
                      "scheduleType": "DAILY",
                      "createdBy": "sint",
                      "createdDate": "2054-06-06T17:58:19.383Z",
                      "lastAttemptedDate": "2777-08-05T04:43:04.000Z",
                      "customerOrganizationId": 3386629,
                      "forOrg": 43909627,
                      "forUser": 12354,
                      "lastModifiedBy": "john.doe",
                      "lastModifiedDate": "2017-07-02T21:59:15.045Z",
                      "numberOfFailedAttempts": 0,
                      "status": "ACTIVE",
                      "parameters": [
                        {
                          "name": "sint",
                          "value": "amet",
                          "type": "ARRAY"
                        },
                        {
                          "name": "incididunt aute tempor ",
                          "value": "anim ullamco",
                          "type": "ARRAY",
                          "required": true
                        }
                      ],
                      "reports": []
                    }
                  ],
                  "page": {
                    "total": 4,
                    "limit": 5,
                    "offset": 0,
                    "sorts": [
                      "sint sit dolor",
                      "ut est laborum",
                      "magna voluptate",
                      "velit nulla sed in voluptate"
                    ]
                  },
                  "_links": {
                    "self": {
                      "href": "esse aute"
                    },
                    "next": {
                      "href": "Duis dolor"
                    },
                    "prev": {
                      "href": "labore velit"
                    }
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sorts",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "ReportCenter"
        ],
        "operationId": "deleteScheduledReports",
        "description": "The parameters and request body are for method: deleteScheduledReports. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "status": {
                      "type": "boolean"
                    }
                  }
                },
                "example": {
                  "status": true
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "scheduledIds",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/reportCenter/reports/files": {
      "get": {
        "tags": [
          "ReportCenter"
        ],
        "operationId": "downloadReports",
        "description": "The parameters and request body are for method: downloadReports. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "reportIds",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/reportCenter/reports/scheduler/{scheduledId}": {
      "get": {
        "tags": [
          "ReportCenter"
        ],
        "operationId": "getScheduledReport",
        "description": "The parameters and request body are for method: getScheduledReport. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "scheduledId": {
                      "type": "string"
                    },
                    "reportName": {
                      "type": "string"
                    },
                    "scheduleType": {
                      "type": "string"
                    },
                    "period": {
                      "type": "string"
                    },
                    "createdBy": {
                      "type": "string"
                    },
                    "createdDate": {
                      "type": "string"
                    },
                    "lastAttemptedDate": {
                      "type": "string"
                    },
                    "customerOrganizationId": {
                      "type": "number"
                    },
                    "forOrg": {
                      "type": "number"
                    },
                    "forUser": {
                      "type": "number"
                    },
                    "lastModifiedBy": {
                      "type": "string"
                    },
                    "lastModifiedDate": {
                      "type": "string"
                    },
                    "numberOfFailedAttempts": {
                      "type": "number"
                    },
                    "status": {
                      "type": "string"
                    },
                    "parameters": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "name": {
                            "type": "string"
                          },
                          "value": {
                            "type": "string"
                          },
                          "type": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "reports": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "reportId": {
                            "type": "string"
                          },
                          "scheduledId": {
                            "type": "string"
                          },
                          "createdBy": {
                            "type": "string"
                          },
                          "createdDate": {
                            "type": "string"
                          },
                          "startTime": {
                            "type": "string"
                          },
                          "status": {
                            "type": "string"
                          },
                          "numberOfAttempts": {
                            "type": "number"
                          },
                          "parameters": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "name": {
                                  "type": "string"
                                },
                                "value": {
                                  "type": "string"
                                },
                                "type": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "publisherInfo": {
                            "type": "object"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "scheduledId": "7a48fc3e-5263-4d75-a6ea-a1c576318ec5",
                  "reportName": "nisi",
                  "scheduleType": "MONTHLY",
                  "period": "7_DAYS",
                  "createdBy": "ut ullamco in qui",
                  "createdDate": "3549-12-27T03:27:05.019Z",
                  "lastAttemptedDate": "3732-11-15T13:24:17.660Z",
                  "customerOrganizationId": 86501527,
                  "forOrg": 80446188,
                  "forUser": 12354,
                  "lastModifiedBy": "john.doe",
                  "lastModifiedDate": "2017-07-02T21:59:15.045Z",
                  "numberOfFailedAttempts": 3,
                  "status": "INACTIVE",
                  "parameters": [
                    {
                      "name": "ex cillum culpa et",
                      "value": "enim in",
                      "type": "INT"
                    },
                    {
                      "name": "proident exercitation sed do Lorem",
                      "value": "incididunt cupidatat commodo ip",
                      "type": "LONG"
                    },
                    {
                      "name": "Excepteur Lorem qui esse nulla",
                      "value": "ad ",
                      "type": "STRING"
                    },
                    {
                      "name": "Ut dolor id in",
                      "value": "eiusmod consequat velit",
                      "type": "STRING"
                    },
                    {
                      "name": "minim ut",
                      "value": "quis",
                      "type": "LONG"
                    }
                  ],
                  "reports": [
                    {
                      "reportId": "53b2e8e0-6eb0-45c5-bb75-2c684ef176ca",
                      "scheduledId": "6a996098-29d4-462b-abb8-9fc546bdf48d",
                      "createdBy": "Ut minim",
                      "createdDate": "2229-08-20T08:22:59.562Z",
                      "startTime": "2047-05-28T10:40:18.068Z",
                      "status": "INACTIVE",
                      "numberOfAttempts": 0,
                      "parameters": [
                        {
                          "name": "dolor",
                          "value": "non aliqua tempor labore reprehenderit",
                          "type": "ARRAY"
                        },
                        {
                          "name": "sint Ut dolo",
                          "value": "sint laboris officia",
                          "type": "STRING"
                        },
                        {
                          "name": "magna sit proident voluptate dolore",
                          "value": "labore exercitation",
                          "type": "INT"
                        },
                        {
                          "name": "dolor",
                          "value": "nulla commodo esse ea",
                          "type": "STRING"
                        }
                      ],
                      "publisherInfo": {}
                    },
                    {
                      "reportId": "54c39784-7232-47db-acd4-00da92619ee9",
                      "scheduledId": "1c5e15e7-1ea7-49f2-801f-27b33f3efbbf",
                      "createdBy": "sed occaecat elit voluptate Duis",
                      "createdDate": "2317-01-16T05:33:22.543Z",
                      "startTime": "3867-08-22T17:01:49.260Z",
                      "status": "INACTIVE",
                      "numberOfAttempts": 0,
                      "parameters": [
                        {
                          "name": "pariatur laboris dolore in",
                          "value": "mollit veniam ullamco aliquip i",
                          "type": "STRING"
                        }
                      ],
                      "location": "Excepteur do",
                      "endTime": "3863-01-02T05:40:11.392Z",
                      "lastAccessedDate": "2312-09-12T04:10:52.600Z",
                      "publisherInfo": {}
                    },
                    {
                      "reportId": "e46697b7-7db5-4d7d-9a2a-f0ca371f4840",
                      "scheduledId": "34648279-fa1b-42dc-8edb-65678addd710",
                      "createdBy": "commodo eu sint laborum",
                      "createdDate": "2549-04-09T16:14:33.705Z",
                      "startTime": "4589-10-27T11:35:19.288Z",
                      "status": "SUCCESS",
                      "numberOfAttempts": 2,
                      "parameters": [
                        {
                          "name": "aute occaecat sunt",
                          "value": "do eu cillum reprehenderit deserunt",
                          "type": "STRING"
                        },
                        {
                          "name": "voluptate",
                          "value": "aliqua",
                          "type": "ARRAY"
                        },
                        {
                          "name": "q",
                          "value": "adipisicing nostrud u",
                          "type": "STRING"
                        },
                        {
                          "name": "elit cillum esse pariatur ut",
                          "value": "qui cons",
                          "type": "STRING"
                        }
                      ],
                      "endTime": "3400-03-13T05:45:48.760Z",
                      "lastAccessedDate": "4299-07-20T20:00:25.475Z",
                      "location": "commodo est qui",
                      "publisherInfo": {}
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "scheduledId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "scheduledId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "ReportCenter"
        ],
        "operationId": "updateScheduledReport",
        "description": "The parameters and request body are for method: updateScheduledReport. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "scheduledId": {
                      "type": "string"
                    },
                    "reportName": {
                      "type": "string"
                    },
                    "scheduleType": {
                      "type": "string"
                    },
                    "period": {
                      "type": "string"
                    },
                    "createdBy": {
                      "type": "string"
                    },
                    "createdDate": {
                      "type": "string"
                    },
                    "lastAttemptedDate": {
                      "type": "string"
                    },
                    "customerOrganizationId": {
                      "type": "number"
                    },
                    "forOrg": {
                      "type": "number"
                    },
                    "forUser": {
                      "type": "number"
                    },
                    "lastModifiedBy": {
                      "type": "string"
                    },
                    "lastModifiedDate": {
                      "type": "string"
                    },
                    "numberOfFailedAttempts": {
                      "type": "number"
                    },
                    "status": {
                      "type": "string"
                    },
                    "parameters": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "name": {
                            "type": "string"
                          },
                          "value": {
                            "type": "string"
                          },
                          "type": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "reports": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "reportId": {
                            "type": "string"
                          },
                          "scheduledId": {
                            "type": "string"
                          },
                          "createdBy": {
                            "type": "string"
                          },
                          "createdDate": {
                            "type": "string"
                          },
                          "startTime": {
                            "type": "string"
                          },
                          "status": {
                            "type": "string"
                          },
                          "numberOfAttempts": {
                            "type": "number"
                          },
                          "parameters": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "name": {
                                  "type": "string"
                                },
                                "value": {
                                  "type": "string"
                                },
                                "type": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "location": {
                            "type": "string"
                          },
                          "lastAccessedBy": {
                            "type": "string"
                          },
                          "lastAccessedDate": {
                            "type": "string"
                          },
                          "endTime": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "scheduledId": "2f5d2739-6761-409c-ac9c-5093b5f130c2",
                  "reportName": "occaecat tempor proident sint magna",
                  "scheduleType": "QUARTERLY",
                  "period": "7_DAYS",
                  "createdBy": "culpa Lorem",
                  "createdDate": "2388-03-14T01:42:40.633Z",
                  "lastAttemptedDate": "1979-10-12T21:39:16.862Z",
                  "customerOrganizationId": 42799428,
                  "forOrg": 55997535,
                  "forUser": 12354,
                  "lastModifiedBy": "john.doe",
                  "lastModifiedDate": "2017-07-02T21:59:15.045Z",
                  "numberOfFailedAttempts": 0,
                  "status": "ACTIVE",
                  "parameters": [
                    {
                      "name": "qui veniam irure",
                      "value": "et",
                      "type": "BOOLEAN"
                    }
                  ],
                  "reports": [
                    {
                      "reportId": "3050cbb7-b49a-4396-a034-258b5cdcb308",
                      "scheduledId": "1a6772a5-db72-4a7b-94c6-84ea738d398b",
                      "createdBy": "dolore",
                      "createdDate": "3550-09-11T03:45:02.961Z",
                      "startTime": "4018-06-28T02:17:57.901Z",
                      "status": "INACTIVE",
                      "numberOfAttempts": 2,
                      "parameters": [
                        {
                          "name": "minim",
                          "value": "id cupidatat consectetur",
                          "type": "DOUBLE"
                        },
                        {
                          "name": "pariatur aliqua",
                          "value": "ut commodo",
                          "type": "ARRAY"
                        },
                        {
                          "name": "pariatur voluptate commodo",
                          "value": "fugiat sit",
                          "type": "INT"
                        },
                        {
                          "name": "reprehenderit",
                          "value": "cupidatat aliquip",
                          "type": "ARRAY"
                        },
                        {
                          "name": "eu id officia esse",
                          "value": "ea consequat ad",
                          "type": "DOUBLE"
                        }
                      ],
                      "location": "anim dolor do eu",
                      "lastAccessedBy": "occaecat dolor officia in elit",
                      "lastAccessedDate": "4226-05-03T17:49:05.713Z",
                      "endTime": "2408-02-04T16:24:12.594Z"
                    },
                    {
                      "reportId": "f94c7d84-1072-493f-8c41-3be00a4852fd",
                      "scheduledId": "d1b1a11b-a6ba-437d-b106-999dfcc307a8",
                      "createdBy": "amet non",
                      "createdDate": "4855-08-18T01:00:39.416Z",
                      "startTime": "4505-05-25T14:28:52.122Z",
                      "status": "INACTIVE",
                      "numberOfAttempts": 0,
                      "parameters": [
                        {
                          "name": "Ut",
                          "value": "consectetur irure exercitation",
                          "type": "ARRAY"
                        },
                        {
                          "name": "Ut laborum",
                          "value": "enim",
                          "type": "STRING"
                        },
                        {
                          "name": "est cillum fugiat",
                          "value": "occaecat nulla sit ut",
                          "type": "STRING"
                        }
                      ],
                      "location": "officia exercitation sed pariatur occaecat",
                      "numberOfDownloads": 84017338,
                      "lastAccessedBy": "ullamco adipisicing esse est"
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "scheduledId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "scheduledId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v1/reportCenter/reports/definitions": {
      "get": {
        "tags": [
          "ReportCenter"
        ],
        "operationId": "getReportDefinitions",
        "description": "The parameters and request body are for method: getReportDefinitions. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "name": {
                        "type": "string"
                      },
                      "parameters": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "name": {
                              "type": "string"
                            },
                            "type": {
                              "type": "string"
                            },
                            "value": {
                              "type": "string"
                            }
                          }
                        }
                      },
                      "control": {
                        "type": "string"
                      },
                      "categories": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        }
                      }
                    }
                  }
                },
                "example": [
                  {
                    "name": "consectetur in amet ullamco occaecat",
                    "parameters": [
                      {
                        "name": "status",
                        "type": "BOOLEAN",
                        "value": "true"
                      },
                      {
                        "name": "recordCount",
                        "type": "INT",
                        "value": "1234"
                      },
                      {
                        "name": "startDate",
                        "type": "STRING",
                        "value": "cillum"
                      },
                      {
                        "name": "userKeys",
                        "type": "ARRAY",
                        "value": "312453,542784,682012"
                      }
                    ],
                    "control": "ALLOW",
                    "categories": [
                      "SITE_AND_ENVIRONMENT",
                      "ASSET",
                      "FINANCE",
                      "SECURITY"
                    ]
                  },
                  {
                    "name": "ul",
                    "parameters": [],
                    "categories": [
                      "POWER"
                    ],
                    "control": "DENY"
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/reportCenter/reports": {
      "delete": {
        "tags": [
          "ReportCenter"
        ],
        "operationId": "deleteReports",
        "description": "The parameters and request body are for method: deleteReports. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "reportId": {
                        "type": "string"
                      },
                      "status": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "reportId": "e96b42b6-ef0f-458f-a3f2-a5fd188236d7",
                    "status": "SUCCESS"
                  },
                  {
                    "reportId": "75e7c1e3-8593-4afa-ab75-b80b341d5547",
                    "status": "ERROR"
                  },
                  {
                    "reportId": "737b187c-3c28-4bd2-8c4c-b46c95e69547",
                    "status": "SUCCESS"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "reportIds",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "get": {
        "tags": [
          "ReportCenter"
        ],
        "operationId": "getReports",
        "description": "The parameters and request body are for method: getReports. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "reportId": {
                            "type": "string"
                          },
                          "scheduledId": {
                            "type": "string"
                          },
                          "reportName": {
                            "type": "string"
                          },
                          "createdBy": {
                            "type": "string"
                          },
                          "requestedDate": {
                            "type": "string"
                          },
                          "generatedDate": {
                            "type": "string"
                          },
                          "status": {
                            "type": "string"
                          },
                          "fileSize": {
                            "type": "number"
                          },
                          "numberOfDownloads": {
                            "type": "number"
                          }
                        }
                      }
                    },
                    "page": {
                      "type": "object",
                      "properties": {
                        "total": {
                          "type": "number"
                        },
                        "limit": {
                          "type": "number"
                        },
                        "offset": {
                          "type": "number"
                        },
                        "sorts": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "_links": {
                      "type": "object",
                      "properties": {
                        "self": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string"
                            }
                          }
                        },
                        "next": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "data": [
                    {
                      "reportId": "624c4a6c-7871-41c3-ba6e-75850d29ed92",
                      "scheduledId": "5a7107c6-7192-45b6-bf3d-d9e941aa4348",
                      "reportName": "dolore",
                      "createdBy": "in ea officia Lorem",
                      "requestedDate": "3964-08-29T08:17:55.966Z",
                      "generatedDate": "2436-06-24T06:01:42.805Z",
                      "status": "SUCCESS",
                      "fileSize": 22690250,
                      "numberOfDownloads": 0
                    },
                    {
                      "reportId": "ab35a2cc-171f-42d4-bbb4-a0193585450d",
                      "scheduledId": "511c1f32-da86-42bf-9a5d-e0fbe1145070",
                      "reportName": "in ea nostrud dolor anim",
                      "createdBy": "ullamco sin",
                      "requestedDate": "3721-10-04T04:48:32.824Z",
                      "generatedDate": "2778-10-01T13:16:17.591Z",
                      "status": "ERROR",
                      "numberOfDownloads": 1
                    },
                    {
                      "reportId": "2007a3a4-e9d0-49a5-bcb1-18ca689a6e50",
                      "scheduledId": "0d9f98ed-cc78-41ab-847a-1fbdf79ff55d",
                      "reportName": "ullamco aliquip veniam",
                      "createdBy": "in nostrud",
                      "requestedDate": "2053-11-05T10:45:49.313Z",
                      "generatedDate": "4251-04-28T12:19:23.748Z",
                      "status": "ERROR",
                      "fileSize": 22695633,
                      "numberOfDownloads": 3
                    }
                  ],
                  "page": {
                    "total": 20393392,
                    "limit": 12512897,
                    "offset": 49505553,
                    "sorts": [
                      "deserunt laboris",
                      "cupidatat",
                      "ut ex",
                      "do sit",
                      "ut qui"
                    ]
                  },
                  "_links": {
                    "self": {
                      "href": "non cupidatat esse ex"
                    },
                    "next": {
                      "href": "ad nulla quis aliqua anim"
                    }
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "duration",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sorts",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "statuses",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/reportCenter/reports/scheduler/{scheduledId}/report": {
      "post": {
        "tags": [
          "ReportCenter"
        ],
        "operationId": "generateReport",
        "description": "The parameters and request body are for method: generateReport. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "reportId": {
                      "type": "string"
                    },
                    "scheduledId": {
                      "type": "string"
                    },
                    "startTime": {
                      "type": "string"
                    },
                    "endTime": {
                      "type": "string"
                    },
                    "createdBy": {
                      "type": "string"
                    },
                    "createdDate": {
                      "type": "string"
                    },
                    "lastAccessedBy": {
                      "type": "string"
                    },
                    "lastAccessedDate": {
                      "type": "string"
                    },
                    "status": {
                      "type": "string"
                    },
                    "location": {
                      "type": "string"
                    },
                    "numberOfDownloads": {
                      "type": "number"
                    },
                    "numberOfAttempts": {
                      "type": "number"
                    },
                    "parameters": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "name": {
                            "type": "string"
                          },
                          "value": {
                            "type": "string"
                          },
                          "type": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "reportId": "eab1d606-2315-476f-848a-a622a47f24ff",
                  "scheduledId": "b48696e4-6fdb-49ed-868e-040df6596245",
                  "startTime": "4498-05-31T11:48:13.373Z",
                  "endTime": "4472-01-16T11:56:02.238Z",
                  "createdBy": "elit consequat occaecat",
                  "createdDate": "2251-10-21T02:07:18.598Z",
                  "lastAccessedBy": "occaecat ullamco tempor c",
                  "lastAccessedDate": "2594-04-16T16:02:41.030Z",
                  "status": "IN_PROGRESS",
                  "location": "eu labore",
                  "numberOfDownloads": 1,
                  "numberOfAttempts": 1,
                  "parameters": [
                    {
                      "name": "reprehender",
                      "value": "quis laborum ut",
                      "type": "LONG"
                    },
                    {
                      "name": "nostrud qui pariatur",
                      "value": "eiusmod ut officia ex sint",
                      "type": "BOOLEAN"
                    },
                    {
                      "name": "ullamco esse eu enim",
                      "value": "anim qui commodo Excepteur dolor",
                      "type": "BOOLEAN"
                    },
                    {
                      "name": "amet veniam",
                      "value": "voluptate",
                      "type": "INT"
                    },
                    {
                      "name": "dolor adipisicing",
                      "value": "commodo",
                      "type": "ARRAY"
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "scheduledId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "scheduledId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/reportCenter/reports/definitions/{reportName}": {
      "get": {
        "tags": [
          "ReportCenter"
        ],
        "operationId": "getReportDefinition",
        "description": "The parameters and request body are for method: getReportDefinition. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "name": {
                      "type": "string"
                    },
                    "parameters": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "name": {
                            "type": "string"
                          },
                          "type": {
                            "type": "string"
                          },
                          "value": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "control": {
                      "type": "string"
                    },
                    "categories": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": {
                  "name": "consectetur in amet ullamco occaecat",
                  "parameters": [
                    {
                      "name": "status",
                      "type": "BOOLEAN",
                      "value": "true"
                    },
                    {
                      "name": "recordCount",
                      "type": "INT",
                      "value": "1234"
                    },
                    {
                      "name": "startDate",
                      "type": "STRING",
                      "value": "cillum"
                    },
                    {
                      "name": "userKeys",
                      "type": "ARRAY",
                      "value": "312453,542784,682012"
                    }
                  ],
                  "control": "ALLOW",
                  "categories": [
                    "SITE_AND_ENVIRONMENT",
                    "ASSET",
                    "FINANCE",
                    "SECURITY"
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "reportName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "reportName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/reportCenter/reports/{reportId}/file": {
      "get": {
        "tags": [
          "ReportCenter"
        ],
        "operationId": "downloadReport",
        "description": "The parameters and request body are for method: downloadReport. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "reportId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "reportId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/reportCenter/reports/{reportId}": {
      "get": {
        "tags": [
          "ReportCenter"
        ],
        "operationId": "getReportById",
        "description": "The parameters and request body are for method: getReportById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "reportId": {
                      "type": "string"
                    },
                    "scheduledId": {
                      "type": "string"
                    },
                    "createdBy": {
                      "type": "string"
                    },
                    "createdDate": {
                      "type": "string"
                    },
                    "lastAccessedBy": {
                      "type": "string"
                    },
                    "lastAccessedDate": {
                      "type": "string"
                    },
                    "startTime": {
                      "type": "string"
                    },
                    "endTime": {
                      "type": "string"
                    },
                    "status": {
                      "type": "string"
                    },
                    "errorMessage": {
                      "type": "string"
                    },
                    "location": {
                      "type": "string"
                    },
                    "numberOfDownloads": {
                      "type": "number"
                    },
                    "numberOfAttempts": {
                      "type": "number"
                    },
                    "parameters": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "name": {
                            "type": "string"
                          },
                          "value": {
                            "type": "string"
                          },
                          "type": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "publisherInfo": {
                      "type": "object"
                    }
                  }
                },
                "example": {
                  "reportId": "894d2b14-30b2-413b-8370-110998b9923d",
                  "scheduledId": "102eb0a5-0d4b-46ba-8865-773728cfffbb",
                  "createdBy": "ad dolor",
                  "createdDate": "2909-07-21T00:14:20.700Z",
                  "lastAccessedBy": "eu reprehenderit",
                  "lastAccessedDate": "3111-04-13T18:17:23.826Z",
                  "startTime": "3698-08-25T04:24:44.011Z",
                  "endTime": "1994-03-01T04:43:58.554Z",
                  "status": "ERROR",
                  "errorMessage": "cupidatat qui non",
                  "location": "Excepteur fugiat consequat Ut eu",
                  "numberOfDownloads": 92915061,
                  "numberOfAttempts": 1,
                  "parameters": [
                    {
                      "name": "Lorem",
                      "value": "ad nostrud sunt sit",
                      "type": "ARRAY"
                    }
                  ],
                  "publisherInfo": {}
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "reportId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "reportId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/orders/shipment/outbound": {
      "post": {
        "tags": [
          "Shipment"
        ],
        "operationId": "outboundShipmentSubmit",
        "description": "The parameters and request body are for method: outboundShipmentSubmit. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "OrderNumber": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "OrderNumber": "1-128726682521"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v1/orders/shipment/locations": {
      "get": {
        "tags": [
          "Shipment"
        ],
        "operationId": "getLocation",
        "description": "The parameters and request body are for method: getLocation. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "locations": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "ibx": {
                            "type": "string"
                          },
                          "cages": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "cage": {
                                  "type": "string"
                                },
                                "cageTypes": {
                                  "type": "array",
                                  "items": {
                                    "type": "string"
                                  }
                                },
                                "accounts": {
                                  "type": "array",
                                  "items": {
                                    "type": "object",
                                    "properties": {
                                      "number": {
                                        "type": "string"
                                      },
                                      "name": {
                                        "type": "string"
                                      },
                                      "isCreditHold": {
                                        "type": "boolean"
                                      },
                                      "isPOBearing": {
                                        "type": "boolean"
                                      },
                                      "isMonetAccount": {
                                        "type": "boolean"
                                      },
                                      "cabinets": {
                                        "type": "array",
                                        "items": {
                                          "type": "object",
                                          "properties": {
                                            "cabinet": {
                                              "type": "string"
                                            },
                                            "cabinetType": {
                                              "type": "string"
                                            }
                                          }
                                        }
                                      }
                                    }
                                  }
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "locations": [
                    {
                      "ibx": "AM1",
                      "cages": [
                        {
                          "cage": "AM1:02:002MC1",
                          "cageTypes": [
                            "Shared"
                          ],
                          "accounts": [
                            {
                              "number": "1111",
                              "name": "ABC Network Services",
                              "isCreditHold": false,
                              "isPOBearing": true,
                              "isMonetAccount": false,
                              "cabinets": [
                                {
                                  "cabinet": "AM1:02:002MC1:0601",
                                  "cabinetType": "Shared"
                                },
                                {
                                  "cabinet": "AM1:02:002MC1:0602",
                                  "cabinetType": "Shared"
                                }
                              ]
                            }
                          ]
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "detail",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ibxs",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cages",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/orders/shipment/inbound": {
      "post": {
        "tags": [
          "Shipment"
        ],
        "operationId": "shipmentInbound",
        "description": "The parameters and request body are for method: shipmentInbound. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "OrderNumber": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "OrderNumber": "1-128726682522"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v1/orders/shipment/pendingStorage": {
      "post": {
        "tags": [
          "Shipment"
        ],
        "operationId": "shipmentPending",
        "description": "The parameters and request body are for method: shipmentPending. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "OrderNumber": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "OrderNumber": "1-128726682522"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v1/orders/smarthands/equipmentInstall": {
      "post": {
        "tags": [
          "Smarthands"
        ],
        "operationId": "handleSmartHandOrder",
        "description": "The parameters and request body are for method: handleSmartHandOrder. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v1/orders/smarthands/shipmentUnpack": {
      "post": {
        "tags": [
          "Smarthands"
        ],
        "operationId": "handleSmartHandShipmentUnpackOrder",
        "description": "The parameters and request body are for method: handleSmartHandShipmentUnpackOrder. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v1/orders/smarthands/moveJumperCable": {
      "post": {
        "tags": [
          "Smarthands"
        ],
        "operationId": "handleSmartHandMoveJumperCableOrder",
        "description": "The parameters and request body are for method: handleSmartHandMoveJumperCableOrder. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v1/orders/smarthands/cageEscort": {
      "post": {
        "tags": [
          "Smarthands"
        ],
        "operationId": "handleSmartHandCageEscortOrder",
        "description": "The parameters and request body are for method: handleSmartHandCageEscortOrder. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v1/orders/smarthands/locatePackage": {
      "post": {
        "tags": [
          "Smarthands"
        ],
        "operationId": "handleSmartHandLocatePackageOrder",
        "description": "The parameters and request body are for method: handleSmartHandLocatePackageOrder. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v1/orders/smarthands/picturesDocument": {
      "post": {
        "tags": [
          "Smarthands"
        ],
        "operationId": "handleSmartHandPicturesDocumentOrder",
        "description": "The parameters and request body are for method: handleSmartHandPicturesDocumentOrder. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v1/orders/smarthands/patchCableInstall": {
      "post": {
        "tags": [
          "Smarthands"
        ],
        "operationId": "handleSmartHandPatchCableInstallOrder",
        "description": "The parameters and request body are for method: handleSmartHandPatchCableInstallOrder. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v1/orders/smarthands/patchCableRemoval": {
      "post": {
        "tags": [
          "Smarthands"
        ],
        "operationId": "handleSmartHandPatchCableRemovalOrder",
        "description": "The parameters and request body are for method: handleSmartHandPatchCableRemovalOrder. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v1/orders/smarthands/cageCleanup": {
      "post": {
        "tags": [
          "Smarthands"
        ],
        "operationId": "handleSmartHandCageCleanupOrder",
        "description": "The parameters and request body are for method: handleSmartHandCageCleanupOrder. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v1/orders/smarthands/cableRequest": {
      "post": {
        "tags": [
          "Smarthands"
        ],
        "operationId": "handleSmartHandCableRequestOrder",
        "description": "The parameters and request body are for method: handleSmartHandCableRequestOrder. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v1/orders/smarthands/runJumperCable": {
      "post": {
        "tags": [
          "Smarthands"
        ],
        "operationId": "handleSmartHandRunJumperCableOrder",
        "description": "The parameters and request body are for method: handleSmartHandRunJumperCableOrder. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v1/orders/smarthands/other": {
      "post": {
        "tags": [
          "Smarthands"
        ],
        "operationId": "handleSmartHandOthersOrder",
        "description": "The parameters and request body are for method: handleSmartHandOthersOrder. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v1/orders/smarthands/types": {
      "get": {
        "tags": [
          "Smarthands"
        ],
        "operationId": "smartHandTypes",
        "description": "The parameters and request body are for method: smartHandTypes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "smarthands": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "type": {
                            "type": "string"
                          },
                          "typeDescription": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "smarthands": [
                    {
                      "type": "EQUIPMENT_INSTALL",
                      "typeDescription": "Equipment Install"
                    }
                  ]
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/orders/troubleticket/types": {
      "get": {
        "tags": [
          "Troubleticket"
        ],
        "operationId": "getTroubleTicketType",
        "description": "The parameters and request body are for method: getTroubleTicketType. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "troubleticketTypes": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "category": {
                            "type": "string"
                          },
                          "code": {
                            "type": "string"
                          },
                          "description": {
                            "type": "string"
                          },
                          "severity": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "troubleticketTypes": [
                    {
                      "category": "Cross Connect",
                      "code": "cc01",
                      "description": "A live Cross Connect circuit stopped working",
                      "severity": "s1"
                    },
                    {
                      "category": "Managed Services",
                      "code": "ms01",
                      "description": "Managed Firewall",
                      "severity": "S1",
                      "additionalDetails": {
                        "subCategories": [
                          "Firewall Issue",
                          "VPN Issue",
                          "Load Balancer Issue"
                        ],
                        "enabledIBXs": [
                          "DB1",
                          "DB2",
                          "DB3",
                          "DB4"
                        ]
                      }
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "category",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/orders/troubleticket": {
      "post": {
        "tags": [
          "Troubleticket"
        ],
        "operationId": "placeTroubleTicketOrder",
        "description": "The parameters and request body are for method: placeTroubleTicketOrder. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "OrderNumber": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "OrderNumber": "1-128726682521"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v1/users": {
      "get": {
        "tags": [
          "Users"
        ],
        "operationId": "searchUser",
        "description": "The parameters and request body are for method: searchUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "username": {
                            "type": "string"
                          },
                          "firstName": {
                            "type": "string"
                          },
                          "lastName": {
                            "type": "string"
                          },
                          "localFullName": {
                            "type": "string"
                          },
                          "locale": {
                            "type": "string"
                          },
                          "timeZone": {
                            "type": "string"
                          },
                          "role": {
                            "type": "string"
                          },
                          "company": {
                            "type": "object",
                            "properties": {
                              "companyName": {
                                "type": "string"
                              },
                              "localCompanyName": {
                                "type": "string"
                              },
                              "orgId": {
                                "type": "string"
                              },
                              "orgName": {
                                "type": "string"
                              },
                              "affiliatedOrgs": {
                                "type": "array",
                                "items": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "contact": {
                            "type": "object",
                            "properties": {
                              "email": {
                                "type": "string"
                              },
                              "secondaryEmail": {
                                "type": "string"
                              },
                              "fax": {
                                "type": "object",
                                "properties": {
                                  "countryCode": {
                                    "type": "string"
                                  },
                                  "phoneNumber": {
                                    "type": "string"
                                  }
                                }
                              },
                              "mobilePhone": {
                                "type": "object",
                                "properties": {
                                  "countryCode": {
                                    "type": "string"
                                  },
                                  "phoneNumber": {
                                    "type": "string"
                                  }
                                }
                              },
                              "primaryPhone": {
                                "type": "object",
                                "properties": {
                                  "countryCode": {
                                    "type": "string"
                                  },
                                  "phoneNumber": {
                                    "type": "string"
                                  }
                                }
                              }
                            }
                          },
                          "setting": {
                            "type": "object",
                            "properties": {
                              "initialActivationTimestamp": {
                                "type": "string"
                              },
                              "activationTimestamp": {
                                "type": "string"
                              },
                              "inactivationTimestamp": {
                                "type": "string"
                              },
                              "status": {
                                "type": "string"
                              },
                              "securityProfileStatus": {
                                "type": "string"
                              },
                              "terminationTimestamp": {
                                "type": "string"
                              },
                              "terminationReason": {
                                "type": "string"
                              }
                            }
                          },
                          "audit": {
                            "type": "object",
                            "properties": {
                              "createdTimestamp": {
                                "type": "string"
                              },
                              "updatedTimestamp": {
                                "type": "string"
                              }
                            }
                          },
                          "flags": {
                            "type": "object",
                            "properties": {
                              "isFavorite": {
                                "type": "boolean"
                              },
                              "isIbxAdmin": {
                                "type": "boolean"
                              },
                              "isMasterAdmin": {
                                "type": "boolean"
                              },
                              "isLocked": {
                                "type": "boolean"
                              },
                              "isSecurityQuestionSet": {
                                "type": "boolean"
                              },
                              "isOnboarded": {
                                "type": "boolean"
                              },
                              "isPortalAccess": {
                                "type": "boolean"
                              },
                              "isManageable": {
                                "type": "boolean"
                              },
                              "isResellerContact": {
                                "type": "boolean"
                              }
                            }
                          }
                        }
                      }
                    },
                    "page": {
                      "type": "object",
                      "properties": {
                        "total": {
                          "type": "number"
                        },
                        "limit": {
                          "type": "number"
                        },
                        "offset": {
                          "type": "number"
                        },
                        "sorts": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "_links": {
                      "type": "object",
                      "properties": {
                        "self": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string"
                            }
                          }
                        },
                        "next": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string"
                            }
                          }
                        },
                        "prev": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "data": [
                    {
                      "username": "username_1",
                      "firstName": "John",
                      "lastName": "Doe",
                      "localFullName": "John Hübner",
                      "locale": "EN_US",
                      "timeZone": "America/Los_Angeles",
                      "role": "MASTER_ADMIN",
                      "company": {
                        "companyName": "My Company Inc.",
                        "localCompanyName": "My Company Local Name",
                        "orgId": "12345",
                        "orgName": "My Organization Inc.",
                        "affiliatedOrgs": [
                          "123",
                          "456"
                        ]
                      },
                      "contact": {
                        "email": "abc@email.com",
                        "secondaryEmail": "abc@email.com",
                        "fax": {
                          "countryCode": "+1",
                          "phoneNumber": "11111111"
                        },
                        "mobilePhone": {
                          "countryCode": "+1",
                          "phoneNumber": "11111111"
                        },
                        "primaryPhone": {
                          "countryCode": "+1",
                          "phoneNumber": "11111111"
                        }
                      },
                      "setting": {
                        "initialActivationTimestamp": "2017-04-05T12:00:00Z",
                        "activationTimestamp": "2017-04-05T12:00:00Z",
                        "inactivationTimestamp": "2017-04-05T12:00:00Z",
                        "status": "LOCKED",
                        "securityProfileStatus": "NOT_COMPLETED",
                        "terminationTimestamp": "2017-04-05T12:00:00Z",
                        "terminationReason": "Left the job"
                      },
                      "audit": {
                        "createdTimestamp": "string",
                        "updatedTimestamp": "string"
                      },
                      "flags": {
                        "isFavorite": true,
                        "isIbxAdmin": true,
                        "isMasterAdmin": true,
                        "isLocked": true,
                        "isSecurityQuestionSet": true,
                        "isOnboarded": true,
                        "isPortalAccess": true,
                        "isManageable": true,
                        "isResellerContact": true
                      }
                    },
                    {
                      "username": "username_1",
                      "firstName": "John",
                      "lastName": "Doe",
                      "localFullName": "John Hübner",
                      "locale": "EN_US",
                      "timeZone": "America/Los_Angeles",
                      "role": "MASTER_ADMIN",
                      "company": {
                        "companyName": "My Company Inc.",
                        "localCompanyName": "My Company Local Name",
                        "orgId": "12345",
                        "orgName": "My Organization Inc.",
                        "affiliatedOrgs": [
                          "123",
                          "456"
                        ]
                      },
                      "contact": {
                        "email": "abc@email.com",
                        "secondaryEmail": "abc@email.com",
                        "fax": {
                          "countryCode": "+1",
                          "phoneNumber": "11111111"
                        },
                        "mobilePhone": {
                          "countryCode": "+1",
                          "phoneNumber": "11111111"
                        },
                        "primaryPhone": {
                          "countryCode": "+1",
                          "phoneNumber": "11111111"
                        }
                      },
                      "setting": {
                        "initialActivationTimestamp": "2017-04-05T12:00:00Z",
                        "activationTimestamp": "2017-04-05T12:00:00Z",
                        "inactivationTimestamp": "2017-04-05T12:00:00Z",
                        "status": "APPROVED",
                        "securityProfileStatus": "NA",
                        "terminationTimestamp": "2017-04-05T12:00:00Z",
                        "terminationReason": "Left the job"
                      },
                      "audit": {
                        "createdTimestamp": "string",
                        "updatedTimestamp": "string"
                      },
                      "flags": {
                        "isFavorite": true,
                        "isIbxAdmin": true,
                        "isMasterAdmin": true,
                        "isLocked": true,
                        "isSecurityQuestionSet": true,
                        "isOnboarded": true,
                        "isPortalAccess": true,
                        "isManageable": true,
                        "isResellerContact": true
                      }
                    }
                  ],
                  "page": {
                    "total": 150,
                    "limit": 20,
                    "offset": 20,
                    "sorts": [
                      "-FIRST_NAME"
                    ]
                  },
                  "_links": {
                    "self": {
                      "href": "/users/username_1/"
                    },
                    "next": {
                      "href": "/users/username_1/"
                    },
                    "prev": {
                      "href": "/users/username_1/"
                    }
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filters",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "searchType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "statuses",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "favoriteOnly",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "forOrg",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "permissions",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "permissibleIbxs",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "permissibleCages",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "roles",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sorts",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "isOnboarded",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "hasPortalAccess",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "isManageable",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "excludeSelf",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/orders/workvisit": {
      "post": {
        "tags": [
          "Workvisit"
        ],
        "operationId": "workVisitOrder",
        "description": "The parameters and request body are for method: workVisitOrder. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "successes": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "ibxLocation": {
                            "type": "object",
                            "properties": {
                              "ibx": {
                                "type": "string"
                              },
                              "cageDetails": {
                                "type": "array",
                                "items": {
                                  "type": "object",
                                  "properties": {
                                    "cage": {
                                      "type": "string"
                                    },
                                    "accountNumber": {
                                      "type": "string"
                                    },
                                    "cabinets": {
                                      "type": "array",
                                      "items": {
                                        "type": "object",
                                        "properties": {
                                          "cabinet": {
                                            "type": "string"
                                          }
                                        }
                                      }
                                    }
                                  }
                                }
                              }
                            }
                          },
                          "response": {
                            "type": "object",
                            "properties": {
                              "OrderNumber": {
                                "type": "string"
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "successes": [
                    {
                      "ibxLocation": {
                        "ibx": "AM1",
                        "cageDetails": [
                          {
                            "cage": "AM1:0G:00E",
                            "accountNumber": "1111",
                            "cabinets": [
                              {
                                "cabinet": "0501"
                              }
                            ]
                          }
                        ]
                      },
                      "response": {
                        "OrderNumber": "1-1111"
                      }
                    }
                  ]
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    }
  },
  "components": {
    "schemas": {}
  }
}