[Index]
View to automate manual on-boarding steps by using the Voss GUI Automation capability.
Model ref.: view/WebDriverCucmFeatureServiceStopStart
The full URL would include the host-proxy name: https://[host-proxy].
Variables are enclosed in square brackets.
{
"$schema": "http://json-schema.org/draft-03/schema",
"type": "object",
"properties": {
"cucm_server_role": {
"default": "CUCM--CUCM Voice/Video",
"required": true,
"type": "string",
"title": "CUCM server role"
},
"Cisco_IP_Voice_Media_Streaming_App": {
"type": "boolean",
"title": "Cisco IP Voice Media Streaming App"
},
"Cisco_WebDialer_Web_Service": {
"type": "boolean",
"title": "Cisco WebDialer Web Service"
},
"Cisco_Tftp": {
"type": "boolean",
"title": "Cisco Tftp"
},
"Cisco_Dialed_Number_Analyzer": {
"type": "boolean",
"title": "Cisco Dialed Number Analyzer"
},
"Cisco_Certificate_Authority_Proxy_Function": {
"type": "boolean",
"title": "Cisco Certificate Authority Proxy Function"
},
"Cisco_IP_Manager_Assistant": {
"type": "boolean",
"title": "Cisco IP Manager Assistant"
},
"Cisco_Dialed_Number_Analyzer_Server": {
"type": "boolean",
"title": "Cisco Dialed Number Analyzer Server"
},
"Cisco_CTL_Provider": {
"type": "boolean",
"title": "Cisco CTL Provider"
},
"Cisco_Intercluster_Lookup_Service": {
"type": "boolean",
"title": "Cisco Intercluster Lookup Service"
},
"Cisco_Unified_Mobile_Voice_Access_Service": {
"type": "boolean",
"title": "Cisco Unified Mobile Voice Access Service"
},
"service_operation": {
"choices": [
{
"value": "stop",
"title": "stop"
},
{
"value": "start",
"title": "start"
}
],
"required": true,
"type": "string",
"description": "Service Operation Stop or Start.",
"title": "Service Operation"
},
"Cisco_Extended_Functions": {
"type": "boolean",
"title": "Cisco Extended Functions"
},
"Self_Provisioning_IVR": {
"type": "boolean",
"title": "Self Provisioning IVR"
},
"Cisco_Directory_Number_Alias_Lookup": {
"type": "boolean",
"title": "Cisco Directory Number Alias Lookup"
},
"Cisco_Extension_Mobility": {
"type": "boolean",
"title": "Cisco Extension Mobility"
},
"Cisco_Location_Bandwidth_Manager": {
"type": "boolean",
"title": "Cisco Location Bandwidth Manager"
},
"Cisco_TAPS_Service": {
"type": "boolean",
"title": "Cisco TAPS Service"
},
"Cisco_CallManager_SNMP_Service": {
"type": "boolean",
"title": "Cisco CallManager SNMP Service"
},
"Cisco_CallManager": {
"type": "boolean",
"title": "Cisco CallManager"
},
"Cisco_Wireless_Controller_Synchronization_Service": {
"type": "boolean",
"title": "Cisco Wireless Controller Synchronization Service"
},
"Cisco_CAR_Web_Service": {
"type": "boolean",
"title": "Cisco CAR Web Service"
},
"Cisco_Bulk_Provisioning_Service": {
"type": "boolean",
"title": "Cisco Bulk Provisioning Service"
},
"Cisco_CTIManager": {
"type": "boolean",
"title": "Cisco CTIManager"
},
"Cisco_SOAP_-_CDRonDemand_Service": {
"type": "boolean",
"title": "Cisco SOAP - CDRonDemand Service"
},
"Cisco_DirSync": {
"type": "boolean",
"title": "Cisco DirSync"
},
"Cisco_Serviceability_Reporter": {
"type": "boolean",
"title": "Cisco Serviceability Reporter"
},
"Cisco_AXL_Web_Service": {
"type": "boolean",
"title": "Cisco AXL Web Service"
},
"Cisco_Directory_Number_Alias_Sync": {
"type": "boolean",
"title": "Cisco Directory Number Alias Sync"
},
"Cisco_UXL_Web_Service": {
"type": "boolean",
"title": "Cisco UXL Web Service"
},
"Cisco_DHCP_Monitor_Service": {
"type": "boolean",
"title": "Cisco DHCP Monitor Service"
},
"gui_cucm_bkey": {
"target": "/api/data/GuiCucm/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"format": "uri",
"title": "CUCM GUI Connection",
"required": true,
"choices": [],
"target_model_type": "data/GuiCucm",
"type": "string"
}
}
}
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Get the GUI Add form. | GET | /api/view/WebDriverCucmFeatureServiceStopStart/add/ |
|
The GUI Add form of view/WebDriverCucmFeatureServiceStopStart as JSON |
The API call to the /add/ URL can only be made from a hierarchy that allows the model type to be added. The actions in the response shows the url for the POST API call to create an instance.
| Task | Call | URL | Parameters | Payload |
|---|---|---|---|---|
| Create | POST | /api/view/WebDriverCucmFeatureServiceStopStart/ | hierarchy=[hierarchy] |
|
tool/Transaction/[trans pkid]shows the View resource has no instance pkid, because a view model stores no instances.
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Get a compressed format of the Bulk Load spreadsheet template for view/WebDriverCucmFeatureServiceStopStart | POST | /api/view/WebDriverCucmFeatureServiceStopStart/export_bulkload_template/ |
|
The response is an attachment of the format: filetype_bulkloadsheet.xlsx.gz |
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Configuration Template | GET | /api/view/WebDriverCucmFeatureServiceStopStart/configuration_template/ | hierarchy=[hierarchy] |
|
POST http://[host-proxy]/api/data/ConfigurationTemplate/?hierarchy=[hierarchy]
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Field Display Policy | GET | /api/view/WebDriverCucmFeatureServiceStopStart/field_display_policy/ | hierarchy=[hierarchy] |
|
POST http://[host-proxy]/api/data/FieldDisplayPolicy/?hierarchy=[hierarchy]
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| List | GET | /api/view/WebDriverCucmFeatureServiceStopStart/ |
|
The view/WebDriverCucmFeatureServiceStopStart schema and all instances as JSON. |
(The list will return 0 to 3 view/WebDriverCucmFeatureServiceStopStart instances)
{
"operations": [
"add",
"help",
"configuration_template",
"field_display_policy",
"export_bulkload_template",
"transform"
],
"pagination": {
"direction": "asc",
"order_by": null,
"maximum_limit": 2000,
"skip": 0,
"current": "/api/view/WebDriverCucmFeatureServiceStopStart/?skip=0&limit=3&order_by=None&direction=asc&traversal=default",
"limit": 3,
"total_limit": null,
"total": 0
},
"meta": {
"tags": [],
"cached": true,
"title": "",
"business_key": {},
"schema_version": null,
"references": {
"device": [
{
"pkid": "",
"href": ""
}
],
"children": [],
"parent": [
{
"pkid": "6t0ggef2c0deab00hb595101",
"href": "/api/data/HierarchyNode/6t0ggef2c0deab00hb595101"
}
],
"foreign_key": []
},
"actions": [
{
"add": {
"support_async": false,
"class": "add",
"href": "/api/view/WebDriverCucmFeatureServiceStopStart/add/?hierarchy=[hierarchy]",
"method": "GET",
"title": "Add"
}
},
{
"export_bulkload_template": {
"support_async": false,
"class": "bulkload_template",
"href": "/api/view/WebDriverCucmFeatureServiceStopStart/export_bulkload_template/?hierarchy=[hierarchy]",
"method": "POST",
"title": "Export Bulk Load Template"
}
},
{
"tag": {
"title": "Tag",
"support_async": true,
"method": "PATCH",
"href": "/api/view/WebDriverCucmFeatureServiceStopStart/+tag/?hierarchy=[hierarchy]",
"class": "tag",
"view": "/api/view/TagNameForm/add/?auth_token=[authtoken]
}
},
{
"configuration_template": {
"support_async": false,
"class": "config",
"href": "/api/view/WebDriverCucmFeatureServiceStopStart/configuration_template/?hierarchy=[hierarchy]",
"method": "GET",
"title": "Configuration Template"
}
},
{
"field_display_policy": {
"support_async": false,
"class": "display_policy",
"href": "/api/view/WebDriverCucmFeatureServiceStopStart/field_display_policy/?hierarchy=[hierarchy]",
"method": "GET",
"title": "Field Display Policy"
}
},
{
"list": {
"support_async": false,
"class": "list",
"href": "/api/view/WebDriverCucmFeatureServiceStopStart/?hierarchy=[hierarchy]",
"method": "GET",
"title": "List"
}
},
{
"help": {
"support_async": false,
"class": "help",
"href": "/api/view/WebDriverCucmFeatureServiceStopStart/help?hierarchy=[hierarchy]",
"method": "GET",
"title": "Help"
}
}
],
"model_type": "view/WebDriverCucmFeatureServiceStopStart",
"model_specific_actions": [
"add"
],
"summary_attrs": [
{
"allow_filtering": true,
"name": "hierarchy_friendly_name",
"title": "Located At"
}
],
"api_version": "20.1.1",
"tagged_versions": []
},
"resources": []
}
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Get the on-line Help for view/WebDriverCucmFeatureServiceStopStart. | GET | /api/view/WebDriverCucmFeatureServiceStopStart/help | hierarchy=[hierarchy] | On-line help of Model ref.: view/WebDriverCucmFeatureServiceStopStart as HTML |
| Task | Call | URL | Parameters | Payload |
|---|---|---|---|---|
| Tag | PATCH | /api/view/WebDriverCucmFeatureServiceStopStart/[pkid]/+tag/ | hierarchy=[hierarchy] | If payload required: |
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Get | GET | /api/view/WebDriverCucmFeatureServiceStopStart/[pkid]/ | hierarchy=[hierarchy] | The view/WebDriverCucmFeatureServiceStopStart instance with [pkid]. |
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Help | GET | /api/view/WebDriverCucmFeatureServiceStopStart/[pkid]/help | hierarchy=[hierarchy] | The on-line Help for view/WebDriverCucmFeatureServiceStopStart. |