Amazon Device Farm · JSON Structure

Amazon Device Farm Network Profile Structure

An array of settings that describes characteristics of a network profile.

Type: object Properties: 12
Application TestingDevice TestingMobile TestingQuality Assurance

NetworkProfile is a JSON Structure definition published by Amazon Device Farm, describing 12 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

arn name description type uplinkBandwidthBits downlinkBandwidthBits uplinkDelayMs downlinkDelayMs uplinkJitterMs downlinkJitterMs uplinkLossPercent downlinkLossPercent

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-device-farm/refs/heads/main/json-structure/amazon-device-farm-network-profile-structure.json",
  "description": "An array of settings that describes characteristics of a network profile.",
  "type": "object",
  "properties": {
    "arn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AmazonResourceName"
        },
        {
          "description": "The Amazon Resource Name (ARN) of the network profile."
        }
      ]
    },
    "name": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Name"
        },
        {
          "description": "The name of the network profile."
        }
      ]
    },
    "description": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Message"
        },
        {
          "description": "The description of the network profile."
        }
      ]
    },
    "type": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NetworkProfileType"
        },
        {
          "description": "The type of network profile. Valid values are listed here."
        }
      ]
    },
    "uplinkBandwidthBits": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Long"
        },
        {
          "description": "The data throughput rate in bits per second, as an integer from 0 to 104857600."
        }
      ]
    },
    "downlinkBandwidthBits": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Long"
        },
        {
          "description": "The data throughput rate in bits per second, as an integer from 0 to 104857600."
        }
      ]
    },
    "uplinkDelayMs": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Long"
        },
        {
          "description": "Delay time for all packets to destination in milliseconds as an integer from 0 to 2000."
        }
      ]
    },
    "downlinkDelayMs": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Long"
        },
        {
          "description": "Delay time for all packets to destination in milliseconds as an integer from 0 to 2000."
        }
      ]
    },
    "uplinkJitterMs": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Long"
        },
        {
          "description": "Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000."
        }
      ]
    },
    "downlinkJitterMs": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Long"
        },
        {
          "description": "Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000."
        }
      ]
    },
    "uplinkLossPercent": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PercentInteger"
        },
        {
          "description": "Proportion of transmitted packets that fail to arrive from 0 to 100 percent."
        }
      ]
    },
    "downlinkLossPercent": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PercentInteger"
        },
        {
          "description": "Proportion of received packets that fail to arrive from 0 to 100 percent."
        }
      ]
    }
  },
  "name": "NetworkProfile"
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/amazon-device-farm-network-profile-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.