Webex · Schema

TrunkFQDNValidatePost

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
address string FQDN or SRV address of the trunk.
domain string Domain name of the trunk.
port number FQDN port of the trunk.
View JSON Schema on GitHub

JSON Schema

webex-trunkfqdnvalidatepost-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TrunkFQDNValidatePost",
  "title": "TrunkFQDNValidatePost",
  "type": "object",
  "properties": {
    "address": {
      "type": "string",
      "example": "lgw1.london",
      "description": "FQDN or SRV address of the trunk."
    },
    "domain": {
      "type": "string",
      "example": "acme.corp",
      "description": "Domain name of the trunk."
    },
    "port": {
      "type": "number",
      "example": 5000,
      "description": "FQDN port of the trunk."
    }
  }
}