GET http://[host-proxy]/api/view/EasyOverbuild/schema/?hierarchy=[hierarchy]&format=json&schema=1
{
"$schema": "http://json-schema.org/draft-03/schema",
"type": "object",
"properties": {
"move_webex_teams_user": {
"default": "true",
"type": "boolean",
"description": "Move Webex Teams Users to Site level where a User exists with the same email address.",
"title": "Webex Teams Users"
},
"move_phone": {
"default": "true",
"type": "boolean",
"description": "Move Phones, which match the configured Device Pool, to destination site.",
"title": "Phones"
},
"move_remote_destination_profile": {
"default": "true",
"type": "boolean",
"description": "Move Remote Destination Profiles to associated User.",
"title": "Remote Destination Profiles (RDP)"
},
"site": {
"required": false,
"type": "string",
"description": "User selects specific site to apply overbuild to.\nNOTE: only sites that have been enabled by having 'Include Site for Overbuild' selected in the Site Defaults Doc will be displayed.",
"title": "Select Site"
},
"move_remote_destination": {
"default": "true",
"type": "boolean",
"description": "Move RDP Remote Destinations to associated Remote Destination Profile",
"title": "RDP Remote Destinations"
},
"move_cuc_user": {
"default": "true",
"type": "boolean",
"description": "Move Unity Connection Users to associated User",
"title": "CUC Users"
},
"move_remote_destination_phone": {
"default": "true",
"type": "boolean",
"description": "Move Phone Remote Destinations to associated Phone.",
"title": "Phone Remote Destinations"
},
"move_contact_center_agent": {
"default": "true",
"type": "boolean",
"description": "Contact Center Agents that have a User at Site level with same user ID.",
"title": "Contact Center Agents"
},
"siteInclude": {
"description": "Select the method of Overbuild execution.\nNOTE: only sites that have been enabled by having 'Include Site for Overbuild' selected in the Site Defaults Doc will be affected.",
"title": "Overbuild Action",
"default": "all",
"items": {},
"required": false,
"choices": [
{
"value": "all",
"title": "All Enabled Sites Using Settings Below"
},
{
"value": "siteOnly",
"title": "All Enabled Sites Using Site Defaults Doc Overbuild Settings"
},
{
"value": "siteSelect",
"title": "Single Enabled Site Using Settings Below"
}
],
"readonly": false,
"type": "string"
},
"move_device_profile": {
"default": "true",
"type": "boolean",
"description": "Move User Device Profiles to associated User.",
"title": "Device Profiles"
},
"move_user": {
"default": "true",
"type": "boolean",
"description": "Move Users to associated Phones.",
"title": "Users"
},
"move_line": {
"default": "true",
"type": "boolean",
"description": "Move Lines associated to 1) Phones, 2) Device Profiles, 3) RDPs.",
"title": "Lines"
}
},
"schema_version": "1.4"
}