Advertisement
bheng8200

tip

Apr 13th, 2021
889
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 44.14 KB | None | 0 0
  1.  
  2. {{baseUrl}}/portal/customer?customerId=2
  3.  
  4. {
  5.     "model_type": "Customer",
  6.     "id": 2,
  7.     "name": "TIP Customer Inc.",
  8.     "email": "tip-customer@tip.org",
  9.     "details": {
  10.         "model_type": "CustomerDetails",
  11.         "autoProvisioning": {
  12.             "model_type": "EquipmentAutoProvisioningSettings",
  13.             "enabled": true,
  14.             "locationId": 8,
  15.             "equipmentProfileIdPerModel": {
  16.                 "TIP_AP": 5,
  17.                 "ECW5410": 6,
  18.                 "ECW5211": 6,
  19.                 "AP2220": 6,
  20.                 "EA8300-CA": 164,
  21.                 "EA8300": 164,
  22.                 "default": 5
  23.             }
  24.         },
  25.         "bannedChannels": [],
  26.         "clientFingerPrintsDbUrl": null
  27.     },
  28.     "createdTimestamp": 0,
  29.     "lastModifiedTimestamp": 1617899925821
  30. }
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37. {{baseUrl}}/portal/location/forCustomer?customerId=2
  38.  
  39.  
  40. {
  41.     "model_type": "PaginationResponse",
  42.     "items": [
  43.         {
  44.             "model_type": "Location",
  45.             "id": 1, 📍 <-------------------------------------
  46.             "parentId": 0,
  47.             "locationType": "COUNTRY",
  48.             "customerId": 2,
  49.             "name": "Ottawa",
  50.             "details": {
  51.                 "model_type": "LocationDetails",
  52.                 "countryCode": "US",
  53.                 "dailyActivityDetails": {
  54.                     "SUNDAY": {
  55.                         "model_type": "LocationActivityDetails",
  56.                         "busyTime": "13:30",
  57.                         "quietTime": "3:00",
  58.                         "timezone": "US/Eastern"
  59.                     },
  60.                     "MONDAY": {
  61.                         "model_type": "LocationActivityDetails",
  62.                         "busyTime": "13:30",
  63.                         "quietTime": "3:00",
  64.                         "timezone": "US/Eastern"
  65.                     },
  66.                     "TUESDAY": {
  67.                         "model_type": "LocationActivityDetails",
  68.                         "busyTime": "13:30",
  69.                         "quietTime": "3:00",
  70.                         "timezone": "US/Eastern"
  71.                     },
  72.                     "WEDNESDAY": {
  73.                         "model_type": "LocationActivityDetails",
  74.                         "busyTime": "13:30",
  75.                         "quietTime": "3:00",
  76.                         "timezone": "US/Eastern"
  77.                     },
  78.                     "THURSDAY": {
  79.                         "model_type": "LocationActivityDetails",
  80.                         "busyTime": "13:30",
  81.                         "quietTime": "3:00",
  82.                         "timezone": "US/Eastern"
  83.                     },
  84.                     "FRIDAY": {
  85.                         "model_type": "LocationActivityDetails",
  86.                         "busyTime": "13:30",
  87.                         "quietTime": "3:00",
  88.                         "timezone": "US/Eastern"
  89.                     },
  90.                     "SATURDAY": {
  91.                         "model_type": "LocationActivityDetails",
  92.                         "busyTime": "13:30",
  93.                         "quietTime": "3:00",
  94.                         "timezone": "US/Eastern"
  95.                     }
  96.                 },
  97.                 "maintenanceWindow": null,
  98.                 "rrmEnabled": true,
  99.                 "timezone": "US/Eastern"
  100.             },
  101.             "createdTimestamp": 0,
  102.             "lastModifiedTimestamp": 0
  103.         },
  104.         {
  105.             "model_type": "Location",
  106.             "id": 2,
  107.             "parentId": 1,
  108.             "locationType": "SITE",
  109.             "customerId": 2,
  110.             "name": "TipBuilding",
  111.             "details": {
  112.                 "model_type": "LocationDetails",
  113.                 "countryCode": "US",
  114.                 "dailyActivityDetails": {
  115.                     "SUNDAY": {
  116.                         "model_type": "LocationActivityDetails",
  117.                         "busyTime": "13:30",
  118.                         "quietTime": "3:00",
  119.                         "timezone": "US/Eastern"
  120.                     },
  121.                     "MONDAY": {
  122.                         "model_type": "LocationActivityDetails",
  123.                         "busyTime": "13:30",
  124.                         "quietTime": "3:00",
  125.                         "timezone": "US/Eastern"
  126.                     },
  127.                     "TUESDAY": {
  128.                         "model_type": "LocationActivityDetails",
  129.                         "busyTime": "13:30",
  130.                         "quietTime": "3:00",
  131.                         "timezone": "US/Eastern"
  132.                     },
  133.                     "WEDNESDAY": {
  134.                         "model_type": "LocationActivityDetails",
  135.                         "busyTime": "13:30",
  136.                         "quietTime": "3:00",
  137.                         "timezone": "US/Eastern"
  138.                     },
  139.                     "THURSDAY": {
  140.                         "model_type": "LocationActivityDetails",
  141.                         "busyTime": "13:30",
  142.                         "quietTime": "3:00",
  143.                         "timezone": "US/Eastern"
  144.                     },
  145.                     "FRIDAY": {
  146.                         "model_type": "LocationActivityDetails",
  147.                         "busyTime": "13:30",
  148.                         "quietTime": "3:00",
  149.                         "timezone": "US/Eastern"
  150.                     },
  151.                     "SATURDAY": {
  152.                         "model_type": "LocationActivityDetails",
  153.                         "busyTime": "13:30",
  154.                         "quietTime": "3:00",
  155.                         "timezone": "US/Eastern"
  156.                     }
  157.                 },
  158.                 "maintenanceWindow": null,
  159.                 "rrmEnabled": true,
  160.                 "timezone": "US/Eastern"
  161.             },
  162.             "createdTimestamp": 0,
  163.             "lastModifiedTimestamp": 0
  164.         },
  165.         {
  166.             "model_type": "Location",
  167.             "id": 3,
  168.             "parentId": 2,
  169.             "locationType": "BUILDING",
  170.             "customerId": 2,
  171.             "name": "FirstFloor",
  172.             "details": {
  173.                 "model_type": "LocationDetails",
  174.                 "countryCode": "US",
  175.                 "dailyActivityDetails": {
  176.                     "SUNDAY": {
  177.                         "model_type": "LocationActivityDetails",
  178.                         "busyTime": "13:30",
  179.                         "quietTime": "3:00",
  180.                         "timezone": "US/Eastern"
  181.                     },
  182.                     "MONDAY": {
  183.                         "model_type": "LocationActivityDetails",
  184.                         "busyTime": "13:30",
  185.                         "quietTime": "3:00",
  186.                         "timezone": "US/Eastern"
  187.                     },
  188.                     "TUESDAY": {
  189.                         "model_type": "LocationActivityDetails",
  190.                         "busyTime": "13:30",
  191.                         "quietTime": "3:00",
  192.                         "timezone": "US/Eastern"
  193.                     },
  194.                     "WEDNESDAY": {
  195.                         "model_type": "LocationActivityDetails",
  196.                         "busyTime": "13:30",
  197.                         "quietTime": "3:00",
  198.                         "timezone": "US/Eastern"
  199.                     },
  200.                     "THURSDAY": {
  201.                         "model_type": "LocationActivityDetails",
  202.                         "busyTime": "13:30",
  203.                         "quietTime": "3:00",
  204.                         "timezone": "US/Eastern"
  205.                     },
  206.                     "FRIDAY": {
  207.                         "model_type": "LocationActivityDetails",
  208.                         "busyTime": "13:30",
  209.                         "quietTime": "3:00",
  210.                         "timezone": "US/Eastern"
  211.                     },
  212.                     "SATURDAY": {
  213.                         "model_type": "LocationActivityDetails",
  214.                         "busyTime": "13:30",
  215.                         "quietTime": "3:00",
  216.                         "timezone": "US/Eastern"
  217.                     }
  218.                 },
  219.                 "maintenanceWindow": null,
  220.                 "rrmEnabled": true,
  221.                 "timezone": "US/Eastern"
  222.             },
  223.             "createdTimestamp": 0,
  224.             "lastModifiedTimestamp": 0
  225.         },
  226.         {
  227.             "model_type": "Location",
  228.             "id": 8,
  229.             "parentId": 0,
  230.             "locationType": "COUNTRY",
  231.             "customerId": 2,
  232.             "name": "Toronto",
  233.             "details": {
  234.                 "model_type": "LocationDetails",
  235.                 "countryCode": "US",
  236.                 "dailyActivityDetails": {
  237.                     "SUNDAY": {
  238.                         "model_type": "LocationActivityDetails",
  239.                         "busyTime": "13:30",
  240.                         "quietTime": "3:00",
  241.                         "timezone": "US/Eastern"
  242.                     },
  243.                     "MONDAY": {
  244.                         "model_type": "LocationActivityDetails",
  245.                         "busyTime": "13:30",
  246.                         "quietTime": "3:00",
  247.                         "timezone": "US/Eastern"
  248.                     },
  249.                     "TUESDAY": {
  250.                         "model_type": "LocationActivityDetails",
  251.                         "busyTime": "13:30",
  252.                         "quietTime": "3:00",
  253.                         "timezone": "US/Eastern"
  254.                     },
  255.                     "WEDNESDAY": {
  256.                         "model_type": "LocationActivityDetails",
  257.                         "busyTime": "13:30",
  258.                         "quietTime": "3:00",
  259.                         "timezone": "US/Eastern"
  260.                     },
  261.                     "THURSDAY": {
  262.                         "model_type": "LocationActivityDetails",
  263.                         "busyTime": "13:30",
  264.                         "quietTime": "3:00",
  265.                         "timezone": "US/Eastern"
  266.                     },
  267.                     "FRIDAY": {
  268.                         "model_type": "LocationActivityDetails",
  269.                         "busyTime": "13:30",
  270.                         "quietTime": "3:00",
  271.                         "timezone": "US/Eastern"
  272.                     },
  273.                     "SATURDAY": {
  274.                         "model_type": "LocationActivityDetails",
  275.                         "busyTime": "13:30",
  276.                         "quietTime": "3:00",
  277.                         "timezone": "US/Eastern"
  278.                     }
  279.                 },
  280.                 "maintenanceWindow": null,
  281.                 "rrmEnabled": true,
  282.                 "timezone": "US/Eastern"
  283.             },
  284.             "createdTimestamp": 0,
  285.             "lastModifiedTimestamp": 0
  286.         }
  287.     ],
  288.     "context": {
  289.         "model_type": "PaginationContext",
  290.         "cursor": "bnVsbEBAQHsibW9kZWxfdHlwZSI6IkNvbnRleHRDaGlsZHJlbiIsImNoaWxkcmVuIjp7fX1AQEBudWxs",
  291.         "lastPage": true,
  292.         "lastReturnedPageNumber": 1,
  293.         "maxItemsPerPage": 20,
  294.         "totalItemsReturned": 4
  295.     }
  296. }
  297.  
  298.  
  299.  
  300. {{baseUrl}}/portal/location/inSet?locationIdSet=1
  301.  
  302.  
  303.  
  304. [
  305.     {
  306.         "model_type": "Location",
  307.         "id": 1,
  308.         "parentId": 0,
  309.         "locationType": "COUNTRY",
  310.         "customerId": 2,
  311.         "name": "Ottawa",<-------------------------------------
  312.         "details": {
  313.             "model_type": "LocationDetails",
  314.             "countryCode": "US",
  315.             "dailyActivityDetails": {
  316.                 "SUNDAY": {
  317.                     "model_type": "LocationActivityDetails",
  318.                     "busyTime": "13:30",
  319.                     "quietTime": "3:00",
  320.                     "timezone": "US/Eastern"
  321.                 },
  322.                 "MONDAY": {
  323.                     "model_type": "LocationActivityDetails",
  324.                     "busyTime": "13:30",
  325.                     "quietTime": "3:00",
  326.                     "timezone": "US/Eastern"
  327.                 },
  328.                 "TUESDAY": {
  329.                     "model_type": "LocationActivityDetails",
  330.                     "busyTime": "13:30",
  331.                     "quietTime": "3:00",
  332.                     "timezone": "US/Eastern"
  333.                 },
  334.                 "WEDNESDAY": {
  335.                     "model_type": "LocationActivityDetails",
  336.                     "busyTime": "13:30",
  337.                     "quietTime": "3:00",
  338.                     "timezone": "US/Eastern"
  339.                 },
  340.                 "THURSDAY": {
  341.                     "model_type": "LocationActivityDetails",
  342.                     "busyTime": "13:30",
  343.                     "quietTime": "3:00",
  344.                     "timezone": "US/Eastern"
  345.                 },
  346.                 "FRIDAY": {
  347.                     "model_type": "LocationActivityDetails",
  348.                     "busyTime": "13:30",
  349.                     "quietTime": "3:00",
  350.                     "timezone": "US/Eastern"
  351.                 },
  352.                 "SATURDAY": {
  353.                     "model_type": "LocationActivityDetails",
  354.                     "busyTime": "13:30",
  355.                     "quietTime": "3:00",
  356.                     "timezone": "US/Eastern"
  357.                 }
  358.             },
  359.             "maintenanceWindow": null,
  360.             "rrmEnabled": true,
  361.             "timezone": "US/Eastern"
  362.         },
  363.         "createdTimestamp": 0,
  364.         "lastModifiedTimestamp": 0
  365.     }
  366. ]
  367.  
  368.  
  369. {{baseUrl}}/portal/equipment?equipmentId=105 🍀
  370.  
  371.  
  372. {
  373.     "model_type": "Equipment",
  374.     "id": 105, 🍀
  375.     "customerId": 2,
  376.     "profileId": 164,
  377.     "locationId": 2,
  378.     "equipmentType": "AP",
  379.     "inventoryId": "Open_AP_29V10M26A06201",
  380.     "name": "Benu-ap-C4411EAA8E47",
  381.     "details": {
  382.         "model_type": "ApElementConfiguration",
  383.         "equipmentModel": "MR8300",
  384.         "elementConfigVersion": "AP-V1",
  385.         "equipmentType": "AP",
  386.         "deviceMode": "standaloneAP",
  387.         "gettingIP": "dhcp",
  388.         "staticIP": null,
  389.         "staticIpMaskCidr": null,
  390.         "staticIpGw": null,
  391.         "gettingDNS": "dhcp",
  392.         "staticDnsIp1": null,
  393.         "staticDnsIp2": null,
  394.         "peerInfoList": [],
  395.         "deviceName": "Benu-ap-C4411EAA8E47",
  396.         "locationData": null,
  397.         "locallyConfiguredMgmtVlan": 0,
  398.         "locallyConfigured": false,
  399.         "deploymentType": "CEILING",
  400.         "syntheticClientEnabled": null,
  401.         "frameReportThrottleEnabled": true,
  402.         "antennaType": "OMNI",
  403.         "costSavingEventsEnabled": true,
  404.         "forwardMode": "BRIDGE",
  405.         "radioMap": {
  406.             "is2dot4GHz": {
  407.                 "model_type": "ElementRadioConfiguration",
  408.                 "radioType": "is2dot4GHz",
  409.                 "channelNumber": 6,
  410.                 "manualChannelNumber": 6,
  411.                 "backupChannelNumber": 11,
  412.                 "manualBackupChannelNumber": 11,
  413.                 "rxCellSizeDb": {
  414.                     "model_type": "SourceSelectionValue",
  415.                     "source": "profile",
  416.                     "value": -90
  417.                 },
  418.                 "probeResponseThresholdDb": {
  419.                     "model_type": "SourceSelectionValue",
  420.                     "source": "profile",
  421.                     "value": -90
  422.                 },
  423.                 "clientDisconnectThresholdDb": {
  424.                     "model_type": "SourceSelectionValue",
  425.                     "source": "profile",
  426.                     "value": -90
  427.                 },
  428.                 "eirpTxPower": {
  429.                     "model_type": "SourceSelectionValue",
  430.                     "source": "profile",
  431.                     "value": 18
  432.                 },
  433.                 "perimeterDetectionEnabled": true,
  434.                 "bestAPSteerType": "both",
  435.                 "deauthAttackDetection": null,
  436.                 "allowedChannelsPowerLevels": [
  437.                     {
  438.                         "model_type": "ChannelPowerLevel",
  439.                         "channelNumber": 1,
  440.                         "powerLevel": 18,
  441.                         "dfs": false,
  442.                         "channelWidth": 20
  443.                     },
  444.                     {
  445.                         "model_type": "ChannelPowerLevel",
  446.                         "channelNumber": 2,
  447.                         "powerLevel": 18,
  448.                         "dfs": false,
  449.                         "channelWidth": 20
  450.                     },
  451.                     {
  452.                         "model_type": "ChannelPowerLevel",
  453.                         "channelNumber": 3,
  454.                         "powerLevel": 18,
  455.                         "dfs": false,
  456.                         "channelWidth": 20
  457.                     },
  458.                     {
  459.                         "model_type": "ChannelPowerLevel",
  460.                         "channelNumber": 4,
  461.                         "powerLevel": 18,
  462.                         "dfs": false,
  463.                         "channelWidth": 20
  464.                     },
  465.                     {
  466.                         "model_type": "ChannelPowerLevel",
  467.                         "channelNumber": 5,
  468.                         "powerLevel": 18,
  469.                         "dfs": false,
  470.                         "channelWidth": 20
  471.                     },
  472.                     {
  473.                         "model_type": "ChannelPowerLevel",
  474.                         "channelNumber": 6,
  475.                         "powerLevel": 18,
  476.                         "dfs": false,
  477.                         "channelWidth": 20
  478.                     },
  479.                     {
  480.                         "model_type": "ChannelPowerLevel",
  481.                         "channelNumber": 7,
  482.                         "powerLevel": 18,
  483.                         "dfs": false,
  484.                         "channelWidth": 20
  485.                     },
  486.                     {
  487.                         "model_type": "ChannelPowerLevel",
  488.                         "channelNumber": 8,
  489.                         "powerLevel": 18,
  490.                         "dfs": false,
  491.                         "channelWidth": 20
  492.                     },
  493.                     {
  494.                         "model_type": "ChannelPowerLevel",
  495.                         "channelNumber": 9,
  496.                         "powerLevel": 18,
  497.                         "dfs": false,
  498.                         "channelWidth": 20
  499.                     },
  500.                     {
  501.                         "model_type": "ChannelPowerLevel",
  502.                         "channelNumber": 10,
  503.                         "powerLevel": 18,
  504.                         "dfs": false,
  505.                         "channelWidth": 20
  506.                     },
  507.                     {
  508.                         "model_type": "ChannelPowerLevel",
  509.                         "channelNumber": 11,
  510.                         "powerLevel": 18,
  511.                         "dfs": false,
  512.                         "channelWidth": 20
  513.                     }
  514.                 ]
  515.             },
  516.             "is5GHzU": {
  517.                 "model_type": "ElementRadioConfiguration",
  518.                 "radioType": "is5GHzU",
  519.                 "channelNumber": 149,
  520.                 "manualChannelNumber": 149,
  521.                 "backupChannelNumber": 157,
  522.                 "manualBackupChannelNumber": 157,
  523.                 "rxCellSizeDb": {
  524.                     "model_type": "SourceSelectionValue",
  525.                     "source": "profile",
  526.                     "value": -90
  527.                 },
  528.                 "probeResponseThresholdDb": {
  529.                     "model_type": "SourceSelectionValue",
  530.                     "source": "profile",
  531.                     "value": -90
  532.                 },
  533.                 "clientDisconnectThresholdDb": {
  534.                     "model_type": "SourceSelectionValue",
  535.                     "source": "profile",
  536.                     "value": -90
  537.                 },
  538.                 "eirpTxPower": {
  539.                     "model_type": "SourceSelectionValue",
  540.                     "source": "profile",
  541.                     "value": 18
  542.                 },
  543.                 "perimeterDetectionEnabled": true,
  544.                 "bestAPSteerType": "both",
  545.                 "deauthAttackDetection": null,
  546.                 "allowedChannelsPowerLevels": [
  547.                     {
  548.                         "model_type": "ChannelPowerLevel",
  549.                         "channelNumber": 161,
  550.                         "powerLevel": 18,
  551.                         "dfs": false,
  552.                         "channelWidth": 80
  553.                     },
  554.                     {
  555.                         "model_type": "ChannelPowerLevel",
  556.                         "channelNumber": 100,
  557.                         "powerLevel": 18,
  558.                         "dfs": true,
  559.                         "channelWidth": 80
  560.                     },
  561.                     {
  562.                         "model_type": "ChannelPowerLevel",
  563.                         "channelNumber": 132,
  564.                         "powerLevel": 18,
  565.                         "dfs": true,
  566.                         "channelWidth": 80
  567.                     },
  568.                     {
  569.                         "model_type": "ChannelPowerLevel",
  570.                         "channelNumber": 165,
  571.                         "powerLevel": 18,
  572.                         "dfs": false,
  573.                         "channelWidth": 80
  574.                     },
  575.                     {
  576.                         "model_type": "ChannelPowerLevel",
  577.                         "channelNumber": 104,
  578.                         "powerLevel": 18,
  579.                         "dfs": true,
  580.                         "channelWidth": 80
  581.                     },
  582.                     {
  583.                         "model_type": "ChannelPowerLevel",
  584.                         "channelNumber": 136,
  585.                         "powerLevel": 18,
  586.                         "dfs": true,
  587.                         "channelWidth": 80
  588.                     },
  589.                     {
  590.                         "model_type": "ChannelPowerLevel",
  591.                         "channelNumber": 108,
  592.                         "powerLevel": 18,
  593.                         "dfs": true,
  594.                         "channelWidth": 80
  595.                     },
  596.                     {
  597.                         "model_type": "ChannelPowerLevel",
  598.                         "channelNumber": 140,
  599.                         "powerLevel": 18,
  600.                         "dfs": true,
  601.                         "channelWidth": 80
  602.                     },
  603.                     {
  604.                         "model_type": "ChannelPowerLevel",
  605.                         "channelNumber": 112,
  606.                         "powerLevel": 18,
  607.                         "dfs": true,
  608.                         "channelWidth": 80
  609.                     },
  610.                     {
  611.                         "model_type": "ChannelPowerLevel",
  612.                         "channelNumber": 144,
  613.                         "powerLevel": 18,
  614.                         "dfs": true,
  615.                         "channelWidth": 80
  616.                     },
  617.                     {
  618.                         "model_type": "ChannelPowerLevel",
  619.                         "channelNumber": 116,
  620.                         "powerLevel": 18,
  621.                         "dfs": true,
  622.                         "channelWidth": 80
  623.                     },
  624.                     {
  625.                         "model_type": "ChannelPowerLevel",
  626.                         "channelNumber": 149,
  627.                         "powerLevel": 18,
  628.                         "dfs": false,
  629.                         "channelWidth": 80
  630.                     },
  631.                     {
  632.                         "model_type": "ChannelPowerLevel",
  633.                         "channelNumber": 120,
  634.                         "powerLevel": 18,
  635.                         "dfs": true,
  636.                         "channelWidth": 80
  637.                     },
  638.                     {
  639.                         "model_type": "ChannelPowerLevel",
  640.                         "channelNumber": 153,
  641.                         "powerLevel": 18,
  642.                         "dfs": false,
  643.                         "channelWidth": 80
  644.                     },
  645.                     {
  646.                         "model_type": "ChannelPowerLevel",
  647.                         "channelNumber": 124,
  648.                         "powerLevel": 18,
  649.                         "dfs": true,
  650.                         "channelWidth": 80
  651.                     },
  652.                     {
  653.                         "model_type": "ChannelPowerLevel",
  654.                         "channelNumber": 157,
  655.                         "powerLevel": 18,
  656.                         "dfs": false,
  657.                         "channelWidth": 80
  658.                     },
  659.                     {
  660.                         "model_type": "ChannelPowerLevel",
  661.                         "channelNumber": 128,
  662.                         "powerLevel": 18,
  663.                         "dfs": true,
  664.                         "channelWidth": 80
  665.                     }
  666.                 ]
  667.             },
  668.             "is5GHzL": {
  669.                 "model_type": "ElementRadioConfiguration",
  670.                 "radioType": "is5GHzL",
  671.                 "channelNumber": 36,
  672.                 "manualChannelNumber": 36,
  673.                 "backupChannelNumber": 44,
  674.                 "manualBackupChannelNumber": 44,
  675.                 "rxCellSizeDb": {
  676.                     "model_type": "SourceSelectionValue",
  677.                     "source": "profile",
  678.                     "value": -90
  679.                 },
  680.                 "probeResponseThresholdDb": {
  681.                     "model_type": "SourceSelectionValue",
  682.                     "source": "profile",
  683.                     "value": -90
  684.                 },
  685.                 "clientDisconnectThresholdDb": {
  686.                     "model_type": "SourceSelectionValue",
  687.                     "source": "profile",
  688.                     "value": -90
  689.                 },
  690.                 "eirpTxPower": {
  691.                     "model_type": "SourceSelectionValue",
  692.                     "source": "profile",
  693.                     "value": 18
  694.                 },
  695.                 "perimeterDetectionEnabled": true,
  696.                 "bestAPSteerType": "both",
  697.                 "deauthAttackDetection": null,
  698.                 "allowedChannelsPowerLevels": [
  699.                     {
  700.                         "model_type": "ChannelPowerLevel",
  701.                         "channelNumber": 52,
  702.                         "powerLevel": 18,
  703.                         "dfs": true,
  704.                         "channelWidth": 80
  705.                     },
  706.                     {
  707.                         "model_type": "ChannelPowerLevel",
  708.                         "channelNumber": 36,
  709.                         "powerLevel": 18,
  710.                         "dfs": false,
  711.                         "channelWidth": 80
  712.                     },
  713.                     {
  714.                         "model_type": "ChannelPowerLevel",
  715.                         "channelNumber": 56,
  716.                         "powerLevel": 18,
  717.                         "dfs": true,
  718.                         "channelWidth": 80
  719.                     },
  720.                     {
  721.                         "model_type": "ChannelPowerLevel",
  722.                         "channelNumber": 40,
  723.                         "powerLevel": 18,
  724.                         "dfs": false,
  725.                         "channelWidth": 80
  726.                     },
  727.                     {
  728.                         "model_type": "ChannelPowerLevel",
  729.                         "channelNumber": 60,
  730.                         "powerLevel": 18,
  731.                         "dfs": true,
  732.                         "channelWidth": 80
  733.                     },
  734.                     {
  735.                         "model_type": "ChannelPowerLevel",
  736.                         "channelNumber": 44,
  737.                         "powerLevel": 18,
  738.                         "dfs": false,
  739.                         "channelWidth": 80
  740.                     },
  741.                     {
  742.                         "model_type": "ChannelPowerLevel",
  743.                         "channelNumber": 64,
  744.                         "powerLevel": 18,
  745.                         "dfs": true,
  746.                         "channelWidth": 80
  747.                     },
  748.                     {
  749.                         "model_type": "ChannelPowerLevel",
  750.                         "channelNumber": 48,
  751.                         "powerLevel": 18,
  752.                         "dfs": false,
  753.                         "channelWidth": 80
  754.                     }
  755.                 ]
  756.             }
  757.         },
  758.         "advancedRadioMap": {
  759.             "is2dot4GHz": {
  760.                 "model_type": "RadioConfiguration",
  761.                 "radioType": "is2dot4GHz",
  762.                 "radioAdminState": "enabled",
  763.                 "fragmentationThresholdBytes": 2346,
  764.                 "uapsdState": "enabled",
  765.                 "stationIsolation": "disabled",
  766.                 "multicastRate": {
  767.                     "model_type": "SourceSelectionMulticast",
  768.                     "source": "profile",
  769.                     "value": "auto"
  770.                 },
  771.                 "managementRate": {
  772.                     "model_type": "SourceSelectionManagement",
  773.                     "source": "profile",
  774.                     "value": "auto"
  775.                 },
  776.                 "bestApSettings": {
  777.                     "model_type": "SourceSelectionSteering",
  778.                     "source": "manual",
  779.                     "value": {
  780.                         "model_type": "RadioBestApSettings",
  781.                         "mlComputed": true,
  782.                         "dropInSnrPercentage": 20,
  783.                         "minLoadFactor": 50
  784.                     }
  785.                 },
  786.                 "legacyBSSRate": "enabled",
  787.                 "dtimPeriod": 2,
  788.                 "deauthAttackDetection": null
  789.             },
  790.             "is5GHzU": {
  791.                 "model_type": "RadioConfiguration",
  792.                 "radioType": "is5GHzU",
  793.                 "radioAdminState": "enabled",
  794.                 "fragmentationThresholdBytes": 2346,
  795.                 "uapsdState": "enabled",
  796.                 "stationIsolation": "disabled",
  797.                 "multicastRate": {
  798.                     "model_type": "SourceSelectionMulticast",
  799.                     "source": "profile",
  800.                     "value": "auto"
  801.                 },
  802.                 "managementRate": {
  803.                     "model_type": "SourceSelectionManagement",
  804.                     "source": "profile",
  805.                     "value": "auto"
  806.                 },
  807.                 "bestApSettings": {
  808.                     "model_type": "SourceSelectionSteering",
  809.                     "source": "manual",
  810.                     "value": {
  811.                         "model_type": "RadioBestApSettings",
  812.                         "mlComputed": true,
  813.                         "dropInSnrPercentage": 30,
  814.                         "minLoadFactor": 40
  815.                     }
  816.                 },
  817.                 "legacyBSSRate": "enabled",
  818.                 "dtimPeriod": 2,
  819.                 "deauthAttackDetection": null
  820.             },
  821.             "is5GHzL": {
  822.                 "model_type": "RadioConfiguration",
  823.                 "radioType": "is5GHzL",
  824.                 "radioAdminState": "enabled",
  825.                 "fragmentationThresholdBytes": 2346,
  826.                 "uapsdState": "enabled",
  827.                 "stationIsolation": "disabled",
  828.                 "multicastRate": {
  829.                     "model_type": "SourceSelectionMulticast",
  830.                     "source": "profile",
  831.                     "value": "auto"
  832.                 },
  833.                 "managementRate": {
  834.                     "model_type": "SourceSelectionManagement",
  835.                     "source": "profile",
  836.                     "value": "auto"
  837.                 },
  838.                 "bestApSettings": {
  839.                     "model_type": "SourceSelectionSteering",
  840.                     "source": "manual",
  841.                     "value": {
  842.                         "model_type": "RadioBestApSettings",
  843.                         "mlComputed": true,
  844.                         "dropInSnrPercentage": 30,
  845.                         "minLoadFactor": 40
  846.                     }
  847.                 },
  848.                 "legacyBSSRate": "enabled",
  849.                 "dtimPeriod": 2,
  850.                 "deauthAttackDetection": null
  851.             }
  852.         }
  853.     },
  854.     "latitude": null,
  855.     "longitude": null,
  856.     "baseMacAddress": {
  857.         "model_type": "MacAddress",
  858.         "address": "xEEeqo5H",
  859.         "addressAsString": "c4:41:1e:aa:8e:47"
  860.     },
  861.     "serial": "example-serial-C4411EAA8E47",
  862.     "createdTimestamp": 1617899783659,
  863.     "lastModifiedTimestamp": 1617899960619
  864. }
  865.  
  866.  
  867.  
  868.  
  869. {{baseUrl}}/portal/firmware/model/byEquipmentType?equipmentType=AP
  870.  
  871.  
  872. [
  873.     "EA8300", 🍄 <-------------------------------------
  874.     "ECW5211",
  875.     "ECW5410"
  876. ]
  877.  
  878.  
  879.  
  880. {{baseUrl}}/portal/firmware/version/byEquipmentType?equipmentType=AP&modelId=EA8300 🍄
  881.  
  882.  
  883. [
  884.     {
  885.         "model_type": "FirmwareVersion",
  886.         "id": 2,
  887.         "equipmentType": "AP",
  888.         "modelId": "EA8300",
  889.         "versionName": "ea8300-2020-08-18-pending-5d9ea41",<-------------------------------------
  890.         "description": "EA8300 Firmware Version",
  891.         "filename": "https://tip-read:tip-read@tip.jfrog.io/artifactory/tip-wlan-ap-firmware/ea8300/dev/ea8300-2020-08-18-pending-5d9ea41.tar.gz",
  892.         "commit": "5d9ea41",
  893.         "validationMethod": "MD5_CHECKSUM",
  894.         "validationCode": "19494befa87eb6bb90a64fd515634263",
  895.         "releaseDate": 1597730400000,
  896.         "createdTimestamp": 0,
  897.         "lastModifiedTimestamp": 0
  898.     }
  899. ]
  900.  
  901.  
  902. {{baseUrl}}/portal/firmware/version/byName?firmwareVersionName=ea8300-2020-08-18-pending-5d9ea41 ❌
  903.  
  904.  
  905. {
  906.     "model_type": "FirmwareVersion",
  907.     "id": 2, 🚀 <-------------------------------------
  908.     "equipmentType": "AP",
  909.     "modelId": "EA8300",
  910.     "versionName": "ea8300-2020-08-18-pending-5d9ea41",
  911.     "description": "EA8300 Firmware Version",
  912.     "filename": "https://tip-read:tip-read@tip.jfrog.io/artifactory/tip-wlan-ap-firmware/ea8300/dev/ea8300-2020-08-18-pending-5d9ea41.tar.gz",
  913.     "commit": "5d9ea41",
  914.     "validationMethod": "MD5_CHECKSUM",
  915.     "validationCode": "19494befa87eb6bb90a64fd515634263",
  916.     "releaseDate": 1597730400000,
  917.     "createdTimestamp": 0,
  918.     "lastModifiedTimestamp": 0
  919. }
  920.  
  921.  
  922. {{baseUrl}}/portal/firmware/version?firmwareVersionId=2
  923.  
  924.  
  925. {
  926.     "model_type": "FirmwareVersion",
  927.     "id": 2, 🚀
  928.     "equipmentType": "AP",
  929.     "modelId": "EA8300",
  930.     "versionName": "ea8300-2020-08-18-pending-5d9ea41",
  931.     "description": "EA8300 Firmware Version",
  932.     "filename": "https://tip-read:tip-read@tip.jfrog.io/artifactory/tip-wlan-ap-firmware/ea8300/dev/ea8300-2020-08-18-pending-5d9ea41.tar.gz",
  933.     "commit": "5d9ea41",
  934.     "validationMethod": "MD5_CHECKSUM",
  935.     "validationCode": "19494befa87eb6bb90a64fd515634263",
  936.     "releaseDate": 1597730400000,
  937.     "createdTimestamp": 0,
  938.     "lastModifiedTimestamp": 0
  939. }
  940.  
  941.  
  942.  
  943.  
  944.  
  945.  
  946.  
  947. {{baseUrl}}/portal/location?locationId=1 📍
  948.  
  949.  
  950. {
  951.     "model_type": "Location",
  952.     "id": 1,📍
  953.     "parentId": 0,
  954.     "locationType": "COUNTRY",
  955.     "customerId": 2, 📍
  956.     "name": "Ottawa",
  957.     "details": {
  958.         "model_type": "LocationDetails",
  959.         "countryCode": "US",
  960.         "dailyActivityDetails": {
  961.             "SUNDAY": {
  962.                 "model_type": "LocationActivityDetails",
  963.                 "busyTime": "13:30",
  964.                 "quietTime": "3:00",
  965.                 "timezone": "US/Eastern"
  966.             },
  967.             "MONDAY": {
  968.                 "model_type": "LocationActivityDetails",
  969.                 "busyTime": "13:30",
  970.                 "quietTime": "3:00",
  971.                 "timezone": "US/Eastern"
  972.             },
  973.             "TUESDAY": {
  974.                 "model_type": "LocationActivityDetails",
  975.                 "busyTime": "13:30",
  976.                 "quietTime": "3:00",
  977.                 "timezone": "US/Eastern"
  978.             },
  979.             "WEDNESDAY": {
  980.                 "model_type": "LocationActivityDetails",
  981.                 "busyTime": "13:30",
  982.                 "quietTime": "3:00",
  983.                 "timezone": "US/Eastern"
  984.             },
  985.             "THURSDAY": {
  986.                 "model_type": "LocationActivityDetails",
  987.                 "busyTime": "13:30",
  988.                 "quietTime": "3:00",
  989.                 "timezone": "US/Eastern"
  990.             },
  991.             "FRIDAY": {
  992.                 "model_type": "LocationActivityDetails",
  993.                 "busyTime": "13:30",
  994.                 "quietTime": "3:00",
  995.                 "timezone": "US/Eastern"
  996.             },
  997.             "SATURDAY": {
  998.                 "model_type": "LocationActivityDetails",
  999.                 "busyTime": "13:30",
  1000.                 "quietTime": "3:00",
  1001.                 "timezone": "US/Eastern"
  1002.             }
  1003.         },
  1004.         "maintenanceWindow": null,
  1005.         "rrmEnabled": true,
  1006.         "timezone": "US/Eastern"
  1007.     },
  1008.     "createdTimestamp": 0,
  1009.     "lastModifiedTimestamp": 0
  1010. }
  1011.  
  1012.  
  1013.  
  1014.  
  1015. {{baseUrl}}/portal/equipment/defaultDetails?equipmentType=AP
  1016.  
  1017.  
  1018.  
  1019. {
  1020.     "model_type": "ApElementConfiguration",
  1021.     "equipmentModel": null,
  1022.     "elementConfigVersion": "AP-V1",
  1023.     "equipmentType": "AP",
  1024.     "deviceMode": "standaloneAP",
  1025.     "gettingIP": "dhcp",
  1026.     "staticIP": null,
  1027.     "staticIpMaskCidr": null,
  1028.     "staticIpGw": null,
  1029.     "gettingDNS": "dhcp",
  1030.     "staticDnsIp1": null,
  1031.     "staticDnsIp2": null,
  1032.     "peerInfoList": [],
  1033.     "deviceName": "Default Device Name",
  1034.     "locationData": null,
  1035.     "locallyConfiguredMgmtVlan": 0,
  1036.     "locallyConfigured": false,
  1037.     "deploymentType": "CEILING",
  1038.     "syntheticClientEnabled": null,
  1039.     "frameReportThrottleEnabled": true,
  1040.     "antennaType": "OMNI",
  1041.     "costSavingEventsEnabled": true,
  1042.     "forwardMode": "BRIDGE",
  1043.     "radioMap": {
  1044.         "is2dot4GHz": {
  1045.             "model_type": "ElementRadioConfiguration",
  1046.             "radioType": "is2dot4GHz",
  1047.             "channelNumber": 6,
  1048.             "manualChannelNumber": 6,
  1049.             "backupChannelNumber": 11,
  1050.             "manualBackupChannelNumber": 11,
  1051.             "rxCellSizeDb": {
  1052.                 "model_type": "SourceSelectionValue",
  1053.                 "source": "profile",
  1054.                 "value": -90
  1055.             },
  1056.             "probeResponseThresholdDb": {
  1057.                 "model_type": "SourceSelectionValue",
  1058.                 "source": "profile",
  1059.                 "value": -90
  1060.             },
  1061.             "clientDisconnectThresholdDb": {
  1062.                 "model_type": "SourceSelectionValue",
  1063.                 "source": "profile",
  1064.                 "value": -90
  1065.             },
  1066.             "eirpTxPower": {
  1067.                 "model_type": "SourceSelectionValue",
  1068.                 "source": "profile",
  1069.                 "value": 18
  1070.             },
  1071.             "perimeterDetectionEnabled": true,
  1072.             "bestAPSteerType": "both",
  1073.             "deauthAttackDetection": null,
  1074.             "allowedChannelsPowerLevels": []
  1075.         },
  1076.         "is5GHzU": {
  1077.             "model_type": "ElementRadioConfiguration",
  1078.             "radioType": "is5GHzU",
  1079.             "channelNumber": 149,
  1080.             "manualChannelNumber": 149,
  1081.             "backupChannelNumber": 157,
  1082.             "manualBackupChannelNumber": 157,
  1083.             "rxCellSizeDb": {
  1084.                 "model_type": "SourceSelectionValue",
  1085.                 "source": "profile",
  1086.                 "value": -90
  1087.             },
  1088.             "probeResponseThresholdDb": {
  1089.                 "model_type": "SourceSelectionValue",
  1090.                 "source": "profile",
  1091.                 "value": -90
  1092.             },
  1093.             "clientDisconnectThresholdDb": {
  1094.                 "model_type": "SourceSelectionValue",
  1095.                 "source": "profile",
  1096.                 "value": -90
  1097.             },
  1098.             "eirpTxPower": {
  1099.                 "model_type": "SourceSelectionValue",
  1100.                 "source": "profile",
  1101.                 "value": 18
  1102.             },
  1103.             "perimeterDetectionEnabled": true,
  1104.             "bestAPSteerType": "both",
  1105.             "deauthAttackDetection": null,
  1106.             "allowedChannelsPowerLevels": []
  1107.         },
  1108.         "is5GHzL": {
  1109.             "model_type": "ElementRadioConfiguration",
  1110.             "radioType": "is5GHzL",
  1111.             "channelNumber": 36,
  1112.             "manualChannelNumber": 36,
  1113.             "backupChannelNumber": 44,
  1114.             "manualBackupChannelNumber": 44,
  1115.             "rxCellSizeDb": {
  1116.                 "model_type": "SourceSelectionValue",
  1117.                 "source": "profile",
  1118.                 "value": -90
  1119.             },
  1120.             "probeResponseThresholdDb": {
  1121.                 "model_type": "SourceSelectionValue",
  1122.                 "source": "profile",
  1123.                 "value": -90
  1124.             },
  1125.             "clientDisconnectThresholdDb": {
  1126.                 "model_type": "SourceSelectionValue",
  1127.                 "source": "profile",
  1128.                 "value": -90
  1129.             },
  1130.             "eirpTxPower": {
  1131.                 "model_type": "SourceSelectionValue",
  1132.                 "source": "profile",
  1133.                 "value": 18
  1134.             },
  1135.             "perimeterDetectionEnabled": true,
  1136.             "bestAPSteerType": "both",
  1137.             "deauthAttackDetection": null,
  1138.             "allowedChannelsPowerLevels": []
  1139.         }
  1140.     },
  1141.     "advancedRadioMap": {
  1142.         "is2dot4GHz": {
  1143.             "model_type": "RadioConfiguration",
  1144.             "radioType": "is2dot4GHz",
  1145.             "radioAdminState": "enabled",
  1146.             "fragmentationThresholdBytes": 2346,
  1147.             "uapsdState": "enabled",
  1148.             "stationIsolation": "disabled",
  1149.             "multicastRate": {
  1150.                 "model_type": "SourceSelectionMulticast",
  1151.                 "source": "profile",
  1152.                 "value": "auto"
  1153.             },
  1154.             "managementRate": {
  1155.                 "model_type": "SourceSelectionManagement",
  1156.                 "source": "profile",
  1157.                 "value": "auto"
  1158.             },
  1159.             "bestApSettings": {
  1160.                 "model_type": "SourceSelectionSteering",
  1161.                 "source": "manual",
  1162.                 "value": {
  1163.                     "model_type": "RadioBestApSettings",
  1164.                     "mlComputed": true,
  1165.                     "dropInSnrPercentage": 20,
  1166.                     "minLoadFactor": 50
  1167.                 }
  1168.             },
  1169.             "legacyBSSRate": "enabled",
  1170.             "dtimPeriod": 2,
  1171.             "deauthAttackDetection": null
  1172.         },
  1173.         "is5GHzU": {
  1174.             "model_type": "RadioConfiguration",
  1175.             "radioType": "is5GHzU",
  1176.             "radioAdminState": "enabled",
  1177.             "fragmentationThresholdBytes": 2346,
  1178.             "uapsdState": "enabled",
  1179.             "stationIsolation": "disabled",
  1180.             "multicastRate": {
  1181.                 "model_type": "SourceSelectionMulticast",
  1182.                 "source": "profile",
  1183.                 "value": "auto"
  1184.             },
  1185.             "managementRate": {
  1186.                 "model_type": "SourceSelectionManagement",
  1187.                 "source": "profile",
  1188.                 "value": "auto"
  1189.             },
  1190.             "bestApSettings": {
  1191.                 "model_type": "SourceSelectionSteering",
  1192.                 "source": "manual",
  1193.                 "value": {
  1194.                     "model_type": "RadioBestApSettings",
  1195.                     "mlComputed": true,
  1196.                     "dropInSnrPercentage": 30,
  1197.                     "minLoadFactor": 40
  1198.                 }
  1199.             },
  1200.             "legacyBSSRate": "enabled",
  1201.             "dtimPeriod": 2,
  1202.             "deauthAttackDetection": null
  1203.         },
  1204.         "is5GHzL": {
  1205.             "model_type": "RadioConfiguration",
  1206.             "radioType": "is5GHzL",
  1207.             "radioAdminState": "enabled",
  1208.             "fragmentationThresholdBytes": 2346,
  1209.             "uapsdState": "enabled",
  1210.             "stationIsolation": "disabled",
  1211.             "multicastRate": {
  1212.                 "model_type": "SourceSelectionMulticast",
  1213.                 "source": "profile",
  1214.                 "value": "auto"
  1215.             },
  1216.             "managementRate": {
  1217.                 "model_type": "SourceSelectionManagement",
  1218.                 "source": "profile",
  1219.                 "value": "auto"
  1220.             },
  1221.             "bestApSettings": {
  1222.                 "model_type": "SourceSelectionSteering",
  1223.                 "source": "manual",
  1224.                 "value": {
  1225.                     "model_type": "RadioBestApSettings",
  1226.                     "mlComputed": true,
  1227.                     "dropInSnrPercentage": 30,
  1228.                     "minLoadFactor": 40
  1229.                 }
  1230.             },
  1231.             "legacyBSSRate": "enabled",
  1232.             "dtimPeriod": 2,
  1233.             "deauthAttackDetection": null
  1234.         }
  1235.     }
  1236. }
  1237.  
  1238.  
  1239.  
  1240.  
  1241.  
  1242.  
  1243.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement