channel-info

Get Channel Info

Operating channel for the radio. By default, the AP automatically selects the operating channel as automatically (Auto). The user can manually set the channel if desired. Select Manual, to set the operating channel. Based on the location selected, a list of channel numbers are presented for manual channel selection. If the manually selected channel is not present in the country of operation selected for the device in the applied AP template, the AP automatically reverts to Auto mode and selects a channel.

JSON Table

Attribute Data Type Description
country application/json A group of attributes providing the country code and country name. These
details can be fetched by using the Get
Regional Domains
call.
country/newCode int System-generated country ID.
country/name String Name of the country.
scanIllegalChannels boolean A true or false value indicates whether the system can scan possible
intermediate illegal channels.
channelsScanA application/json List of channels to be scanned in the A band.
channelsScanA/scan boolean Atrue or false value indicates whether scanning is enabled on the channel.
channelsScanA/defend boolean A true or false value indicates whether transmitting is enabled on the
channel.
channelsScanA/number int The channel number.
channelsScanA/id int System-generated channel ID.
channelsScanA/name String The channel name.
channelsScanA/protocol String The protocol used by the channel. The applicable values are: A, B, and
BG.
channelsScanA/turboMode boolean A true or false value indicates whether the turbo mode is allowed for
the channel.
channelsScanA/scanLegal boolean A true or false value indicates whether scanning is legal on the channel.
channelsScanA/defendLegal boolean A true or false value indicates whether transmitting is legal on the
channel.
channelsScanA/dFSChannel boolean A true or false value indicates the channel is a DFS channel.
channelsDefendA application/json List of channels to be transmitted on in the A band.
channelsDefendA/scan boolean A true or false value indicates whether scanning is enabled on the channel.
channelsDefendA/defend boolean A true or false value indicating whether transmitting is enabled on
the channel.
channelsDefendA/number int The channel number.
channelsDefendA/id int The channel ID.
channelsDefendA/name String The channel name.
channelsDefendA/protocol String The protocol used by the channel. The applicable values are: A, B, and
BG.
channelsDefendA/turboMode boolean A true or false value indicating whether the turbo mode is allowed for
the channel.
channelsDefendA/scanLegal boolean A true or false value indicating whether scanning is legal on the channel.
channelsDefendA/defendLegal boolean A true or false value indicating whether transmitting is legal on the
channel.
channelsDefendA/dFSChannel boolean A true or false value indicating whether the channel is a DFS channel.
channelsScanB application/json List of channels to be scanned in the B band.
channelsScanB/scan boolean A true or false value indicating whether scanning is enabled on the
channel.
channelsScanB/defend boolean A true or false value indicating whether transmitting is enabled on
the channel.
channelsScanB/number int The channel number.
channelsScanB/id int System-generated channel ID.
channelsScanB/name String The channel name.
channelsScanB/protocol String The protocol used by the channel. The applicable values are: A, B, and
BG
channelsScanB/turboMode boolean A true or false value indicating whether the turbo mode is allowed for
the channel.
channelsScanB/scanLegal boolean A true or false value indicating whether scanning is legal on the channel.
channelsScanB/defendLegal boolean A true or false value indicating whether transmitting is legal on the
channel.
channelsScanB/dFSChannel boolean A true or false value indicating the channel is a DFS channel.
channelsDefendB application/json List of channels to be transmitted on in the B band.
channelsDefendB/scan boolean A true or false value indicating whether scanning is enabled on the
channel.
channelsDefendB/defend boolean A true or false value indicating whether transmitting is enabled on
the channel.
channelsDefendB/number int The channel number.
channelsDefendB/id int The channel ID.
channelsDefendB/name String The channel name.
channelsDefendB/protocol String The protocol used by the channel. The applicable values are: A, B, and
BG.
channelsDefendB/turboMode boolean A true or false value indicating whether the turbo mode is allowed for
the channel.
channelsDefendB/scanLegal boolean A true or false value indicating whether scanning is legal on the channel.
channelsDefendB/defendLegal boolean A true or false value indicates whether transmitting is legal on the
channel.
channelsDefendB/dFSChannel boolean A true or false value indicating whether the channel is a DFS channel.
channelScanATurbo application/json List of turbo channels in the A band.
channelScanATurbo/scan boolean A true or false value indicating whether scanning is enabled on the
turbo channel.
channelScanATurbo/defend boolean A true or false value indicating whether transmitting is enabled on
the turbo channel.
channelScanATurbo/number int The channel number.
channelScanATurbo/id int System-generated channel ID.
channelScanATurbo/name String The channel name.
channelScanATurbo/protocol String The protocol used by the channel. The applicable values are: A, B, and
BG.
channelScanATurbo/turboMode boolean A true or false value indicating whether the turbo mode is enabled.
channelScanATurbo/scanLegal boolean A true or false value indicating whether scanning of the turbo channel
is legal.
channelScanATurbo/defendLegal boolean A true or false value indicating whether transmitting on the turbo channel
is legal.
channelScanATurbo/dFSChannel boolean A true or false value indicating whether the channel is a DFS channel.
channelScanBTurbo application/json List of turbo channels in the B band.
channelScanBTurbo/scan boolean A true or false value indicating whether scanning is enabled on the
turbo channel.
channelScanBTurbo/defend boolean A true or false value indicating whether transmitting is enabled on
the turbo channel.
channelScanBTurbo/number int The channel number.
channelScanBTurbo/id int System-generated channel ID.
channelScanBTurbo/name String The channel name.
channelScanBTurbo/protocol String The protocol used by the channel. The applicable values are: A, B, and
BG.
channelScanBTurbo/turboMode boolean A true or false value indicating whether the turbo mode is enabled.
channelScanBTurbo/scanLegal boolean A true or false value indicating whether scanning of the turbo channel
is legal.
channelScanBTurbo/defendLegal boolean A true or false value indicating whether transmitting on the turbo channel
is legal.
channelScanBTurbo/dFSChannel boolean A true or false value indicating whether the channel is a DFS channel.

