Webex · Example Payload
Webex List Cluster Details Example
CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing
Webex List Cluster Details 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
{
"operationId": "List Cluster Details",
"method": "GET",
"path": "/videoMesh/clusters",
"summary": "List Cluster Details",
"requestExamples": [],
"responseExamples": [
{
"status": "200",
"contentType": "application/json",
"example": {
"items": [
{
"orgId": "Y2lzY29zcGFyazovL3VzL09SR0FOSVpBVElPTi8zNmQ4OTRmNy0yYjU3LTQzYzEtYWNlZS1kNDdlNjc3NjE0MTQ",
"items": [
{
"clusterId": "Y2lzY29zcGFyazovL3VzL0hZQlJJRF9DTFVTVEVSLzFlYjY1ZmRmLTk2NDMtNDE3Zi05OTc0LWFkNzJjYWUwZTEwZjpiMzdmNTgzYy1kZGRjLTQyOGItODJlNS1jYmU2ODFkYjQ5NjI",
"clusterName": "Bangalore",
"nodes": [
{
"nodeId": "Y2lzY29zcGFyazovL3VzL0hZQlJJRF9DTFVTVEVSLzM2ZDg5NGY3LTJiNTctNDNjMS1hY2VlLWQ0N2U2Nzc2MTQxNDo0NjdiNGIxZC1jZWI2LTQwN2EtYWZmOC1mMjIxZmFiNzhjNzI",
"hostNameOrIp": "xyz.abc.com",
"deploymentType": "Video Mesh Node Lite",
"location": {
"countryCode": "IN",
"city": "Bangalore",
"timeZone": "Asia/Kolkata"
}
},
{
"nodeId": "Y2lzY29zcGFyazovL3VzL0hZQlJJRF9DTFVTVEVSLzM2ZDg5NGY3LTJiNTctNDNjMS1hY2VlLWQ0N2U2Nzc2MTQxNDo1ODJhMWFlYy03YTMwLTQ2MDItYTI2NS02YTE5NDcwOWZkOTg",
"hostNameOrIp": "201.21.201.21",
"deploymentType": "Video Mesh Node Lite",
"location": {
"countryCode": "IN",
"city": "Bangalore",
"timeZone": "Asia/Kolkata"
}
}
],
"releaseChannel": "alpha",
"upgradeSchedule": {
"scheduleDays": [
"sunday"
],
"scheduleTime": "02:00",
"scheduleTimeZone": "Asia/Kolkata",
"upgradePending": true,
"nextUpgradeTime": "2020-03-25T20:30:00Z"
}
},
{
"clusterId": "Y2lzY29zcGFyazovL3VzL0hZQlJJRF9DTFVTVEVSLzM2ZDg5NGY3LTJiNTctNDNjMS1hY2VlLWQ0N2U2Nzc2MTQxNDo1ODJhMWFlYy03YTMwLTQ2MDItYTI2NS02YTE5NDcwOTEyMzQ",
"clusterName": "San Jose",
"nodes": [
{
"nodeId": "Y2lzY29zcGFyazovL3VzL0hZQlJJRF9DTFVTVEVSLzM2ZDg5NGY3LTJiNTctNDNjMS1hY2VlLWQ0N2U2Nzc2MTQxNDo0NjdiNGIxZC1jZWI2LTQwN2EtYWZmOC1mMjIxZmFiNzhjNzI",
"hostNameOrIp": "abc.company.com",
"deploymentType": "Video Mesh Node Lite",
"location": {
"countryCode": "US",
"city": "San Jose",
"timeZone": "America/Los_Angeles"
}
},
{
"nodeId": "Y2lzY29zcGFyazovL3VzL0hZQlJJRF9DTFVTVEVSLzM2ZDg5NGY3LTJiNTctNDNjMS1hY2VlLWQ0N2U2Nzc2MTQxNDo1ODJhMWFlYy03YTMwLTQ2MDItYTI2NS02YTE5NDcwOWZkOTg",
"hostNameOrIp": "xyz.abc.com",
"deploymentType": "Video Mesh Node Lite",
"location": {
"countryCode": "US",
"city": "San Jose",
"timeZone": "America/Los_Angeles"
}
}
],
"releaseChannel": "alpha",
"upgradeSchedule": {
"scheduleDays": [
"sunday"
],
"scheduleTime": "02:00",
"scheduleTimeZone": "America/Los_Angeles",
"upgradePending": true,
"nextUpgradeTime": "2020-03-26T09:00:00Z"
}
}
]
}
]
}
}
]
}