[Index]
Data for dial plan additions
Model ref.: data/GS_SMETemplateData_DAT
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": {
"templateName": {
"title": "Template Name",
"type": "string",
"required": true
},
"countryDialPlan": {
"title": "Country Dialplan",
"type": "string",
"choices": [
{
"value": "true",
"title": "true"
},
{
"value": "false",
"title": "false"
}
]
},
"permittedHnType": {
"title": "Allowed Hierarchy Node Types",
"type": "array",
"items": {
"type": "string",
"choices": [
{
"value": "Customer",
"title": "Customer"
},
{
"value": "Reseller",
"title": "Reseller"
},
{
"value": "Provider",
"title": "Provider"
},
{
"value": "IntermediateNode",
"title": "Intermediate Node"
},
{
"value": "Site",
"title": "Site"
}
]
}
},
"useDefaultCucmSelection": {
"title": "Use Default CUCM selection",
"description": "Default selection uses NDL at site level and all NDL's at higher levels. If not default, requires user input.",
"type": "string",
"required": true,
"choices": [
{
"value": "true",
"title": "true"
},
{
"value": "false",
"title": "false"
}
]
},
"str1attributes": {
"title": "String 1 attributes",
"type": "array",
"items": {
"type": "object",
"properties": {
"hideStr": {
"title": "Hide String",
"type": "string",
"required": true,
"default": "true",
"choices": [
{
"value": "true",
"title": "true"
},
{
"value": "false",
"title": "false"
}
]
},
"strTitle": {
"title": "Title for str",
"type": "string"
},
"offerChoices": {
"title": "Offer Choices to user",
"type": "string",
"required": true,
"default": "false",
"choices": [
{
"value": "true",
"title": "true"
},
{
"value": "false",
"title": "false"
}
]
},
"strChoices": {
"title": "Macro to populate Choices",
"type": "string"
},
"mandatory": {
"title": "Mandatory",
"type": "string",
"required": false,
"default": "false",
"choices": [
{
"value": "true",
"title": "true"
},
{
"value": "false",
"title": "false"
}
]
},
"canModify": {
"title": "Allow Modification",
"type": "string",
"required": false,
"default": "false",
"choices": [
{
"value": "true",
"title": "true"
},
{
"value": "false",
"title": "false"
}
]
}
}
}
},
"str2attributes": {
"title": "String 2 attributes",
"type": "array",
"items": {
"type": "object",
"properties": {
"hideStr": {
"title": "Hide String",
"type": "string",
"required": true,
"default": "true",
"choices": [
{
"value": "true",
"title": "true"
},
{
"value": "false",
"title": "false"
}
]
},
"strTitle": {
"title": "Title for str",
"type": "string"
},
"offerChoices": {
"title": "Offer Choices to user",
"type": "string",
"required": true,
"default": "false",
"choices": [
{
"value": "true",
"title": "true"
},
{
"value": "false",
"title": "false"
}
]
},
"strChoices": {
"title": "Macro to populate Choices",
"type": "string"
},
"mandatory": {
"title": "Mandatory",
"type": "string",
"required": false,
"default": "false",
"choices": [
{
"value": "true",
"title": "true"
},
{
"value": "false",
"title": "false"
}
]
},
"canModify": {
"title": "Allow Modification",
"type": "string",
"required": false,
"default": "false",
"choices": [
{
"value": "true",
"title": "true"
},
{
"value": "false",
"title": "false"
}
]
}
}
}
},
"str3attributes": {
"title": "String 3 attributes",
"type": "array",
"items": {
"type": "object",
"properties": {
"hideStr": {
"title": "Hide String",
"type": "string",
"required": true,
"default": "true",
"choices": [
{
"value": "true",
"title": "true"
},
{
"value": "false",
"title": "false"
}
]
},
"strTitle": {
"title": "Title for str",
"type": "string"
},
"offerChoices": {
"title": "Offer Choices to user",
"type": "string",
"required": true,
"default": "false",
"choices": [
{
"value": "true",
"title": "true"
},
{
"value": "false",
"title": "false"
}
]
},
"strChoices": {
"title": "Macro to populate Choices",
"type": "string"
},
"mandatory": {
"title": "Mandatory",
"type": "string",
"required": false,
"default": "false",
"choices": [
{
"value": "true",
"title": "true"
},
{
"value": "false",
"title": "false"
}
]
},
"canModify": {
"title": "Allow Modification",
"type": "string",
"required": false,
"default": "false",
"choices": [
{
"value": "true",
"title": "true"
},
{
"value": "false",
"title": "false"
}
]
}
}
}
},
"str4attributes": {
"title": "String 4 attributes",
"type": "array",
"items": {
"type": "object",
"properties": {
"hideStr": {
"title": "Hide String",
"type": "string",
"required": true,
"default": "true",
"choices": [
{
"value": "true",
"title": "true"
},
{
"value": "false",
"title": "false"
}
]
},
"strTitle": {
"title": "Title for str",
"type": "string"
},
"offerChoices": {
"title": "Offer Choices to user",
"type": "string",
"required": true,
"default": "false",
"choices": [
{
"value": "true",
"title": "true"
},
{
"value": "false",
"title": "false"
}
]
},
"strChoices": {
"title": "Macro to populate Choices",
"type": "string"
},
"mandatory": {
"title": "Mandatory",
"type": "string",
"required": false,
"default": "false",
"choices": [
{
"value": "true",
"title": "true"
},
{
"value": "false",
"title": "false"
}
]
},
"canModify": {
"title": "Allow Modification",
"type": "string",
"required": false,
"default": "false",
"choices": [
{
"value": "true",
"title": "true"
},
{
"value": "false",
"title": "false"
}
]
}
}
}
},
"str5attributes": {
"title": "String 5 attributes",
"type": "array",
"items": {
"type": "object",
"properties": {
"hideStr": {
"title": "Hide String",
"type": "string",
"required": true,
"default": "true",
"choices": [
{
"value": "true",
"title": "true"
},
{
"value": "false",
"title": "false"
}
]
},
"strTitle": {
"title": "Title for str",
"type": "string"
},
"offerChoices": {
"title": "Offer Choices to user",
"type": "string",
"required": true,
"default": "false",
"choices": [
{
"value": "true",
"title": "true"
},
{
"value": "false",
"title": "false"
}
]
},
"strChoices": {
"title": "Macro to populate Choices",
"type": "string"
},
"mandatory": {
"title": "Mandatory",
"type": "string",
"required": false,
"default": "false",
"choices": [
{
"value": "true",
"title": "true"
},
{
"value": "false",
"title": "false"
}
]
},
"canModify": {
"title": "Allow Modification",
"type": "string",
"required": false,
"default": "false",
"choices": [
{
"value": "true",
"title": "true"
},
{
"value": "false",
"title": "false"
}
]
}
}
}
},
"str6attributes": {
"title": "String 6 attributes",
"type": "array",
"items": {
"type": "object",
"properties": {
"hideStr": {
"title": "Hide String",
"type": "string",
"required": true,
"default": "true",
"choices": [
{
"value": "true",
"title": "true"
},
{
"value": "false",
"title": "false"
}
]
},
"strTitle": {
"title": "Title for str",
"type": "string"
},
"offerChoices": {
"title": "Offer Choices to user",
"type": "string",
"required": true,
"default": "false",
"choices": [
{
"value": "true",
"title": "true"
},
{
"value": "false",
"title": "false"
}
]
},
"strChoices": {
"title": "Macro to populate Choices",
"type": "string"
},
"mandatory": {
"title": "Mandatory",
"type": "string",
"required": false,
"default": "false",
"choices": [
{
"value": "true",
"title": "true"
},
{
"value": "false",
"title": "false"
}
]
},
"canModify": {
"title": "Allow Modification",
"type": "string",
"required": false,
"default": "false",
"choices": [
{
"value": "true",
"title": "true"
},
{
"value": "false",
"title": "false"
}
]
}
}
}
},
"str7attributes": {
"title": "String 7 attributes",
"type": "array",
"items": {
"type": "object",
"properties": {
"hideStr": {
"title": "Hide String",
"type": "string",
"required": true,
"default": "true",
"choices": [
{
"value": "true",
"title": "true"
},
{
"value": "false",
"title": "false"
}
]
},
"strTitle": {
"title": "Title for str",
"type": "string"
},
"offerChoices": {
"title": "Offer Choices to user",
"type": "string",
"required": true,
"default": "false",
"choices": [
{
"value": "true",
"title": "true"
},
{
"value": "false",
"title": "false"
}
]
},
"strChoices": {
"title": "Macro to populate Choices",
"type": "string"
},
"mandatory": {
"title": "Mandatory",
"type": "string",
"required": false,
"default": "false",
"choices": [
{
"value": "true",
"title": "true"
},
{
"value": "false",
"title": "false"
}
]
},
"canModify": {
"title": "Allow Modification",
"type": "string",
"required": false,
"default": "false",
"choices": [
{
"value": "true",
"title": "true"
},
{
"value": "false",
"title": "false"
}
]
}
}
}
},
"str8attributes": {
"title": "String 8 attributes",
"type": "array",
"items": {
"type": "object",
"properties": {
"hideStr": {
"title": "Hide String",
"type": "string",
"required": true,
"default": "true",
"choices": [
{
"value": "true",
"title": "true"
},
{
"value": "false",
"title": "false"
}
]
},
"strTitle": {
"title": "Title for str",
"type": "string"
},
"offerChoices": {
"title": "Offer Choices to user",
"type": "string",
"required": true,
"default": "false",
"choices": [
{
"value": "true",
"title": "true"
},
{
"value": "false",
"title": "false"
}
]
},
"strChoices": {
"title": "Macro to populate Choices",
"type": "string"
},
"mandatory": {
"title": "Mandatory",
"type": "string",
"required": false,
"default": "false",
"choices": [
{
"value": "true",
"title": "true"
},
{
"value": "false",
"title": "false"
}
]
},
"canModify": {
"title": "Allow Modification",
"type": "string",
"required": false,
"default": "false",
"choices": [
{
"value": "true",
"title": "true"
},
{
"value": "false",
"title": "false"
}
]
}
}
}
},
"str9attributes": {
"title": "String 9 attributes",
"type": "array",
"items": {
"type": "object",
"properties": {
"hideStr": {
"title": "Hide String",
"type": "string",
"required": true,
"default": "true",
"choices": [
{
"value": "true",
"title": "true"
},
{
"value": "false",
"title": "false"
}
]
},
"strTitle": {
"title": "Title for str",
"type": "string"
},
"offerChoices": {
"title": "Offer Choices to user",
"type": "string",
"required": true,
"default": "false",
"choices": [
{
"value": "true",
"title": "true"
},
{
"value": "false",
"title": "false"
}
]
},
"strChoices": {
"title": "Macro to populate Choices",
"type": "string"
},
"mandatory": {
"title": "Mandatory",
"type": "string",
"required": false,
"default": "false",
"choices": [
{
"value": "true",
"title": "true"
},
{
"value": "false",
"title": "false"
}
]
},
"canModify": {
"title": "Allow Modification",
"type": "string",
"required": false,
"default": "false",
"choices": [
{
"value": "true",
"title": "true"
},
{
"value": "false",
"title": "false"
}
]
}
}
}
},
"str10attributes": {
"title": "String 10 attributes",
"type": "array",
"items": {
"type": "object",
"properties": {
"hideStr": {
"title": "Hide String",
"type": "string",
"required": true,
"default": "true",
"choices": [
{
"value": "true",
"title": "true"
},
{
"value": "false",
"title": "false"
}
]
},
"strTitle": {
"title": "Title for str",
"type": "string"
},
"offerChoices": {
"title": "Offer Choices to user",
"type": "string",
"required": true,
"default": "false",
"choices": [
{
"value": "true",
"title": "true"
},
{
"value": "false",
"title": "false"
}
]
},
"strChoices": {
"title": "Macro to populate Choices",
"type": "string"
},
"mandatory": {
"title": "Mandatory",
"type": "string",
"required": false,
"default": "false",
"choices": [
{
"value": "true",
"title": "true"
},
{
"value": "false",
"title": "false"
}
]
},
"canModify": {
"title": "Allow Modification",
"type": "string",
"required": false,
"default": "false",
"choices": [
{
"value": "true",
"title": "true"
},
{
"value": "false",
"title": "false"
}
]
}
}
}
},
"helpText": {
"title": "Help Text",
"type": "string",
"required": true
},
"partitionArray": {
"title": "Partition Array",
"description": "contains CFT names required to create PTs",
"type": "array",
"items": {
"type": "object",
"properties": {
"partitionCftName": {
"title": "Partition CFT Name",
"type": "string"
},
"applyTo": {
"title": "Add to SME or CUCM",
"type": "string",
"required": true,
"choices": [
{
"value": "sme",
"title": "SME"
},
{
"value": "cucm",
"title": "CUCM"
},
{
"value": "allCucm",
"title": "Force All CUCM leaf clusters at Site Hierarchy"
},
{
"value": "allRemoteCucm",
"title": "All Remote CUCM leaf clusters at Site Hierarchy"
}
]
}
}
}
},
"cssArray": {
"title": "CSS Array",
"description": "contains CFT names required to create CSSs",
"type": "array",
"items": {
"type": "object",
"properties": {
"cssCftName": {
"title": "CSS CFT Name",
"type": "string"
},
"applyTo": {
"title": "Add to SME or CUCM",
"type": "string",
"required": true,
"choices": [
{
"value": "sme",
"title": "SME"
},
{
"value": "cucm",
"title": "CUCM"
},
{
"value": "allCucm",
"title": "Force All CUCM leaf clusters at Site Hierarchy"
},
{
"value": "allRemoteCucm",
"title": "All Remote CUCM leaf clusters at Site Hierarchy"
}
]
}
}
}
},
"routeListArray": {
"title": "Route List Array",
"description": "contains CFT names required to create route lists",
"type": "array",
"items": {
"type": "object",
"properties": {
"routeListCftName": {
"title": "Route List CFT Name",
"type": "string"
},
"applyTo": {
"title": "Add to SME or CUCM",
"type": "string",
"required": true,
"choices": [
{
"value": "sme",
"title": "SME"
},
{
"value": "cucm",
"title": "CUCM"
},
{
"value": "allCucm",
"title": "Force All CUCM leaf clusters at Site Hierarchy"
},
{
"value": "allRemoteCucm",
"title": "All Remote CUCM leaf clusters at Site Hierarchy"
}
]
}
}
}
},
"transPatternArray": {
"title": "Translation Pattern Array",
"description": "contains CFT names required to create translation patterns",
"type": "array",
"items": {
"type": "object",
"properties": {
"transPatternCftName": {
"title": "Translation Pattern CFT Name",
"type": "string"
},
"applyTo": {
"title": "Add to SME or CUCM",
"type": "string",
"required": true,
"choices": [
{
"value": "sme",
"title": "SME"
},
{
"value": "cucm",
"title": "CUCM"
},
{
"value": "allCucm",
"title": "Force All CUCM leaf clusters at Site Hierarchy"
},
{
"value": "allRemoteCucm",
"title": "All Remote CUCM leaf clusters at Site Hierarchy"
}
]
}
}
}
},
"routePatternArray": {
"title": "Route Pattern Array",
"description": "contains CFT names required to create route patterns",
"type": "array",
"items": {
"type": "object",
"properties": {
"routePatternCftName": {
"title": "Route Pattern CFT Name",
"type": "string"
},
"applyTo": {
"title": "Add to SME or CUCM",
"type": "string",
"required": true,
"choices": [
{
"value": "sme",
"title": "SME"
},
{
"value": "cucm",
"title": "CUCM"
},
{
"value": "allCucm",
"title": "Force All CUCM leaf clusters at Site Hierarchy"
},
{
"value": "allRemoteCucm",
"title": "All Remote CUCM leaf clusters at Site Hierarchy"
}
]
}
}
}
},
"cgTransfPatternArray": {
"title": "Calling Party Transformation Pattern Array",
"description": "contains CFT names required to create calling party transformations",
"type": "array",
"items": {
"type": "object",
"properties": {
"cgTransfPatternCftName": {
"title": "Transformation Pattern CFT Name",
"type": "string"
},
"applyTo": {
"title": "Add to SME or CUCM",
"type": "string",
"required": true,
"choices": [
{
"value": "sme",
"title": "SME"
},
{
"value": "cucm",
"title": "CUCM"
},
{
"value": "allCucm",
"title": "Force All CUCM leaf clusters at Site Hierarchy"
},
{
"value": "allRemoteCucm",
"title": "All Remote CUCM leaf clusters at Site Hierarchy"
}
]
}
}
}
},
"cdTransfPatternArray": {
"title": "Called Party Transformation Pattern Array",
"description": "contains CFT names required to create called party transformations",
"type": "array",
"items": {
"type": "object",
"properties": {
"cdTransfPatternCftName": {
"title": "Transformation Pattern CFT Name",
"type": "string"
},
"applyTo": {
"title": "Add to SME or CUCM",
"type": "string",
"required": true,
"choices": [
{
"value": "sme",
"title": "SME"
},
{
"value": "cucm",
"title": "CUCM"
},
{
"value": "allCucm",
"title": "Force All CUCM leaf clusters at Site Hierarchy"
},
{
"value": "allRemoteCucm",
"title": "All Remote CUCM leaf clusters at Site Hierarchy"
}
]
}
}
}
},
"advertisedPatternArray": {
"title": "Advertised Pattern Array",
"description": "contains CFT names required to create advertised Patterns",
"type": "array",
"items": {
"type": "object",
"properties": {
"advertisedPatternCftName": {
"title": "Advertised Pattern CFT Name",
"type": "string"
},
"applyTo": {
"title": "Add to SME or CUCM",
"type": "string",
"required": true,
"choices": [
{
"value": "sme",
"title": "SME"
},
{
"value": "cucm",
"title": "CUCM"
},
{
"value": "allCucm",
"title": "Force All CUCM leaf clusters at Site Hierarchy"
},
{
"value": "allRemoteCucm",
"title": "All Remote CUCM leaf clusters at Site Hierarchy"
}
]
}
}
}
},
"preAddPwf": {
"title": "Pre Execution Add Workflow",
"type": "string"
},
"postAddPwf": {
"title": "Post Execution Add Workflow",
"type": "string"
},
"preDelPwf": {
"title": "Pre Execution Delete Workflow",
"type": "string"
},
"postDelPwf": {
"title": "Post Execution Delete Workflow",
"type": "string"
}
},
"schema_version": "3.2"
}
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Get the GUI Add form. | GET | /api/data/GS_SMETemplateData_DAT/add/ |
|
The GUI Add form of data/GS_SMETemplateData_DAT 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/data/GS_SMETemplateData_DAT | hierarchy=[hierarchy] |
|
tool/Transaction/[trans pkid]to inspect the created resource and its instance pkid.
| Task | Call | URL | Parameters | Payload |
|---|---|---|---|---|
| Bulk delete [pkid1],[pkid2]... | DELETE | /api/data/GS_SMETemplateData_DAT/ | hierarchy=[hierarchy] | {"hrefs":["/api/data/GS_SMETemplateData_DAT/[pkid1]", "/api/data/GS_SMETemplateData_DAT/[pkid2]", ...]} |
GET http://[host-proxy]/api/data/GS_SMETemplateData_DAT/?hierarchy=[hierarchy]&format=json
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Bulk Modify | GET | /api/data/GS_SMETemplateData_DAT/bulk_update/?schema=&schema_rules=true |
|
|
| Task | Call | URL | Parameters | Payload |
|---|---|---|---|---|
| Bulk Modify | POST | /api/data/GS_SMETemplateData_DAT/bulk_update/ |
|
For example: {"data":{"name":"value"}, "meta":{}, "request_meta":{ "hrefs":["/api/v0/data/GS_SMETemplateData_DAT/[pkid1]", "/api/v0/data/GS_SMETemplateData_DAT/[pkid2]",...]}} |
GET http://[host-proxy]/api/data/GS_SMETemplateData_DAT/?hierarchy=[hierarchy]&format=json
| Task | Call | URL | Parameters | Payload |
|---|---|---|---|---|
| Move the instance with [pkid] to [target_hierarchy] | POST | /api/tool/DataMove/?model_type=data/GS_SMETemplateData_DAT |
|
{"hrefs": ["/api/data/GS_SMETemplateData_DAT/[pkid]"]} |
| Bulk Move | POST | /api/tool/DataMove/?model_type=data/GS_SMETemplateData_DAT |
|
{"hrefs": ["/api/data/GS_SMETemplateData_DAT/[pkid1]", "/api/data/GS_SMETemplateData_DAT/[pkid2]",...]} |
| Task | Call | URL | Parameters | Payload |
|---|---|---|---|---|
| Get a selected [export_format] of the schema and instances [pkid1], [pkid2],... of data/GS_SMETemplateData_DAT; optionally with tag_version at [version] and Configuration Template as [configtemplate]. | POST | /api/data/GS_SMETemplateData_DAT/export/ |
|
{ "hrefs":["/api/data/GS_SMETemplateData_DAT/[pkid1]", "/api/data/GS_SMETemplateData_DAT/[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 data/GS_SMETemplateData_DAT and the JSON format can be used to import instances of data/GS_SMETemplateData_DAT.
GET http://[host-proxy]/api/data/GS_SMETemplateData_DAT/?hierarchy=[hierarchy]
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Get a compressed format of the Bulk Load spreadsheet template for data/GS_SMETemplateData_DAT | POST | /api/data/GS_SMETemplateData_DAT/export_bulkload_template/ |
|
The response is an attachment of the format: filetype_bulkloadsheet.xlsx.gz |
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Tag | PATCH | /api/data/GS_SMETemplateData_DAT/+tag/ |
|
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Tag Version | PATCH | /api/data/GS_SMETemplateData_DAT/+tag_version/ |
|
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Configuration Template | GET | /api/data/GS_SMETemplateData_DAT/configuration_template/ | hierarchy=[hierarchy] |
|
POST http://[host-proxy]/api/data/ConfigurationTemplate/?hierarchy=[hierarchy]
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Field Display Policy | GET | /api/data/GS_SMETemplateData_DAT/field_display_policy/ | hierarchy=[hierarchy] |
|
POST http://[host-proxy]/api/data/FieldDisplayPolicy/?hierarchy=[hierarchy]
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Migration Template | GET | /api/data/GS_SMETemplateData_DAT/migration/ |
|
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| List | GET | /api/data/GS_SMETemplateData_DAT/ |
|
The data/GS_SMETemplateData_DAT schema and all instances as JSON. |
(The list will return 0 to 3 data/GS_SMETemplateData_DAT instances)
{
"pagination": {
"skip": 0,
"limit": 3,
"maximum_limit": 2000,
"total": 20,
"total_limit": null,
"order_by": "templateName",
"direction": "asc",
"current": "/api/data/GS_SMETemplateData_DAT/?skip=0&limit=3&order_by=templateName&direction=asc&traversal=fulltree"
},
"operations": [
"export",
"help",
"update",
"migration",
"get",
"list",
"remove",
"move",
"configuration_template",
"add",
"export_bulkload_template",
"transform",
"bulk_update_form",
"field_display_policy"
],
"meta": {
"model_type": "data/GS_SMETemplateData_DAT",
"summary_attrs": [
{
"name": "templateName",
"title": "Template Name"
},
{
"name": "hierarchy_friendly_name",
"title": "Located At",
"allow_filtering": true
}
],
"tagged_versions": [],
"tags": [],
"title": "",
"business_key": {
"unique": [
"templateName"
],
"hierarchy": true
},
"api_version": "21.2",
"cached": true,
"references": {
"children": [],
"parent": [
{
"href": "/api/data/HierarchyNode/6t0ggef2c0deab00hb595101",
"pkid": "6t0ggef2c0deab00hb595101"
}
],
"device": [
{
"href": "",
"pkid": ""
}
],
"foreign_key": []
},
"model_specific_actions": [
"add",
"bulk_update_form",
"clone",
"configuration_template",
"export",
"export_bulkload_template",
"field_display_policy",
"get",
"help",
"list",
"migration",
"transform",
"remove",
"tag",
"tag_version",
"update",
"move"
],
"schema_version": "3.2",
"actions": [
{
"add": {
"method": "GET",
"class": "add",
"href": "/api/data/GS_SMETemplateData_DAT/add/?hierarchy=[hierarchy]",
"support_async": false,
"title": "Add"
}
},
{
"remove": {
"method": "DELETE",
"class": "delete",
"href": "/api/data/GS_SMETemplateData_DAT/?hierarchy=[hierarchy]",
"support_async": true,
"title": "Delete"
}
},
{
"bulk_update_form": {
"method": "GET",
"class": "update",
"href": "/api/data/GS_SMETemplateData_DAT/bulk_update/?hierarchy=[hierarchy]&schema=&schema_rules=true",
"support_async": false,
"title": "Bulk Modify"
}
},
{
"move": {
"method": "POST",
"class": "move",
"href": "/api/tool/DataMove/?hierarchy=[hierarchy]&model_type=data/GS_SMETemplateData_DAT",
"support_async": true,
"title": "Move",
"view": "/api/tool/DataMove/?auth_token=[authtoken]
}
},
{
"export": {
"method": "POST",
"class": "export",
"href": "/api/data/GS_SMETemplateData_DAT/export/?hierarchy=[hierarchy]",
"support_async": false,
"title": "Export",
"view": "/api/view/ExportData/add/?auth_token=[authtoken],
"submit": "payload"
}
},
{
"export_bulkload_template": {
"method": "POST",
"class": "bulkload_template",
"href": "/api/data/GS_SMETemplateData_DAT/export_bulkload_template/?hierarchy=[hierarchy]",
"support_async": false,
"title": "Export Bulk Load Template"
}
},
{
"tag": {
"method": "PATCH",
"class": "tag",
"href": "/api/data/GS_SMETemplateData_DAT/+tag/?hierarchy=[hierarchy]",
"support_async": true,
"title": "Tag",
"view": "/api/view/TagNameForm/add/?auth_token=[authtoken]
}
},
{
"tag_version": {
"method": "PATCH",
"class": "tag_version",
"href": "/api/data/GS_SMETemplateData_DAT/+tag_version/?hierarchy=[hierarchy]",
"support_async": true,
"title": "Tag Version",
"view": "/api/view/TagVersionForm/add/?auth_token=[authtoken]
}
},
{
"configuration_template": {
"method": "GET",
"class": "config",
"href": "/api/data/GS_SMETemplateData_DAT/configuration_template/?hierarchy=[hierarchy]",
"support_async": false,
"title": "Configuration Template"
}
},
{
"field_display_policy": {
"method": "GET",
"class": "display_policy",
"href": "/api/data/GS_SMETemplateData_DAT/field_display_policy/?hierarchy=[hierarchy]",
"support_async": false,
"title": "Field Display Policy"
}
},
{
"migration": {
"method": "GET",
"class": "migration",
"href": "/api/data/GS_SMETemplateData_DAT/migration/?hierarchy=[hierarchy]",
"support_async": false,
"title": "Migration Template"
}
},
{
"list": {
"method": "GET",
"class": "list",
"href": "/api/data/GS_SMETemplateData_DAT/?hierarchy=[hierarchy]",
"support_async": false,
"title": "List"
}
},
{
"help": {
"method": "GET",
"class": "help",
"href": "/api/data/GS_SMETemplateData_DAT/help?hierarchy=[hierarchy]",
"support_async": false,
"title": "Help"
}
},
{
"transform": {
"method": "GET",
"class": "transform",
"href": "/api/data/GS_SMETemplateData_DAT/transform/?hierarchy=[hierarchy]",
"support_async": false,
"title": "Transform Template"
}
}
]
},
"resources": [
{
"data": {
"useDefaultCucmSelection": "false",
"str9attributes": [
{
"canModify": "false",
"hideStr": "true",
"mandatory": "false",
"offerChoices": "false"
}
],
"cssArray": [
{
"applyTo": "cucm",
"cssCftName": "MS-Teams-IncomingANumber-CSS_CFT"
},
{
"applyTo": "cucm",
"cssCftName": "MS-Teams-AnumLookup-CSS_CFT"
},
{
"applyTo": "cucm",
"cssCftName": "MS-Teams-SCode-ANumber-CSS_CFT"
}
],
"str7attributes": [
{
"canModify": "false",
"hideStr": "true",
"mandatory": "false",
"offerChoices": "false"
}
],
"str10attributes": [
{
"canModify": "false",
"hideStr": "true",
"mandatory": "false",
"offerChoices": "false"
}
],
"templateName": "MS-Teams-BaseDialplan",
"str6attributes": [
{
"canModify": "false",
"hideStr": "true",
"mandatory": "false",
"offerChoices": "false"
}
],
"partitionArray": [
{
"applyTo": "cucm",
"partitionCftName": "MS-Teams-IncomingANumber-PT_CFT"
},
{
"applyTo": "cucm",
"partitionCftName": "MS-Teams-AnumLookup-PT_CFT"
},
{
"applyTo": "cucm",
"partitionCftName": "MS-Teams-SCode-ANumber-PT"
},
{
"applyTo": "cucm",
"partitionCftName": "MS-Teams-ISR-BLOCKED-PT_CFT"
}
],
"permittedHnType": [
"Customer"
],
"str2attributes": [
{
"canModify": "false",
"hideStr": "true",
"mandatory": "false",
"offerChoices": "false"
}
],
"str8attributes": [
{
"canModify": "false",
"hideStr": "true",
"mandatory": "false",
"offerChoices": "false"
}
],
"helpText": "Adding Base Dialplan",
"str1attributes": [
{
"canModify": "false",
"hideStr": "true",
"mandatory": "false",
"offerChoices": "false"
}
],
"str4attributes": [
{
"canModify": "false",
"hideStr": "true",
"mandatory": "false",
"offerChoices": "false"
}
],
"str5attributes": [
{
"canModify": "false",
"hideStr": "true",
"mandatory": "false",
"offerChoices": "false"
}
],
"str3attributes": [
{
"canModify": "false",
"hideStr": "true",
"mandatory": "false",
"offerChoices": "false"
}
],
"transPatternArray": [
{
"applyTo": "cucm",
"transPatternCftName": "MS-Teams-StartANumberMatch-TP_CFT"
},
{
"applyTo": "cucm",
"transPatternCftName": "MS-Teams-StartANumberMatchWithPlus-TP_CFT"
},
{
"applyTo": "cucm",
"transPatternCftName": "MS-Teams-StartLBR-TP_CFT"
},
{
"applyTo": "cucm",
"transPatternCftName": "MS-Teams-CallTypes-1-9-TP_CFT"
},
{
"applyTo": "cucm",
"transPatternCftName": "MS-Teams-CallTypes-10-11-TP_CFT"
},
{
"applyTo": "cucm",
"transPatternCftName": "MS-Teams-SNR-ISR-PT-TP_CFT"
}
],
"pkid": "62836474188f78218906a216",
"hierarchy_friendly_name": "hcs (Hcs)",
"hierarchy_path": "sys.hcs"
},
"meta": {
"model_type": "data/GS_SMETemplateData_DAT",
"summary_attrs": [
{
"name": "templateName",
"title": "Template Name"
},
{
"name": "hierarchy_friendly_name",
"title": "Located At",
"allow_filtering": true
}
],
"tagged_versions": [],
"tags": [
"Hybrid-21.2",
"msbasedp",
"V4UC",
"ba_CommonOverlay"
],
"title": "MS-Teams-BaseDialplan",
"business_key": {
"hierarchy": true,
"unique": [
"templateName"
]
},
"api_version": "21.2",
"cached": true,
"references": {
"device": [
{
"href": "",
"pkid": ""
}
],
"owner": [
{
"pkid": ""
}
],
"parent": [
{
"pkid": "5da4c643ce894e0012225c90",
"href": "/api/data/HierarchyNode/5da4c643ce894e0012225c90"
}
],
"foreign_key": [],
"self": [
{
"href": "/api/data/GS_SMETemplateData_DAT/62836474188f78218906a215/",
"pkid": "62836474188f78218906a215"
}
]
},
"path": [
"6t0ggef2c0deab00hb595101",
"5da4c643ce894e0012225c90",
"62836474188f78218906a215"
],
"schema_version": "3.2",
"actions": [
{
"update": {
"method": "PUT",
"class": "update",
"href": "/api/data/GS_SMETemplateData_DAT/62836474188f78218906a215/",
"support_async": true,
"title": "Modify"
}
},
{
"remove": {
"method": "DELETE",
"class": "delete",
"href": "/api/data/GS_SMETemplateData_DAT/62836474188f78218906a215/",
"support_async": true,
"title": "Delete"
}
},
{
"clone": {
"method": "GET",
"class": "clone",
"href": "/api/data/GS_SMETemplateData_DAT/62836474188f78218906a215/clone/?schema=&schema_rules=true",
"support_async": false,
"title": "Clone"
}
},
{
"move": {
"method": "POST",
"class": "move",
"href": "/api/tool/DataMove/62836474188f78218906a215/?model_type=data/GS_SMETemplateData_DAT",
"support_async": true,
"title": "Move",
"view": "/api/tool/DataMove/"
}
},
{
"export": {
"method": "GET",
"class": "export",
"href": "/api/data/GS_SMETemplateData_DAT/62836474188f78218906a215/export/",
"support_async": false,
"title": "Export",
"view": "/api/view/ExportData/add/",
"submit": "payload"
}
},
{
"tag": {
"method": "PATCH",
"class": "tag",
"href": "/api/data/GS_SMETemplateData_DAT/62836474188f78218906a215/+tag/",
"support_async": true,
"title": "Tag",
"view": "/api/view/TagNameForm/add/"
}
},
{
"tag_version": {
"method": "PATCH",
"class": "tag_version",
"href": "/api/data/GS_SMETemplateData_DAT/62836474188f78218906a215/+tag_version/",
"support_async": true,
"title": "Tag Version",
"view": "/api/view/TagVersionForm/add/"
}
},
{
"get": {
"method": "GET",
"class": "get",
"href": "/api/data/GS_SMETemplateData_DAT/62836474188f78218906a215/",
"support_async": false,
"title": "Get"
}
},
{
"help": {
"method": "GET",
"class": "help",
"href": "/api/data/GS_SMETemplateData_DAT/62836474188f78218906a215/help",
"support_async": false,
"title": "Help"
}
}
],
"summary": "false"
},
"pkid": "62836474188f78218906a215"
},
{
"data": {
"useDefaultCucmSelection": "false",
"cssArray": [
{
"applyTo": "cucm",
"cssCftName": "MS-Teams-GBR-Defn-CSS_CFT"
},
{
"applyTo": "cucm",
"cssCftName": "MS-Teams-GBR-LBR-CSS_CFT"
}
],
"str7attributes": [
{
"canModify": "false",
"hideStr": "true",
"mandatory": "false",
"offerChoices": "false"
}
],
"partitionArray": [
{
"applyTo": "cucm",
"partitionCftName": "MS-Teams-GBR-Emer-PT_CFT"
},
{
"applyTo": "cucm",
"partitionCftName": "MS-Teams-GBR-PlusE164-PT_CFT"
},
{
"applyTo": "cucm",
"partitionCftName": "MS-Teams-GBR-LBRtg-PT_CFT"
},
{
"applyTo": "cucm",
"partitionCftName": "MS-Teams-GBR-SVC-PT_CFT"
}
],
"str2attributes": [
{
"canModify": "false",
"hideStr": "true",
"mandatory": "false",
"offerChoices": "false"
}
],
"str8attributes": [
{
"canModify": "false",
"hideStr": "true",
"mandatory": "false",
"offerChoices": "false"
}
],
"str4attributes": [
{
"canModify": "false",
"hideStr": "true",
"mandatory": "false",
"offerChoices": "false"
}
],
"transPatternArray": [
{
"applyTo": "cucm",
"transPatternCftName": "MS-Teams-GBR-ANumMatch-TP_CFT"
},
{
"applyTo": "cucm",
"transPatternCftName": "MS-Teams-GBR-IntlHash-TP_CFT"
},
{
"applyTo": "cucm",
"transPatternCftName": "MS-Teams-GBR-IntlNoHash-TP_CFT"
},
{
"applyTo": "cucm",
"transPatternCftName": "MS-Teams-GBR-NatHash-TP_CFT"
},
{
"applyTo": "cucm",
"transPatternCftName": "MS-Teams-GBR-NatNoHash-TP_CFT"
},
{
"applyTo": "cucm",
"transPatternCftName": "MS-Teams-GBR-LBR-TP_CFT"
},
{
"applyTo": "cucm",
"transPatternCftName": "MS-Teams-GBR-SVC-TP_CFT"
}
],
"templateName": "MS-Teams-CountryDialplan-GBR",
"str1attributes": [
{
"canModify": "false",
"hideStr": "true",
"mandatory": "false",
"offerChoices": "false"
}
],
"str10attributes": [
{
"canModify": "false",
"hideStr": "true",
"mandatory": "false",
"offerChoices": "false"
}
],
"str6attributes": [
{
"canModify": "false",
"hideStr": "true",
"mandatory": "false",
"offerChoices": "false"
}
],
"permittedHnType": [
"Customer"
],
"routePatternArray": [
{
"applyTo": "cucm",
"routePatternCftName": "MS-Teams-GBR-999-RP_CFT"
},
{
"applyTo": "cucm",
"routePatternCftName": "MS-Teams-GBR-9.999-RP_CFT"
},
{
"applyTo": "cucm",
"routePatternCftName": "MS-Teams-GBR-11[29]-RP_CFT"
},
{
"applyTo": "cucm",
"routePatternCftName": "MS-Teams-GBR-9.11[29]-RP_CFT"
},
{
"applyTo": "cucm",
"routePatternCftName": "MS-Teams-GBR-101-RP_CFT"
},
{
"applyTo": "cucm",
"routePatternCftName": "MS-Teams-GBR-9.101-RP_CFT"
},
{
"applyTo": "cucm",
"routePatternCftName": "MS-Teams-GBR-18000-RP_CFT"
},
{
"applyTo": "cucm",
"routePatternCftName": "MS-Teams-GBR-9.18000-RP_CFT"
}
],
"str9attributes": [
{
"canModify": "false",
"hideStr": "true",
"mandatory": "false",
"offerChoices": "false"
}
],
"helpText": "Adding GBR Country Dialplan",
"str5attributes": [
{
"canModify": "false",
"hideStr": "true",
"mandatory": "false",
"offerChoices": "false"
}
],
"str3attributes": [
{
"canModify": "false",
"hideStr": "true",
"mandatory": "false",
"offerChoices": "false"
}
],
"pkid": "62836474188f78218906a210",
"hierarchy_friendly_name": "hcs (Hcs)",
"hierarchy_path": "sys.hcs"
},
"meta": {
"model_type": "data/GS_SMETemplateData_DAT",
"summary_attrs": [
{
"name": "templateName",
"title": "Template Name"
},
{
"name": "hierarchy_friendly_name",
"title": "Located At",
"allow_filtering": true
}
],
"tagged_versions": [],
"tags": [
"gsmstemplates",
"Hybrid-21.2",
"msgbr",
"V4UC",
"ba_CommonOverlay"
],
"title": "MS-Teams-CountryDialplan-GBR",
"business_key": {
"hierarchy": true,
"unique": [
"templateName"
]
},
"api_version": "21.2",
"cached": true,
"references": {
"device": [
{
"href": "",
"pkid": ""
}
],
"owner": [
{
"pkid": ""
}
],
"parent": [
{
"pkid": "5da4c643ce894e0012225c90",
"href": "/api/data/HierarchyNode/5da4c643ce894e0012225c90"
}
],
"foreign_key": [],
"self": [
{
"href": "/api/data/GS_SMETemplateData_DAT/62836474188f78218906a20f/",
"pkid": "62836474188f78218906a20f"
}
]
},
"path": [
"6t0ggef2c0deab00hb595101",
"5da4c643ce894e0012225c90",
"62836474188f78218906a20f"
],
"schema_version": "3.2",
"actions": [
{
"update": {
"method": "PUT",
"class": "update",
"href": "/api/data/GS_SMETemplateData_DAT/62836474188f78218906a20f/",
"support_async": true,
"title": "Modify"
}
},
{
"remove": {
"method": "DELETE",
"class": "delete",
"href": "/api/data/GS_SMETemplateData_DAT/62836474188f78218906a20f/",
"support_async": true,
"title": "Delete"
}
},
{
"clone": {
"method": "GET",
"class": "clone",
"href": "/api/data/GS_SMETemplateData_DAT/62836474188f78218906a20f/clone/?schema=&schema_rules=true",
"support_async": false,
"title": "Clone"
}
},
{
"move": {
"method": "POST",
"class": "move",
"href": "/api/tool/DataMove/62836474188f78218906a20f/?model_type=data/GS_SMETemplateData_DAT",
"support_async": true,
"title": "Move",
"view": "/api/tool/DataMove/"
}
},
{
"export": {
"method": "GET",
"class": "export",
"href": "/api/data/GS_SMETemplateData_DAT/62836474188f78218906a20f/export/",
"support_async": false,
"title": "Export",
"view": "/api/view/ExportData/add/",
"submit": "payload"
}
},
{
"tag": {
"method": "PATCH",
"class": "tag",
"href": "/api/data/GS_SMETemplateData_DAT/62836474188f78218906a20f/+tag/",
"support_async": true,
"title": "Tag",
"view": "/api/view/TagNameForm/add/"
}
},
{
"tag_version": {
"method": "PATCH",
"class": "tag_version",
"href": "/api/data/GS_SMETemplateData_DAT/62836474188f78218906a20f/+tag_version/",
"support_async": true,
"title": "Tag Version",
"view": "/api/view/TagVersionForm/add/"
}
},
{
"get": {
"method": "GET",
"class": "get",
"href": "/api/data/GS_SMETemplateData_DAT/62836474188f78218906a20f/",
"support_async": false,
"title": "Get"
}
},
{
"help": {
"method": "GET",
"class": "help",
"href": "/api/data/GS_SMETemplateData_DAT/62836474188f78218906a20f/help",
"support_async": false,
"title": "Help"
}
}
],
"summary": "false"
},
"pkid": "62836474188f78218906a20f"
},
{
"data": {
"useDefaultCucmSelection": "false",
"cssArray": [
{
"applyTo": "cucm",
"cssCftName": "MS-Teams-USA-Defn-CSS_CFT"
},
{
"applyTo": "cucm",
"cssCftName": "MS-Teams-USA-LBR-CSS_CFT"
}
],
"str7attributes": [
{
"canModify": "false",
"hideStr": "true",
"mandatory": "false",
"offerChoices": "false"
}
],
"partitionArray": [
{
"applyTo": "cucm",
"partitionCftName": "MS-Teams-USA-Emer-PT_CFT"
},
{
"applyTo": "cucm",
"partitionCftName": "MS-Teams-USA-PlusE164-PT_CFT"
}
],
"str2attributes": [
{
"canModify": "false",
"hideStr": "true",
"mandatory": "false",
"offerChoices": "false"
}
],
"str8attributes": [
{
"canModify": "false",
"hideStr": "true",
"mandatory": "false",
"offerChoices": "false"
}
],
"str4attributes": [
{
"canModify": "false",
"hideStr": "true",
"mandatory": "false",
"offerChoices": "false"
}
],
"transPatternArray": [
{
"applyTo": "cucm",
"transPatternCftName": "MS-Teams-USA-ANumMatch-TP_CFT"
},
{
"applyTo": "cucm",
"transPatternCftName": "MS-Teams-USA-IntlHash-TP_CFT"
},
{
"applyTo": "cucm",
"transPatternCftName": "MS-Teams-USA-IntlNoHash-TP_CFT"
},
{
"applyTo": "cucm",
"transPatternCftName": "MS-Teams-USA-NatNoHash-TP_CFT"
},
{
"applyTo": "cucm",
"transPatternCftName": "MS-Teams-USA-LBR-TP_CFT"
}
],
"templateName": "MS-Teams-CountryDialplan-USA",
"str1attributes": [
{
"canModify": "false",
"hideStr": "true",
"mandatory": "false",
"offerChoices": "false"
}
],
"str10attributes": [
{
"canModify": "false",
"hideStr": "true",
"mandatory": "false",
"offerChoices": "false"
}
],
"str6attributes": [
{
"canModify": "false",
"hideStr": "true",
"mandatory": "false",
"offerChoices": "false"
}
],
"permittedHnType": [
"Customer"
],
"routePatternArray": [
{
"applyTo": "cucm",
"routePatternCftName": "MS-Teams-USA-9.911-RP_CFT"
},
{
"applyTo": "cucm",
"routePatternCftName": "MS-Teams-USA-911-RP_CFT"
}
],
"str9attributes": [
{
"canModify": "false",
"hideStr": "true",
"mandatory": "false",
"offerChoices": "false"
}
],
"helpText": "Adding USA Country Dialplan",
"str5attributes": [
{
"canModify": "false",
"hideStr": "true",
"mandatory": "false",
"offerChoices": "false"
}
],
"str3attributes": [
{
"canModify": "false",
"hideStr": "true",
"mandatory": "false",
"offerChoices": "false"
}
],
"pkid": "62836474188f78218906a20a",
"hierarchy_friendly_name": "hcs (Hcs)",
"hierarchy_path": "sys.hcs"
},
"meta": {
"model_type": "data/GS_SMETemplateData_DAT",
"summary_attrs": [
{
"name": "templateName",
"title": "Template Name"
},
{
"name": "hierarchy_friendly_name",
"title": "Located At",
"allow_filtering": true
}
],
"tagged_versions": [],
"tags": [
"V4UC",
"ba_CommonOverlay"
],
"title": "MS-Teams-CountryDialplan-USA",
"business_key": {
"hierarchy": true,
"unique": [
"templateName"
]
},
"api_version": "21.2",
"cached": true,
"references": {
"device": [
{
"href": "",
"pkid": ""
}
],
"owner": [
{
"pkid": ""
}
],
"parent": [
{
"pkid": "5da4c643ce894e0012225c90",
"href": "/api/data/HierarchyNode/5da4c643ce894e0012225c90"
}
],
"foreign_key": [],
"self": [
{
"href": "/api/data/GS_SMETemplateData_DAT/62836474188f78218906a209/",
"pkid": "62836474188f78218906a209"
}
]
},
"path": [
"6t0ggef2c0deab00hb595101",
"5da4c643ce894e0012225c90",
"62836474188f78218906a209"
],
"schema_version": "3.2",
"actions": [
{
"update": {
"method": "PUT",
"class": "update",
"href": "/api/data/GS_SMETemplateData_DAT/62836474188f78218906a209/",
"support_async": true,
"title": "Modify"
}
},
{
"remove": {
"method": "DELETE",
"class": "delete",
"href": "/api/data/GS_SMETemplateData_DAT/62836474188f78218906a209/",
"support_async": true,
"title": "Delete"
}
},
{
"clone": {
"method": "GET",
"class": "clone",
"href": "/api/data/GS_SMETemplateData_DAT/62836474188f78218906a209/clone/?schema=&schema_rules=true",
"support_async": false,
"title": "Clone"
}
},
{
"move": {
"method": "POST",
"class": "move",
"href": "/api/tool/DataMove/62836474188f78218906a209/?model_type=data/GS_SMETemplateData_DAT",
"support_async": true,
"title": "Move",
"view": "/api/tool/DataMove/"
}
},
{
"export": {
"method": "GET",
"class": "export",
"href": "/api/data/GS_SMETemplateData_DAT/62836474188f78218906a209/export/",
"support_async": false,
"title": "Export",
"view": "/api/view/ExportData/add/",
"submit": "payload"
}
},
{
"tag": {
"method": "PATCH",
"class": "tag",
"href": "/api/data/GS_SMETemplateData_DAT/62836474188f78218906a209/+tag/",
"support_async": true,
"title": "Tag",
"view": "/api/view/TagNameForm/add/"
}
},
{
"tag_version": {
"method": "PATCH",
"class": "tag_version",
"href": "/api/data/GS_SMETemplateData_DAT/62836474188f78218906a209/+tag_version/",
"support_async": true,
"title": "Tag Version",
"view": "/api/view/TagVersionForm/add/"
}
},
{
"get": {
"method": "GET",
"class": "get",
"href": "/api/data/GS_SMETemplateData_DAT/62836474188f78218906a209/",
"support_async": false,
"title": "Get"
}
},
{
"help": {
"method": "GET",
"class": "help",
"href": "/api/data/GS_SMETemplateData_DAT/62836474188f78218906a209/help",
"support_async": false,
"title": "Help"
}
}
],
"summary": "false"
},
"pkid": "62836474188f78218906a209"
}
]
}
(Show the first instance)
{
"data": {
"useDefaultCucmSelection": "false",
"str9attributes": [
{
"canModify": "false",
"hideStr": "true",
"mandatory": "false",
"offerChoices": "false"
}
],
"cssArray": [
{
"applyTo": "cucm",
"cssCftName": "MS-Teams-IncomingANumber-CSS_CFT"
},
{
"applyTo": "cucm",
"cssCftName": "MS-Teams-AnumLookup-CSS_CFT"
},
{
"applyTo": "cucm",
"cssCftName": "MS-Teams-SCode-ANumber-CSS_CFT"
}
],
"str7attributes": [
{
"canModify": "false",
"hideStr": "true",
"mandatory": "false",
"offerChoices": "false"
}
],
"str10attributes": [
{
"canModify": "false",
"hideStr": "true",
"mandatory": "false",
"offerChoices": "false"
}
],
"templateName": "MS-Teams-BaseDialplan",
"str6attributes": [
{
"canModify": "false",
"hideStr": "true",
"mandatory": "false",
"offerChoices": "false"
}
],
"partitionArray": [
{
"applyTo": "cucm",
"partitionCftName": "MS-Teams-IncomingANumber-PT_CFT"
},
{
"applyTo": "cucm",
"partitionCftName": "MS-Teams-AnumLookup-PT_CFT"
},
{
"applyTo": "cucm",
"partitionCftName": "MS-Teams-SCode-ANumber-PT"
},
{
"applyTo": "cucm",
"partitionCftName": "MS-Teams-ISR-BLOCKED-PT_CFT"
}
],
"permittedHnType": [
"Customer"
],
"str2attributes": [
{
"canModify": "false",
"hideStr": "true",
"mandatory": "false",
"offerChoices": "false"
}
],
"str8attributes": [
{
"canModify": "false",
"hideStr": "true",
"mandatory": "false",
"offerChoices": "false"
}
],
"helpText": "Adding Base Dialplan",
"str1attributes": [
{
"canModify": "false",
"hideStr": "true",
"mandatory": "false",
"offerChoices": "false"
}
],
"str4attributes": [
{
"canModify": "false",
"hideStr": "true",
"mandatory": "false",
"offerChoices": "false"
}
],
"str5attributes": [
{
"canModify": "false",
"hideStr": "true",
"mandatory": "false",
"offerChoices": "false"
}
],
"str3attributes": [
{
"canModify": "false",
"hideStr": "true",
"mandatory": "false",
"offerChoices": "false"
}
],
"transPatternArray": [
{
"applyTo": "cucm",
"transPatternCftName": "MS-Teams-StartANumberMatch-TP_CFT"
},
{
"applyTo": "cucm",
"transPatternCftName": "MS-Teams-StartANumberMatchWithPlus-TP_CFT"
},
{
"applyTo": "cucm",
"transPatternCftName": "MS-Teams-StartLBR-TP_CFT"
},
{
"applyTo": "cucm",
"transPatternCftName": "MS-Teams-CallTypes-1-9-TP_CFT"
},
{
"applyTo": "cucm",
"transPatternCftName": "MS-Teams-CallTypes-10-11-TP_CFT"
},
{
"applyTo": "cucm",
"transPatternCftName": "MS-Teams-SNR-ISR-PT-TP_CFT"
}
],
"pkid": "62836474188f78218906a216"
},
"meta": {
"model_type": "data/GS_SMETemplateData_DAT",
"summary_attrs": [
{
"name": "templateName",
"title": "Template Name"
},
{
"name": "hierarchy_friendly_name",
"title": "Located At",
"allow_filtering": true
}
],
"tagged_versions": [],
"tags": [
"Hybrid-21.2",
"msbasedp",
"V4UC",
"ba_CommonOverlay"
],
"title": "MS-Teams-BaseDialplan",
"business_key": {
"unique": [
"templateName"
],
"hierarchy": true
},
"api_version": "21.2",
"cached": false,
"references": {
"device": [
{
"href": "",
"pkid": ""
}
],
"owner": [
{
"pkid": ""
}
],
"parent": [
{
"href": "/api/data/HierarchyNode/5da4c643ce894e0012225c90",
"pkid": "5da4c643ce894e0012225c90"
}
],
"foreign_key": [],
"children": [],
"self": [
{
"href": "/api/data/GS_SMETemplateData_DAT/62836474188f78218906a215/",
"pkid": "62836474188f78218906a215"
}
]
},
"path": [
"6t0ggef2c0deab00hb595101",
"5da4c643ce894e0012225c90",
"62836474188f78218906a215"
],
"schema_version": "3.2",
"actions": [
{
"update": {
"method": "PUT",
"class": "update",
"href": "/api/data/GS_SMETemplateData_DAT/62836474188f78218906a215/?hierarchy=[hierarchy]",
"support_async": true,
"title": "Modify"
}
},
{
"remove": {
"method": "DELETE",
"class": "delete",
"href": "/api/data/GS_SMETemplateData_DAT/62836474188f78218906a215/?hierarchy=[hierarchy]",
"support_async": true,
"title": "Delete"
}
},
{
"clone": {
"method": "GET",
"class": "clone",
"href": "/api/data/GS_SMETemplateData_DAT/62836474188f78218906a215/clone/?hierarchy=[hierarchy]&schema=&schema_rules=true",
"support_async": false,
"title": "Clone"
}
},
{
"move": {
"method": "POST",
"class": "move",
"href": "/api/tool/DataMove/62836474188f78218906a215/?hierarchy=[hierarchy]&model_type=data/GS_SMETemplateData_DAT",
"support_async": true,
"title": "Move",
"view": "/api/tool/DataMove/?auth_token=[authtoken]
}
},
{
"export": {
"method": "GET",
"class": "export",
"href": "/api/data/GS_SMETemplateData_DAT/62836474188f78218906a215/export/?hierarchy=[hierarchy]",
"support_async": false,
"title": "Export",
"view": "/api/view/ExportData/add/?auth_token=[authtoken],
"submit": "payload"
}
},
{
"tag": {
"method": "PATCH",
"class": "tag",
"href": "/api/data/GS_SMETemplateData_DAT/62836474188f78218906a215/+tag/?hierarchy=[hierarchy]",
"support_async": true,
"title": "Tag",
"view": "/api/view/TagNameForm/add/?auth_token=[authtoken]
}
},
{
"tag_version": {
"method": "PATCH",
"class": "tag_version",
"href": "/api/data/GS_SMETemplateData_DAT/62836474188f78218906a215/+tag_version/?hierarchy=[hierarchy]",
"support_async": true,
"title": "Tag Version",
"view": "/api/view/TagVersionForm/add/?auth_token=[authtoken]
}
},
{
"get": {
"method": "GET",
"class": "get",
"href": "/api/data/GS_SMETemplateData_DAT/62836474188f78218906a215/?hierarchy=[hierarchy]",
"support_async": false,
"title": "Get"
}
},
{
"help": {
"method": "GET",
"class": "help",
"href": "/api/data/GS_SMETemplateData_DAT/62836474188f78218906a215/help?hierarchy=[hierarchy]",
"support_async": false,
"title": "Help"
}
}
]
},
"pkid": "62836474188f78218906a215"
}
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Get the on-line Help for data/GS_SMETemplateData_DAT. | GET | /api/data/GS_SMETemplateData_DAT/help | hierarchy=[hierarchy] | On-line help of Model ref.: data/GS_SMETemplateData_DAT as HTML |
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Transform Template | GET | /api/data/GS_SMETemplateData_DAT/transform/ |
|
| Task | Call | URL | Parameters | Payload |
|---|---|---|---|---|
| Modify | PUT | /api/data/GS_SMETemplateData_DAT/[pkid] | hierarchy=[hierarchy] | (For payload specification) |
For Bulk modification, refer to the Bulk Modify section.
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Delete | DELETE | /api/data/GS_SMETemplateData_DAT/[pkid] | hierarchy=[hierarchy] |
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Clone instance with [pkid]. The schema rules are applied. | GET | /api/data/GS_SMETemplateData_DAT/[pkid]/clone/?schema=&schema_rules=true |
|
A JSON payload with:
|
GET http://[host-proxy]/api/data/GS_SMETemplateData_DAT/?hierarchy=[hierarchy]&format=json
| Task | Call | URL | Parameters | Payload |
|---|---|---|---|---|
| Move | POST | /api/tool/DataMove/[pkid]/?model_type=data/GS_SMETemplateData_DAT | 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 data/GS_SMETemplateData_DAT; optionally with tag_version at [version] and Configuration Template as [configtemplate]. | GET | /api/data/GS_SMETemplateData_DAT/[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 data/GS_SMETemplateData_DAT and the JSON format can be used to import instances of data/GS_SMETemplateData_DAT.
For Bulk Export, refer to the Bulk Export section.
| Task | Call | URL | Parameters | Payload |
|---|---|---|---|---|
| Tag | PATCH | /api/data/GS_SMETemplateData_DAT/[pkid]/+tag | hierarchy=[hierarchy] | If payload required: |
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Get | GET | /api/data/GS_SMETemplateData_DAT/[pkid] | hierarchy=[hierarchy] | The data/GS_SMETemplateData_DAT instance with [pkid]. |
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Help | GET | /api/data/GS_SMETemplateData_DAT/[pkid]/help | hierarchy=[hierarchy] | The on-line Help for data/GS_SMETemplateData_DAT. |