Webex · Example Payload

Webex Get Disable Calling Location Job Status Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Get Disable Calling Location Job Status 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 Disable Calling Location Job Status",
  "method": "GET",
  "path": "/telephony/config/jobs/locations/deleteCallingLocation/{jobId}",
  "summary": "Get Disable Calling Location Job Status",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "name": "deletecallinglocation",
        "id": "Y2lzY29zcGFyazovL3VzL0pPQl9JRC8zZjczYTAyOS1lYWZkLTQ5NzUtYjcyYi1jNzlkYWE1ZTkyZmE",
        "trackingId": "ROUTERGW_882b1b3b-b247-4d4f-abe9-4ccec7f7e3b0",
        "sourceUserId": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS9kMzg2MjhiYy0zYjk4LTRjMjMtODEwMy0wMzRhMjI0ZmRiNjE",
        "sourceCustomerId": "Y2lzY29zcGFyazovL3VzL09SR0FOSVpBVElPTi84NzU2ZjkwZS1iZDg4LTRhOTQtOGZiZC0wMzM2NzhmMDU5ZjM",
        "targetCustomerId": "Y2lzY29zcGFyazovL3VzL09SR0FOSVpBVElPTi84NzU2ZjkwZS1iZDg4LTRhOTQtOGZiZC0wMzM2NzhmMDU5ZjM",
        "instanceId": 1472955,
        "jobExecutionStatus": [
          {
            "id": 1497186,
            "startTime": "2025-07-27T13:19:39.875Z",
            "endTime": "2025-07-27T13:19:51.752Z",
            "lastUpdated": "2025-07-27T13:19:55.413Z",
            "statusMessage": "COMPLETED",
            "exitCode": "COMPLETED",
            "createdTime": "2025-07-27T13:19:39.702Z",
            "stepExecutionStatuses": [
              {
                "id": 5543084,
                "startTime": "2025-07-27T13:19:43.449Z",
                "endTime": "2025-07-27T13:19:44.328Z",
                "lastUpdated": "2025-07-27T13:19:44.523Z",
                "statusMessage": "COMPLETED",
                "exitCode": "COMPLETED",
                "name": "deletecallinglocationInitializer",
                "timeElapsed": "PT0.878554S"
              },
              {
                "id": 5543085,
                "startTime": "2025-07-27T13:19:44.534Z",
                "endTime": "2025-07-27T13:19:46.029Z",
                "lastUpdated": "2025-07-27T13:19:46.212Z",
                "statusMessage": "COMPLETED",
                "exitCode": "COMPLETED",
                "name": "deletecallinglocationSafeDeleteCheck",
                "timeElapsed": "PT1.495006S"
              },
              {
                "id": 5543086,
                "startTime": "2025-07-27T13:19:46.226Z",
                "endTime": "2025-07-27T13:19:46.554Z",
                "lastUpdated": "2025-07-27T13:19:46.753Z",
                "statusMessage": "COMPLETED",
                "exitCode": "COMPLETED",
                "name": "deletecallinglocationGetLocationuUserDataFromCpApi",
                "timeElapsed": "PT0.327352S"
              },
              {
                "id": 5543087,
                "startTime": "2025-07-27T13:19:46.229Z",
                "endTime": "2025-07-27T13:19:46.890Z",
                "lastUpdated": "2025-07-27T13:19:47.091Z",
                "statusMessage": "COMPLETED",
                "exitCode": "COMPLETED",
                "name": "deletecallinglocationGetLocationMachineDataFromCpApi",
                "timeElapsed": "PT0.660953S"
              },
              {
                "id": 5543088,
                "startTime": "2025-07-27T13:19:47.103Z",
                "endTime": "2025-07-27T13:19:49.752Z",
                "lastUpdated": "2025-07-27T13:19:49.936Z",
                "statusMessage": "COMPLETED",
                "exitCode": "COMPLETED",
                "name": "deletecallinglocationDelLocFromBifrost",
                "timeElapsed": "PT2.648411S"
              },
              {
                "id": 5543089,
                "startTime": "2025-07-27T13:19:49.947Z",
                "endTime": "2025-07-27T13:19:50.278Z",
                "lastUpdated": "2025-07-27T13:19:50.466Z",
                "statusMessage": "COMPLETED",
                "exitCode": "COMPLETED",
                "name": "deletecallinglocationDelUserAsMachineAcctInCI",
                "timeElapsed": "PT0.330448S"
              },
              {
                "id": 5543090,
                "startTime": "2025-07-27T13:19:49.950Z",
                "endTime": "2025-07-27T13:19:51.536Z",
                "lastUpdated": "2025-07-27T13:19:51.745Z",
                "statusMessage": "COMPLETED",
                "exitCode": "COMPLETED",
                "name": "deletecallinglocationDelMachineAcctInCI",
                "timeElapsed": "PT1.586017S"
              }
            ],
            "timeElapsed": "PT7.926741S"
          }
        ],
        "latestExecutionStatus": "COMPLETED",
        "latestExecutionExitCode": "COMPLETED",
        "counts": {
          "totalVirtualExtensionsAccount": 0,
          "virtualExtensionsDeleted": 0,
          "virtualExtensionsDeleteFailed": 0,
          "totalFeatureAccounts": 1,
          "featureAccountsDeleted": 1,
          "featureAccountsDeleteFailed": 0
        },
        "locationName": "San Jose HQ"
      }
    }
  ]
}