teams-devices_schemas-config_request

The configuration object containing information for the WARP client to detect the managed network.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-teams-devices-schemas-config-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/teams-devices_schemas-config_request",
  "title": "teams-devices_schemas-config_request",
  "description": "The configuration object containing information for the WARP client to detect the managed network.",
  "example": {
    "sha256": "b5bb9d8014a0f9b1d61e21e796d78dccdf1352f23cd32812f4850b878ae4944c",
    "tls_sockaddr": "foo.bar:1234"
  },
  "oneOf": [
    {
      "$ref": "#/components/schemas/teams-devices_tls_config_request"
    }
  ],
  "type": "object"
}