Webex · Example Payload

Webex Get The Job Status Of Update Routing Prefix Job Example

CallingCollaborationCommunicationsEnterpriseMessagingVideo 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
        }
      }
    }
  ]
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/webex-get-the-job-status-of-update-routing-prefix-job-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.