{
"opencollection": "1.0.0",
"info": {
"name": "Webex Admin Address Book Video Mesh API",
"version": "1.0.0"
},
"items": [
{
"info": {
"name": "Video Mesh",
"type": "folder"
},
"items": [
{
"info": {
"name": "List Clusters Availability",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/videoMesh/clusters/availability",
"params": [
{
"name": "from",
"value": "2021-09-15T15:53:00Z",
"type": "query",
"description": "The starting date and time of the requested data in any [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) compliant format. `from` cannot be after `to`."
},
{
"name": "to",
"value": "2021-09-15T17:53:00Z",
"type": "query",
"description": "The ending date and time of the requested data in any [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) compliant format."
},
{
"name": "orgId",
"value": "Y2lzY29zcGFyazovL3VzL09SR0FOSVpBVElPTi8zNmQ4OTRmNy0yYjU3LTQzYzEtYWNlZS1kNDdlNjc3NjE0MTQ",
"type": "query",
"description": "The unique ID for the organization."
}
]
},
"docs": "Returns the availability details for all Video Mesh clusters in an organization."
},
{
"info": {
"name": "Get Cluster Availability",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/videoMesh/clusters/availability/:clusterId",
"params": [
{
"name": "clusterId",
"value": "Y2lzY29zcGFyazovL3VzL0hZQlJJRF9DTFVTVEVSLzFlYjY1ZmRmLTk2NDMtNDE3Zi05OTc0LWFkNzJjYWUwZTEwZjpiMzdmNTgzYy1kZGRjLTQyOGItODJlNS1jYmU2ODFkYjQ5NjI",
"type": "path",
"description": "The unique Video Mesh clusterID"
},
{
"name": "from",
"value": "2021-09-15T15:53:00Z",
"type": "query",
"description": "The starting date and time of the requested data in any [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) compliant format. `from` cannot be after `to`."
},
{
"name": "to",
"value": "2021-09-15T17:53:00Z",
"type": "query",
"description": "The ending date and time of the requested data in any [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) compliant format."
}
]
},
"docs": "Returns the availability details of a single Video Mesh cluster in an organization."
},
{
"info": {
"name": "List Node Availability",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/videoMesh/nodes/availability",
"params": [
{
"name": "from",
"value": "2021-09-15T15:53:00Z",
"type": "query",
"description": "The starting date and time of the requested data in any [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) compliant format. `from` cannot be after `to`."
},
{
"name": "to",
"value": "2021-09-15T17:53:00Z",
"type": "query",
"description": "The ending date and time of the requested data in any [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) compliant format."
},
{
"name": "clusterId",
"value": "Y2lzY29zcGFyazovL3VzL0hZQlJJRF9DTFVTVEVSLzM2ZDg5NGY3LTJiNTctNDNjMS1hY2VlLWQ0N2U2Nzc2MTQxNDo1ODJhMWFlYy03YTMwLTQ2MDItYTI2NS02YTE5NDcwOWZkOTg",
"type": "query",
"description": "The unique Video Mesh cluster ID."
}
]
},
"docs": "Returns the availability details of all nodes in a Video Mesh cluster."
},
{
"info": {
"name": "Get Node Availability",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/videoMesh/nodes/availability/:nodeId",
"params": [
{
"name": "nodeId",
"value": "Y2lzY29zcGFyazovL3VzL0hZQlJJRF9DTFVTVEVSLzM2ZDg5NGY3LTJiNTctNDNjMS1hY2VlLWQ0N2U2Nzc2MTQxNDo1ODJhMWFlYy03YTMwLTQ2MDItYTI2NS02YTE5NDcwOWZkOTg",
"type": "path",
"description": "The unique Video Mesh node ID."
},
{
"name": "from",
"value": "2021-09-15T15:53:00Z",
"type": "query",
"description": "The starting date and time of the requested data in any [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) compliant format. `from` cannot be after `to`."
},
{
"name": "to",
"value": "2021-09-15T17:53:00Z",
"type": "query",
"description": "The ending date and time of the requested data in any [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) compliant format."
}
]
},
"docs": "Returns the availability details of a single node in a Video Mesh cluster."
},
{
"info": {
"name": "List Media Health Monitoring Tool Test results V2",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/videoMesh/testResults/mediaHealthMonitorTest",
"params": [
{
"name": "orgId",
"value": "Y2lzY29zcGFyazovL3VzL09SR0FOSVpBVElPTi8yYzNjOWY5NS03M2Q5LTQ0NjAtYTY2OC0wNDcxNjJmZjFiYWQ=",
"type": "query",
"description": "Unique ID of the organization."
},
{
"name": "triggerType",
"value": "OnDemand",
"type": "query",
"description": "Trigger type."
},
{
"name": "from",
"value": "2023-01-15T15:53:00Z",
"type": "query",
"description": "The start date and time of the requested data in any [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) compliant format. The `from` parameter cannot have date and time values that exceed `to`."
},
{
"name": "to",
"value": "2023-01-20T15:53:00Z",
"type": "query",
"description": "The end date and time of the requested data in any [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) compliant format."
}
]
},
"docs": "Returns the test results of the Media Health Monitoring Tool tests for an organization.\n\n
\n\nChanges in V2:\n\n
\n\nOn-demand test results can be obtained along with the periodic tests that are executed on Video Mesh nodes."
},
{
"info": {
"name": "Get Media Health Monitoring Tool Test results for clusters V2",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/videoMesh/testResults/mediaHealthMonitorTest/clusters",
"params": [
{
"name": "clusterId",
"value": "Y2lzY29zcGFyazovL3VzL0hZQlJJRF9DTFVTVEVSLzJjM2M5Zjk1LTczZDktNDQ2MC1hNjY4LTA0NzE2MmZmMWJhZDpmMWJmMGI1MC0yMDUyLTQ3ZmUtYjg3ZC01MTFjMmZlNzQ3MWI=",
"type": "query",
"description": "Unique ID of the Video Mesh cluster."
},
{
"name": "triggerType",
"value": "OnDemand",
"type": "query",
"description": "Trigger type."
},
{
"name": "from",
"value": "2023-01-15T15:53:00Z",
"type": "query",
"description": "The start date and time of the requested data in any [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) compliant format. The `from` parameter cannot have date and time values that exceed `to`."
},
{
"name": "to",
"value": "2023-01-20T15:53:00Z",
"type": "query",
"description": "The end date and time of the requested data in any [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) compliant format."
}
]
},
"docs": "Returns the test results of the Media Health Monitoring Tool tests for a single Video Mesh cluster.\n\n
\n\nChanges in V2:\n\n
\n\nOn-demand test results can be obtained along with the periodic tests that are executed on Video Mesh nodes."
},
{
"info": {
"name": "Get Media Health Monitoring Tool Test results for node V2",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/videoMesh/testResults/mediaHealthMonitorTest/nodes",
"params": [
{
"name": "nodeId",
"value": "Y2lzY29zcGFyazovL3VzL0hZQlJJRF9DT05ORUNUT1IvMmMzYzlmOTUtNzNkOS00NDYwLWE2NjgtMDQ3MTYyZmYxYmFkOjE1NmRmNzg5Yzg1NTRkNTVhMjc1ZGY5OTc4Zjk5MDJk",
"type": "query",
"description": "Unique ID of the Video Mesh node."
},
{
"name": "triggerType",
"value": "OnDemand",
"type": "query",
"description": "Trigger type."
},
{
"name": "from",
"value": "2023-01-15T15:53:00Z",
"type": "query",
"description": "The start date and time of the requested data in any [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) compliant format. The `from` parameter cannot have date and time values that exceed `to`."
},
{
"name": "to",
"value": "2023-01-20T15:53:00Z",
"type": "query",
"description": "The end date and time of the requested data in any [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) compliant format."
}
]
},
"docs": "Returns the test results of the Media Health Monitoring Tool tests for a single Video Mesh node.\n\n
\n\nChanges in V2:\n\n
\n\nOn-demand test results can be obtained along with the periodic tests that are executed on Video Mesh nodes."
},
{
"info": {
"name": "List Overflow to Cloud details",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/videoMesh/cloudOverflow",
"params": [
{
"name": "from",
"value": "2021-09-15T15:53:00Z",
"type": "query",
"description": "The starting date and time of the requested data in any [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) compliant format. `from` cannot be after `to`."
},
{
"name": "to",
"value": "2021-09-15T17:53:00Z",
"type": "query",
"description": "The ending date and time of the requested data in any [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) compliant format."
},
{
"name": "orgId",
"value": "Y2lzY29zcGFyazovL3VzL09SR0FOSVpBVElPTi8zNmQ4OTRmNy0yYjU3LTQzYzEtYWNlZS1kNDdlNjc3NjE0MTQ",
"type": "query",
"description": "The unique Video Mesh organization ID."
}
]
},
"docs": "Returns details of overflows to the cloud in an organization."
},
{
"info": {
"name": "List Cluster Redirect details",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/videoMesh/callRedirects",
"params": [
{
"name": "from",
"value": "2021-09-15T15:53:00Z",
"type": "query",
"description": "The starting date and time of the requested data in any [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) compliant format. `from` cannot be after `to`."
},
{
"name": "to",
"value": "2021-09-15T17:53:00Z",
"type": "query",
"description": "The ending date and time of the requested data in any [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) compliant format."
},
{
"name": "orgId",
"value": "Y2lzY29zcGFyazovL3VzL09SR0FOSVpBVElPTi8zNmQ4OTRmNy0yYjU3LTQzYzEtYWNlZS1kNDdlNjc3NjE0MTQ",
"type": "query",
"description": "The unique Video Mesh organization ID."
}
]
},
"docs": "Returns the redirect details of all Video Mesh clusters in an organization."
},
{
"info": {
"name": "Get Cluster Redirect details",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/videoMesh/clusters/callRedirects",
"params": [
{
"name": "from",
"value": "2021-09-15T15:53:00Z",
"type": "query",
"description": "The starting date and time of the requested data in any [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) compliant format. `from` cannot be after `to`."
},
{
"name": "to",
"value": "2021-09-15T17:53:00Z",
"type": "query",
"description": "The ending date and time of the requested data in any [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) compliant format."
},
{
"name": "clusterId",
"value": "Y2lzY29zcGFyazovL3VzL0hZQlJJRF9DTFVTVEVSLzFlYjY1ZmRmLTk2NDMtNDE3Zi05OTc0LWFkNzJjYWUwZTEwZjpiMzdmNTgzYy1kZGRjLTQyOGItODJlNS1jYmU2ODFkYjQ5NjI",
"type": "query",
"description": "The unique Video Mesh Cluster ID."
}
]
},
"docs": "Returns details of cluster redirects for a single Video Mesh cluster."
},
{
"info": {
"name": "List Clusters Utilization",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/videoMesh/utilization",
"params": [
{
"name": "from",
"value": "2021-09-15T15:53:00Z",
"type": "query",
"description": "The starting date and time of the requested data in any [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) compliant format. `from` cannot be after `to`."
},
{
"name": "to",
"value": "2021-09-15T17:53:00Z",
"type": "query",
"description": "The ending date and time of the requested data in any [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) compliant format."
},
{
"name": "orgId",
"value": "Y2lzY29zcGFyazovL3VzL09SR0FOSVpBVElPTi8zNmQ4OTRmNy0yYjU3LTQzYzEtYWNlZS1kNDdlNjc3NjE0MTQ",
"type": "query",
"description": "The unique ID for the organization."
}
]
},
"docs": "Returns the utilization details of all Video Mesh clusters in an organization."
},
{
"info": {
"name": "Get Cluster Utilization details",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/videoMesh/clusters/utilization",
"params": [
{
"name": "from",
"value": "2021-09-15T15:53:00Z",
"type": "query",
"description": "The starting date and time of the requested data in any [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) compliant format. `from` cannot be after `to`."
},
{
"name": "to",
"value": "2021-09-15T17:53:00Z",
"type": "query",
"description": "The ending date and time of the requested data in any [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) compliant format."
},
{
"name": "clusterId",
"value": "Y2lzY29zcGFyazovL3VzL0hZQlJJRF9DTFVTVEVSLzFlYjY1ZmRmLTk2NDMtNDE3Zi05OTc0LWFkNzJjYWUwZTEwZjpiMzdmNTgzYy1kZGRjLTQyOGItODJlNS1jYmU2ODFkYjQ5NjI",
"type": "query",
"description": "The unique Video Mesh Cluster ID."
}
]
},
"docs": "Returns the utilization details for a single Video Mesh cluster."
},
{
"info": {
"name": "List Reachability Test results V2",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/videoMesh/testResults/reachabilityTest",
"params": [
{
"name": "orgId",
"value": "Y2lzY29zcGFyazovL3VzL09SR0FOSVpBVElPTi8yYzNjOWY5NS03M2Q5LTQ0NjAtYTY2OC0wNDcxNjJmZjFiYWQ=",
"type": "query",
"description": "Unique ID of the organization."
},
{
"name": "triggerType",
"value": "OnDemand",
"type": "query",
"description": "Trigger type."
},
{
"name": "from",
"value": "2023-01-15T15:53:00Z",
"type": "query",
"description": "The start date and time of the requested data in any [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) compliant format. The `from` parameter cannot have date and time values that exceed `to`."
},
{
"name": "to",
"value": "2023-01-20T15:53:00Z",
"type": "query",
"description": "The end date and time of the requested data in any [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) compliant format."
}
]
},
"docs": "Returns the test results of the Reachability tests for an organization.\n\n
\n\nChanges in V2:\n\n
\n\n1. On-demand test results can be obtained along with the periodic tests that are executed on Video Mesh nodes.\n\n
\n\n2. You can now view the destination IP address of the destination cluster in the JSON response."
},
{
"info": {
"name": "Get Reachability Test results for cluster V2",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/videoMesh/testResults/reachabilityTest/clusters",
"params": [
{
"name": "clusterId",
"value": "Y2lzY29zcGFyazovL3VzL0hZQlJJRF9DTFVTVEVSLzJjM2M5Zjk1LTczZDktNDQ2MC1hNjY4LTA0NzE2MmZmMWJhZDpmMWJmMGI1MC0yMDUyLTQ3ZmUtYjg3ZC01MTFjMmZlNzQ3MWI=",
"type": "query",
"description": "Unique ID of the Video Mesh cluster."
},
{
"name": "triggerType",
"value": "OnDemand",
"type": "query",
"description": "Trigger type."
},
{
"name": "from",
"value": "2023-01-15T15:53:00Z",
"type": "query",
"description": "The start date and time of the requested data in any [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) compliant format. The `from` parameter cannot have date and time values that exceed `to`."
},
{
"name": "to",
"value": "2023-01-20T15:53:00Z",
"type": "query",
"description": "The end date and time of the requested data in any [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) compliant format."
}
]
},
"docs": "Returns the test results of the Reachability tests for a single Video Mesh cluster.\n\n
\n\nChanges in V2:\n\n
\n\n1. On-demand test results can be obtained along with the periodic tests that are executed on Video Mesh nodes.\n\n
\n\n2. You can now view the destination IP address of the destination cluster in the JSON response."
},
{
"info": {
"name": "Get Reachability Test results for node V2",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/videoMesh/testResults/reachabilityTest/nodes",
"params": [
{
"name": "nodeId",
"value": "Y2lzY29zcGFyazovL3VzL0hZQlJJRF9DT05ORUNUT1IvMmMzYzlmOTUtNzNkOS00NDYwLWE2NjgtMDQ3MTYyZmYxYmFkOjE1NmRmNzg5Yzg1NTRkNTVhMjc1ZGY5OTc4Zjk5MDJk",
"type": "query",
"description": "Unique ID of the Video Mesh node."
},
{
"name": "triggerType",
"value": "OnDemand",
"type": "query",
"description": "Trigger type."
},
{
"name": "from",
"value": "2023-01-15T15:53:00Z",
"type": "query",
"description": "The start date and time of the requested data in any [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) compliant format. The `from` parameter cannot have date and time values that exceed `to`."
},
{
"name": "to",
"value": "2023-01-20T15:53:00Z",
"type": "query",
"description": "The end date and time of the requested data in any [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) compliant format."
}
]
},
"docs": "Returns the test results of the Reachability tests for a single Video Mesh node.\n\n
\n\nChanges in V2:\n\n
\n\n1. On-demand test results can be obtained along with the periodic tests that are executed on Video Mesh nodes.\n\n
\n\n2. You can now view the destination IP address of the destination cluster in the JSON response."
},
{
"info": {
"name": "List Cluster Details",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/videoMesh/clusters",
"params": [
{
"name": "orgId",
"value": "Y2lzY29zcGFyazovL3VzL09SR0FOSVpBVElPTi8zNmQ4OTRmNy0yYjU3LTQzYzEtYWNlZS1kNDdlNjc3NjE0MTQ",
"type": "query",
"description": "The unique ID for the organization."
}
]
},
"docs": "Returns the cluster details of all Video Mesh clusters in an organization."
},
{
"info": {
"name": "Get Cluster Details",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/videoMesh/clusters/:clusterId",
"params": [
{
"name": "clusterId",
"value": "Y2lzY29zcGFyazovL3VzL0hZQlJJRF9DTFVTVEVSLzFlYjY1ZmRmLTk2NDMtNDE3Zi05OTc0LWFkNzJjYWUwZTEwZjpiMzdmNTgzYy1kZGRjLTQyOGItODJlNS1jYmU2ODFkYjQ5NjI",
"type": "path",
"description": "The unique Video Mesh Cluster ID."
}
]
},
"docs": "Returns the cluster details for a single Video Mesh cluster."
},
{
"info": {
"name": "Trigger on-demand test for cluster",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/videoMesh/triggerTest/clusters/:clusterId",
"params": [
{
"name": "clusterId",
"value": "Y2lzY29zcGFyazovL3VzL0hZQlJJRF9DTFVTVEVSLzJjM2M5Zjk1LTczZDktNDQ2MC1hNjY4LTA0NzE2MmZmMWJhZDpmMWJmMGI1MC0yMDUyLTQ3ZmUtYjg3ZC01MTFjMmZlNzQ3MWI=",
"type": "path",
"description": "Unique ID of the Video Mesh cluster."
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Triggers an on-demand test for a cluster.\nThe test is run on a maximum of 10 nodes present in the cluster, chosen at random, or based on input from the user."
},
{
"info": {
"name": "Trigger on-demand test for node",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/videoMesh/triggerTest/nodes/:nodeId",
"params": [
{
"name": "nodeId",
"value": "Y2lzY29zcGFyazovL3VzL0hZQlJJRF9DT05ORUNUT1IvMmMzYzlmOTUtNzNkOS00NDYwLWE2NjgtMDQ3MTYyZmYxYmFkOjE1NmRmNzg5Yzg1NTRkNTVhMjc1ZGY5OTc4Zjk5MDJk",
"type": "path",
"description": "Unique ID of the Video Mesh node."
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Triggers an on-demand test for a node."
},
{
"info": {
"name": "Get Triggered test status",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/videoMesh/testStatus",
"params": [
{
"name": "commandId",
"value": "Y2lzY29zcGFyazovL3VzL0hZQlJJRF9DTFVTVEVSLzFlYjY1ZmRmLTk2NDMtNDE3Zi05OTc0LWFkNzJjYWUwZTEwZjpiMzdmNTgzYy1kZGRjLTQyOGItODJlNS1jYmU2ODFkYjQ5NjI",
"type": "query",
"description": "The unique command ID generated from Trigger on-demand test API."
}
]
},
"docs": "Returns the status of the test triggered using the Trigger on-demand test API."
},
{
"info": {
"name": "Get Triggered test results",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/videoMesh/testResults",
"params": [
{
"name": "commandId",
"value": "Y2lzY29zcGFyazovL3VzL0hZQlJJRF9DT01NQU5EX0lELzJjM2M5ZjllLTczZDktNDQ2MC1hNjY4LTA0NzE2MmZmMWJhYzo2NTJmNmMxMC01NjgxLTExZWQtOTkyZS1kNTY5YzlkMDlhNzU",
"type": "query",
"description": "The unique command ID generated from Trigger on-demand test API."
}
]
},
"docs": "Returns the results of the test triggered using the command ID.
\nNOTE: The response format depends on the type of test triggered and it is the same as that of [NetworkTest API](/docs/api/v1/video-mesh/list-network-test-results), [MediaHealthMonitorTest API](/docs/api/v1/video-mesh/list-media-health-monitoring-tool-test-results-v2), and [ReachabilityTest API](/docs/api/v1/video-mesh/list-reachability-test-results-v2) respectively."
},
{
"info": {
"name": "List Network Test results",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/videoMesh/testResults/networkTest",
"params": [
{
"name": "orgId",
"value": "Y2lzY29zcGFyazovL3VzL09SR0FOSVpBVElPTi8yYzNjOWY5NS03M2Q5LTQ0NjAtYTY2OC0wNDcxNjJmZjFiYWQ=",
"type": "query",
"description": "Unique ID of the organization."
},
{
"name": "triggerType",
"value": "OnDemand",
"type": "query",
"description": "Trigger type."
},
{
"name": "from",
"value": "2023-01-15T15:53:00Z",
"type": "query",
"description": "The start date and time of the requested data in any [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) compliant format. The `from` parameter cannot have date and time values that exceed `to`."
},
{
"name": "to",
"value": "2023-01-20T15:53:00Z",
"type": "query",
"description": "The end date and time of the requested data in any [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) compliant format."
}
]
},
"docs": "Returns the test results of the Network tests triggered for an organization. The tests listed below are run as a part of the Network Test execution on the node.\n\nBandwidth Test - Tests the bandwidth parameters of the Video Mesh node's network. The test is run between the Video Mesh node and cloud services.
\nDNS Resolution Test - Tests the resolution of IP addresses related to cloud services, against the DNS servers configured on the Video Mesh node's network.
\nHTTPS Conn"
},
{
"info": {
"name": "Get Network Test results for cluster",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/videoMesh/testResults/networkTest/clusters",
"params": [
{
"name": "clusterId",
"value": "Y2lzY29zcGFyazovL3VzL0hZQlJJRF9DTFVTVEVSLzJjM2M5Zjk1LTczZDktNDQ2MC1hNjY4LTA0NzE2MmZmMWJhZDpmMWJmMGI1MC0yMDUyLTQ3ZmUtYjg3ZC01MTFjMmZlNzQ3MWI=",
"type": "query",
"description": "Unique ID of the Video Mesh cluster."
},
{
"name": "triggerType",
"value": "OnDemand",
"type": "query",
"description": "Trigger type."
},
{
"name": "from",
"value": "2023-01-15T15:53:00Z",
"type": "query",
"description": "The start date and time of the requested data in any [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) compliant format. The `from` parameter cannot have date and time values that exceed `to`."
},
{
"name": "to",
"value": "2023-01-20T15:53:00Z",
"type": "query",
"description": "The end date and time of the requested data in any [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) compliant format."
}
]
},
"docs": "Returns the test results of the Network tests triggered for a single Video Mesh cluster. The tests listed below are run as a part of the Network Test execution on the node.\n\nBandwidth Test - Tests the bandwidth parameters of the Video Mesh node's network. The test is run between the Video Mesh node and cloud services.
\nDNS Resolution Test - Tests the resolution of IP addresses related to cloud services, against the DNS servers configured on the Video Mesh node's network.
\n<"
},
{
"info": {
"name": "Get Network Test results for node",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/videoMesh/testResults/networkTest/nodes",
"params": [
{
"name": "nodeId",
"value": "Y2lzY29zcGFyazovL3VzL0hZQlJJRF9DT05ORUNUT1IvMmMzYzlmOTUtNzNkOS00NDYwLWE2NjgtMDQ3MTYyZmYxYmFkOjE1NmRmNzg5Yzg1NTRkNTVhMjc1ZGY5OTc4Zjk5MDJk",
"type": "query",
"description": "Unique ID of the Video Mesh node."
},
{
"name": "triggerType",
"value": "OnDemand",
"type": "query",
"description": "Trigger type."
},
{
"name": "from",
"value": "2023-01-15T15:53:00Z",
"type": "query",
"description": "The start date and time of the requested data in any [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) compliant format. The `from` parameter cannot have date and time values that exceed `to`."
},
{
"name": "to",
"value": "2023-01-20T15:53:00Z",
"type": "query",
"description": "The end date and time of the requested data in any [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) compliant format."
}
]
},
"docs": "Returns the test results of the Network tests triggered for a single Video Mesh node. The tests listed below are run as a part of the Network Test execution on the node.\n\nBandwidth Test - Tests the bandwidth parameters of the Video Mesh node's network. The test is run between the Video Mesh node and cloud services.
\nDNS Resolution Test - Tests the resolution of IP addresses related to cloud services, against the DNS servers configured on the Video Mesh node's network.
\nH"
},
{
"info": {
"name": "List Cluster Client Type Distribution details",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/videoMesh/clientTypeDistribution",
"params": [
{
"name": "orgId",
"value": "Y2lzY29zcGFyazovL3VzL09SR0FOSVpBVElPTi8yYzNjOWY5NS03M2Q5LTQ0NjAtYTY2OC0wNDcxNjJmZjFiYWQ=",
"type": "query",
"description": "Unique ID of the organization."
},
{
"name": "from",
"value": "2023-01-15T15:53:00Z",
"type": "query",
"description": "The start date and time of the requested data in any [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) compliant format. The `from` parameter cannot have date and time values that exceed `to`."
},
{
"name": "to",
"value": "2023-01-20T15:53:00Z",
"type": "query",
"description": "The end date and time of the requested data in any [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) compliant format."
},
{
"name": "deviceType",
"value": "webexDevices,webexAppVdi",
"type": "query",
"description": "Device type(s).\n\n- Possible values:\n `webexDevices` `webexAppVdi` `webexForMobile` `sipEndpoint` `webexForDesktop`"
}
]
},
"docs": "Returns the client type distribution details for all Video Mesh clusters in an organization."
},
{
"info": {
"name": "Get Cluster Client Type Distribution details",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/videoMesh/clientTypeDistribution/clusters",
"params": [
{
"name": "clusterId",
"value": "Y2lzY29zcGFyazovL3VzL0hZQlJJRF9DTFVTVEVSLzJjM2M5Zjk1LTczZDktNDQ2MC1hNjY4LTA0NzE2MmZmMWJhZDpmMWJmMGI1MC0yMDUyLTQ3ZmUtYjg3ZC01MTFjMmZlNzQ3MWI=",
"type": "query",
"description": "Unique ID of the Video Mesh cluster."
},
{
"name": "from",
"value": "2023-01-15T15:53:00Z",
"type": "query",
"description": "The start date and time of the requested data in any [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) compliant format. The `from` parameter cannot have date and time values that exceed `to`."
},
{
"name": "to",
"value": "2023-01-20T15:53:00Z",
"type": "query",
"description": "The end date and time of the requested data in any [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) compliant format."
},
{
"name": "deviceType",
"value": "webexDevices,webexAppVdi",
"type": "query",
"description": "Device type(s).\n\n- Possible values:\n `webexDevices` `webexAppVdi` `webexForMobile` `sipEndpoint` `webexForDesktop`"
}
]
},
"docs": "Returns the client type distribution details for a single Video Mesh cluster."
},
{
"info": {
"name": "List Event Threshold Configuration",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/videoMesh/eventThresholds",
"params": [
{
"name": "eventName",
"value": "clusterCallsRedirected",
"type": "query",
"description": "Event name to fetch threshold details."
},
{
"name": "clusterId",
"value": "Y2lzY29zcGFyazovL3VzL0hZQlJJRF9DTFVTVEVSLzJjM2M5Zjk1LTczZDktNDQ2MC1hNjY4LTA0NzE2MmZmMWJhZDpmMWJmMGI1MC0yMDUyLTQ3ZmUtYjg3ZC01MTFjMmZlNzQ3MWI",
"type": "query",
"description": "Unique ID of the Video Mesh Cluster."
},
{
"name": "orgId",
"value": "Y2lzY29zcGFyazovL3VzL09SR0FOSVpBVElPTi8yYzNjOWY5NS03M2Q5LTQ0NjAtYTY2OC0wNDcxNjJmZjFiYWQ",
"type": "query",
"description": "Unique ID of the Organization."
},
{
"name": "eventScope",
"value": "CLUSTER",
"type": "query",
"description": "Scope name to filter events."
}
]
},
"docs": "Returns the event threshold configurations for `orgId` or `clusterId`, with optional filters `eventName` and `eventScope`."
},
{
"info": {
"name": "Update Event Threshold Configuration",
"type": "http"
},
"http": {
"method": "PATCH",
"url": "{{baseUrl}}/videoMesh/eventThresholds",
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Updates an existing event threshold configuration for given Event Threshold IDs."
},
{
"info": {
"name": "Get Event Threshold Configuration",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/videoMesh/eventThresholds/:eventThresholdId",
"params": [
{
"name": "eventThresholdId",
"value": "Y2lzY29zcGFyazovL3VzL0VWRU5ULzQyN2U5ZTk2LTczYTctNDYwYS04MGZhLTcyNWU4MWE2MDg3Zjo2YzJhZGRmMS0wYjAzLTRiZWEtYjIxYy0xYzFjYzdiY2UwOWQ",
"type": "path",
"description": "Unique ID of the event threshold configuration."
}
]
},
"docs": "Returns the event threshold configurations for `eventThresholdId`."
},
{
"info": {
"name": "Reset Event Threshold Configuration",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/videoMesh/eventThresholds/reset",
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Resets the existing event threshold configuration for given Event Threshold IDs to default value. To stop receiving webhook events, use the [Webhooks API](docs/api/v1/webhooks) to delete the webhook in question."
}
]
}
],
"bundled": true
}