Webex · Example Payload

Webex Get The Job Status Of Update Routing Prefix Job Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Get The Job Status Of Update Routing Prefix Job 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 the job status of Update Routing Prefix job",
  "method": "GET",
  "path": "/telephony/config/jobs/updateRoutingPrefix/{jobId}",
  "summary": "Get the job status of Update Routing Prefix job",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "name": "updateroutingprefix",
        "id": "Y2lzY29zcGFyazovL3VzL0pPQl9JRC81YWE1NWZjNC1lNTYwLTQ3MWQtOGZhZS0yNDc3NDM3MDNkNmI",
        "trackingId": "NA_e82bec92-7a6c-48e5-9511-bfe4da78396e",
        "sourceUserId": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS85OThhMThhYi1kZjY5LTQ5MWYtYmViZi03MzUxMGE3ODI5N2I",
        "sourceCustomerId": "Y2lzY29zcGFyazovL3VzL09SR0FOSVpBVElPTi85NmFiYzJhYS0zZGNjLTExZTUtYTE1Mi1mZTM0ODE5Y2RjOWE",
        "targetCustomerId": "Y2lzY29zcGFyazovL3VzL09SR0FOSVpBVElPTi85NmFiYzJhYS0zZGNjLTExZTUtYTE1Mi1mZTM0ODE5Y2RjOWE",
        "instanceId": 1,
        "jobExecutionStatus": [
          {
            "id": 1,
            "startTime": "2023-08-16T18:30:20.901Z",
            "endTime": "2023-08-16T18:30:34.793Z",
            "lastUpdated": "2023-08-16T18:30:36.631Z",
            "statusMessage": "COMPLETED",
            "exitCode": "COMPLETED",
            "createdTime": "2023-08-16T18:30:20.882Z",
            "stepExecutionStatuses": [
              {
                "id": 2,
                "startTime": "2023-08-16T18:30:20.970Z",
                "endTime": "2023-08-16T18:30:22.801Z",
                "lastUpdated": "2023-08-16T18:30:22.801Z",
                "statusMessage": "COMPLETED",
                "exitCode": "COMPLETED",
                "name": "updateroutingprefixPreProcessMemberData",
                "timeElapsed": "PT1.831S"
              },
              {
                "id": 3,
                "startTime": "2023-08-16T18:30:22.811Z",
                "endTime": "2023-08-16T18:30:26.022Z",
                "lastUpdated": "2023-08-16T18:30:26.022Z",
                "statusMessage": "COMPLETED",
                "exitCode": "COMPLETED",
                "name": "updateroutingprefixGenerateUserReport",
                "timeElapsed": "PT3.211S"
              },
              {
                "id": 4,
                "startTime": "2023-08-16T18:30:26.032Z",
                "endTime": "2023-08-16T18:30:26.538Z",
                "lastUpdated": "2023-08-16T18:30:26.538Z",
                "statusMessage": "COMPLETED",
                "exitCode": "COMPLETED",
                "name": "updateroutingprefixPreProcessCiUserData",
                "timeElapsed": "PT0.506S"
              },
              {
                "id": 5,
                "startTime": "2023-08-16T18:30:26.549Z",
                "endTime": "2023-08-16T18:30:29.907Z",
                "lastUpdated": "2023-08-16T18:30:29.907Z",
                "statusMessage": "COMPLETED",
                "exitCode": "COMPLETED",
                "name": "updateroutingprefixGenerateMachineAccountReport",
                "timeElapsed": "PT3.358S"
              },
              {
                "id": 6,
                "startTime": "2023-08-16T18:30:29.916Z",
                "endTime": "2023-08-16T18:30:30.007Z",
                "lastUpdated": "2023-08-16T18:30:30.007Z",
                "statusMessage": "COMPLETED",
                "exitCode": "COMPLETED",
                "name": "updateroutingprefixPreProcessCiMachineAccountData",
                "timeElapsed": "PT0.091S"
              },
              {
                "id": 7,
                "startTime": "2023-08-16T18:30:30.018Z",
                "endTime": "2023-08-16T18:30:34.447Z",
                "lastUpdated": "2023-08-16T18:30:34.447Z",
                "statusMessage": "COMPLETED",
                "exitCode": "COMPLETED",
                "name": "updateroutingprefixFetchVONExtensions",
                "timeElapsed": "PT4.429S"
              },
              {
                "id": 8,
                "startTime": "2023-08-16T18:30:34.466Z",
                "endTime": "2023-08-16T18:30:34.789Z",
                "lastUpdated": "2023-08-16T18:30:34.789Z",
                "statusMessage": "COMPLETED",
                "exitCode": "COMPLETED",
                "name": "updateroutingprefixUpdateRoutingPrefix",
                "timeElapsed": "PT0.323S"
              }
            ],
            "timeElapsed": "PT13.749S"
          }
        ],
        "latestExecutionStatus": "COMPLETED",
        "latestExecutionExitCode": "COMPLETED",
        "counts": {
          "routingPrefixFailed": 0,
          "routingPrefixUpdated": 7
        }
      }
    }
  ]
}