[Index]
Model ref.: device/cucm/GatewayType
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": { "GatewayNameExample": { "type": "string", "description": "An example of the name of the CUCM Gateway Type", "title": "Gateway Name Example" }, "GatewayNamePrefix": { "type": "string", "description": "The prefix for the name of the CUCM Gateway Type", "title": "Gateway Name Prefix" }, "ProtocolTemplates": { "items": { "type": "object", "properties": { "Protocol": { "title": "Protocol", "type": "string", "description": "One of the protocols available for this CUCM gateway type", "name": "Protocol" }, "Layout": { "items": { "type": "object", "properties": { "AllowedUnits": { "items": { "type": "object", "properties": { "AllowedSubunits": { "items": { "type": "object", "properties": { "AllowedEndpoints": { "items": { "type": "object", "properties": { "EndpointName": { "type": "string", "name": "EndpointName", "title": "Endpoint Name" }, "StartPort": { "type": "integer", "name": "StartPort", "title": "Starting Port" } } }, "type": "array", "name": "AllowedEndpoints", "title": "Allowed Endpoints" }, "SubunitName": { "type": "string", "name": "SubunitName", "title": "Subunit Name" }, "NumAllowedPorts": { "type": "integer", "name": "NumAllowedPorts", "title": "Number of Allowed Ports" } } }, "type": "array", "name": "AllowedSubunits", "title": "Allowed Subunits" }, "NumAllowedSubunits": { "type": "integer", "name": "NumAllowedSubunits", "title": "Number of Allowed Subunits" }, "UnitName": { "type": "string", "name": "UnitName", "title": "Unit Name" } } }, "type": "array", "name": "AllowedUnits", "title": "Allowed Units" }, "UnitPosition": { "title": "Unit Position", "type": "integer", "description": "Position of unit on this CUCM gateway type & protocol", "name": "UnitPosition" } } }, "type": "array", "name": "Layout", "title": "Gateway Layout" }, "VendorConfig": { "title": "Vendor Config", "type": [ "string" ], "description": "JSON string - Available vendor config for this CUCM gateway type & protocol", "name": "VendorConfig" } } }, "type": "array", "description": "Available options for this CUCM gateway type", "title": "Protocol and Templates" }, "GatewayType": { "type": "string", "description": "The CUCM Gateway Type name", "title": "Gateway Type Name" }, "GatewayNameFormat": { "type": "string", "description": "The format for the name of CUCM Gateway Type", "title": "Gateway Name Format" } }, "schema_version": "12.5" }
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Bulk Modify | GET | /api/device/cucm/GatewayType/bulk_update/?schema=&schema_rules=true |
|
|
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Bulk Modify | POST | /api/device/cucm/GatewayType/bulk_update/ |
|
For example: {"data":{"name":"value"}, "meta":{}, "request_meta":{ "hrefs":["/api/v0/device/cucm/GatewayType/[pkid1]", "/api/v0/device/cucm/GatewayType/[pkid2]",...]}} |
GET http://[host-proxy]/api/device/cucm/GatewayType/?hierarchy=[hierarchy]&format=json
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Move the instance with [pkid] to [target_hierarchy] | POST | /api/tool/DataMove/?model_type=device/cucm/GatewayType |
|
{"hrefs": ["/api/device/cucm/GatewayType/[pkid]"]} |
Bulk Move | POST | /api/tool/DataMove/?model_type=device/cucm/GatewayType |
|
{"hrefs": ["/api/device/cucm/GatewayType/[pkid1]", "/api/device/cucm/GatewayType/[pkid2]",...]} |
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Get a selected [export_format] of the schema and instances [pkid1], [pkid2],... of device/cucm/GatewayType; optionally with tag_version at [version] and Configuration Template as [configtemplate]. | POST | /api/device/cucm/GatewayType/export/ |
|
{ "hrefs":["/api/device/cucm/GatewayType/[pkid1]", "/api/device/cucm/GatewayType/[pkid2]",...]}} |
For export_format=json, the response is a time stamped zip file of data in JSON as in the system database. Item properties such as strings that are empty or Boolean values that are not set, are not included. The filename in the response is of the format as the example:
Content-Disposition: attachment; filename=export_2013-05-17_14:20:19.186444.json.zip Content-Language:en Content-Type:application/x-zip
For export_format=raw_xlsx, the response is a MS Excel spreadsheet with columns corresponding to the JSON format export and a response filename format:
Content-Disposition: attachment; filename=<resource_type>_<resource_name>_exportedsheet_CCYY-MM-DD_HH-MM-SS.xlsx Content-Language:en Content-Type:application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
For export_format=xlsx, the response is a MS Excel spreadsheet, arranged by any Field Display Policies that apply. The columns correspond with those of a Bulk Load Template export sheet. The response filename format is:
Content-Disposition: attachment; filename=<resource_type>_<resource_name>_exportedsheet_formatted_CCYY-MM-DD_HH-MM-SS.xlsx Content-Language:en Content-Type:application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
The XLSX format can be used to bulk load instances of device/cucm/GatewayType and the JSON format can be used to import instances of device/cucm/GatewayType.
GET http://[host-proxy]/api/device/cucm/GatewayType/?hierarchy=[hierarchy]
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get a compressed format of the Bulk Load spreadsheet template for device/cucm/GatewayType | POST | /api/device/cucm/GatewayType/export_bulkload_template/ |
|
The response is an attachment of the format: filetype_bulkloadsheet.xlsx.gz |
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Configuration Template | GET | /api/device/cucm/GatewayType/configuration_template/ | hierarchy=[hierarchy] |
|
POST http://[host-proxy]/api/data/ConfigurationTemplate/?hierarchy=[hierarchy]
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Field Display Policy | GET | /api/device/cucm/GatewayType/field_display_policy/ | hierarchy=[hierarchy] |
|
POST http://[host-proxy]/api/data/FieldDisplayPolicy/?hierarchy=[hierarchy]
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
List | GET | /api/device/cucm/GatewayType/ |
|
The device/cucm/GatewayType schema and all instances as JSON. |
(The list will return 0 to 3 device/cucm/GatewayType instances)
{ "operations": [ "field_display_policy", "configuration_template", "help", "clone", "move", "list", "transform", "bulk_update_form", "export", "export_bulkload_template" ], "pagination": { "direction": "asc", "order_by": "GatewayType", "maximum_limit": 2000, "skip": 0, "current": "/api/device/cucm/GatewayType/?skip=0&limit=3&order_by=GatewayType&direction=asc&traversal=default", "limit": 3, "total_limit": null, "total": 168 }, "meta": { "tags": [], "cached": true, "title": "", "business_key": {}, "schema_version": "12.5", "references": { "device": [ { "pkid": "", "href": "" } ], "children": [], "parent": [ { "pkid": "6t0ggef2c0deab00hb595101", "href": "/api/data/HierarchyNode/6t0ggef2c0deab00hb595101" } ], "foreign_key": [] }, "actions": [ { "bulk_update_form": { "support_async": false, "class": "update", "href": "/api/device/cucm/GatewayType/bulk_update/?hierarchy=[hierarchy]&schema=&schema_rules=true", "method": "GET", "title": "Bulk Modify" } }, { "move": { "title": "Move", "support_async": true, "class": "move", "href": "/api/tool/DataMove/?hierarchy=[hierarchy]&model_type=device/cucm/GatewayType", "method": "POST", "view": "/api/tool/DataMove/?auth_token=[authtoken] } }, { "export": { "title": "Export", "support_async": false, "submit": "payload", "class": "export", "href": "/api/device/cucm/GatewayType/export/?hierarchy=[hierarchy]", "method": "POST", "view": "/api/view/ExportData/add/?auth_token=[authtoken] } }, { "export_bulkload_template": { "support_async": false, "class": "bulkload_template", "href": "/api/device/cucm/GatewayType/export_bulkload_template/?hierarchy=[hierarchy]", "method": "POST", "title": "Export Bulk Load Template" } }, { "configuration_template": { "support_async": false, "class": "config", "href": "/api/device/cucm/GatewayType/configuration_template/?hierarchy=[hierarchy]", "method": "GET", "title": "Configuration Template" } }, { "field_display_policy": { "support_async": false, "class": "display_policy", "href": "/api/device/cucm/GatewayType/field_display_policy/?hierarchy=[hierarchy]", "method": "GET", "title": "Field Display Policy" } }, { "list": { "support_async": false, "class": "list", "href": "/api/device/cucm/GatewayType/?hierarchy=[hierarchy]", "method": "GET", "title": "List" } }, { "help": { "support_async": false, "class": "help", "href": "/api/device/cucm/GatewayType/help?hierarchy=[hierarchy]", "method": "GET", "title": "Help" } }, { "purge": { "support_async": false, "class": "purge", "href": "/api/device/cucm/GatewayType/purge/?hierarchy=[hierarchy]", "method": "POST", "title": "Purge" } } ], "model_type": "device/cucm/GatewayType", "model_specific_actions": [ "field_display_policy", "configuration_template", "help", "get", "clone", "move", "list", "export", "export_bulkload_template", "bulk_update_form" ], "summary_attrs": [ { "name": "GatewayType", "title": "Gateway Type Name" }, { "allow_filtering": true, "name": "hierarchy_friendly_name", "title": "Located At" }, { "allow_filtering": false, "name": "summary_device", "title": "Device" } ], "api_version": "20.1.1", "tagged_versions": [] }, "resources": [ { "pkid": "5e8a7ac5ce894e00167269d3", "meta": { "tags": [], "cached": true, "title": "C881V", "business_key": {}, "schema_version": "", "summary": "false", "references": { "owner": [ { "pkid": "" } ], "device": [ { "pkid": "5e8a78f5ce894e001671eb8b", "href": "/api/v0/data/CallManager/5e8a78f5ce894e001671eb8b" } ], "self": [ { "pkid": "5e8a7ac5ce894e00167269d3", "href": "/api/device/cucm/GatewayType/5e8a7ac5ce894e00167269d3/" } ], "parent": [ { "pkid": "5e8a78cdce894e001671e1fb", "href": "/api/data/HierarchyNode/5e8a78cdce894e001671e1fb" } ], "foreign_key": [] }, "actions": [ { "clone": { "support_async": false, "class": "clone", "href": "/api/device/cucm/GatewayType/5e8a7ac5ce894e00167269d3/clone/?schema=&schema_rules=true", "method": "GET", "title": "Clone" } }, { "move": { "title": "Move", "support_async": true, "class": "move", "href": "/api/tool/DataMove/5e8a7ac5ce894e00167269d3/?model_type=device/cucm/GatewayType", "method": "POST", "view": "/api/tool/DataMove/" } }, { "export": { "title": "Export", "support_async": false, "submit": "payload", "class": "export", "href": "/api/device/cucm/GatewayType/5e8a7ac5ce894e00167269d3/export/", "method": "GET", "view": "/api/view/ExportData/add/" } }, { "get": { "support_async": false, "class": "get", "href": "/api/device/cucm/GatewayType/5e8a7ac5ce894e00167269d3/", "method": "GET", "title": "Get" } }, { "help": { "support_async": false, "class": "help", "href": "/api/device/cucm/GatewayType/5e8a7ac5ce894e00167269d3/help", "method": "GET", "title": "Help" } }, { "purge": { "support_async": false, "class": "purge", "href": "/api/device/cucm/GatewayType/5e8a7ac5ce894e00167269d3/purge/", "method": "POST", "title": "Purge" } } ], "model_type": "device/cucm/GatewayType", "path": [ "6t0ggef2c0deab00hb595101", "5e839364ce894e0015b96604", "5e8a787fce894e001671ce1b", "5e8a78bece894e001671de53", "5e8a78cdce894e001671e1fb", "5e8a7ac5ce894e00167269d3" ], "summary_attrs": [ { "name": "GatewayType", "title": "Gateway Type Name" }, { "allow_filtering": true, "name": "hierarchy_friendly_name", "title": "Located At" }, { "allow_filtering": false, "name": "summary_device", "title": "Device" } ], "api_version": "20.1.1", "tagged_versions": [] }, "data": { "GatewayType": "C881V", "hierarchy": "5e8a78cdce894e001671e1fb", "GatewayNameFormat": "^.+$", "GatewayNameExample": "", "hierarchy_friendly_name": "AAAGlobal (Customer)", "hierarchy_path": "sys.hcs.CS-P.CS-NB.AAAGlobal", "ProtocolTemplates": [ { "Protocol": "SCCP", "VendorConfig": "{\"type\": \"object\", \"properties\": {\"globalISDNSwitchType\": {\"default\": \"4ESS\", \"type\": [\"null\", \"string\"], \"choices\": [{\"value\": \"4ESS\", \"title\": \"4ESS\"}, {\"value\": \"5E8\", \"title\": \"5E8\"}, {\"value\": \"5E8 TELEOS\", \"title\": \"5E8 TELEOS\"}, {\"value\": \"5E8 INTECOME\", \"title\": \"5E8 INTECOME\"}, {\"value\": \"5E9\", \"title\": \"5E9\"}, {\"value\": \"DMS-100\", \"title\": \"DMS-100\"}, {\"value\": \"DMS-250\", \"title\": \"DMS-250\"}, {\"value\": \"NI2\", \"title\": \"NI2\"}, {\"value\": \"5E8 CUSTOM\", \"title\": \"5E8 CUSTOM\"}, {\"value\": \"ETSI SC\", \"title\": \"ETSI SC\"}, {\"value\": \"EURO\", \"title\": \"EURO\"}, {\"value\": \"AUSTRALIAN\", \"title\": \"AUSTRALIAN\"}, {\"value\": \"QSIG\", \"title\": \"primary-qsig\"}], \"name\": \"globalISDNSwitchType\", \"description\": \"Global ISDN Switch Type that all IOS routers have. T1 Switch types supported are DMS-100, DMS-250, NI2, 4ESS, 5E8/5E9 and ETSI/SC.\\nE1 Switch Types supported are \\nEURO and AUSTRALIAN\\n\", \"title\": \"Global ISDN Switch Type\"}, \"switchBack\": {\"default\": \"Graceful\", \"type\": [\"string\"], \"choices\": [{\"value\": \"Immediate\", \"title\": \"Immediate\"}, {\"value\": \"Delayed\", \"title\": \"Delayed\"}, {\"value\": \"Graceful\", \"title\": \"Graceful\"}, {\"value\": \"Scheduled\", \"title\": \"Scheduled\"}, {\"value\": \"Never\", \"title\": \"Never\"}], \"name\": \"switchBack\", \"description\": \"Timing mechanism to use to switch back to a primary CallManager.\", \"title\": \"Switchback Timing\"}, \"switchBackDelay\": {\"default\": 10, \"minimum\": 1, \"type\": [\"integer\", \"null\"], \"maximum\": 1440, \"name\": \"switchBackDelay\", \"description\": \"This is the delay in minutes when using delayed switchback. Required only if SwitchBack Timing is Delayed\", \"title\": \"Switchback uptime-delay (min)\"}, \"switchBackSchedule\": {\"default\": \"12:00\", \"pattern\": \"(([0-1][0-9])|(2[0-3])):[0-5][0-9]\", \"type\": [\"null\", \"string\"], \"name\": \"switchBackSchedule\", \"description\": \"This is the schedule in hours and minutes when using scheduled switchback. Required only if SwitchBack Timing is Delayed\", \"title\": \"Switchback schedule (hh:mm)\"}, \"ModemPassthrough\": {\"default\": \"Enable\", \"type\": [\"string\"], \"choices\": [{\"value\": \"Disable\", \"title\": \"Disable\"}, {\"value\": \"Enable\", \"title\": \"Enable\"}], \"name\": \"ModemPassthrough\", \"description\": \"Use this parameter to enable and disable the modem passthrough\", \"title\": \"Modem Passthrough\"}, \"DtmfRelay\": {\"default\": \"NoChange\", \"type\": [\"string\"], \"choices\": [{\"value\": \"OutOfBand\", \"title\": \"Out of Band\"}, {\"value\": \"Cisco\", \"title\": \"Cisco\"}, {\"value\": \"NSE\", \"title\": \"NSE\"}, {\"value\": \"NTE-CA\", \"title\": \"NTE-CA\"}, {\"value\": \"NTE-GW\", \"title\": \"NTE-GW\"}, {\"value\": \"NoChange\", \"title\": \"Current GW Config\"}], \"name\": \"DtmfRelay\", \"description\": \"This is to select dtmf relay type to be used on the gateway\", \"title\": \"Type Of DTMF Relay\"}}}", "Layout": [ { "AllowedUnits": [ { "AllowedSubunits": [ { "AllowedEndpoints": [ { "EndpointName": "ISDN BRI Phone", "StartPort": 0 } ], "SubunitName": "VIC2-2BRI-NT/TE-SCCP", "NumAllowedPorts": 2 }, { "AllowedEndpoints": [ { "EndpointName": "Analog Phone", "StartPort": 0 } ], "SubunitName": "VIC3-4FXS/DID-SCCP", "NumAllowedPorts": 4 } ], "NumAllowedSubunits": 4, "UnitName": "NM-4VWIC-MBRD" } ], "UnitPosition": 0 } ] }, { "Protocol": "MGCP", "VendorConfig": "{\"type\": \"object\", \"properties\": {\"globalISDNSwitchType\": {\"default\": \"4ESS\", \"type\": [\"null\", \"string\"], \"choices\": [{\"value\": \"4ESS\", \"title\": \"4ESS\"}, {\"value\": \"5E8\", \"title\": \"5E8\"}, {\"value\": \"5E8 TELEOS\", \"title\": \"5E8 TELEOS\"}, {\"value\": \"5E8 INTECOME\", \"title\": \"5E8 INTECOME\"}, {\"value\": \"5E9\", \"title\": \"5E9\"}, {\"value\": \"DMS-100\", \"title\": \"DMS-100\"}, {\"value\": \"DMS-250\", \"title\": \"DMS-250\"}, {\"value\": \"NI2\", \"title\": \"NI2\"}, {\"value\": \"5E8 CUSTOM\", \"title\": \"5E8 CUSTOM\"}, {\"value\": \"ETSI SC\", \"title\": \"ETSI SC\"}, {\"value\": \"EURO\", \"title\": \"EURO\"}, {\"value\": \"AUSTRALIAN\", \"title\": \"AUSTRALIAN\"}, {\"value\": \"QSIG\", \"title\": \"primary-qsig\"}], \"name\": \"globalISDNSwitchType\", \"description\": \"Global ISDN Switch Type that all IOS routers have. T1 Switch types supported are DMS-100, DMS-250, NI2, 4ESS, 5E8/5E9 and ETSI/SC.\\nE1 Switch Types supported are \\nEURO and AUSTRALIAN\\n\", \"title\": \"Global ISDN Switch Type\"}, \"switchBack\": {\"default\": \"Graceful\", \"type\": [\"string\"], \"choices\": [{\"value\": \"Immediate\", \"title\": \"Immediate\"}, {\"value\": \"Delayed\", \"title\": \"Delayed\"}, {\"value\": \"Graceful\", \"title\": \"Graceful\"}, {\"value\": \"Scheduled\", \"title\": \"Scheduled\"}, {\"value\": \"Never\", \"title\": \"Never\"}], \"name\": \"switchBack\", \"description\": \"Timing mechanism to use to switch back to a primary CallManager.\", \"title\": \"Switchback Timing\"}, \"switchBackDelay\": {\"default\": 10, \"minimum\": 1, \"type\": [\"integer\", \"null\"], \"maximum\": 1440, \"name\": \"switchBackDelay\", \"description\": \"This is the delay in minutes when using delayed switchback. Required only if SwitchBack Timing is Delayed\", \"title\": \"Switchback uptime-delay (min)\"}, \"switchBackSchedule\": {\"default\": \"12:00\", \"pattern\": \"(([0-1][0-9])|(2[0-3])):[0-5][0-9]\", \"type\": [\"null\", \"string\"], \"name\": \"switchBackSchedule\", \"description\": \"This is the schedule in hours and minutes when using scheduled switchback. Required only if SwitchBack Timing is Delayed\", \"title\": \"Switchback schedule (hh:mm)\"}, \"ModemPassthrough\": {\"default\": \"Enable\", \"type\": [\"string\"], \"choices\": [{\"value\": \"Disable\", \"title\": \"Disable\"}, {\"value\": \"Enable\", \"title\": \"Enable\"}], \"name\": \"ModemPassthrough\", \"description\": \"Use this parameter to enable and disable the modem passthrough\", \"title\": \"Modem Passthrough\"}, \"DtmfRelay\": {\"default\": \"NoChange\", \"type\": [\"string\"], \"choices\": [{\"value\": \"OutOfBand\", \"title\": \"Out of Band\"}, {\"value\": \"Cisco\", \"title\": \"Cisco\"}, {\"value\": \"NSE\", \"title\": \"NSE\"}, {\"value\": \"NTE-CA\", \"title\": \"NTE-CA\"}, {\"value\": \"NTE-GW\", \"title\": \"NTE-GW\"}, {\"value\": \"NoChange\", \"title\": \"Current GW Config\"}], \"name\": \"DtmfRelay\", \"description\": \"This is to select dtmf relay type to be used on the gateway\", \"title\": \"Type Of DTMF Relay\"}}}", "Layout": [ { "AllowedUnits": [ { "AllowedSubunits": [ { "AllowedEndpoints": [ { "EndpointName": "Cisco MGCP FXO Port", "StartPort": 0 } ], "SubunitName": "VIC2-1FXO", "NumAllowedPorts": 1 }, { "AllowedEndpoints": [ { "EndpointName": "Cisco MGCP BRI Port", "StartPort": 0 } ], "SubunitName": "VIC2-2BRI", "NumAllowedPorts": 2 }, { "AllowedEndpoints": [ { "EndpointName": "Cisco MGCP FXS Port", "StartPort": 0 } ], "SubunitName": "VIC3-4FXS/DID", "NumAllowedPorts": 4 }, { "AllowedEndpoints": [ { "EndpointName": "Pilot", "StartPort": 0 } ], "SubunitName": "VIC_NONE", "NumAllowedPorts": 0 } ], "NumAllowedSubunits": 4, "UnitName": "NM-4VWIC-MBRD" } ], "UnitPosition": 0 } ] } ], "summary_device": "Dedicated CUCM, 192.168.100.15, 8443, hcs.CS-P.CS-NB.AAAGlobal" } }, { "pkid": "5e8a7af2ce894e0016726f11", "meta": { "tags": [], "cached": true, "title": "C881V", "business_key": {}, "schema_version": "", "summary": "false", "references": { "owner": [ { "pkid": "" } ], "device": [ { "pkid": "5e8a7923ce894e001671f5a6", "href": "/api/v0/data/CallManager/5e8a7923ce894e001671f5a6" } ], "self": [ { "pkid": "5e8a7af2ce894e0016726f11", "href": "/api/device/cucm/GatewayType/5e8a7af2ce894e0016726f11/" } ], "parent": [ { "pkid": "5e8a78cdce894e001671e1fb", "href": "/api/data/HierarchyNode/5e8a78cdce894e001671e1fb" } ], "foreign_key": [] }, "actions": [ { "clone": { "support_async": false, "href": "/api/device/cucm/GatewayType/5e8a7af2ce894e0016726f11/clone/?schema=&schema_rules=true", "title": "Clone", "class": "clone", "method": "GET" } }, { "move": { "title": "Move", "support_async": true, "class": "move", "href": "/api/tool/DataMove/5e8a7af2ce894e0016726f11/?model_type=device/cucm/GatewayType", "method": "POST", "view": "/api/tool/DataMove/" } }, { "export": { "title": "Export", "support_async": false, "submit": "payload", "class": "export", "href": "/api/device/cucm/GatewayType/5e8a7af2ce894e0016726f11/export/", "method": "GET", "view": "/api/view/ExportData/add/" } }, { "get": { "support_async": false, "href": "/api/device/cucm/GatewayType/5e8a7af2ce894e0016726f11/", "title": "Get", "class": "get", "method": "GET" } }, { "help": { "support_async": false, "href": "/api/device/cucm/GatewayType/5e8a7af2ce894e0016726f11/help", "title": "Help", "class": "help", "method": "GET" } }, { "purge": { "support_async": false, "href": "/api/device/cucm/GatewayType/5e8a7af2ce894e0016726f11/purge/", "title": "Purge", "class": "purge", "method": "POST" } } ], "model_type": "device/cucm/GatewayType", "path": [ "6t0ggef2c0deab00hb595101", "5e839364ce894e0015b96604", "5e8a787fce894e001671ce1b", "5e8a78bece894e001671de53", "5e8a78cdce894e001671e1fb", "5e8a7af2ce894e0016726f11" ], "summary_attrs": [ { "name": "GatewayType", "title": "Gateway Type Name" }, { "allow_filtering": true, "name": "hierarchy_friendly_name", "title": "Located At" }, { "allow_filtering": false, "name": "summary_device", "title": "Device" } ], "api_version": "20.1.1", "tagged_versions": [] }, "data": { "GatewayType": "C881V", "hierarchy": "5e8a78cdce894e001671e1fb", "GatewayNameFormat": "^.+$", "GatewayNameExample": "", "hierarchy_friendly_name": "AAAGlobal (Customer)", "hierarchy_path": "sys.hcs.CS-P.CS-NB.AAAGlobal", "ProtocolTemplates": [ { "Protocol": "SCCP", "VendorConfig": "{\"type\": \"object\", \"properties\": {\"globalISDNSwitchType\": {\"default\": \"4ESS\", \"type\": [\"null\", \"string\"], \"choices\": [{\"value\": \"4ESS\", \"title\": \"4ESS\"}, {\"value\": \"5E8\", \"title\": \"5E8\"}, {\"value\": \"5E8 TELEOS\", \"title\": \"5E8 TELEOS\"}, {\"value\": \"5E8 INTECOME\", \"title\": \"5E8 INTECOME\"}, {\"value\": \"5E9\", \"title\": \"5E9\"}, {\"value\": \"DMS-100\", \"title\": \"DMS-100\"}, {\"value\": \"DMS-250\", \"title\": \"DMS-250\"}, {\"value\": \"NI2\", \"title\": \"NI2\"}, {\"value\": \"5E8 CUSTOM\", \"title\": \"5E8 CUSTOM\"}, {\"value\": \"ETSI SC\", \"title\": \"ETSI SC\"}, {\"value\": \"EURO\", \"title\": \"EURO\"}, {\"value\": \"AUSTRALIAN\", \"title\": \"AUSTRALIAN\"}, {\"value\": \"QSIG\", \"title\": \"primary-qsig\"}], \"name\": \"globalISDNSwitchType\", \"description\": \"Global ISDN Switch Type that all IOS routers have. T1 Switch types supported are DMS-100, DMS-250, NI2, 4ESS, 5E8/5E9 and ETSI/SC.\\nE1 Switch Types supported are \\nEURO and AUSTRALIAN\\n\", \"title\": \"Global ISDN Switch Type\"}, \"switchBack\": {\"default\": \"Graceful\", \"type\": [\"string\"], \"choices\": [{\"value\": \"Immediate\", \"title\": \"Immediate\"}, {\"value\": \"Delayed\", \"title\": \"Delayed\"}, {\"value\": \"Graceful\", \"title\": \"Graceful\"}, {\"value\": \"Scheduled\", \"title\": \"Scheduled\"}, {\"value\": \"Never\", \"title\": \"Never\"}], \"name\": \"switchBack\", \"description\": \"Timing mechanism to use to switch back to a primary CallManager.\", \"title\": \"Switchback Timing\"}, \"switchBackDelay\": {\"default\": 10, \"minimum\": 1, \"type\": [\"integer\", \"null\"], \"maximum\": 1440, \"name\": \"switchBackDelay\", \"description\": \"This is the delay in minutes when using delayed switchback. Required only if SwitchBack Timing is Delayed\", \"title\": \"Switchback uptime-delay (min)\"}, \"switchBackSchedule\": {\"default\": \"12:00\", \"pattern\": \"(([0-1][0-9])|(2[0-3])):[0-5][0-9]\", \"type\": [\"null\", \"string\"], \"name\": \"switchBackSchedule\", \"description\": \"This is the schedule in hours and minutes when using scheduled switchback. Required only if SwitchBack Timing is Delayed\", \"title\": \"Switchback schedule (hh:mm)\"}, \"ModemPassthrough\": {\"default\": \"Enable\", \"type\": [\"string\"], \"choices\": [{\"value\": \"Disable\", \"title\": \"Disable\"}, {\"value\": \"Enable\", \"title\": \"Enable\"}], \"name\": \"ModemPassthrough\", \"description\": \"Use this parameter to enable and disable the modem passthrough\", \"title\": \"Modem Passthrough\"}, \"DtmfRelay\": {\"default\": \"NoChange\", \"type\": [\"string\"], \"choices\": [{\"value\": \"OutOfBand\", \"title\": \"Out of Band\"}, {\"value\": \"Cisco\", \"title\": \"Cisco\"}, {\"value\": \"NSE\", \"title\": \"NSE\"}, {\"value\": \"NTE-CA\", \"title\": \"NTE-CA\"}, {\"value\": \"NTE-GW\", \"title\": \"NTE-GW\"}, {\"value\": \"NoChange\", \"title\": \"Current GW Config\"}], \"name\": \"DtmfRelay\", \"description\": \"This is to select dtmf relay type to be used on the gateway\", \"title\": \"Type Of DTMF Relay\"}}}", "Layout": [ { "AllowedUnits": [ { "AllowedSubunits": [ { "AllowedEndpoints": [ { "EndpointName": "ISDN BRI Phone", "StartPort": 0 } ], "SubunitName": "VIC2-2BRI-NT/TE-SCCP", "NumAllowedPorts": 2 }, { "AllowedEndpoints": [ { "EndpointName": "Analog Phone", "StartPort": 0 } ], "SubunitName": "VIC3-4FXS/DID-SCCP", "NumAllowedPorts": 4 } ], "NumAllowedSubunits": 4, "UnitName": "NM-4VWIC-MBRD" } ], "UnitPosition": 0 } ] }, { "Protocol": "MGCP", "VendorConfig": "{\"type\": \"object\", \"properties\": {\"globalISDNSwitchType\": {\"default\": \"4ESS\", \"type\": [\"null\", \"string\"], \"choices\": [{\"value\": \"4ESS\", \"title\": \"4ESS\"}, {\"value\": \"5E8\", \"title\": \"5E8\"}, {\"value\": \"5E8 TELEOS\", \"title\": \"5E8 TELEOS\"}, {\"value\": \"5E8 INTECOME\", \"title\": \"5E8 INTECOME\"}, {\"value\": \"5E9\", \"title\": \"5E9\"}, {\"value\": \"DMS-100\", \"title\": \"DMS-100\"}, {\"value\": \"DMS-250\", \"title\": \"DMS-250\"}, {\"value\": \"NI2\", \"title\": \"NI2\"}, {\"value\": \"5E8 CUSTOM\", \"title\": \"5E8 CUSTOM\"}, {\"value\": \"ETSI SC\", \"title\": \"ETSI SC\"}, {\"value\": \"EURO\", \"title\": \"EURO\"}, {\"value\": \"AUSTRALIAN\", \"title\": \"AUSTRALIAN\"}, {\"value\": \"QSIG\", \"title\": \"primary-qsig\"}], \"name\": \"globalISDNSwitchType\", \"description\": \"Global ISDN Switch Type that all IOS routers have. T1 Switch types supported are DMS-100, DMS-250, NI2, 4ESS, 5E8/5E9 and ETSI/SC.\\nE1 Switch Types supported are \\nEURO and AUSTRALIAN\\n\", \"title\": \"Global ISDN Switch Type\"}, \"switchBack\": {\"default\": \"Graceful\", \"type\": [\"string\"], \"choices\": [{\"value\": \"Immediate\", \"title\": \"Immediate\"}, {\"value\": \"Delayed\", \"title\": \"Delayed\"}, {\"value\": \"Graceful\", \"title\": \"Graceful\"}, {\"value\": \"Scheduled\", \"title\": \"Scheduled\"}, {\"value\": \"Never\", \"title\": \"Never\"}], \"name\": \"switchBack\", \"description\": \"Timing mechanism to use to switch back to a primary CallManager.\", \"title\": \"Switchback Timing\"}, \"switchBackDelay\": {\"default\": 10, \"minimum\": 1, \"type\": [\"integer\", \"null\"], \"maximum\": 1440, \"name\": \"switchBackDelay\", \"description\": \"This is the delay in minutes when using delayed switchback. Required only if SwitchBack Timing is Delayed\", \"title\": \"Switchback uptime-delay (min)\"}, \"switchBackSchedule\": {\"default\": \"12:00\", \"pattern\": \"(([0-1][0-9])|(2[0-3])):[0-5][0-9]\", \"type\": [\"null\", \"string\"], \"name\": \"switchBackSchedule\", \"description\": \"This is the schedule in hours and minutes when using scheduled switchback. Required only if SwitchBack Timing is Delayed\", \"title\": \"Switchback schedule (hh:mm)\"}, \"ModemPassthrough\": {\"default\": \"Enable\", \"type\": [\"string\"], \"choices\": [{\"value\": \"Disable\", \"title\": \"Disable\"}, {\"value\": \"Enable\", \"title\": \"Enable\"}], \"name\": \"ModemPassthrough\", \"description\": \"Use this parameter to enable and disable the modem passthrough\", \"title\": \"Modem Passthrough\"}, \"DtmfRelay\": {\"default\": \"NoChange\", \"type\": [\"string\"], \"choices\": [{\"value\": \"OutOfBand\", \"title\": \"Out of Band\"}, {\"value\": \"Cisco\", \"title\": \"Cisco\"}, {\"value\": \"NSE\", \"title\": \"NSE\"}, {\"value\": \"NTE-CA\", \"title\": \"NTE-CA\"}, {\"value\": \"NTE-GW\", \"title\": \"NTE-GW\"}, {\"value\": \"NoChange\", \"title\": \"Current GW Config\"}], \"name\": \"DtmfRelay\", \"description\": \"This is to select dtmf relay type to be used on the gateway\", \"title\": \"Type Of DTMF Relay\"}}}", "Layout": [ { "AllowedUnits": [ { "AllowedSubunits": [ { "AllowedEndpoints": [ { "EndpointName": "Cisco MGCP FXO Port", "StartPort": 0 } ], "SubunitName": "VIC2-1FXO", "NumAllowedPorts": 1 }, { "AllowedEndpoints": [ { "EndpointName": "Cisco MGCP BRI Port", "StartPort": 0 } ], "SubunitName": "VIC2-2BRI", "NumAllowedPorts": 2 }, { "AllowedEndpoints": [ { "EndpointName": "Cisco MGCP FXS Port", "StartPort": 0 } ], "SubunitName": "VIC3-4FXS/DID", "NumAllowedPorts": 4 }, { "AllowedEndpoints": [ { "EndpointName": "Pilot", "StartPort": 0 } ], "SubunitName": "VIC_NONE", "NumAllowedPorts": 0 } ], "NumAllowedSubunits": 4, "UnitName": "NM-4VWIC-MBRD" } ], "UnitPosition": 0 } ] } ], "summary_device": "Dedicated CUCM, 192.168.100.16, 8443, hcs.CS-P.CS-NB.AAAGlobal" } }, { "pkid": "5e8a9aaace894e0016759413", "meta": { "tags": [], "cached": true, "title": "C881V", "business_key": {}, "schema_version": "", "summary": "false", "references": { "owner": [ { "pkid": "" } ], "device": [ { "pkid": "5e8a99f9ce894e00167574e3", "href": "/api/v0/data/CallManager/5e8a99f9ce894e00167574e3" } ], "self": [ { "pkid": "5e8a9aaace894e0016759413", "href": "/api/device/cucm/GatewayType/5e8a9aaace894e0016759413/" } ], "parent": [ { "pkid": "5e8a99e5ce894e0016756f2c", "href": "/api/data/HierarchyNode/5e8a99e5ce894e0016756f2c" } ], "foreign_key": [] }, "actions": [ { "clone": { "support_async": false, "method": "GET", "href": "/api/device/cucm/GatewayType/5e8a9aaace894e0016759413/clone/?schema=&schema_rules=true", "class": "clone", "title": "Clone" } }, { "move": { "title": "Move", "support_async": true, "class": "move", "href": "/api/tool/DataMove/5e8a9aaace894e0016759413/?model_type=device/cucm/GatewayType", "method": "POST", "view": "/api/tool/DataMove/" } }, { "export": { "title": "Export", "support_async": false, "submit": "payload", "class": "export", "href": "/api/device/cucm/GatewayType/5e8a9aaace894e0016759413/export/", "method": "GET", "view": "/api/view/ExportData/add/" } }, { "get": { "support_async": false, "method": "GET", "href": "/api/device/cucm/GatewayType/5e8a9aaace894e0016759413/", "class": "get", "title": "Get" } }, { "help": { "support_async": false, "method": "GET", "href": "/api/device/cucm/GatewayType/5e8a9aaace894e0016759413/help", "class": "help", "title": "Help" } }, { "purge": { "support_async": false, "method": "POST", "href": "/api/device/cucm/GatewayType/5e8a9aaace894e0016759413/purge/", "class": "purge", "title": "Purge" } } ], "model_type": "device/cucm/GatewayType", "path": [ "6t0ggef2c0deab00hb595101", "5e839364ce894e0015b96604", "5e8a787fce894e001671ce1b", "5e8a78bece894e001671de53", "5e8a99e5ce894e0016756f2c", "5e8a9aaace894e0016759413" ], "summary_attrs": [ { "name": "GatewayType", "title": "Gateway Type Name" }, { "allow_filtering": true, "name": "hierarchy_friendly_name", "title": "Located At" }, { "allow_filtering": false, "name": "summary_device", "title": "Device" } ], "api_version": "20.1.1", "tagged_versions": [] }, "data": { "GatewayType": "C881V", "hierarchy": "5e8a99e5ce894e0016756f2c", "GatewayNameFormat": "^.+$", "GatewayNameExample": "", "hierarchy_friendly_name": "Overton (Customer)", "hierarchy_path": "sys.hcs.CS-P.CS-NB.Overton", "ProtocolTemplates": [ { "Protocol": "SCCP", "VendorConfig": "{\"type\": \"object\", \"properties\": {\"globalISDNSwitchType\": {\"default\": \"4ESS\", \"type\": [\"null\", \"string\"], \"choices\": [{\"value\": \"4ESS\", \"title\": \"4ESS\"}, {\"value\": \"5E8\", \"title\": \"5E8\"}, {\"value\": \"5E8 TELEOS\", \"title\": \"5E8 TELEOS\"}, {\"value\": \"5E8 INTECOME\", \"title\": \"5E8 INTECOME\"}, {\"value\": \"5E9\", \"title\": \"5E9\"}, {\"value\": \"DMS-100\", \"title\": \"DMS-100\"}, {\"value\": \"DMS-250\", \"title\": \"DMS-250\"}, {\"value\": \"NI2\", \"title\": \"NI2\"}, {\"value\": \"5E8 CUSTOM\", \"title\": \"5E8 CUSTOM\"}, {\"value\": \"ETSI SC\", \"title\": \"ETSI SC\"}, {\"value\": \"EURO\", \"title\": \"EURO\"}, {\"value\": \"AUSTRALIAN\", \"title\": \"AUSTRALIAN\"}, {\"value\": \"QSIG\", \"title\": \"primary-qsig\"}], \"name\": \"globalISDNSwitchType\", \"description\": \"Global ISDN Switch Type that all IOS routers have. T1 Switch types supported are DMS-100, DMS-250, NI2, 4ESS, 5E8/5E9 and ETSI/SC.\\nE1 Switch Types supported are \\nEURO and AUSTRALIAN\\n\", \"title\": \"Global ISDN Switch Type\"}, \"switchBack\": {\"default\": \"Graceful\", \"type\": [\"string\"], \"choices\": [{\"value\": \"Immediate\", \"title\": \"Immediate\"}, {\"value\": \"Delayed\", \"title\": \"Delayed\"}, {\"value\": \"Graceful\", \"title\": \"Graceful\"}, {\"value\": \"Scheduled\", \"title\": \"Scheduled\"}, {\"value\": \"Never\", \"title\": \"Never\"}], \"name\": \"switchBack\", \"description\": \"Timing mechanism to use to switch back to a primary CallManager.\", \"title\": \"Switchback Timing\"}, \"switchBackDelay\": {\"default\": 10, \"minimum\": 1, \"type\": [\"integer\", \"null\"], \"maximum\": 1440, \"name\": \"switchBackDelay\", \"description\": \"This is the delay in minutes when using delayed switchback. Required only if SwitchBack Timing is Delayed\", \"title\": \"Switchback uptime-delay (min)\"}, \"switchBackSchedule\": {\"default\": \"12:00\", \"pattern\": \"(([0-1][0-9])|(2[0-3])):[0-5][0-9]\", \"type\": [\"null\", \"string\"], \"name\": \"switchBackSchedule\", \"description\": \"This is the schedule in hours and minutes when using scheduled switchback. Required only if SwitchBack Timing is Delayed\", \"title\": \"Switchback schedule (hh:mm)\"}, \"ModemPassthrough\": {\"default\": \"Enable\", \"type\": [\"string\"], \"choices\": [{\"value\": \"Disable\", \"title\": \"Disable\"}, {\"value\": \"Enable\", \"title\": \"Enable\"}], \"name\": \"ModemPassthrough\", \"description\": \"Use this parameter to enable and disable the modem passthrough\", \"title\": \"Modem Passthrough\"}, \"DtmfRelay\": {\"default\": \"NoChange\", \"type\": [\"string\"], \"choices\": [{\"value\": \"OutOfBand\", \"title\": \"Out of Band\"}, {\"value\": \"Cisco\", \"title\": \"Cisco\"}, {\"value\": \"NSE\", \"title\": \"NSE\"}, {\"value\": \"NTE-CA\", \"title\": \"NTE-CA\"}, {\"value\": \"NTE-GW\", \"title\": \"NTE-GW\"}, {\"value\": \"NoChange\", \"title\": \"Current GW Config\"}], \"name\": \"DtmfRelay\", \"description\": \"This is to select dtmf relay type to be used on the gateway\", \"title\": \"Type Of DTMF Relay\"}}}", "Layout": [ { "AllowedUnits": [ { "AllowedSubunits": [ { "AllowedEndpoints": [ { "EndpointName": "ISDN BRI Phone", "StartPort": 0 } ], "SubunitName": "VIC2-2BRI-NT/TE-SCCP", "NumAllowedPorts": 2 }, { "AllowedEndpoints": [ { "EndpointName": "Analog Phone", "StartPort": 0 } ], "SubunitName": "VIC3-4FXS/DID-SCCP", "NumAllowedPorts": 4 } ], "NumAllowedSubunits": 4, "UnitName": "NM-4VWIC-MBRD" } ], "UnitPosition": 0 } ] }, { "Protocol": "MGCP", "VendorConfig": "{\"type\": \"object\", \"properties\": {\"globalISDNSwitchType\": {\"default\": \"4ESS\", \"type\": [\"null\", \"string\"], \"choices\": [{\"value\": \"4ESS\", \"title\": \"4ESS\"}, {\"value\": \"5E8\", \"title\": \"5E8\"}, {\"value\": \"5E8 TELEOS\", \"title\": \"5E8 TELEOS\"}, {\"value\": \"5E8 INTECOME\", \"title\": \"5E8 INTECOME\"}, {\"value\": \"5E9\", \"title\": \"5E9\"}, {\"value\": \"DMS-100\", \"title\": \"DMS-100\"}, {\"value\": \"DMS-250\", \"title\": \"DMS-250\"}, {\"value\": \"NI2\", \"title\": \"NI2\"}, {\"value\": \"5E8 CUSTOM\", \"title\": \"5E8 CUSTOM\"}, {\"value\": \"ETSI SC\", \"title\": \"ETSI SC\"}, {\"value\": \"EURO\", \"title\": \"EURO\"}, {\"value\": \"AUSTRALIAN\", \"title\": \"AUSTRALIAN\"}, {\"value\": \"QSIG\", \"title\": \"primary-qsig\"}], \"name\": \"globalISDNSwitchType\", \"description\": \"Global ISDN Switch Type that all IOS routers have. T1 Switch types supported are DMS-100, DMS-250, NI2, 4ESS, 5E8/5E9 and ETSI/SC.\\nE1 Switch Types supported are \\nEURO and AUSTRALIAN\\n\", \"title\": \"Global ISDN Switch Type\"}, \"switchBack\": {\"default\": \"Graceful\", \"type\": [\"string\"], \"choices\": [{\"value\": \"Immediate\", \"title\": \"Immediate\"}, {\"value\": \"Delayed\", \"title\": \"Delayed\"}, {\"value\": \"Graceful\", \"title\": \"Graceful\"}, {\"value\": \"Scheduled\", \"title\": \"Scheduled\"}, {\"value\": \"Never\", \"title\": \"Never\"}], \"name\": \"switchBack\", \"description\": \"Timing mechanism to use to switch back to a primary CallManager.\", \"title\": \"Switchback Timing\"}, \"switchBackDelay\": {\"default\": 10, \"minimum\": 1, \"type\": [\"integer\", \"null\"], \"maximum\": 1440, \"name\": \"switchBackDelay\", \"description\": \"This is the delay in minutes when using delayed switchback. Required only if SwitchBack Timing is Delayed\", \"title\": \"Switchback uptime-delay (min)\"}, \"switchBackSchedule\": {\"default\": \"12:00\", \"pattern\": \"(([0-1][0-9])|(2[0-3])):[0-5][0-9]\", \"type\": [\"null\", \"string\"], \"name\": \"switchBackSchedule\", \"description\": \"This is the schedule in hours and minutes when using scheduled switchback. Required only if SwitchBack Timing is Delayed\", \"title\": \"Switchback schedule (hh:mm)\"}, \"ModemPassthrough\": {\"default\": \"Enable\", \"type\": [\"string\"], \"choices\": [{\"value\": \"Disable\", \"title\": \"Disable\"}, {\"value\": \"Enable\", \"title\": \"Enable\"}], \"name\": \"ModemPassthrough\", \"description\": \"Use this parameter to enable and disable the modem passthrough\", \"title\": \"Modem Passthrough\"}, \"DtmfRelay\": {\"default\": \"NoChange\", \"type\": [\"string\"], \"choices\": [{\"value\": \"OutOfBand\", \"title\": \"Out of Band\"}, {\"value\": \"Cisco\", \"title\": \"Cisco\"}, {\"value\": \"NSE\", \"title\": \"NSE\"}, {\"value\": \"NTE-CA\", \"title\": \"NTE-CA\"}, {\"value\": \"NTE-GW\", \"title\": \"NTE-GW\"}, {\"value\": \"NoChange\", \"title\": \"Current GW Config\"}], \"name\": \"DtmfRelay\", \"description\": \"This is to select dtmf relay type to be used on the gateway\", \"title\": \"Type Of DTMF Relay\"}}}", "Layout": [ { "AllowedUnits": [ { "AllowedSubunits": [ { "AllowedEndpoints": [ { "EndpointName": "Cisco MGCP FXO Port", "StartPort": 0 } ], "SubunitName": "VIC2-1FXO", "NumAllowedPorts": 1 }, { "AllowedEndpoints": [ { "EndpointName": "Cisco MGCP BRI Port", "StartPort": 0 } ], "SubunitName": "VIC2-2BRI", "NumAllowedPorts": 2 }, { "AllowedEndpoints": [ { "EndpointName": "Cisco MGCP FXS Port", "StartPort": 0 } ], "SubunitName": "VIC3-4FXS/DID", "NumAllowedPorts": 4 }, { "AllowedEndpoints": [ { "EndpointName": "Pilot", "StartPort": 0 } ], "SubunitName": "VIC_NONE", "NumAllowedPorts": 0 } ], "NumAllowedSubunits": 4, "UnitName": "NM-4VWIC-MBRD" } ], "UnitPosition": 0 } ] } ], "summary_device": "Dedicated CUCM, 10.120.9.245, 8443, hcs.CS-P.CS-NB.Overton" } } ] }
(Show the first instance)
{ "pkid": "5e8a7ac5ce894e00167269d3", "meta": { "tags": [], "cached": true, "cache_control_policy": "cache_then_device", "title": "C881V", "business_key": {}, "schema_version": "12.5", "references": { "parent": [ { "pkid": "5e8a78cdce894e001671e1fb", "href": "/api/data/HierarchyNode/5e8a78cdce894e001671e1fb" } ], "self": [ { "pkid": "5e8a7ac5ce894e00167269d3", "href": "/api/device/cucm/GatewayType/5e8a7ac5ce894e00167269d3/" } ], "foreign_key": [], "owner": [ { "pkid": "" } ], "device": [ { "pkid": "5e8a78f5ce894e001671eb8b", "href": "/api/v0/data/CallManager/5e8a78f5ce894e001671eb8b" } ], "children": [] }, "actions": [ { "clone": { "support_async": false, "class": "clone", "href": "/api/device/cucm/GatewayType/5e8a7ac5ce894e00167269d3/clone/?hierarchy=[hierarchy]&schema=&schema_rules=true", "method": "GET", "title": "Clone" } }, { "move": { "title": "Move", "support_async": true, "class": "move", "href": "/api/tool/DataMove/5e8a7ac5ce894e00167269d3/?hierarchy=[hierarchy]&model_type=device/cucm/GatewayType", "method": "POST", "view": "/api/tool/DataMove/?auth_token=[authtoken] } }, { "export": { "title": "Export", "support_async": false, "submit": "payload", "class": "export", "href": "/api/device/cucm/GatewayType/5e8a7ac5ce894e00167269d3/export/?hierarchy=[hierarchy]", "method": "GET", "view": "/api/view/ExportData/add/?auth_token=[authtoken] } }, { "get": { "support_async": false, "class": "get", "href": "/api/device/cucm/GatewayType/5e8a7ac5ce894e00167269d3/?hierarchy=[hierarchy]", "method": "GET", "title": "Get" } }, { "help": { "support_async": false, "class": "help", "href": "/api/device/cucm/GatewayType/5e8a7ac5ce894e00167269d3/help?hierarchy=[hierarchy]", "method": "GET", "title": "Help" } }, { "purge": { "support_async": false, "class": "purge", "href": "/api/device/cucm/GatewayType/5e8a7ac5ce894e00167269d3/purge/?hierarchy=[hierarchy]", "method": "POST", "title": "Purge" } } ], "model_type": "device/cucm/GatewayType", "path": [ "6t0ggef2c0deab00hb595101", "5e839364ce894e0015b96604", "5e8a787fce894e001671ce1b", "5e8a78bece894e001671de53", "5e8a78cdce894e001671e1fb", "5e8a7ac5ce894e00167269d3" ], "summary_attrs": [ { "name": "GatewayType", "title": "Gateway Type Name" }, { "allow_filtering": true, "name": "hierarchy_friendly_name", "title": "Located At" }, { "allow_filtering": false, "name": "summary_device", "title": "Device" } ], "api_version": "20.1.1", "tagged_versions": [] }, "data": { "GatewayNameExample": "", "GatewayNameFormat": "^.+$", "ProtocolTemplates": [ { "Layout": [ { "AllowedUnits": [ { "AllowedSubunits": [ { "AllowedEndpoints": [ { "EndpointName": "ISDN BRI Phone", "StartPort": 0 } ], "SubunitName": "VIC2-2BRI-NT/TE-SCCP", "NumAllowedPorts": 2 }, { "AllowedEndpoints": [ { "EndpointName": "Analog Phone", "StartPort": 0 } ], "SubunitName": "VIC3-4FXS/DID-SCCP", "NumAllowedPorts": 4 } ], "NumAllowedSubunits": 4, "UnitName": "NM-4VWIC-MBRD" } ], "UnitPosition": 0 } ], "VendorConfig": "{\"type\": \"object\", \"properties\": {\"globalISDNSwitchType\": {\"default\": \"4ESS\", \"type\": [\"null\", \"string\"], \"choices\": [{\"value\": \"4ESS\", \"title\": \"4ESS\"}, {\"value\": \"5E8\", \"title\": \"5E8\"}, {\"value\": \"5E8 TELEOS\", \"title\": \"5E8 TELEOS\"}, {\"value\": \"5E8 INTECOME\", \"title\": \"5E8 INTECOME\"}, {\"value\": \"5E9\", \"title\": \"5E9\"}, {\"value\": \"DMS-100\", \"title\": \"DMS-100\"}, {\"value\": \"DMS-250\", \"title\": \"DMS-250\"}, {\"value\": \"NI2\", \"title\": \"NI2\"}, {\"value\": \"5E8 CUSTOM\", \"title\": \"5E8 CUSTOM\"}, {\"value\": \"ETSI SC\", \"title\": \"ETSI SC\"}, {\"value\": \"EURO\", \"title\": \"EURO\"}, {\"value\": \"AUSTRALIAN\", \"title\": \"AUSTRALIAN\"}, {\"value\": \"QSIG\", \"title\": \"primary-qsig\"}], \"name\": \"globalISDNSwitchType\", \"description\": \"Global ISDN Switch Type that all IOS routers have. T1 Switch types supported are DMS-100, DMS-250, NI2, 4ESS, 5E8/5E9 and ETSI/SC.\\nE1 Switch Types supported are \\nEURO and AUSTRALIAN\\n\", \"title\": \"Global ISDN Switch Type\"}, \"switchBack\": {\"default\": \"Graceful\", \"type\": [\"string\"], \"choices\": [{\"value\": \"Immediate\", \"title\": \"Immediate\"}, {\"value\": \"Delayed\", \"title\": \"Delayed\"}, {\"value\": \"Graceful\", \"title\": \"Graceful\"}, {\"value\": \"Scheduled\", \"title\": \"Scheduled\"}, {\"value\": \"Never\", \"title\": \"Never\"}], \"name\": \"switchBack\", \"description\": \"Timing mechanism to use to switch back to a primary CallManager.\", \"title\": \"Switchback Timing\"}, \"switchBackDelay\": {\"default\": 10, \"minimum\": 1, \"type\": [\"integer\", \"null\"], \"maximum\": 1440, \"name\": \"switchBackDelay\", \"description\": \"This is the delay in minutes when using delayed switchback. Required only if SwitchBack Timing is Delayed\", \"title\": \"Switchback uptime-delay (min)\"}, \"switchBackSchedule\": {\"default\": \"12:00\", \"pattern\": \"(([0-1][0-9])|(2[0-3])):[0-5][0-9]\", \"type\": [\"null\", \"string\"], \"name\": \"switchBackSchedule\", \"description\": \"This is the schedule in hours and minutes when using scheduled switchback. Required only if SwitchBack Timing is Delayed\", \"title\": \"Switchback schedule (hh:mm)\"}, \"ModemPassthrough\": {\"default\": \"Enable\", \"type\": [\"string\"], \"choices\": [{\"value\": \"Disable\", \"title\": \"Disable\"}, {\"value\": \"Enable\", \"title\": \"Enable\"}], \"name\": \"ModemPassthrough\", \"description\": \"Use this parameter to enable and disable the modem passthrough\", \"title\": \"Modem Passthrough\"}, \"DtmfRelay\": {\"default\": \"NoChange\", \"type\": [\"string\"], \"choices\": [{\"value\": \"OutOfBand\", \"title\": \"Out of Band\"}, {\"value\": \"Cisco\", \"title\": \"Cisco\"}, {\"value\": \"NSE\", \"title\": \"NSE\"}, {\"value\": \"NTE-CA\", \"title\": \"NTE-CA\"}, {\"value\": \"NTE-GW\", \"title\": \"NTE-GW\"}, {\"value\": \"NoChange\", \"title\": \"Current GW Config\"}], \"name\": \"DtmfRelay\", \"description\": \"This is to select dtmf relay type to be used on the gateway\", \"title\": \"Type Of DTMF Relay\"}}}", "Protocol": "SCCP" }, { "Layout": [ { "AllowedUnits": [ { "AllowedSubunits": [ { "AllowedEndpoints": [ { "EndpointName": "Cisco MGCP FXO Port", "StartPort": 0 } ], "SubunitName": "VIC2-1FXO", "NumAllowedPorts": 1 }, { "AllowedEndpoints": [ { "EndpointName": "Cisco MGCP BRI Port", "StartPort": 0 } ], "SubunitName": "VIC2-2BRI", "NumAllowedPorts": 2 }, { "AllowedEndpoints": [ { "EndpointName": "Cisco MGCP FXS Port", "StartPort": 0 } ], "SubunitName": "VIC3-4FXS/DID", "NumAllowedPorts": 4 }, { "AllowedEndpoints": [ { "EndpointName": "Pilot", "StartPort": 0 } ], "SubunitName": "VIC_NONE", "NumAllowedPorts": 0 } ], "NumAllowedSubunits": 4, "UnitName": "NM-4VWIC-MBRD" } ], "UnitPosition": 0 } ], "VendorConfig": "{\"type\": \"object\", \"properties\": {\"globalISDNSwitchType\": {\"default\": \"4ESS\", \"type\": [\"null\", \"string\"], \"choices\": [{\"value\": \"4ESS\", \"title\": \"4ESS\"}, {\"value\": \"5E8\", \"title\": \"5E8\"}, {\"value\": \"5E8 TELEOS\", \"title\": \"5E8 TELEOS\"}, {\"value\": \"5E8 INTECOME\", \"title\": \"5E8 INTECOME\"}, {\"value\": \"5E9\", \"title\": \"5E9\"}, {\"value\": \"DMS-100\", \"title\": \"DMS-100\"}, {\"value\": \"DMS-250\", \"title\": \"DMS-250\"}, {\"value\": \"NI2\", \"title\": \"NI2\"}, {\"value\": \"5E8 CUSTOM\", \"title\": \"5E8 CUSTOM\"}, {\"value\": \"ETSI SC\", \"title\": \"ETSI SC\"}, {\"value\": \"EURO\", \"title\": \"EURO\"}, {\"value\": \"AUSTRALIAN\", \"title\": \"AUSTRALIAN\"}, {\"value\": \"QSIG\", \"title\": \"primary-qsig\"}], \"name\": \"globalISDNSwitchType\", \"description\": \"Global ISDN Switch Type that all IOS routers have. T1 Switch types supported are DMS-100, DMS-250, NI2, 4ESS, 5E8/5E9 and ETSI/SC.\\nE1 Switch Types supported are \\nEURO and AUSTRALIAN\\n\", \"title\": \"Global ISDN Switch Type\"}, \"switchBack\": {\"default\": \"Graceful\", \"type\": [\"string\"], \"choices\": [{\"value\": \"Immediate\", \"title\": \"Immediate\"}, {\"value\": \"Delayed\", \"title\": \"Delayed\"}, {\"value\": \"Graceful\", \"title\": \"Graceful\"}, {\"value\": \"Scheduled\", \"title\": \"Scheduled\"}, {\"value\": \"Never\", \"title\": \"Never\"}], \"name\": \"switchBack\", \"description\": \"Timing mechanism to use to switch back to a primary CallManager.\", \"title\": \"Switchback Timing\"}, \"switchBackDelay\": {\"default\": 10, \"minimum\": 1, \"type\": [\"integer\", \"null\"], \"maximum\": 1440, \"name\": \"switchBackDelay\", \"description\": \"This is the delay in minutes when using delayed switchback. Required only if SwitchBack Timing is Delayed\", \"title\": \"Switchback uptime-delay (min)\"}, \"switchBackSchedule\": {\"default\": \"12:00\", \"pattern\": \"(([0-1][0-9])|(2[0-3])):[0-5][0-9]\", \"type\": [\"null\", \"string\"], \"name\": \"switchBackSchedule\", \"description\": \"This is the schedule in hours and minutes when using scheduled switchback. Required only if SwitchBack Timing is Delayed\", \"title\": \"Switchback schedule (hh:mm)\"}, \"ModemPassthrough\": {\"default\": \"Enable\", \"type\": [\"string\"], \"choices\": [{\"value\": \"Disable\", \"title\": \"Disable\"}, {\"value\": \"Enable\", \"title\": \"Enable\"}], \"name\": \"ModemPassthrough\", \"description\": \"Use this parameter to enable and disable the modem passthrough\", \"title\": \"Modem Passthrough\"}, \"DtmfRelay\": {\"default\": \"NoChange\", \"type\": [\"string\"], \"choices\": [{\"value\": \"OutOfBand\", \"title\": \"Out of Band\"}, {\"value\": \"Cisco\", \"title\": \"Cisco\"}, {\"value\": \"NSE\", \"title\": \"NSE\"}, {\"value\": \"NTE-CA\", \"title\": \"NTE-CA\"}, {\"value\": \"NTE-GW\", \"title\": \"NTE-GW\"}, {\"value\": \"NoChange\", \"title\": \"Current GW Config\"}], \"name\": \"DtmfRelay\", \"description\": \"This is to select dtmf relay type to be used on the gateway\", \"title\": \"Type Of DTMF Relay\"}}}", "Protocol": "MGCP" } ], "GatewayType": "C881V" } }
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get the on-line Help for device/cucm/GatewayType. | GET | /api/device/cucm/GatewayType/help | hierarchy=[hierarchy] | On-line help of Model ref.: device/cucm/GatewayType as HTML |
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Clone instance with [pkid]. The schema rules are applied. | GET | /api/device/cucm/GatewayType/[pkid]/clone/?schema=&schema_rules=true |
|
A JSON payload with:
|
GET http://[host-proxy]/api/device/cucm/GatewayType/?hierarchy=[hierarchy]&format=json
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Move | POST | /api/tool/DataMove/[pkid]/?model_type=device/cucm/GatewayType | hierarchy=[hierarchy] | If payload required: |
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get a selected [export_format] of the schema and a single instance with [pkid] of device/cucm/GatewayType; optionally with tag_version at [version] and Configuration Template as [configtemplate]. | GET | /api/device/cucm/GatewayType/[pkid]/export/ |
|
The response is an attachment. Refer to the list below. |
For export_format=raw_xlsx, the response is a "raw" MS Excel spreadsheet with columns corresponding to the JSON format export and a response format:
Content-Disposition: attachment; filename=<resource_type>_<resource_name>_exportedsheet_CCYY-MM-DD_HH-MM-SS.xlsx Content-Language:en Content-Type:application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
For export_format=xlsx, the response is a MS Excel spreadsheet, formatted to show all columns and a response format:
Content-Disposition: attachment; filename=<resource_type>_<resource_name>_exportedsheet_formatted_CCYY-MM-DD_HH-MM-SS.xlsx Content-Language:en Content-Type:application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
For export_format=json, the response is a time stamped zip file of data in JSON and a response format:
Content-Disposition: attachment; filename=export_2013-05-17_14:20:19.186444.json.zip Content-Language:en Content-Type:application/x-zip
The XLSX format can be used to bulk load instances of device/cucm/GatewayType and the JSON format can be used to import instances of device/cucm/GatewayType.
For Bulk Export, refer to the Bulk Export section.
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get | GET | /api/device/cucm/GatewayType/[pkid]/ | hierarchy=[hierarchy] | The device/cucm/GatewayType instance with [pkid]. |
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Help | GET | /api/device/cucm/GatewayType/[pkid]/help | hierarchy=[hierarchy] | The on-line Help for device/cucm/GatewayType. |
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Purge | POST | /api/device/cucm/GatewayType/[pkid]/purge/ | hierarchy=[hierarchy] | If payload required: |