Copy Sample JSON
Sample JSON
[{
    "country": {
        "newCode": 44,
        "name": "Bahamas"
    },
    "scanIllegalChannels": false,
    "channelsScanA": [
        {
            "scan": true,
            "defend": true,
            "number": 60,
            "id": 41,
            "name": "60",
            "protocol": "A",
            "turboMode": false,
            "scanLegal": true,
            "defendLegal": true,
            "dFSChannel": true
        },
        {
            "scan": true,
            "defend": true,
            "number": 48,
            "id": 36,
            "name": "48",
            "protocol": "A",
            "turboMode": false,
            "scanLegal": true,
            "defendLegal": true,
            "dFSChannel": false
        },
        {
            "scan": true,
            "defend": true,
            "number": 149,
            "id": 55,
            "name": "149",
            "protocol": "A",
            "turboMode": false,
            "scanLegal": true,
            "defendLegal": true,
            "dFSChannel": false
        },
        {
            "scan": true,
            "defend": true,
            "number": 153,
            "id": 57,
            "name": "153",
            "protocol": "A",
            "turboMode": false,
            "scanLegal": true,
            "defendLegal": true,
            "dFSChannel": false
        },
        {
            "scan": true,
            "defend": true,
            "number": 157,
            "id": 58,
            "name": "157",
            "protocol": "A",
            "turboMode": false,
            "scanLegal": true,
            "defendLegal": true,
            "dFSChannel": false
        },
        {
            "scan": true,
            "defend": true,
            "number": 161,
            "id": 60,
            "name": "161",
            "protocol": "A",
            "turboMode": false,
            "scanLegal": true,
            "defendLegal": true,
            "dFSChannel": false
        },
        {
            "scan": true,
            "defend": true,
            "number": 165,
            "id": 61,
            "name": "165",
            "protocol": "A",
            "turboMode": false,
            "scanLegal": true,
            "defendLegal": true,
            "dFSChannel": false
        },
        {
            "scan": true,
            "defend": false,
            "number": 34,
            "id": 29,
            "name": "34",
            "protocol": "A",
            "turboMode": false,
            "scanLegal": true,
            "defendLegal": false,
            "dFSChannel": false
        },
        {
            "scan": true,
            "defend": false,
            "number": 38,
            "id": 31,
            "name": "38",
            "protocol": "A",
            "turboMode": false,
            "scanLegal": true,
            "defendLegal": false,
            "dFSChannel": false
        },
        {
            "scan": true,
            "defend": false,
            "number": 42,
            "id": 33,
            "name": "42",
            "protocol": "A",
            "turboMode": false,
            "scanLegal": true,
            "defendLegal": false,
            "dFSChannel": false
        },
        {
            "scan": true,
            "defend": false,
            "number": 46,
            "id": 35,
            "name": "46",
            "protocol": "A",
            "turboMode": false,
            "scanLegal": true,
            "defendLegal": false,
            "dFSChannel": false
        },
        {
            "scan": true,
            "defend": true,
            "number": 36,
            "id": 30,
            "name": "36",
            "protocol": "A",
            "turboMode": false,
            "scanLegal": true,
            "defendLegal": true,
            "dFSChannel": false
        },
        {
            "scan": true,
            "defend": true,
            "number": 40,
            "id": 32,
            "name": "40",
            "protocol": "A",
            "turboMode": false,
            "scanLegal": true,
            "defendLegal": true,
            "dFSChannel": false
        },
        {
            "scan": true,
            "defend": true,
            "number": 44,
            "id": 34,
            "name": "44",
            "protocol": "A",
            "turboMode": false,
            "scanLegal": true,
            "defendLegal": true,
            "dFSChannel": false
        },
        {
            "scan": true,
            "defend": false,
            "number": 184,
            "id": 73,
            "name": "184",
            "protocol": "A",
            "turboMode": false,
            "scanLegal": true,
            "defendLegal": false,
            "dFSChannel": false
        },
        {
            "scan": true,
            "defend": false,
            "number": 188,
            "id": 74,
            "name": "188",
            "protocol": "A",
            "turboMode": false,
            "scanLegal": true,
            "defendLegal": false,
            "dFSChannel": false
        },
        {
            "scan": true,
            "defend": false,
            "number": 192,
            "id": 75,
            "name": "192",
            "protocol": "A",
            "turboMode": false,
            "scanLegal": true,
            "defendLegal": false,
            "dFSChannel": false
        },
        {
            "scan": true,
            "defend": false,
            "number": 208,
            "id": 78,
            "name": "208",
            "protocol": "A",
            "turboMode": false,
            "scanLegal": true,
            "defendLegal": false,
            "dFSChannel": false
        },
        {
            "scan": true,
            "defend": false,
            "number": 212,
            "id": 79,
            "name": "212",
            "protocol": "A",
            "turboMode": false,
            "scanLegal": true,
            "defendLegal": false,
            "dFSChannel": false
        },
        {
            "scan": true,
            "defend": false,
            "number": 216,
            "id": 80,
            "name": "216",
            "protocol": "A",
            "turboMode": false,
            "scanLegal": true,
            "defendLegal": false,
            "dFSChannel": false
        },
        {
            "scan": true,
            "defend": false,
            "number": 196,
            "id": 81,
            "name": "196",
            "protocol": "A",
            "turboMode": false,
            "scanLegal": true,
            "defendLegal": false,
            "dFSChannel": false
        },
        {
            "scan": true,
            "defend": true,
            "number": 52,
            "id": 38,
            "name": "52",
            "protocol": "A",
            "turboMode": false,
            "scanLegal": true,
            "defendLegal": true,
            "dFSChannel": true
        },
        {
            "scan": true,
            "defend": true,
            "number": 56,
            "id": 39,
            "name": "56",
            "protocol": "A",
            "turboMode": false,
            "scanLegal": true,
            "defendLegal": true,
            "dFSChannel": true
        },
        {
            "scan": true,
            "defend": true,
            "number": 64,
            "id": 42,
            "name": "64",
            "protocol": "A",
            "turboMode": false,
            "scanLegal": true,
            "defendLegal": true,
            "dFSChannel": true
        },
        {
            "scan": true,
            "defend": true,
            "number": 124,
            "id": 50,
            "name": "124",
            "protocol": "A",
            "turboMode": false,
            "scanLegal": true,
            "defendLegal": true,
            "dFSChannel": true
        },
        {
            "scan": true,
            "defend": true,
            "number": 100,
            "id": 43,
            "name": "100",
            "protocol": "A",
            "turboMode": false,
            "scanLegal": true,
            "defendLegal": true,
            "dFSChannel": true
        },
        {
            "scan": true,
            "defend": true,
            "number": 104,
            "id": 44,
            "name": "104",
            "protocol": "A",
            "turboMode": false,
            "scanLegal": true,
            "defendLegal": true,
            "dFSChannel": true
        },
        {
            "scan": true,
            "defend": true,
            "number": 112,
            "id": 46,
            "name": "112",
            "protocol": "A",
            "turboMode": false,
            "scanLegal": true,
            "defendLegal": true,
            "dFSChannel": true
        },
        {
            "scan": true,
            "defend": true,
            "number": 116,
            "id": 47,
            "name": "116",
            "protocol": "A",
            "turboMode": false,
            "scanLegal": true,
            "defendLegal": true,
            "dFSChannel": true
        },
        {
            "scan": true,
            "defend": true,
            "number": 120,
            "id": 48,
            "name": "120",
            "protocol": "A",
            "turboMode": false,
            "scanLegal": true,
            "defendLegal": true,
            "dFSChannel": true
        },
        {
            "scan": true,
            "defend": true,
            "number": 108,
            "id": 45,
            "name": "108",
            "protocol": "A",
            "turboMode": false,
            "scanLegal": true,
            "defendLegal": true,
            "dFSChannel": true
        },
        {
            "scan": true,
            "defend": true,
            "number": 128,
            "id": 51,
            "name": "128",
            "protocol": "A",
            "turboMode": false,
            "scanLegal": true,
            "defendLegal": true,
            "dFSChannel": true
        },
        {
            "scan": true,
            "defend": true,
            "number": 132,
            "id": 52,
            "name": "132",
            "protocol": "A",
            "turboMode": false,
            "scanLegal": true,
            "defendLegal": true,
            "dFSChannel": true
        },
        {
            "scan": true,
            "defend": true,
            "number": 136,
            "id": 53,
            "name": "136",
            "protocol": "A",
            "turboMode": false,
            "scanLegal": true,
            "defendLegal": true,
            "dFSChannel": true
        },
        {
            "scan": true,
            "defend": true,
            "number": 140,
            "id": 54,
            "name": "140",
            "protocol": "A",
            "turboMode": false,
            "scanLegal": true,
            "defendLegal": true,
            "dFSChannel": true
        }
    ],
    "channelsDefendA": [
        {
            "scan": true,
            "defend": true,
            "number": 60,
            "id": 41,
            "name": "60",
            "protocol": "A",
            "turboMode": false,
            "scanLegal": true,
            "defendLegal": true,
            "dFSChannel": true
        },
        {
            "scan": true,
            "defend": true,
            "number": 48,
            "id": 36,
            "name": "48",
            "protocol": "A",
            "turboMode": false,
            "scanLegal": true,
            "defendLegal": true,
            "dFSChannel": false
        },
        {
            "scan": true,
            "defend": true,
            "number": 149,
            "id": 55,
            "name": "149",
            "protocol": "A",
            "turboMode": false,
            "scanLegal": true,
            "defendLegal": true,
            "dFSChannel": false
        },
        {
            "scan": true,
            "defend": true,
            "number": 153,
            "id": 57,
            "name": "153",
            "protocol": "A",
            "turboMode": false,
            "scanLegal": true,
            "defendLegal": true,
            "dFSChannel": false
        },
        {
            "scan": true,
            "defend": true,
            "number": 157,
            "id": 58,
            "name": "157",
            "protocol": "A",
            "turboMode": false,
            "scanLegal": true,
            "defendLegal": true,
            "dFSChannel": false
        },
        {
            "scan": true,
            "defend": true,
            "number": 161,
            "id": 60,
            "name": "161",
            "protocol": "A",
            "turboMode": false,
            "scanLegal": true,
            "defendLegal": true,
            "dFSChannel": false
        },
        {
            "scan": true,
            "defend": true,
            "number": 165,
            "id": 61,
            "name": "165",
            "protocol": "A",
            "turboMode": false,
            "scanLegal": true,
            "defendLegal": true,
            "dFSChannel": false
        },
        {
            "scan": true,
            "defend": false,
            "number": 34,
            "id": 29,
            "name": "34",
            "protocol": "A",
            "turboMode": false,
            "scanLegal": true,
            "defendLegal": false,
            "dFSChannel": false
        },
        {
            "scan": true,
            "defend": false,
            "number": 38,
            "id": 31,
            "name": "38",
            "protocol": "A",
            "turboMode": false,
            "scanLegal": true,
            "defendLegal": false,
            "dFSChannel": false
        },
        {
            "scan": true,
            "defend": false,
            "number": 42,
            "id": 33,
            "name": "42",
            "protocol": "A",
            "turboMode": false,
            "scanLegal": true,
            "defendLegal": false,
            "dFSChannel": false
        },
        {
            "scan": true,
            "defend": false,
            "number": 46,
            "id": 35,
            "name": "46",
            "protocol": "A",
            "turboMode": false,
            "scanLegal": true,
            "defendLegal": false,
            "dFSChannel": false
        },
        {
            "scan": true,
            "defend": true,
            "number": 36,
            "id": 30,
            "name": "36",
            "protocol": "A",
            "turboMode": false,
            "scanLegal": true,
            "defendLegal": true,
            "dFSChannel": false
        },
        {
            "scan": true,
            "defend": true,
            "number": 40,
            "id": 32,
            "name": "40",
            "protocol": "A",
            "turboMode": false,
            "scanLegal": true,
            "defendLegal": true,
            "dFSChannel": false
        },
        {
            "scan": true,
            "defend": true,
            "number": 44,
            "id": 34,
            "name": "44",
            "protocol": "A",
            "turboMode": false,
            "scanLegal": true,
            "defendLegal": true,
            "dFSChannel": false
        },
        {
            "scan": true,
            "defend": false,
            "number": 184,
            "id": 73,
            "name": "184",
            "protocol": "A",
            "turboMode": false,
            "scanLegal": true,
            "defendLegal": false,
            "dFSChannel": false
        },
        {
            "scan": true,
            "defend": false,
            "number": 188,
            "id": 74,
            "name": "188",
            "protocol": "A",
            "turboMode": false,
            "scanLegal": true,
            "defendLegal": false,
            "dFSChannel": false
        },
        {
            "scan": true,
            "defend": false,
            "number": 192,
            "id": 75,
            "name": "192",
            "protocol": "A",
            "turboMode": false,
            "scanLegal": true,
            "defendLegal": false,
            "dFSChannel": false
        },
        {
            "scan": true,
            "defend": false,
            "number": 208,
            "id": 78,
            "name": "208",
            "protocol": "A",
            "turboMode": false,
            "scanLegal": true,
            "defendLegal": false,
            "dFSChannel": false
        },
        {
            "scan": true,
            "defend": false,
            "number": 212,
            "id": 79,
            "name": "212",
            "protocol": "A",
            "turboMode": false,
            "scanLegal": true,
            "defendLegal": false,
            "dFSChannel": false
        },
        {
            "scan": true,
            "defend": false,
            "number": 216,
            "id": 80,
            "name": "216",
            "protocol": "A",
            "turboMode": false,
            "scanLegal": true,
            "defendLegal": false,
            "dFSChannel": false
        },
        {
            "scan": true,
            "defend": false,
            "number": 196,
            "id": 81,
            "name": "196",
            "protocol": "A",
            "turboMode": false,
            "scanLegal": true,
            "defendLegal": false,
            "dFSChannel": false
        },
        {
            "scan": true,
            "defend": true,
            "number": 52,
            "id": 38,
            "name": "52",
            "protocol": "A",
            "turboMode": false,
            "scanLegal": true,
            "defendLegal": true,
            "dFSChannel": true
        },
        {
            "scan": true,
            "defend": true,
            "number": 56,
            "id": 39,
            "name": "56",
            "protocol": "A",
            "turboMode": false,
            "scanLegal": true,
            "defendLegal": true,
            "dFSChannel": true
        },
        {
            "scan": true,
            "defend": true,
            "number": 64,
            "id": 42,
            "name": "64",
            "protocol": "A",
            "turboMode": false,
            "scanLegal": true,
            "defendLegal": true,
            "dFSChannel": true
        },
        {
            "scan": true,
            "defend": true,
            "number": 124,
            "id": 50,
            "name": "124",
            "protocol": "A",
            "turboMode": false,
            "scanLegal": true,
            "defendLegal": true,
            "dFSChannel": true
        },
        {
            "scan": true,
            "defend": true,
            "number": 100,
            "id": 43,
            "name": "100",
            "protocol": "A",
            "turboMode": false,
            "scanLegal": true,
            "defendLegal": true,
            "dFSChannel": true
        },
        {
            "scan": true,
            "defend": true,
            "number": 104,
            "id": 44,
            "name": "104",
            "protocol": "A",
            "turboMode": false,
            "scanLegal": true,
            "defendLegal": true,
            "dFSChannel": true
        },
        {
            "scan": true,
            "defend": true,
            "number": 112,
            "id": 46,
            "name": "112",
            "protocol": "A",
            "turboMode": false,
            "scanLegal": true,
            "defendLegal": true,
            "dFSChannel": true
        },
        {
            "scan": true,
            "defend": true,
            "number": 116,
            "id": 47,
            "name": "116",
            "protocol": "A",
            "turboMode": false,
            "scanLegal": true,
            "defendLegal": true,
            "dFSChannel": true
        },
        {
            "scan": true,
            "defend": true,
            "number": 120,
            "id": 48,
            "name": "120",
            "protocol": "A",
            "turboMode": false,
            "scanLegal": true,
            "defendLegal": true,
            "dFSChannel": true
        },
        {
            "scan": true,
            "defend": true,
            "number": 108,
            "id": 45,
            "name": "108",
            "protocol": "A",
            "turboMode": false,
            "scanLegal": true,
            "defendLegal": true,
            "dFSChannel": true
        },
        {
            "scan": true,
            "defend": true,
            "number": 128,
            "id": 51,
            "name": "128",
            "protocol": "A",
            "turboMode": false,
            "scanLegal": true,
            "defendLegal": true,
            "dFSChannel": true
        },
        {
            "scan": true,
            "defend": true,
            "number": 132,
            "id": 52,
            "name": "132",
            "protocol": "A",
            "turboMode": false,
            "scanLegal": true,
            "defendLegal": true,
            "dFSChannel": true
        },
        {
            "scan": true,
            "defend": true,
            "number": 136,
            "id": 53,
            "name": "136",
            "protocol": "A",
            "turboMode": false,
            "scanLegal": true,
            "defendLegal": true,
            "dFSChannel": true
        },
        {
            "scan": true,
            "defend": true,
            "number": 140,
            "id": 54,
            "name": "140",
            "protocol": "A",
            "turboMode": false,
            "scanLegal": true,
            "defendLegal": true,
            "dFSChannel": true
        }
    ],
    "channelsScanB": [
        {
            "scan": true,
            "defend": true,
            "number": 5,
            "id": 19,
            "name": "5",
            "protocol": "BG",
            "turboMode": false,
            "scanLegal": true,
            "defendLegal": true,
            "dFSChannel": false
        },
        {
            "scan": true,
            "defend": true,
            "number": 6,
            "id": 20,
            "name": "6",
            "protocol": "BG",
            "turboMode": false,
            "scanLegal": true,
            "defendLegal": true,
            "dFSChannel": false
        },
        {
            "scan": true,
            "defend": true,
            "number": 7,
            "id": 21,
            "name": "7",
            "protocol": "BG",
            "turboMode": false,
            "scanLegal": true,
            "defendLegal": true,
            "dFSChannel": false
        },
        {
            "scan": true,
            "defend": true,
            "number": 3,
            "id": 17,
            "name": "3",
            "protocol": "BG",
            "turboMode": false,
            "scanLegal": true,
            "defendLegal": true,
            "dFSChannel": false
        },
        {
            "scan": true,
            "defend": true,
            "number": 4,
            "id": 18,
            "name": "4",
            "protocol": "BG",
            "turboMode": false,
            "scanLegal": true,
            "defendLegal": true,
            "dFSChannel": false
        },
        {
            "scan": true,
            "defend": false,
            "number": 14,
            "id": 28,
            "name": "14",
            "protocol": "BG",
            "turboMode": false,
            "scanLegal": true,
            "defendLegal": false,
            "dFSChannel": false
        },
        {
            "scan": true,
            "defend": true,
            "number": 1,
            "id": 15,
            "name": "1",
            "protocol": "BG",
            "turboMode": false,
            "scanLegal": true,
            "defendLegal": true,
            "dFSChannel": false
        },
        {
            "scan": true,
            "defend": true,
            "number": 2,
            "id": 16,
            "name": "2",
            "protocol": "BG",
            "turboMode": false,
            "scanLegal": true,
            "defendLegal": true,
            "dFSChannel": false
        },
        {
            "scan": true,
            "defend": true,
            "number": 8,
            "id": 22,
            "name": "8",
            "protocol": "BG",
            "turboMode": false,
            "scanLegal": true,
            "defendLegal": true,
            "dFSChannel": false
        },
        {
            "scan": true,
            "defend": true,
            "number": 9,
            "id": 23,
            "name": "9",
            "protocol": "BG",
            "turboMode": false,
            "scanLegal": true,
            "defendLegal": true,
            "dFSChannel": false
        },
        {
            "scan": true,
            "defend": true,
            "number": 10,
            "id": 24,
            "name": "10",
            "protocol": "BG",
            "turboMode": false,
            "scanLegal": true,
            "defendLegal": true,
            "dFSChannel": false
        },
        {
            "scan": true,
            "defend": true,
            "number": 11,
            "id": 25,
            "name": "11",
            "protocol": "BG",
            "turboMode": false,
            "scanLegal": true,
            "defendLegal": true,
            "dFSChannel": false
        },
        {
            "scan": true,
            "defend": true,
            "number": 12,
            "id": 26,
            "name": "12",
            "protocol": "BG",
            "turboMode": false,
            "scanLegal": true,
            "defendLegal": true,
            "dFSChannel": false
        },
        {
            "scan": true,
            "defend": true,
            "number": 13,
            "id": 27,
            "name": "13",
            "protocol": "BG",
            "turboMode": false,
            "scanLegal": true,
            "defendLegal": true,
            "dFSChannel": false
        }
    ],
    "channelsDefendB": [
        {
            "scan": true,
            "defend": true,
            "number": 5,
            "id": 19,
            "name": "5",
            "protocol": "BG",
            "turboMode": false,
            "scanLegal": true,
            "defendLegal": true,
            "dFSChannel": false
        },
        {
            "scan": true,
            "defend": true,
            "number": 6,
            "id": 20,
            "name": "6",
            "protocol": "BG",
            "turboMode": false,
            "scanLegal": true,
            "defendLegal": true,
            "dFSChannel": false
        },
        {
            "scan": true,
            "defend": true,
            "number": 7,
            "id": 21,
            "name": "7",
            "protocol": "BG",
            "turboMode": false,
            "scanLegal": true,
            "defendLegal": true,
            "dFSChannel": false
        },
        {
            "scan": true,
            "defend": true,
            "number": 3,
            "id": 17,
            "name": "3",
            "protocol": "BG",
            "turboMode": false,
            "scanLegal": true,
            "defendLegal": true,
            "dFSChannel": false
        },
        {
            "scan": true,
            "defend": true,
            "number": 4,
            "id": 18,
            "name": "4",
            "protocol": "BG",
            "turboMode": false,
            "scanLegal": true,
            "defendLegal": true,
            "dFSChannel": false
        },
        {
            "scan": true,
            "defend": false,
            "number": 14,
            "id": 28,
            "name": "14",
            "protocol": "BG",
            "turboMode": false,
            "scanLegal": true,
            "defendLegal": false,
            "dFSChannel": false
        },
        {
            "scan": true,
            "defend": true,
            "number": 1,
            "id": 15,
            "name": "1",
            "protocol": "BG",
            "turboMode": false,
            "scanLegal": true,
            "defendLegal": true,
            "dFSChannel": false
        },
        {
            "scan": true,
            "defend": true,
            "number": 2,
            "id": 16,
            "name": "2",
            "protocol": "BG",
            "turboMode": false,
            "scanLegal": true,
            "defendLegal": true,
            "dFSChannel": false
        },
        {
            "scan": true,
            "defend": true,
            "number": 8,
            "id": 22,
            "name": "8",
            "protocol": "BG",
            "turboMode": false,
            "scanLegal": true,
            "defendLegal": true,
            "dFSChannel": false
        },
        {
            "scan": true,
            "defend": true,
            "number": 9,
            "id": 23,
            "name": "9",
            "protocol": "BG",
            "turboMode": false,
            "scanLegal": true,
            "defendLegal": true,
            "dFSChannel": false
        },
        {
            "scan": true,
            "defend": true,
            "number": 10,
            "id": 24,
            "name": "10",
            "protocol": "BG",
            "turboMode": false,
            "scanLegal": true,
            "defendLegal": true,
            "dFSChannel": false
        },
        {
            "scan": true,
            "defend": true,
            "number": 11,
            "id": 25,
            "name": "11",
            "protocol": "BG",
            "turboMode": false,
            "scanLegal": true,
            "defendLegal": true,
            "dFSChannel": false
        },
        {
            "scan": true,
            "defend": true,
            "number": 12,
            "id": 26,
            "name": "12",
            "protocol": "BG",
            "turboMode": false,
            "scanLegal": true,
            "defendLegal": true,
            "dFSChannel": false
        },
        {
            "scan": true,
            "defend": true,
            "number": 13,
            "id": 27,
            "name": "13",
            "protocol": "BG",
            "turboMode": false,
            "scanLegal": true,
            "defendLegal": true,
            "dFSChannel": false
        }
    ],
    "channelScanATurbo": [
        {
            "scan": true,
            "defend": false,
            "number": 40,
            "id": 62,
            "name": "40",
            "protocol": "A",
            "turboMode": true,
            "scanLegal": true,
            "defendLegal": false,
            "dFSChannel": false
        },
        {
            "scan": true,
            "defend": false,
            "number": 42,
            "id": 63,
            "name": "42",
            "protocol": "A",
            "turboMode": true,
            "scanLegal": true,
            "defendLegal": false,
            "dFSChannel": false
        },
        {
            "scan": true,
            "defend": false,
            "number": 48,
            "id": 64,
            "name": "48",
            "protocol": "A",
            "turboMode": true,
            "scanLegal": true,
            "defendLegal": false,
            "dFSChannel": false
        },
        {
            "scan": true,
            "defend": false,
            "number": 153,
            "id": 66,
            "name": "153",
            "protocol": "A",
            "turboMode": true,
            "scanLegal": true,
            "defendLegal": false,
            "dFSChannel": false
        },
        {
            "scan": true,
            "defend": false,
            "number": 161,
            "id": 67,
            "name": "161",
            "protocol": "A",
            "turboMode": true,
            "scanLegal": true,
            "defendLegal": false,
            "dFSChannel": false
        },
        {
            "scan": true,
            "defend": false,
            "number": 50,
            "id": 68,
            "name": "50",
            "protocol": "A",
            "turboMode": true,
            "scanLegal": true,
            "defendLegal": false,
            "dFSChannel": false
        },
        {
            "scan": true,
            "defend": false,
            "number": 58,
            "id": 69,
            "name": "58",
            "protocol": "A",
            "turboMode": true,
            "scanLegal": true,
            "defendLegal": false,
            "dFSChannel": false
        },
        {
            "scan": true,
            "defend": false,
            "number": 152,
            "id": 70,
            "name": "152",
            "protocol": "A",
            "turboMode": true,
            "scanLegal": true,
            "defendLegal": false,
            "dFSChannel": false
        },
        {
            "scan": true,
            "defend": false,
            "number": 160,
            "id": 71,
            "name": "160",
            "protocol": "A",
            "turboMode": true,
            "scanLegal": true,
            "defendLegal": false,
            "dFSChannel": false
        },
        {
            "scan": true,
            "defend": false,
            "number": 56,
            "id": 65,
            "name": "56",
            "protocol": "A",
            "turboMode": true,
            "scanLegal": true,
            "defendLegal": false,
            "dFSChannel": false
        }
    ],
    "channelScanBTurbo": [
        {
            "scan": true,
            "defend": false,
            "number": 6,
            "id": 72,
            "name": "6",
            "protocol": "BG",
            "turboMode": true,
            "scanLegal": true,
            "defendLegal": false,
            "dFSChannel": false
        }
    ]
}]
API Calls

