Webex · Schema
MediaHealthMonitoringTestResultsFailure
CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing
Properties
| Name | Type | Description |
|---|---|---|
| timestamp | string | The timestamp of the test run. |
| id | string | Unique ID of the test. |
| testResults | array | Test results of Media Signalling, SIP Signalling, Media Cascade runs. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/MediaHealthMonitoringTestResultsFailure",
"title": "MediaHealthMonitoringTestResultsFailure",
"type": "object",
"properties": {
"timestamp": {
"type": "string",
"example": "2022-03-15T15:53:00Z",
"description": "The timestamp of the test run."
},
"id": {
"type": "string",
"example": "Y2lzY29zcGFyazovL3VzL0hZQlJJRF9DT01NQU5EX0lELzJjM2M5ZjllLTczZDktNDQ2MC1hNjY4LTA0NzE2MmZmMWJhYzo2NTJmNmMxMC01NjgxLTExZWQtOTkyZS1kNTY5YzlkMDlhNzU",
"description": "Unique ID of the test."
},
"testResults": {
"type": "array",
"items": {
"anyOf": [
{
"$ref": "#/components/schemas/MediaSignallingtestResultFailure"
},
{
"$ref": "#/components/schemas/MediaCascadetestResultFailure"
},
{
"$ref": "#/components/schemas/SIPSignallingtestResultFailure"
}
]
},
"description": "Test results of Media Signalling, SIP Signalling, Media Cascade runs."
}
}
}