Webex · Example Payload

Webex Get A Trunk Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Get A Trunk Example is an example object payload from Webex, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "Get a Trunk",
  "method": "GET",
  "path": "/telephony/config/premisePstn/trunks/{trunkId}",
  "summary": "Get a Trunk",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "name": "trunkName",
        "customer": {
          "id": "Y2lzY29zcGFyazovL3VzL09SR0FOSVpBVElPTi85NmFiYzJhYS0zZGNjLTExZTUtYTE1Mi1mZTM0ODE5Y2RjOWE",
          "name": "test_org"
        },
        "location": {
          "id": "Y2lzY29zcGFyazovL3VzL0RJQUxfUExBTi8wNTlhMjczZS1iYmIwLTExZWMtODQyMi0wMjQyYWMxMjAwMDI",
          "name": "locationName"
        },
        "otgDtgId": "lg1_sias10_cpapi12446_lgu",
        "linePort": "lg1_sias10_cpapi16004_LGU@64941297.int10.bcld.webex.com",
        "locationsUsingTrunk": [
          {
            "id": "Y2lzY29zcGFyazovL3VzL0RJQUxfUExBTi8wNTlhMjczZS1iYmIwLTExZWMtODQyMi0wMjQyYWMxMjAwMDI",
            "name": "locationName"
          }
        ],
        "pilotUserId": "lg1_sias10_cpapi12446_LGU@64941297.int10.bcld.webex.com",
        "sipAuthenticationUserName": "lg1_sias10_cpapi12446_LGU",
        "status": "ONLINE",
        "errorCodes": [
          "errorCodes"
        ],
        "responseStatus": {
          "code": 25013,
          "type": "ERROR",
          "summaryEnglish": "CPAPI: Error retrieving outboundproxy.",
          "detail": [
            "OCI-P GroupOutboundProxyGetRequest: [Error 26088] Cloud PBX Console is not configured properly., OCI-P Error code: [Error 26088] Cloud PBX Console is not configured properly."
          ],
          "trackingId": "CPAPI_2da34568-1e72-4196-b613-905ce45ec592_0"
        },
        "dualIdentitySupportEnabled": true,
        "trunkType": "REGISTERING",
        "deviceType": "Cisco Unified Border Element",
        "address": "lgw1.london",
        "domain": "acme.corp",
        "port": 5000,
        "maxConcurrentCalls": 1000,
        "isRestrictedToDedicatedInstance": true,
        "pChargeInfoSupportPolicy": "DISABLED"
      }
    }
  ]
}