/V5/templates/channels/{newCountryCode}

Get Channel Info

Description This API is used to fetch the channel information such as channels to be scanned in a band,
list of turbo channels in a band, and whether scanning and transmitting are legally allowed on a channel.
Users with the following roles can call this API: superuser, administrator, operator, and viewer.
Syntax
GET <Base_URL>/templates/channels/{newCountryCode}

Here,

  • newCountryCode

    It is the country code for which the Channel information is to be fetched.

Sample code
GET https://192.168.55.179/new/webservice/v5/templates/channels/44
Request Body This API call does not require any request body parameters.
Response Body If the API call is successful, the HTTP response status is 200.
The response body contains country code and name. The response is in the application/json format.
Click “Channel Info” to view the complete details about the JSON along with a sample output.

Put APIs

Description This API is used to fetch the APs that match the specified filter criteria from the allowed locations for the logged-in user. If no filters are specified, all the APs from the allowed locations are fetched. However, this API is not supported in a server cluster environment.

Note: Do not use this API to fetch more than 100 devices. For fetching larger number of devices, consider using the Get Paged List of APs API.

User Privileges Users with the following roles can call this API: superuser, administrator, and operator.

Request Body Parameters
This API call does not require any request body parameters.

Response Body
If the API call is successful, the HTTP response status is 200. The response body contains the details of the APs that match the filter criteria. The response is in the application/json format. Click AP to view the complete detais of the JSON along with a sample output.

