Advertisement
kidto1412

json list component setup

May 29th, 2023
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 5.78 KB | None | 0 0
  1. {
  2.       "componentSetups":[
  3.          {
  4.             "componentSetupId":0,
  5.             "componentId":107,
  6.             "componentName":"Test Component",
  7.             "setupStatus":"EXISTING",
  8.             "componentConfigurations":[
  9.                {
  10.                   "componentConfigurationId":868,
  11.                   "componentConfigurationName":"config name",
  12.                   "componentConfigurationItems":[
  13.                      {
  14.                         "componentConfigurationItemId":888,
  15.                         "componentConfigurationItemName":"item name ",
  16.                         "componentConfigurationId":868,
  17.                         "componentConfigurationItemInputType":"DROP_DOWN",
  18.                         "componentConfigurationItemInputValues":[
  19.                            
  20.                         ],
  21.                         "componentConfigurationItemValues":[
  22.                            {
  23.                               "componentConfigurationItemValueId":924,
  24.                               "componentConfigurationItemId":888,
  25.                               "componentConfigurationItemValue":"1-4"
  26.                            }
  27.                         ]
  28.                      }
  29.                   ]
  30.                }
  31.             ],
  32.             "serverSpecifications":[
  33.                {
  34.                   "serverSpecificationId":2,
  35.                   "os":"Linux",
  36.                   "cpu":"4",
  37.                   "memory":"4 GB",
  38.                   "disk":"250 GB",
  39.                   "capacity":"LOW"
  40.                },
  41.                {
  42.                   "serverSpecificationId":3,
  43.                   "os":"Linux",
  44.                   "cpu":"8",
  45.                   "memory":"8 GB",
  46.                   "disk":"500 GB",
  47.                   "capacity":"MEDIUM"
  48.                },
  49.                {
  50.                   "serverSpecificationId":4,
  51.                   "os":"Linux",
  52.                   "cpu":"8",
  53.                   "memory":"8 GB",
  54.                   "disk":"1 TB",
  55.                   "capacity":"HIGH"
  56.                }
  57.             ],
  58.             "serverSpecificationInput":null
  59.          },
  60.          {
  61.             "componentSetupId":0,
  62.             "componentId":35,
  63.             "componentName":"Micro Gate",
  64.             "setupStatus":"EXISTING",
  65.             "componentConfigurations":[
  66.                {
  67.                   "componentConfigurationId":261,
  68.                   "componentConfigurationName":"Transaction",
  69.                   "componentConfigurationItems":[
  70.                      {
  71.                         "componentConfigurationItemId":472,
  72.                         "componentConfigurationItemName":"Transaction/second",
  73.                         "componentConfigurationId":261,
  74.                         "componentConfigurationItemInputType":"DROP_DOWN",
  75.                         "componentConfigurationItemInputValues":[
  76.                            
  77.                         ],
  78.                         "componentConfigurationItemValues":[
  79.                            {
  80.                               "componentConfigurationItemValueId":982,
  81.                               "componentConfigurationItemId":472,
  82.                               "componentConfigurationItemValue":"0-100"
  83.                            },
  84.                            {
  85.                               "componentConfigurationItemValueId":983,
  86.                               "componentConfigurationItemId":472,
  87.                               "componentConfigurationItemValue":"100-500"
  88.                            }
  89.                         ]
  90.                      },
  91.                      {
  92.                         "componentConfigurationItemId":471,
  93.                         "componentConfigurationItemName":"Number Of Modul(/month)",
  94.                         "componentConfigurationId":261,
  95.                         "componentConfigurationItemInputType":"DROP_DOWN",
  96.                         "componentConfigurationItemInputValues":[
  97.                            
  98.                         ],
  99.                         "componentConfigurationItemValues":[
  100.                            {
  101.                               "componentConfigurationItemValueId":979,
  102.                               "componentConfigurationItemId":471,
  103.                               "componentConfigurationItemValue":"1-10"
  104.                            },
  105.                            {
  106.                               "componentConfigurationItemValueId":980,
  107.                               "componentConfigurationItemId":471,
  108.                               "componentConfigurationItemValue":"11-20"
  109.                            },
  110.                            {
  111.                               "componentConfigurationItemValueId":981,
  112.                               "componentConfigurationItemId":471,
  113.                               "componentConfigurationItemValue":">20"
  114.                            }
  115.                         ]
  116.                      }
  117.                   ]
  118.                }
  119.             ],
  120.             "serverSpecifications":[
  121.                {
  122.                   "serverSpecificationId":2,
  123.                   "os":"Linux",
  124.                   "cpu":"4",
  125.                   "memory":"4 GB",
  126.                   "disk":"250 GB",
  127.                   "capacity":"LOW"
  128.                },
  129.                {
  130.                   "serverSpecificationId":3,
  131.                   "os":"Linux",
  132.                   "cpu":"8",
  133.                   "memory":"8 GB",
  134.                   "disk":"500 GB",
  135.                   "capacity":"MEDIUM"
  136.                },
  137.                {
  138.                   "serverSpecificationId":4,
  139.                   "os":"Linux",
  140.                   "cpu":"8",
  141.                   "memory":"8 GB",
  142.                   "disk":"1 TB",
  143.                   "capacity":"HIGH"
  144.                }
  145.             ],
  146.             "serverSpecificationInput":null
  147.          }
  148.       ],
  149.    }
  150. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement