Webex · Schema
LineKeyTemplateAdvisoryTypes
CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing
Properties
| Name | Type | Description |
|---|---|---|
| moreSharedAppearancesEnabled | boolean | Refine search to apply changes to devices that contain the warning "More shared/virtual line appearances than shared/virtual lines requested". |
| fewSharedAppearancesEnabled | boolean | Refine search to apply changes to devices that contain the warning "More shared/virtual lines requested than shared/virtual line appearances". |
| moreMonitorAppearancesEnabled | boolean | Refine search to apply changes to devices that contain the warning "More monitored line appearances than monitored lines in the user's monitoring list". |
| moreCPEAppearancesEnabled | boolean | Refine search to apply changes to devices that contain the warning "More call park extension line appearances than call park extensions in user's monitoring list". |
| moreModeManagementAppearancesEnabled | boolean | Refine search to apply changes to devices that contain the warning "More mode management lines configured for the device". The default value is false. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/LineKeyTemplateAdvisoryTypes",
"title": "LineKeyTemplateAdvisoryTypes",
"type": "object",
"properties": {
"moreSharedAppearancesEnabled": {
"type": "boolean",
"example": true,
"description": "Refine search to apply changes to devices that contain the warning \"More shared/virtual line appearances than shared/virtual lines requested\"."
},
"fewSharedAppearancesEnabled": {
"type": "boolean",
"example": true,
"description": "Refine search to apply changes to devices that contain the warning \"More shared/virtual lines requested than shared/virtual line appearances\"."
},
"moreMonitorAppearancesEnabled": {
"type": "boolean",
"example": true,
"description": "Refine search to apply changes to devices that contain the warning \"More monitored line appearances than monitored lines in the user's monitoring list\"."
},
"moreCPEAppearancesEnabled": {
"type": "boolean",
"example": true,
"description": "Refine search to apply changes to devices that contain the warning \"More call park extension line appearances than call park extensions in user's monitoring list\"."
},
"moreModeManagementAppearancesEnabled": {
"type": "boolean",
"example": true,
"description": "Refine search to apply changes to devices that contain the warning \"More mode management lines configured for the device\". The default value is false."
}
}
}