Error codes
If the API call is successful, the HTTP response status is 200.

Syntax
GET /devices/aps
Sample code
GET https://training.mojonetworks.com/new/webservice/v2/devices/aps
GET
https://training.mojonetworks.com/new/webservice/v2/devices/aps?macaddress=00:11:74:33:23:12&macaddress=00:11:74:45:12:21
GET
https://training.mojonetworks.com/new/webservice/v2/devices/aps?capability=49&locationid=10&locationid=12&sortcolumn=devicename&sortascending=false
URL Parameters This API call takes optional URL parameters to filter the list of APs to be fetched and the column on which the output must be sorted. AP Filter Parameters lists the parmeter names, datatypes, applicable values, and whether the results can be sorted based on the parameter.
Query Parameters This API call takes optional URL parameters to filter the list of APs to be fetched and the column on which the output must be sorted. AP Filter Parameters lists the parmeter names, datatypes, applicable values, and whether the results can be sorted based on the parameter.
Response Body If the API call is successful, the HTTP response status is 200. The response body contains the details of the APs that match the filter criteria. The response is in the application/json format. Click AP to view the complete detais of the JSON along with a sample output.

Put APIs

Description This API is used to fetch the APs that match the specified filter criteria from the allowed locations for the logged-in user. If no filters are specified, all the APs from the allowed locations are fetched. However, this API is not supported in a server cluster environment.

Note: Do not use this API to fetch more than 100 devices. For fetching larger number of devices, consider using the Get Paged List of APs API.

User Privileges Users with the following roles can call this API: superuser, administrator, and operator.

Request Body Parameters
This API call does not require any request body parameters.

Response Body
If the API call is successful, the HTTP response status is 200. The response body contains the details of the APs that match the filter criteria. The response is in the application/json format. Click AP to view the complete detais of the JSON along with a sample output.

Error codes
If the API call is successful, the HTTP response status is 200.

Syntax
GET /devices/aps
Sample code
GET https://training.mojonetworks.com/new/webservice/v2/devices/aps
GET
https://training.mojonetworks.com/new/webservice/v2/devices/aps?macaddress=00:11:74:33:23:12&macaddress=00:11:74:45:12:21
GET
https://training.mojonetworks.com/new/webservice/v2/devices/aps?capability=49&locationid=10&locationid=12&sortcolumn=devicename&sortascending=false
URL Parameters This API call takes optional URL parameters to filter the list of APs to be fetched and the column on which the output must be sorted. AP Filter Parameters lists the parmeter names, datatypes, applicable values, and whether the results can be sorted based on the parameter.
Query Parameters This API call takes optional URL parameters to filter the list of APs to be fetched and the column on which the output must be sorted. AP Filter Parameters lists the parmeter names, datatypes, applicable values, and whether the results can be sorted based on the parameter.
Response Body If the API call is successful, the HTTP response status is 200. The response body contains the details of the APs that match the filter criteria. The response is in the application/json format. Click AP to view the complete detais of the JSON along with a sample output.

Post APIs

Description This API is used to fetch the APs that match the specified filter criteria from the allowed locations for the logged-in user. If no filters are specified, all the APs from the allowed locations are fetched. However, this API is not supported in a server cluster environment.

Note: Do not use this API to fetch more than 100 devices. For fetching larger number of devices, consider using the Get Paged List of APs API.

User Privileges Users with the following roles can call this API: superuser, administrator, and operator.

Request Body Parameters
This API call does not require any request body parameters.

Response Body
If the API call is successful, the HTTP response status is 200. The response body contains the details of the APs that match the filter criteria. The response is in the application/json format. Click AP to view the complete detais of the JSON along with a sample output.

Error codes
If the API call is successful, the HTTP response status is 200.

Syntax
GET /devices/aps
Sample code
GET https://training.mojonetworks.com/new/webservice/v2/devices/aps
GET
https://training.mojonetworks.com/new/webservice/v2/devices/aps?macaddress=00:11:74:33:23:12&macaddress=00:11:74:45:12:21
GET
https://training.mojonetworks.com/new/webservice/v2/devices/aps?capability=49&locationid=10&locationid=12&sortcolumn=devicename&sortascending=false
URL Parameters This API call takes optional URL parameters to filter the list of APs to be fetched and the column on which the output must be sorted. AP Filter Parameters lists the parmeter names, datatypes, applicable values, and whether the results can be sorted based on the parameter.
Query Parameters This API call takes optional URL parameters to filter the list of APs to be fetched and the column on which the output must be sorted. AP Filter Parameters lists the parmeter names, datatypes, applicable values, and whether the results can be sorted based on the parameter.
Response Body If the API call is successful, the HTTP response status is 200. The response body contains the details of the APs that match the filter criteria. The response is in the application/json format. Click AP to view the complete detais of the JSON along with a sample output.

Delete APIs

Description This API is used to fetch the APs that match the specified filter criteria from the allowed locations for the logged-in user. If no filters are specified, all the APs from the allowed locations are fetched. However, this API is not supported in a server cluster environment.

Note: Do not use this API to fetch more than 100 devices. For fetching larger number of devices, consider using the Get Paged List of APs API.

User Privileges Users with the following roles can call this API: superuser, administrator, and operator.

Request Body Parameters
This API call does not require any request body parameters.

Response Body
If the API call is successful, the HTTP response status is 200. The response body contains the details of the APs that match the filter criteria. The response is in the application/json format. Click AP to view the complete detais of the JSON along with a sample output.

Error codes
If the API call is successful, the HTTP response status is 200.

Syntax
GET /devices/aps
Sample code
GET https://training.mojonetworks.com/new/webservice/v2/devices/aps
GET
https://training.mojonetworks.com/new/webservice/v2/devices/aps?macaddress=00:11:74:33:23:12&macaddress=00:11:74:45:12:21
GET
https://training.mojonetworks.com/new/webservice/v2/devices/aps?capability=49&locationid=10&locationid=12&sortcolumn=devicename&sortascending=false
URL Parameters This API call takes optional URL parameters to filter the list of APs to be fetched and the column on which the output must be sorted. AP Filter Parameters lists the parmeter names, datatypes, applicable values, and whether the results can be sorted based on the parameter.
Query Parameters This API call takes optional URL parameters to filter the list of APs to be fetched and the column on which the output must be sorted. AP Filter Parameters lists the parmeter names, datatypes, applicable values, and whether the results can be sorted based on the parameter.
Response Body If the API call is successful, the HTTP response status is 200. The response body contains the details of the APs that match the filter criteria. The response is in the application/json format. Click AP to view the complete detais of the JSON along with a sample output.

