Webex · Schema
TriggeredTestStatus2
CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing
Properties
| Name | Type | Description |
|---|---|---|
| orgId | string | Unique ID of the organization. |
| commandId | string | The unique ID of the test being executed. |
| clusterId | string | Unique ID of the Video Mesh cluster. |
| nodes | array |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/TriggeredTestStatus2",
"title": "TriggeredTestStatus2",
"type": "object",
"properties": {
"orgId": {
"type": "string",
"example": "Y2lzY29zcGFyazovL3VzL09SR0FOSVpBVElPTi8yYzNjOWY5NS03M2Q5LTQ0NjAtYTY2OC0wNDcxNjJmZjFiYWQ=",
"description": "Unique ID of the organization."
},
"commandId": {
"type": "string",
"example": "Y2lzY29zcGFyazovL3VzL0hZQlJJRF9DT01NQU5EX0lELzJjM2M5ZjllLTczZDktNDQ2MC1hNjY4LTA0NzE2MmZmMWJhYzo2NTJmNmMxMC01NjgxLTExZWQtOTkyZS1kNTY5YzlkMDlhNzU",
"description": "The unique ID of the test being executed."
},
"clusterId": {
"type": "string",
"example": "Y2lzY29zcGFyazovL3VzL0hZQlJJRF9DTFVTVEVSLzJjM2M5Zjk1LTczZDktNDQ2MC1hNjY4LTA0NzE2MmZmMWJhZDpmMWJmMGI1MC0yMDUyLTQ3ZmUtYjg3ZC01MTFjMmZlNzQ3MWk=",
"description": "Unique ID of the Video Mesh cluster."
},
"nodes": {
"type": "array",
"items": {
"$ref": "#/components/schemas/NodeStatusList1"
}
}
}
}