Test APIs

Description This API is used to fetch the APs that match the specified filter criteria from the allowed locations for the logged-in user. If no filters are specified, all the APs from the allowed locations are fetched. However, this API is not supported in a server cluster environment.

Note: Do not use this API to fetch more than 100 devices. For fetching larger number of devices, consider using the Get Paged List of APs API.

User Privileges Users with the following roles can call this API: superuser, administrator, and operator.

Request Body Parameters
This API call does not require any request body parameters.

Response Body
If the API call is successful, the HTTP response status is 200. The response body contains the details of the APs that match the filter criteria. The response is in the application/json format. Click AP to view the complete detais of the JSON along with a sample output.

Error codes
If the API call is successful, the HTTP response status is 200.

Syntax
GET /devices/aps
Sample code
GET https://training.mojonetworks.com/new/webservice/v2/devices/aps
GET
https://training.mojonetworks.com/new/webservice/v2/devices/aps?macaddress=00:11:74:33:23:12&macaddress=00:11:74:45:12:21
GET
https://training.mojonetworks.com/new/webservice/v2/devices/aps?capability=49&locationid=10&locationid=12&sortcolumn=devicename&sortascending=false
URL Parameters This API call takes optional URL parameters to filter the list of APs to be fetched and the column on which the output must be sorted. AP Filter Parameters lists the parmeter names, datatypes, applicable values, and whether the results can be sorted based on the parameter.
Query Parameters This API call takes optional URL parameters to filter the list of APs to be fetched and the column on which the output must be sorted. AP Filter Parameters lists the parmeter names, datatypes, applicable values, and whether the results can be sorted based on the parameter.
Response Body If the API call is successful, the HTTP response status is 200. The response body contains the details of the APs that match the filter criteria. The response is in the application/json format. Click AP to view the complete detais of the JSON along with a sample output.