[Index]
A group of related dial plan schemas for a particular deployment. Also includes other contextual information such as default site-specific info for Day 2 templates and hooks for custom dial plan related workflows.
Model ref.: data/HcsDpDialPlanSchemaGroupDAT
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": {
"name": {
"title": "Dial Plan Schema Group Name",
"description": "Dial Plan Schema Group Name",
"type": "string",
"maxLength": 1024,
"required": true,
"readonly": false,
"is_password": false,
"displayable": false
},
"description": {
"title": "Description",
"description": "A meaningful description for this dial plan schema group.",
"type": "string",
"maxLength": 1024,
"required": false,
"readonly": false,
"is_password": false,
"displayable": false
},
"siteDefaultsDoc": {
"title": "Site Defaults",
"type": "object",
"required": false,
"readonly": false,
"is_password": false,
"displayable": false,
"properties": {
"defaultUserProfile": {
"title": "Default User Profile (for User Self Provisioning)",
"description": "Default User Profile (for User Self Provisioning) for a site",
"type": "string",
"maxLength": 1024
},
"defaultCucmServiceProfile": {
"title": "Default CUCM Service Profile",
"description": "Default CUCM Service Profile for a site",
"type": "string",
"maxLength": 1024
},
"defaultCucmRegion": {
"title": "Default CUCM Region",
"description": "Default CUCM Region for a site",
"type": "string",
"maxLength": 1024
},
"defaultDevicePool": {
"title": "Default Device Pool",
"description": "Default device pool for a site",
"type": "string",
"maxLength": 1024,
"required": false,
"readonly": false,
"displayable": false,
"is_password": false
},
"defaultLocation": {
"title": "Default Location",
"description": "Default location for a site",
"type": "string",
"maxLength": 1024,
"required": false,
"readonly": false,
"displayable": false,
"is_password": false
},
"defaultLinePartition": {
"title": "Default Line Partition",
"description": "Default line partition for a site",
"type": "string",
"maxLength": 1024,
"required": false,
"readonly": false,
"displayable": false,
"is_password": false
},
"defaultCallPickupPartition": {
"title": "Default Call Pickup Partition",
"description": "Default call pickup partition for a site",
"type": "string",
"maxLength": 1024,
"required": false,
"readonly": false,
"displayable": false,
"is_password": false
},
"defaultCallParkPartition": {
"title": "Default Call Park Partition",
"description": "Default call park partition for a site",
"type": "string",
"maxLength": 1024,
"required": false,
"readonly": false,
"displayable": false,
"is_password": false
},
"defaultMeetMePartition": {
"title": "Default MeetMe Partition",
"description": "Default MeetMe partition for a site",
"type": "string",
"maxLength": 1024,
"required": false,
"readonly": false,
"displayable": false,
"is_password": false
},
"defaultPlarCss": {
"title": "Default PLAR CSS",
"description": "Default PLAR CSS for a site",
"type": "string",
"maxLength": 1024,
"required": false,
"readonly": false,
"displayable": false,
"is_password": false
},
"defaultDeviceCss": {
"title": "Default Device CSS",
"description": "Default device CSS for a site",
"type": "string",
"maxLength": 1024,
"required": false,
"readonly": false,
"displayable": false,
"is_password": false
},
"defaultLineCss": {
"title": "Default Line CSS",
"description": "Default line CSS for a site",
"type": "string",
"maxLength": 1024,
"required": false,
"readonly": false,
"displayable": false,
"is_password": false
},
"defaultCucmLineCallFwdOnFailureCss": {
"title": "Default CUCM Line Call Forward On Failure CSS",
"description": "Default CUCM line call forward on failure CSS for a site",
"type": "string",
"maxLength": 1024,
"required": false,
"readonly": false,
"displayable": false,
"is_password": false
},
"defaultCucmLineCallFwdOnFailureInternalCss": {
"title": "Default CUCM Line Call Forward On Failure Internal CSS",
"description": "Default CUCM line call forward on failure internal CSS for a site",
"type": "string",
"maxLength": 1024,
"required": false,
"readonly": false,
"displayable": false,
"is_password": false
},
"defaultCucmLineCallFwdNotRegisteredCss": {
"title": "Default CUCM Line Call Forward Not Registered CSS",
"description": "Default CUCM line call forward not registered CSS for a site",
"type": "string",
"maxLength": 1024,
"required": false,
"readonly": false,
"displayable": false,
"is_password": false
},
"defaultCucmLineCallFwdNoCoverageCss": {
"title": "Default CUCM Line Call Forward No Coverage CSS",
"description": "Default CUCM line call forward no coverage CSS for a site",
"type": "string",
"maxLength": 1024,
"required": false,
"readonly": false,
"displayable": false,
"is_password": false
},
"defaultCucmLineCallFwdNoCoverageInternalCss": {
"title": "Default CUCM Line Call Forward No Coverage Internal CSS",
"description": "Default CUCM line call forward no coverage internal CSS for a site",
"type": "string",
"maxLength": 1024,
"required": false,
"readonly": false,
"displayable": false,
"is_password": false
},
"defaultCucmLineCallFwdSecondaryCss": {
"title": "Default CUCM Line Call Forward Secondary CSS",
"description": "Default CUCM line call forward secondary CSS for a site",
"type": "string",
"maxLength": 1024,
"required": false,
"readonly": false,
"displayable": false,
"is_password": false
},
"defaultCucmLineCallFwdAlternatePartyCss": {
"title": "Default CUCM Line Call Forward Alternate Party CSS",
"description": "Default CUCM line call forward alternate party CSS for a site",
"type": "string",
"maxLength": 1024,
"required": false,
"readonly": false,
"displayable": false,
"is_password": false
},
"defaultCucmLineCallFwdBusyCss": {
"title": "Default CUCM Line Call Forward Busy CSS",
"description": "Default CUCM line call forward busy CSS for a site",
"type": "string",
"maxLength": 1024,
"required": false,
"readonly": false,
"displayable": false,
"is_password": false
},
"defaultCucmLineCallFwdBusyInternalCss": {
"title": "Default CUCM Line Call Forward Busy Internal CSS",
"description": "Default CUCM line call forward busy internal CSS for a site",
"type": "string",
"maxLength": 1024,
"required": false,
"readonly": false,
"displayable": false,
"is_password": false
},
"defaultCucmLineCallFwdNoAnswerCss": {
"title": "Default CUCM Line Call Forward No Answer CSS",
"description": "Default CUCM line call forward no answer CSS for a site",
"type": "string",
"maxLength": 1024,
"required": false,
"readonly": false,
"displayable": false,
"is_password": false
},
"defaultCucmLineCallFwdNoAnswerInternalCss": {
"title": "Default CUCM Line Call Forward No Answer Internal CSS",
"description": "Default CUCM line call forward no answer internal CSS for a site",
"type": "string",
"maxLength": 1024,
"required": false,
"readonly": false,
"displayable": false,
"is_password": false
},
"defaultCucmLineCallFwdAllCss": {
"title": "Default CUCM Line Call Forward All CSS",
"description": "Default CUCM line call forward all CSS for a site",
"type": "string",
"maxLength": 1024,
"required": false,
"readonly": false,
"displayable": false,
"is_password": false
},
"defaultCucmLineCallFwdCss": {
"title": "Default CUCM Line Call Forward CSS",
"description": "Default CUCM line call forward CSS for a site",
"type": "string",
"maxLength": 1024,
"required": false,
"readonly": false,
"displayable": false,
"is_password": false
},
"defaultCucmAltEnterprisePt": {
"title": "Default CUCM Line Alternate Enterprise Partition",
"description": "Default CUCM line alternate enterprise partition for a site",
"type": "string",
"maxLength": 1024,
"required": false,
"readonly": false,
"displayable": false,
"is_password": false
},
"defaultCucmDeviceProfileE164Mask": {
"title": "Default CUCM Device Profile Line E164 Mask",
"description": "Default CUCM device profile Line E164 mask for a site",
"type": "string",
"maxLength": 1024,
"required": false,
"readonly": false,
"displayable": false,
"is_password": false
},
"defaultCucmDeviceProfileEmccCss": {
"title": "Default CUCM Device Profile EMCC CSS",
"description": "Default CUCM device profile EMCC CSS for a site",
"type": "string",
"maxLength": 1024,
"required": false,
"readonly": false,
"displayable": false,
"is_password": false
},
"defaultCucmUserSubscriberCss": {
"title": "Default CUCM User SUBSCRIBE CSS",
"description": "Default CUCM user SUBSCRIBE CSS for a site",
"type": "string",
"maxLength": 1024,
"required": false,
"readonly": false,
"displayable": false,
"is_password": false
},
"defaultCucmPhoneSubscriberCss": {
"title": "Default CUCM Phone SUBSCRIBE CSS",
"description": "Default CUCM phone SUBSCRIBE CSS for a site",
"type": "string",
"maxLength": 1024,
"required": false,
"readonly": false,
"displayable": false,
"is_password": false
},
"defaultCucmPhoneLineE164Mask": {
"title": "Default CUCM Phone Line E164 Mask",
"description": "Default CUCM phone line E164 mask for a site",
"type": "string",
"maxLength": 1024,
"required": false,
"readonly": false,
"displayable": false,
"is_password": false
},
"defaultCucmLineAlternateE164Pt": {
"title": "Default CUCM Line Alternate E164 Partition",
"description": "Default CUCM line alternate E164 Partition for a site",
"type": "string",
"maxLength": 1024,
"required": false,
"readonly": false,
"displayable": false,
"is_password": false
},
"defaultCucmRdpReroutingCss": {
"title": "Default CUCM Remote Destination Profile Rerouting CSS",
"description": "Default CUCM remote destination profile rerouting CSS for a site",
"type": "string",
"maxLength": 1024,
"required": false,
"readonly": false,
"displayable": false,
"is_password": false
},
"defaultCucmRdpLineE164Mask": {
"title": "Default CUCM Remote Destination Profile Line E164 Mask",
"description": "Default CUCM remote destination profile line E164 mask for a site",
"type": "string",
"maxLength": 1024,
"required": false,
"readonly": false,
"displayable": false,
"is_password": false
},
"defaultCucmRdpCss": {
"title": "Default CUCM Remote Destination Profile CSS",
"description": "Default CUCM remote destination profile CSS for a site",
"type": "string",
"maxLength": 1024,
"required": false,
"readonly": false,
"displayable": false,
"is_password": false
},
"defaultCucmHuntPilotPt": {
"title": "Default CUCM Hunt Pilot Partition",
"description": "Default CUCM hunt pilot partition for a site",
"type": "string",
"maxLength": 1024,
"required": false,
"readonly": false,
"displayable": false,
"is_password": false
},
"defaultCucmGroup": {
"title": "Default CUCM Group",
"description": "Default CUCM Group for a site",
"type": "string",
"maxLength": 1024,
"required": false,
"readonly": false,
"displayable": false,
"is_password": false
}
}
},
"members": {
"title": "Core Dial Plan Schemas",
"description": "The dial plan schemas that compose this group.",
"type": "array",
"minItems": 0,
"required": false,
"readonly": false,
"is_password": false,
"displayable": false,
"items": {
"type": "object",
"is_password": false,
"properties": {
"usage": {
"title": "Dial Plan Schema Usage",
"description": "Select when the dial plan schema should be deployed.",
"type": "string",
"maxLength": 1024,
"format": "uri",
"required": true,
"readonly": false,
"displayable": false,
"is_password": false,
"target": "/api/data/HcsDpDialPlanSchemaUsageDAT/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"target_attr": "name",
"target_model_type": "data/HcsDpDialPlanSchemaUsageDAT",
"choices": []
},
"scope": {
"title": "Dial Plan Schema Scope",
"description": "Select the scope at which this dial plan schema should be deployed.",
"type": "string",
"maxLength": 1024,
"required": true,
"readonly": false,
"displayable": false,
"is_password": false,
"choices": [
{
"value": "Site",
"title": "Site"
},
{
"value": "Customer",
"title": "Customer"
},
{
"value": "Reseller",
"title": "Reseller"
},
{
"value": "Provider",
"title": "Provider"
}
]
},
"dialPlanSchema": {
"title": "Dial Plan Schema Name",
"description": "Select the dial plan schema to deploy.",
"type": "string",
"maxLength": 1024,
"format": "uri",
"required": true,
"readonly": false,
"displayable": false,
"is_password": false,
"target": "/api/data/HcsDpDialPlanSchemaDAT/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"target_attr": "name",
"target_model_type": "data/HcsDpDialPlanSchemaDAT",
"choices": []
}
}
}
},
"featureMembers": {
"title": "Feature Dial Plan Schemas",
"description": "The feature dial plan schemas that compose this group.",
"type": "array",
"minItems": 0,
"required": false,
"readonly": false,
"is_password": false,
"displayable": false,
"items": {
"type": "object",
"is_password": false,
"properties": {
"usage": {
"title": "Dial Plan Schema Usage",
"description": "Select when the dial plan schema should be deployed.",
"type": "string",
"maxLength": 1024,
"format": "uri",
"required": true,
"readonly": false,
"displayable": false,
"is_password": false,
"target": "/api/data/HcsDpDialPlanSchemaUsageDAT/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"target_attr": "name",
"target_model_type": "data/HcsDpDialPlanSchemaUsageDAT",
"choices": []
},
"scope": {
"title": "Dial Plan Schema Scope",
"description": "Select the scope at which this dial plan schema should be deployed.",
"type": "string",
"maxLength": 1024,
"required": true,
"readonly": false,
"displayable": false,
"is_password": false,
"choices": [
{
"value": "Site",
"title": "Site"
},
{
"value": "Customer",
"title": "Customer"
},
{
"value": "Reseller",
"title": "Reseller"
},
{
"value": "Provider",
"title": "Provider"
}
]
},
"dialPlanSchema": {
"title": "Dial Plan Schema Name",
"description": "Select the dial plan schema to deploy.",
"type": "string",
"maxLength": 1024,
"format": "uri",
"required": true,
"readonly": false,
"displayable": false,
"is_password": false,
"target": "/api/data/HcsDpDialPlanSchemaDAT/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"target_attr": "name",
"target_model_type": "data/HcsDpDialPlanSchemaDAT",
"choices": []
}
}
}
},
"countryMembers": {
"title": "Country Dial Plan Schemas",
"description": "The country dial plan schemas that compose this group.",
"type": "array",
"minItems": 0,
"required": false,
"readonly": false,
"is_password": false,
"displayable": false,
"items": {
"type": "object",
"is_password": false,
"properties": {
"usage": {
"title": "Dial Plan Schema Usage",
"description": "Select when the dial plan schema should be deployed.",
"type": "string",
"maxLength": 1024,
"format": "uri",
"required": true,
"readonly": false,
"displayable": false,
"is_password": false,
"target": "/api/data/HcsDpDialPlanSchemaUsageDAT/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"target_attr": "name",
"target_model_type": "data/HcsDpDialPlanSchemaUsageDAT",
"choices": []
},
"country": {
"title": "Country Name",
"description": "Select the country to associate to the dial plan schema.",
"type": "string",
"maxLength": 1024,
"format": "uri",
"required": true,
"readonly": false,
"displayable": false,
"is_password": false,
"target": "/api/data/Countries/choices/?field=country_name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"target_attr": "country_name",
"target_model_type": "data/Countries",
"choices": []
},
"scope": {
"title": "Dial Plan Schema Scope",
"description": "Select the scope at which this dial plan schema should be deployed.",
"type": "string",
"maxLength": 1024,
"required": true,
"readonly": false,
"displayable": false,
"is_password": false,
"choices": [
{
"value": "Site",
"title": "Site"
},
{
"value": "Customer",
"title": "Customer"
},
{
"value": "Reseller",
"title": "Reseller"
},
{
"value": "Provider",
"title": "Provider"
}
]
},
"dialPlanSchema": {
"title": "Dial Plan Schema Name",
"description": "Select the dial plan schema to deploy.",
"type": "string",
"maxLength": 1024,
"format": "uri",
"required": true,
"readonly": false,
"displayable": false,
"is_password": false,
"target": "/api/data/HcsDpDialPlanSchemaDAT/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"target_attr": "name",
"target_model_type": "data/HcsDpDialPlanSchemaDAT",
"choices": []
}
}
}
},
"customWorkflows": {
"title": "Custom Workflow Registry",
"description": "Custom workflows can be executed for specific dial plan events.",
"type": "array",
"minItems": 0,
"required": false,
"readonly": false,
"is_password": false,
"displayable": false,
"items": {
"type": "object",
"is_password": false,
"properties": {
"event": {
"title": "Dial Plan Event",
"description": "Select a dial plan event that will trigger the custom workflow.",
"type": "string",
"maxLength": 1024,
"format": "uri",
"required": true,
"readonly": false,
"displayable": false,
"is_password": false,
"target": "/api/data/HcsDpDialPlanSchemaCustomWorkflowEventDAT/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"target_attr": "name",
"target_model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT",
"choices": []
},
"workflow": {
"title": "Workflow",
"description": "The custom workflow to execute when the dial plan event is triggered.",
"type": "string",
"maxLength": 1024,
"format": "uri",
"required": true,
"readonly": false,
"displayable": false,
"is_password": false,
"target": "/api/data/ProvisioningWorkflow/template_choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"target_attr": "name",
"target_model_type": "data/ProvisioningWorkflow",
"choices": []
}
}
}
}
},
"schema_version": "2.2"
}
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Get the GUI Add form. | GET | /api/data/HcsDpDialPlanSchemaGroupDAT/add/ |
|
The GUI Add form of data/HcsDpDialPlanSchemaGroupDAT 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/HcsDpDialPlanSchemaGroupDAT | 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/HcsDpDialPlanSchemaGroupDAT/ | hierarchy=[hierarchy] | {"hrefs":["/api/data/HcsDpDialPlanSchemaGroupDAT/[pkid1]", "/api/data/HcsDpDialPlanSchemaGroupDAT/[pkid2]", ...]} |
GET http://[host-proxy]/api/data/HcsDpDialPlanSchemaGroupDAT/?hierarchy=[hierarchy]&format=json
| Task | Call | URL | Parameters | Payload |
|---|---|---|---|---|
| Get a selected [export_format] of the schema and instances [pkid1], [pkid2],... of data/HcsDpDialPlanSchemaGroupDAT; optionally with tag_version at [version] and Configuration Template as [configtemplate]. | POST | /api/data/HcsDpDialPlanSchemaGroupDAT/export/ |
|
{ "hrefs":["/api/data/HcsDpDialPlanSchemaGroupDAT/[pkid1]", "/api/data/HcsDpDialPlanSchemaGroupDAT/[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/HcsDpDialPlanSchemaGroupDAT and the JSON format can be used to import instances of data/HcsDpDialPlanSchemaGroupDAT.
GET http://[host-proxy]/api/data/HcsDpDialPlanSchemaGroupDAT/?hierarchy=[hierarchy]
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Get a compressed format of the Bulk Load spreadsheet template for data/HcsDpDialPlanSchemaGroupDAT | POST | /api/data/HcsDpDialPlanSchemaGroupDAT/export_bulkload_template/ |
|
The response is an attachment of the format: filetype_bulkloadsheet.xlsx.gz |
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| List | GET | /api/data/HcsDpDialPlanSchemaGroupDAT/ |
|
The data/HcsDpDialPlanSchemaGroupDAT schema and all instances as JSON. |
(The list will return 0 to 3 data/HcsDpDialPlanSchemaGroupDAT instances)
{
"pagination": {
"skip": 0,
"limit": 3,
"maximum_limit": 2000,
"total": 14,
"total_limit": null,
"order_by": "name",
"direction": "asc",
"current": "/api/data/HcsDpDialPlanSchemaGroupDAT/?skip=0&limit=3&order_by=name&direction=asc&traversal=fulltree"
},
"operations": [
"transform",
"get",
"configuration_template",
"export",
"update",
"export_bulkload_template",
"list",
"bulk_update_form",
"field_display_policy",
"migration",
"help",
"add",
"remove",
"move"
],
"meta": {
"model_type": "data/HcsDpDialPlanSchemaGroupDAT",
"summary_attrs": [
{
"name": "name",
"title": "Dial Plan Schema Group Name"
},
{
"name": "hierarchy_friendly_name",
"title": "Located At",
"allow_filtering": true
}
],
"tagged_versions": [],
"tags": [],
"title": "",
"business_key": {
"unique": [
"name"
],
"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": [
"get",
"list",
"add",
"update",
"remove",
"clone",
"help",
"export",
"export_bulkload_template",
"help"
],
"schema_version": "2.2",
"actions": [
{
"add": {
"method": "GET",
"class": "add",
"href": "/api/data/HcsDpDialPlanSchemaGroupDAT/add/?hierarchy=[hierarchy]",
"support_async": false,
"title": "Add"
}
},
{
"remove": {
"method": "DELETE",
"class": "delete",
"href": "/api/data/HcsDpDialPlanSchemaGroupDAT/?hierarchy=[hierarchy]",
"support_async": true,
"title": "Delete"
}
},
{
"export": {
"method": "POST",
"class": "export",
"href": "/api/data/HcsDpDialPlanSchemaGroupDAT/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/HcsDpDialPlanSchemaGroupDAT/export_bulkload_template/?hierarchy=[hierarchy]",
"support_async": false,
"title": "Export Bulk Load Template"
}
},
{
"list": {
"method": "GET",
"class": "list",
"href": "/api/data/HcsDpDialPlanSchemaGroupDAT/?hierarchy=[hierarchy]",
"support_async": false,
"title": "List"
}
},
{
"help": {
"method": "GET",
"class": "help",
"href": "/api/data/HcsDpDialPlanSchemaGroupDAT/help?hierarchy=[hierarchy]",
"support_async": false,
"title": "Help"
}
}
]
},
"resources": [
{
"data": {
"siteDefaultsDoc": {
"defaultCucmPhoneSubscriberCss": "{{macro.HcsDpUniqueSitePrefixMCR}}-InternalOnly-CSS",
"defaultCucmPhoneLineE164Mask": "{{ macro.HcsDpSitePublishedNumberMCR }}",
"defaultLocation": "{{ macro.HcsDpDefaultSiteLocationMCR }}",
"defaultCucmLineCallFwdCss": "{{macro.HcsDpUniqueSitePrefixMCR}}-Natl24HrsStd-CSS",
"defaultCucmRdpLineE164Mask": "{{ macro.HcsDpSitePublishedNumberMCR }}",
"defaultCallParkPartition": "{{ macro.DP_SITE_FEATURE_PT }}",
"defaultCucmGroup": "Default",
"defaultCucmLineCallFwdOnFailureInternalCss": "{{macro.HcsDpUniqueSitePrefixMCR}}-Natl24HrsStd-CSS",
"defaultCucmLineCallFwdSecondaryCss": "{{macro.HcsDpUniqueSitePrefixMCR}}-Natl24HrsStd-CSS",
"defaultCucmAltEnterprisePt": "{{macro.HcsDpUniqueSitePrefixMCR}}-Feature-PT",
"defaultCucmRegion": "{{ macro.HcsDpDefaultSiteRegionMCR }}",
"defaultCucmLineCallFwdBusyInternalCss": "{{macro.HcsDpUniqueSitePrefixMCR}}-Natl24HrsStd-CSS",
"defaultCucmLineCallFwdNoAnswerInternalCss": "{{macro.HcsDpUniqueSitePrefixMCR}}-Natl24HrsStd-CSS",
"defaultCucmLineCallFwdNoCoverageInternalCss": "{{macro.HcsDpUniqueSitePrefixMCR}}-Natl24HrsStd-CSS",
"defaultMeetMePartition": "{{ macro.DP_SITE_FEATURE_PT }}",
"defaultCucmHuntPilotPt": "{{ macro.DP_CUST_DIR_NUMBER_PT }}",
"defaultPlarCss": "{{macro.HcsDpUniqueSitePrefixMCR}}-InternalOnly-CSS",
"defaultCallPickupPartition": "{{ macro.DP_SITE_FEATURE_PT }}",
"defaultCucmLineCallFwdNoAnswerCss": "{{macro.HcsDpUniqueSitePrefixMCR}}-Natl24HrsStd-CSS",
"defaultCucmLineCallFwdOnFailureCss": "{{macro.HcsDpUniqueSitePrefixMCR}}-Natl24HrsStd-CSS",
"defaultCucmLineCallFwdNoCoverageCss": "{{macro.HcsDpUniqueSitePrefixMCR}}-Natl24HrsStd-CSS",
"defaultLinePartition": "{{ macro.DP_CUST_DIR_NUMBER_PT }}",
"defaultCucmLineCallFwdAllCss": "{{macro.HcsDpUniqueSitePrefixMCR}}-Natl24HrsStd-CSS",
"defaultCucmDeviceProfileEmccCss": "{{macro.HcsDpUniqueSitePrefixMCR}}-Natl24HrsStd-CSS",
"defaultCucmLineCallFwdBusyCss": "{{macro.HcsDpUniqueSitePrefixMCR}}-Natl24HrsStd-CSS",
"defaultCucmLineCallFwdNotRegisteredCss": "{{macro.HcsDpUniqueSitePrefixMCR}}-Natl24HrsStd-CSS",
"defaultLineCss": "{{macro.HcsDpUniqueSitePrefixMCR}}-Natl24HrsStd-CSS",
"defaultDevicePool": "{{ macro.HcsDpDefaultSiteDevicePoolMCR }}",
"defaultDeviceCss": "{{ macro.DP_SITE_DEFAULT_DEVICE_CSS_WRAPPER }}",
"defaultCucmRdpCss": "{{macro.HcsDpUniqueSitePrefixMCR}}-Natl24HrsStd-CSS",
"defaultCucmRdpReroutingCss": "{{macro.HcsDpUniqueSitePrefixMCR}}-Natl24HrsStd-CSS",
"defaultCucmLineAlternateE164Pt": "{{macro.HcsDpUniqueSitePrefixMCR}}-GDPR-PT",
"defaultCucmLineCallFwdAlternatePartyCss": "{{macro.HcsDpUniqueSitePrefixMCR}}-Natl24HrsStd-CSS",
"defaultCucmUserSubscriberCss": "{{macro.HcsDpUniqueSitePrefixMCR}}-InternalOnly-CSS",
"defaultCucmDeviceProfileE164Mask": "{{ macro.HcsDpSitePublishedNumberMCR }}"
},
"name": "AAAGlobal Type 4 Schema Group",
"pkid": "5a867317b12a1c20228bfa44",
"countryMembers": [
{
"usage": "Add Site",
"country": "United States of America",
"dialPlanSchema": "HcsGenericCustomerUSADP-V10-SCH",
"scope": "Customer"
},
{
"usage": "Add Site",
"country": "United States of America",
"dialPlanSchema": "CS-P-HcsGenericSiteUSADP-V11-SCH",
"scope": "Site"
},
{
"usage": "Add Site",
"country": "United Kingdom",
"dialPlanSchema": "HcsGenericCustomerGBRDP-V5-SCH",
"scope": "Customer"
},
{
"usage": "Add Site",
"country": "United Kingdom",
"dialPlanSchema": "CS-P-HcsGenericSiteGBRDP-V6-SCH",
"scope": "Site"
},
{
"usage": "Add Site",
"country": "Canada",
"dialPlanSchema": "HcsGenericCustomerCANDP-V2-SCH",
"scope": "Customer"
},
{
"usage": "Add Site",
"country": "Canada",
"dialPlanSchema": "CS-P-HcsGenericSiteCANDP-V2-SCH",
"scope": "Site"
},
{
"usage": "Add Site",
"country": "Germany",
"dialPlanSchema": "HcsGenericCustomerDEUDP-V3-SCH",
"scope": "Customer"
},
{
"usage": "Add Site",
"country": "Germany",
"dialPlanSchema": "CS-P-HcsGenericSiteDEUDP-V3-SCH",
"scope": "Site"
},
{
"usage": "Add Site",
"country": "France",
"dialPlanSchema": "HcsGenericCustomerFRADP-V2-SCH",
"scope": "Customer"
},
{
"usage": "Add Site",
"country": "France",
"dialPlanSchema": "CS-P-HcsGenericSiteFRADP-V2-SCH",
"scope": "Site"
},
{
"usage": "Add Site",
"country": "Spain",
"dialPlanSchema": "HcsGenericCustomerESPDP-V1-SCH",
"scope": "Customer"
},
{
"usage": "Add Site",
"country": "Spain",
"dialPlanSchema": "CS-P-HcsGenericSiteESPDP-V1-SCH",
"scope": "Site"
},
{
"usage": "Add Site",
"country": "Switzerland",
"dialPlanSchema": "HcsGenericCustomerCHEDP-V1-SCH",
"scope": "Customer"
},
{
"usage": "Add Site",
"country": "Switzerland",
"dialPlanSchema": "CS-P-HcsGenericSiteCHEDP-V1-SCH",
"scope": "Site"
},
{
"usage": "Add Site",
"country": "Portugal",
"dialPlanSchema": "HcsGenericCustomerCHEDP-V1-SCH",
"scope": "Customer"
},
{
"usage": "Add Site",
"country": "Portugal",
"dialPlanSchema": "CS-P-HcsGenericSitePRTDP-V1-SCH",
"scope": "Site"
},
{
"usage": "Add Site",
"country": "Australia",
"dialPlanSchema": "HcsGenericCustomerAUSDP-V2-SCH",
"scope": "Customer"
},
{
"usage": "Add Site",
"country": "Australia",
"dialPlanSchema": "CS-P-HcsGenericSiteAUSDP-V2-SCH",
"scope": "Site"
},
{
"usage": "Add Site",
"country": "New Zealand",
"dialPlanSchema": "HcsGenericCustomerNZLDP-V2-SCH",
"scope": "Customer"
},
{
"usage": "Add Site",
"country": "New Zealand",
"dialPlanSchema": "CS-P-HcsGenericSiteNZLDP-V2-SCH",
"scope": "Site"
},
{
"usage": "Add Site",
"country": "China",
"dialPlanSchema": "HcsGenericCustomerCHNDP-V1-SCH",
"scope": "Customer"
},
{
"usage": "Add Site",
"country": "China",
"dialPlanSchema": "CS-P-HcsGenericSiteCHNDP-V1-SCH",
"scope": "Site"
}
],
"description": "AAAGlobal Type 4 Schema Group - Cloned from CS-P Type4 - 9 Jun 2016",
"customWorkflows": [
{
"event": "preAddSite",
"workflow": "HcsDpBootstrapCucmClusterPWF"
},
{
"event": "addSite",
"workflow": "HcsDpAddSiteSystemDataPWF"
},
{
"event": "updateSite",
"workflow": "HcsDpUpdateSitePubEmerNumPWF"
},
{
"event": "updateSite",
"workflow": "HcsDpUpdateSiteE164MasksPWF"
},
{
"event": "updateSite",
"workflow": "HcsDpUpdateSiteAreaCodesPWF"
},
{
"event": "removeSite",
"workflow": "HcsDpDelSiteSystemDataPWF"
},
{
"event": "addVoiceMailPilotNumber",
"workflow": "HcsDpVmPilotAddCustomPWF"
},
{
"event": "removeVoiceMailPilotNumber",
"workflow": "HcsDpVmPilotDelCustomPWF"
},
{
"event": "associateVoiceMailServiceToCustomer",
"workflow": "HcsDpAssociateVmSvcToCustCustomPWF"
},
{
"event": "disassociateVoiceMailServiceFromCustomer",
"workflow": "HcsDpDisassociateVmSvcFromCustCustomPWF"
},
{
"event": "addDnInventory",
"workflow": "HcsAddType4DnPWF"
},
{
"event": "associateVoiceMailPilotNumberToSite",
"workflow": "HcsDpAssociateVmPilotToSiteCustomPWF"
},
{
"event": "disassociateVoiceMailPilotNumberFromSite",
"workflow": "HcsDpDisassociateVmPilotFromSiteCustomPWF"
},
{
"event": "addE164Inventory",
"workflow": "HcsAddTypeXE164PWF"
},
{
"event": "associateE164ToDn",
"workflow": "HcsAssociateDNToE164TypeXPWF"
},
{
"event": "unassociateE164ToDn",
"workflow": "HcsUnAssociateDNToE164TypeXPWF"
},
{
"event": "associateE164ToSingleDn",
"workflow": "HcsAssociateDNToMultiE164TypeXPWF"
},
{
"event": "unassociateE164ToSingleDn",
"workflow": "HcsUnassociateDNToMultiE164TypeXPWF"
},
{
"event": "associateLboGateway",
"workflow": "HcsDefaultAddLBOGatewayPWF"
},
{
"event": "unassociateLboGateway",
"workflow": "HcsDefaultDelLBOGatewayPWF"
}
],
"members": [
{
"usage": "Add Site",
"scope": "Customer",
"dialPlanSchema": "HcsDefaultAddCustomerSchema"
},
{
"usage": "Add Site",
"scope": "Site",
"dialPlanSchema": "HcsDefaultAddSiteType4Schema"
},
{
"usage": "Add Site Short Code",
"scope": "Site",
"dialPlanSchema": "HcsDefaultAddSiteShortCodeSchema"
},
{
"usage": "Add Site Short Code Use Orig CSS",
"scope": "Site",
"dialPlanSchema": "HcsDefaultAddSiteShortCodeUseOrigCssSchema"
},
{
"usage": "Add Directory Number Range",
"scope": "Site",
"dialPlanSchema": "HcsDefaultAddDnRangeSchema"
},
{
"usage": "Add Voice Mail Pilot Number",
"scope": "Customer",
"dialPlanSchema": "HcsDefaultAddVoiceMailPilotNumberSchema"
},
{
"usage": "Add E164 Number to VoiceMail Service",
"scope": "Site",
"dialPlanSchema": "HcsDefaultAddVoiceMailE164NumberSchema"
}
],
"featureMembers": [
{
"usage": "Add Site",
"scope": "Customer",
"dialPlanSchema": "CustomerCallScreening-Feature-V1-SCH"
},
{
"usage": "Add Site",
"scope": "Customer",
"dialPlanSchema": "CustomerToDCLIPR-Feature-V2-SCH"
},
{
"usage": "Add Site",
"scope": "Customer",
"dialPlanSchema": "CustomerFONet-Feature-V2-SCH"
},
{
"usage": "Add Site",
"scope": "Customer",
"dialPlanSchema": "FACnCMC-Feature-V1-SCH"
}
],
"hierarchy_friendly_name": "AAAGlobal (Customer)",
"hierarchy_path": "sys.hcs.CS-P.CS-NB.AAAGlobal"
},
"meta": {
"model_type": "data/HcsDpDialPlanSchemaGroupDAT",
"summary_attrs": [
{
"name": "name",
"title": "Dial Plan Schema Group Name"
},
{
"name": "hierarchy_friendly_name",
"title": "Located At",
"allow_filtering": true
}
],
"tagged_versions": [],
"tags": [],
"title": "title format",
"business_key": {
"hierarchy": true,
"unique": [
"name"
]
},
"api_version": "21.2",
"cached": true,
"references": {
"device": [
{
"href": "",
"pkid": ""
}
],
"owner": [
{
"pkid": ""
}
],
"parent": [
{
"pkid": "5a8673030085ec1f7f30e906",
"href": "/api/data/HierarchyNode/5a8673030085ec1f7f30e906"
}
],
"foreign_key": [
{
"pkid": "5a7c4ba71360b64cc8bf1e3d",
"path": "members.0.usage",
"model_type": "data/HcsDpDialPlanSchemaUsageDAT"
},
{
"pkid": "5a866ff667ea6f20399322ff",
"path": "members.0.dialPlanSchema",
"model_type": "data/HcsDpDialPlanSchemaDAT"
},
{
"pkid": "5a7c4ba71360b64cc8bf1e3d",
"path": "members.1.usage",
"model_type": "data/HcsDpDialPlanSchemaUsageDAT"
},
{
"pkid": "5a866ff567ea6f20399322d0",
"path": "members.1.dialPlanSchema",
"model_type": "data/HcsDpDialPlanSchemaDAT"
},
{
"pkid": "5a7c4ba81360b64cc8bf1e46",
"path": "members.2.usage",
"model_type": "data/HcsDpDialPlanSchemaUsageDAT"
},
{
"pkid": "5a866ff767ea6f203993232e",
"path": "members.2.dialPlanSchema",
"model_type": "data/HcsDpDialPlanSchemaDAT"
},
{
"pkid": "5a7c4ba81360b64cc8bf1e49",
"path": "members.3.usage",
"model_type": "data/HcsDpDialPlanSchemaUsageDAT"
},
{
"pkid": "5a866ff70085ec1f7f30db7b",
"path": "members.3.dialPlanSchema",
"model_type": "data/HcsDpDialPlanSchemaDAT"
},
{
"pkid": "5a7c4ba81360b64cc8bf1e4c",
"path": "members.4.usage",
"model_type": "data/HcsDpDialPlanSchemaUsageDAT"
},
{
"pkid": "5a866ff80085ec1f7f30db89",
"path": "members.4.dialPlanSchema",
"model_type": "data/HcsDpDialPlanSchemaDAT"
},
{
"pkid": "5a7c4ba9939cd15d8c4293e5",
"path": "members.5.usage",
"model_type": "data/HcsDpDialPlanSchemaUsageDAT"
},
{
"pkid": "5a867017b12a1c20228be64c",
"path": "members.5.dialPlanSchema",
"model_type": "data/HcsDpDialPlanSchemaDAT"
},
{
"pkid": "5a7c4baa1360b64cc8bf1e4f",
"path": "members.6.usage",
"model_type": "data/HcsDpDialPlanSchemaUsageDAT"
},
{
"pkid": "5a867017939cd122e184a45c",
"path": "members.6.dialPlanSchema",
"model_type": "data/HcsDpDialPlanSchemaDAT"
},
{
"pkid": "5a7c4ba71360b64cc8bf1e3d",
"path": "featureMembers.0.usage",
"model_type": "data/HcsDpDialPlanSchemaUsageDAT"
},
{
"pkid": "5a866ff80085ec1f7f30db97",
"path": "featureMembers.0.dialPlanSchema",
"model_type": "data/HcsDpDialPlanSchemaDAT"
},
{
"pkid": "5a7c4ba71360b64cc8bf1e3d",
"path": "featureMembers.1.usage",
"model_type": "data/HcsDpDialPlanSchemaUsageDAT"
},
{
"pkid": "5a866ff9939cd122e184a432",
"path": "featureMembers.1.dialPlanSchema",
"model_type": "data/HcsDpDialPlanSchemaDAT"
},
{
"pkid": "5a7c4ba71360b64cc8bf1e3d",
"path": "featureMembers.2.usage",
"model_type": "data/HcsDpDialPlanSchemaUsageDAT"
},
{
"pkid": "5a866ff90085ec1f7f30dba5",
"path": "featureMembers.2.dialPlanSchema",
"model_type": "data/HcsDpDialPlanSchemaDAT"
},
{
"pkid": "5a7c4ba71360b64cc8bf1e3d",
"path": "featureMembers.3.usage",
"model_type": "data/HcsDpDialPlanSchemaUsageDAT"
},
{
"pkid": "5a866ffab12a1c20228be622",
"path": "featureMembers.3.dialPlanSchema",
"model_type": "data/HcsDpDialPlanSchemaDAT"
},
{
"pkid": "5a7c4ba71360b64cc8bf1e3d",
"path": "countryMembers.0.usage",
"model_type": "data/HcsDpDialPlanSchemaUsageDAT"
},
{
"pkid": "5a8672bd939cd122e184a875",
"path": "countryMembers.0.country",
"model_type": "data/Countries"
},
{
"pkid": "5a867202939cd122e184a6dd",
"path": "countryMembers.0.dialPlanSchema",
"model_type": "data/HcsDpDialPlanSchemaDAT"
},
{
"pkid": "5a7c4ba71360b64cc8bf1e3d",
"path": "countryMembers.1.usage",
"model_type": "data/HcsDpDialPlanSchemaUsageDAT"
},
{
"pkid": "5a8672bd939cd122e184a875",
"path": "countryMembers.1.country",
"model_type": "data/Countries"
},
{
"pkid": "5a86724a939cd122e184a7e2",
"path": "countryMembers.1.dialPlanSchema",
"model_type": "data/HcsDpDialPlanSchemaDAT"
},
{
"pkid": "5a7c4ba71360b64cc8bf1e3d",
"path": "countryMembers.2.usage",
"model_type": "data/HcsDpDialPlanSchemaUsageDAT"
},
{
"pkid": "5a8672bd939cd122e184a872",
"path": "countryMembers.2.country",
"model_type": "data/Countries"
},
{
"pkid": "5a8671e8b12a1c20228bf410",
"path": "countryMembers.2.dialPlanSchema",
"model_type": "data/HcsDpDialPlanSchemaDAT"
},
{
"pkid": "5a7c4ba71360b64cc8bf1e3d",
"path": "countryMembers.3.usage",
"model_type": "data/HcsDpDialPlanSchemaUsageDAT"
},
{
"pkid": "5a8672bd939cd122e184a872",
"path": "countryMembers.3.country",
"model_type": "data/Countries"
},
{
"pkid": "5a867248b12a1c20228bf597",
"path": "countryMembers.3.dialPlanSchema",
"model_type": "data/HcsDpDialPlanSchemaDAT"
},
{
"pkid": "5a7c4ba71360b64cc8bf1e3d",
"path": "countryMembers.4.usage",
"model_type": "data/HcsDpDialPlanSchemaUsageDAT"
},
{
"pkid": "5a8672b1939cd122e184a84c",
"path": "countryMembers.4.country",
"model_type": "data/Countries"
},
{
"pkid": "5a8671c067ea6f203993318f",
"path": "countryMembers.4.dialPlanSchema",
"model_type": "data/HcsDpDialPlanSchemaDAT"
},
{
"pkid": "5a7c4ba71360b64cc8bf1e3d",
"path": "countryMembers.5.usage",
"model_type": "data/HcsDpDialPlanSchemaUsageDAT"
},
{
"pkid": "5a8672b1939cd122e184a84c",
"path": "countryMembers.5.country",
"model_type": "data/Countries"
},
{
"pkid": "5a867244b12a1c20228bf56d",
"path": "countryMembers.5.dialPlanSchema",
"model_type": "data/HcsDpDialPlanSchemaDAT"
},
{
"pkid": "5a7c4ba71360b64cc8bf1e3d",
"path": "countryMembers.6.usage",
"model_type": "data/HcsDpDialPlanSchemaUsageDAT"
},
{
"pkid": "5a7c47d80085ec4f1d7214fe",
"path": "countryMembers.6.country",
"model_type": "data/Countries"
},
{
"pkid": "5a8671ce142896209a5f30f5",
"path": "countryMembers.6.dialPlanSchema",
"model_type": "data/HcsDpDialPlanSchemaDAT"
},
{
"pkid": "5a7c4ba71360b64cc8bf1e3d",
"path": "countryMembers.7.usage",
"model_type": "data/HcsDpDialPlanSchemaUsageDAT"
},
{
"pkid": "5a7c47d80085ec4f1d7214fe",
"path": "countryMembers.7.country",
"model_type": "data/Countries"
},
{
"pkid": "5a867246b12a1c20228bf57b",
"path": "countryMembers.7.dialPlanSchema",
"model_type": "data/HcsDpDialPlanSchemaDAT"
},
{
"pkid": "5a7c4ba71360b64cc8bf1e3d",
"path": "countryMembers.8.usage",
"model_type": "data/HcsDpDialPlanSchemaUsageDAT"
},
{
"pkid": "5a7c47d90085ec4f1d721501",
"path": "countryMembers.8.country",
"model_type": "data/Countries"
},
{
"pkid": "5a8671df1360b6206c48906d",
"path": "countryMembers.8.dialPlanSchema",
"model_type": "data/HcsDpDialPlanSchemaDAT"
},
{
"pkid": "5a7c4ba71360b64cc8bf1e3d",
"path": "countryMembers.9.usage",
"model_type": "data/HcsDpDialPlanSchemaUsageDAT"
},
{
"pkid": "5a7c47d90085ec4f1d721501",
"path": "countryMembers.9.country",
"model_type": "data/Countries"
},
{
"pkid": "5a867248b12a1c20228bf589",
"path": "countryMembers.9.dialPlanSchema",
"model_type": "data/HcsDpDialPlanSchemaDAT"
},
{
"pkid": "5a7c4ba71360b64cc8bf1e3d",
"path": "countryMembers.10.usage",
"model_type": "data/HcsDpDialPlanSchemaUsageDAT"
},
{
"pkid": "5a7c47d91428964fcc842086",
"path": "countryMembers.10.country",
"model_type": "data/Countries"
},
{
"pkid": "5a8671d8b12a1c20228bf3bb",
"path": "countryMembers.10.dialPlanSchema",
"model_type": "data/HcsDpDialPlanSchemaDAT"
},
{
"pkid": "5a7c4ba71360b64cc8bf1e3d",
"path": "countryMembers.11.usage",
"model_type": "data/HcsDpDialPlanSchemaUsageDAT"
},
{
"pkid": "5a7c47d91428964fcc842086",
"path": "countryMembers.11.country",
"model_type": "data/Countries"
},
{
"pkid": "5a8672471360b6206c489153",
"path": "countryMembers.11.dialPlanSchema",
"model_type": "data/HcsDpDialPlanSchemaDAT"
},
{
"pkid": "5a7c4ba71360b64cc8bf1e3d",
"path": "countryMembers.12.usage",
"model_type": "data/HcsDpDialPlanSchemaUsageDAT"
},
{
"pkid": "5a7c47d81428964fcc842080",
"path": "countryMembers.12.country",
"model_type": "data/Countries"
},
{
"pkid": "5a8671c3939cd122e184a65d",
"path": "countryMembers.12.dialPlanSchema",
"model_type": "data/HcsDpDialPlanSchemaDAT"
},
{
"pkid": "5a7c4ba71360b64cc8bf1e3d",
"path": "countryMembers.13.usage",
"model_type": "data/HcsDpDialPlanSchemaUsageDAT"
},
{
"pkid": "5a7c47d81428964fcc842080",
"path": "countryMembers.13.country",
"model_type": "data/Countries"
},
{
"pkid": "5a8672440085ec1f7f30e797",
"path": "countryMembers.13.dialPlanSchema",
"model_type": "data/HcsDpDialPlanSchemaDAT"
},
{
"pkid": "5a7c4ba71360b64cc8bf1e3d",
"path": "countryMembers.14.usage",
"model_type": "data/HcsDpDialPlanSchemaUsageDAT"
},
{
"pkid": "5a7c47da939cd15d8c428aa3",
"path": "countryMembers.14.country",
"model_type": "data/Countries"
},
{
"pkid": "5a8671c3939cd122e184a65d",
"path": "countryMembers.14.dialPlanSchema",
"model_type": "data/HcsDpDialPlanSchemaDAT"
},
{
"pkid": "5a7c4ba71360b64cc8bf1e3d",
"path": "countryMembers.15.usage",
"model_type": "data/HcsDpDialPlanSchemaUsageDAT"
},
{
"pkid": "5a7c47da939cd15d8c428aa3",
"path": "countryMembers.15.country",
"model_type": "data/Countries"
},
{
"pkid": "5a8672490085ec1f7f30e7a5",
"path": "countryMembers.15.dialPlanSchema",
"model_type": "data/HcsDpDialPlanSchemaDAT"
},
{
"pkid": "5a7c4ba71360b64cc8bf1e3d",
"path": "countryMembers.16.usage",
"model_type": "data/HcsDpDialPlanSchemaUsageDAT"
},
{
"pkid": "5a7c47d70085ec4f1d7214fb",
"path": "countryMembers.16.country",
"model_type": "data/Countries"
},
{
"pkid": "5a8671ba67ea6f203993318a",
"path": "countryMembers.16.dialPlanSchema",
"model_type": "data/HcsDpDialPlanSchemaDAT"
},
{
"pkid": "5a7c4ba71360b64cc8bf1e3d",
"path": "countryMembers.17.usage",
"model_type": "data/HcsDpDialPlanSchemaUsageDAT"
},
{
"pkid": "5a7c47d70085ec4f1d7214fb",
"path": "countryMembers.17.country",
"model_type": "data/Countries"
},
{
"pkid": "5a867243b12a1c20228bf55f",
"path": "countryMembers.17.dialPlanSchema",
"model_type": "data/HcsDpDialPlanSchemaDAT"
},
{
"pkid": "5a7c4ba71360b64cc8bf1e3d",
"path": "countryMembers.18.usage",
"model_type": "data/HcsDpDialPlanSchemaUsageDAT"
},
{
"pkid": "5a7c47d9b12a1c4e4285bbd1",
"path": "countryMembers.18.country",
"model_type": "data/Countries"
},
{
"pkid": "5a8671f7142896209a5f3125",
"path": "countryMembers.18.dialPlanSchema",
"model_type": "data/HcsDpDialPlanSchemaDAT"
},
{
"pkid": "5a7c4ba71360b64cc8bf1e3d",
"path": "countryMembers.19.usage",
"model_type": "data/HcsDpDialPlanSchemaUsageDAT"
},
{
"pkid": "5a7c47d9b12a1c4e4285bbd1",
"path": "countryMembers.19.country",
"model_type": "data/Countries"
},
{
"pkid": "5a867249b12a1c20228bf5a5",
"path": "countryMembers.19.dialPlanSchema",
"model_type": "data/HcsDpDialPlanSchemaDAT"
},
{
"pkid": "5a7c4ba71360b64cc8bf1e3d",
"path": "countryMembers.20.usage",
"model_type": "data/HcsDpDialPlanSchemaUsageDAT"
},
{
"pkid": "5a7c47d81428964fcc842083",
"path": "countryMembers.20.country",
"model_type": "data/Countries"
},
{
"pkid": "5a8671c7b12a1c20228bf38f",
"path": "countryMembers.20.dialPlanSchema",
"model_type": "data/HcsDpDialPlanSchemaDAT"
},
{
"pkid": "5a7c4ba71360b64cc8bf1e3d",
"path": "countryMembers.21.usage",
"model_type": "data/HcsDpDialPlanSchemaUsageDAT"
},
{
"pkid": "5a7c47d81428964fcc842083",
"path": "countryMembers.21.country",
"model_type": "data/Countries"
},
{
"pkid": "5a86724567ea6f2039933355",
"path": "countryMembers.21.dialPlanSchema",
"model_type": "data/HcsDpDialPlanSchemaDAT"
},
{
"pkid": "5a7c4beb1428964fcc8425e1",
"path": "customWorkflows.0.event",
"model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT"
},
{
"path": "customWorkflows.0.workflow",
"model_type": "data/ProvisioningWorkflow"
},
{
"pkid": "5a7c4be81428964fcc8425db",
"path": "customWorkflows.1.event",
"model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT"
},
{
"path": "customWorkflows.1.workflow",
"model_type": "data/ProvisioningWorkflow"
},
{
"pkid": "5a7c4bea67ea6f4d51f6206c",
"path": "customWorkflows.2.event",
"model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT"
},
{
"path": "customWorkflows.2.workflow",
"model_type": "data/ProvisioningWorkflow"
},
{
"pkid": "5a7c4bea67ea6f4d51f6206c",
"path": "customWorkflows.3.event",
"model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT"
},
{
"path": "customWorkflows.3.workflow",
"model_type": "data/ProvisioningWorkflow"
},
{
"pkid": "5a7c4bea67ea6f4d51f6206c",
"path": "customWorkflows.4.event",
"model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT"
},
{
"path": "customWorkflows.4.workflow",
"model_type": "data/ProvisioningWorkflow"
},
{
"pkid": "5a7c4be9939cd15d8c42949e",
"path": "customWorkflows.5.event",
"model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT"
},
{
"path": "customWorkflows.5.workflow",
"model_type": "data/ProvisioningWorkflow"
},
{
"pkid": "5a7c4be90085ec4f1d721a90",
"path": "customWorkflows.6.event",
"model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT"
},
{
"path": "customWorkflows.6.workflow",
"model_type": "data/ProvisioningWorkflow"
},
{
"pkid": "5a7c4be91360b64cc8bf1f3f",
"path": "customWorkflows.7.event",
"model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT"
},
{
"path": "customWorkflows.7.workflow",
"model_type": "data/ProvisioningWorkflow"
},
{
"pkid": "5a7c4bea939cd15d8c4294a1",
"path": "customWorkflows.8.event",
"model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT"
},
{
"path": "customWorkflows.8.workflow",
"model_type": "data/ProvisioningWorkflow"
},
{
"pkid": "5a7c4beb1360b64cc8bf1f42",
"path": "customWorkflows.9.event",
"model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT"
},
{
"path": "customWorkflows.9.workflow",
"model_type": "data/ProvisioningWorkflow"
},
{
"pkid": "5a7c4beb1360b64cc8bf1f45",
"path": "customWorkflows.10.event",
"model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT"
},
{
"path": "customWorkflows.10.workflow",
"model_type": "data/ProvisioningWorkflow"
},
{
"pkid": "5a7c4bef939cd15d8c4294aa",
"path": "customWorkflows.11.event",
"model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT"
},
{
"path": "customWorkflows.11.workflow",
"model_type": "data/ProvisioningWorkflow"
},
{
"pkid": "5a7c4bef1360b64cc8bf1f4b",
"path": "customWorkflows.12.event",
"model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT"
},
{
"path": "customWorkflows.12.workflow",
"model_type": "data/ProvisioningWorkflow"
},
{
"pkid": "5a7c4bec939cd15d8c4294a4",
"path": "customWorkflows.13.event",
"model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT"
},
{
"path": "customWorkflows.13.workflow",
"model_type": "data/ProvisioningWorkflow"
},
{
"pkid": "5a7c4bed1428964fcc8425e7",
"path": "customWorkflows.14.event",
"model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT"
},
{
"path": "customWorkflows.14.workflow",
"model_type": "data/ProvisioningWorkflow"
},
{
"pkid": "5a7c4bed939cd15d8c4294a7",
"path": "customWorkflows.15.event",
"model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT"
},
{
"path": "customWorkflows.15.workflow",
"model_type": "data/ProvisioningWorkflow"
},
{
"pkid": "5a7c4bed0085ec4f1d721a96",
"path": "customWorkflows.16.event",
"model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT"
},
{
"path": "customWorkflows.16.workflow",
"model_type": "data/ProvisioningWorkflow"
},
{
"pkid": "5a7c4bee1360b64cc8bf1f48",
"path": "customWorkflows.17.event",
"model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT"
},
{
"path": "customWorkflows.17.workflow",
"model_type": "data/ProvisioningWorkflow"
},
{
"pkid": "5a7c4bee1428964fcc8425ea",
"path": "customWorkflows.18.event",
"model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT"
},
{
"path": "customWorkflows.18.workflow",
"model_type": "data/ProvisioningWorkflow"
},
{
"pkid": "5a7c4bee0085ec4f1d721a99",
"path": "customWorkflows.19.event",
"model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT"
},
{
"path": "customWorkflows.19.workflow",
"model_type": "data/ProvisioningWorkflow"
}
],
"self": [
{
"href": "/api/data/HcsDpDialPlanSchemaGroupDAT/5a867315b12a1c20228bf943/",
"pkid": "5a867315b12a1c20228bf943"
}
]
},
"path": [
"6t0ggef2c0deab00hb595101",
"5a7c462e1360b64cc8bf16e5",
"5a866fd11360b6206c488deb",
"5a86702067ea6f203993285d",
"5a8673030085ec1f7f30e906",
"5a867315b12a1c20228bf943"
],
"schema_version": "2.2",
"actions": [
{
"update": {
"method": "PUT",
"class": "update",
"href": "/api/data/HcsDpDialPlanSchemaGroupDAT/5a867315b12a1c20228bf943/",
"support_async": true,
"title": "Modify"
}
},
{
"remove": {
"method": "DELETE",
"class": "delete",
"href": "/api/data/HcsDpDialPlanSchemaGroupDAT/5a867315b12a1c20228bf943/",
"support_async": true,
"title": "Delete"
}
},
{
"clone": {
"method": "GET",
"class": "clone",
"href": "/api/data/HcsDpDialPlanSchemaGroupDAT/5a867315b12a1c20228bf943/clone/?schema=&schema_rules=true",
"support_async": false,
"title": "Clone"
}
},
{
"export": {
"method": "GET",
"class": "export",
"href": "/api/data/HcsDpDialPlanSchemaGroupDAT/5a867315b12a1c20228bf943/export/",
"support_async": false,
"title": "Export",
"view": "/api/view/ExportData/add/",
"submit": "payload"
}
},
{
"get": {
"method": "GET",
"class": "get",
"href": "/api/data/HcsDpDialPlanSchemaGroupDAT/5a867315b12a1c20228bf943/",
"support_async": false,
"title": "Get"
}
},
{
"help": {
"method": "GET",
"class": "help",
"href": "/api/data/HcsDpDialPlanSchemaGroupDAT/5a867315b12a1c20228bf943/help",
"support_async": false,
"title": "Help"
}
}
],
"summary": "false"
},
"pkid": "5a867315b12a1c20228bf943"
},
{
"data": {
"siteDefaultsDoc": {
"defaultCucmPhoneSubscriberCss": "{{macro.HcsDpUniqueSitePrefixMCR}}-InternalOnly-CSS",
"defaultCucmPhoneLineE164Mask": "{{ macro.HcsDpSitePublishedNumberMCR }}",
"defaultLocation": "{{ macro.HcsDpDefaultSiteLocationMCR }}",
"defaultCucmLineCallFwdCss": "{{macro.HcsDpUniqueSitePrefixMCR}}-Natl24HrsStd-CSS",
"defaultCucmRdpLineE164Mask": "{{ macro.HcsDpSitePublishedNumberMCR }}",
"defaultCallParkPartition": "{{ macro.DP_SITE_FEATURE_PT }}",
"defaultCucmGroup": "Default",
"defaultCucmLineCallFwdOnFailureInternalCss": "{{macro.HcsDpUniqueSitePrefixMCR}}-Natl24HrsStd-CSS",
"defaultCucmLineCallFwdSecondaryCss": "{{macro.HcsDpUniqueSitePrefixMCR}}-Natl24HrsStd-CSS",
"defaultCucmAltEnterprisePt": "{{macro.HcsDpUniqueSitePrefixMCR}}-Feature-PT",
"defaultCucmRegion": "{{ macro.HcsDpDefaultSiteRegionMCR }}",
"defaultCucmLineCallFwdBusyInternalCss": "{{macro.HcsDpUniqueSitePrefixMCR}}-Natl24HrsStd-CSS",
"defaultCucmLineCallFwdNoAnswerInternalCss": "{{macro.HcsDpUniqueSitePrefixMCR}}-Natl24HrsStd-CSS",
"defaultCucmLineCallFwdNoCoverageInternalCss": "{{macro.HcsDpUniqueSitePrefixMCR}}-Natl24HrsStd-CSS",
"defaultMeetMePartition": "{{ macro.DP_SITE_FEATURE_PT }}",
"defaultCucmHuntPilotPt": "{{ macro.DP_SITE_FEATURE_PT }}",
"defaultPlarCss": "{{macro.HcsDpUniqueSitePrefixMCR}}-InternalOnly-CSS",
"defaultCallPickupPartition": "{{ macro.DP_SITE_FEATURE_PT }}",
"defaultCucmLineCallFwdNoAnswerCss": "{{macro.HcsDpUniqueSitePrefixMCR}}-Natl24HrsStd-CSS",
"defaultCucmLineCallFwdOnFailureCss": "{{macro.HcsDpUniqueSitePrefixMCR}}-Natl24HrsStd-CSS",
"defaultCucmLineCallFwdNoCoverageCss": "{{macro.HcsDpUniqueSitePrefixMCR}}-Natl24HrsStd-CSS",
"defaultLinePartition": "{{ macro.DP_CUST_DIR_NUMBER_PT }}",
"defaultCucmLineCallFwdAllCss": "{{macro.HcsDpUniqueSitePrefixMCR}}-Natl24HrsStd-CSS",
"defaultCucmDeviceProfileEmccCss": "{{macro.HcsDpUniqueSitePrefixMCR}}-Natl24HrsStd-CSS",
"defaultCucmLineCallFwdBusyCss": "{{macro.HcsDpUniqueSitePrefixMCR}}-Natl24HrsStd-CSS",
"defaultCucmLineCallFwdNotRegisteredCss": "{{macro.HcsDpUniqueSitePrefixMCR}}-Natl24HrsStd-CSS",
"defaultLineCss": "{{macro.HcsDpUniqueSitePrefixMCR}}-Natl24HrsStd-CSS",
"defaultDevicePool": "{{ macro.HcsDpDefaultSiteDevicePoolMCR }}",
"defaultDeviceCss": "{{ macro.DP_SITE_DEFAULT_DEVICE_CSS_WRAPPER }}",
"defaultCucmRdpCss": "{{macro.HcsDpUniqueSitePrefixMCR}}-Natl24HrsStd-CSS",
"defaultCucmRdpReroutingCss": "{{macro.HcsDpUniqueSitePrefixMCR}}-Natl24HrsStd-CSS",
"defaultCucmLineAlternateE164Pt": "{{macro.HcsDpUniqueSitePrefixMCR}}-GDPR-PT",
"defaultCucmLineCallFwdAlternatePartyCss": "{{macro.HcsDpUniqueSitePrefixMCR}}-Natl24HrsStd-CSS",
"defaultCucmUserSubscriberCss": "{{macro.HcsDpUniqueSitePrefixMCR}}-InternalOnly-CSS",
"defaultCucmDeviceProfileE164Mask": "{{ macro.HcsDpSitePublishedNumberMCR }}"
},
"description": "AB_Group Type 4 Schema Group - Cloned from CS-P Type4 - 9 Jun 2016",
"pkid": "5a86cca11360b6206c49e841",
"countryMembers": [
{
"usage": "Add Site",
"country": "United States of America",
"dialPlanSchema": "HcsGenericCustomerUSADP-V10-SCH",
"scope": "Customer"
},
{
"usage": "Add Site",
"country": "United States of America",
"dialPlanSchema": "CS-P-HcsGenericSiteUSADP-V11-SCH",
"scope": "Site"
},
{
"usage": "Add Site",
"country": "United Kingdom",
"dialPlanSchema": "HcsGenericCustomerGBRDP-V5-SCH",
"scope": "Customer"
},
{
"usage": "Add Site",
"country": "United Kingdom",
"dialPlanSchema": "CS-P-HcsGenericSiteGBRDP-V6-SCH",
"scope": "Site"
},
{
"usage": "Add Site",
"country": "Canada",
"dialPlanSchema": "HcsGenericCustomerCANDP-V2-SCH",
"scope": "Customer"
},
{
"usage": "Add Site",
"country": "Canada",
"dialPlanSchema": "CS-P-HcsGenericSiteCANDP-V2-SCH",
"scope": "Site"
},
{
"usage": "Add Site",
"country": "Germany",
"dialPlanSchema": "HcsGenericCustomerDEUDP-V3-SCH",
"scope": "Customer"
},
{
"usage": "Add Site",
"country": "Germany",
"dialPlanSchema": "CS-P-HcsGenericSiteDEUDP-V3-SCH",
"scope": "Site"
},
{
"usage": "Add Site",
"country": "France",
"dialPlanSchema": "HcsGenericCustomerFRADP-V2-SCH",
"scope": "Customer"
},
{
"usage": "Add Site",
"country": "France",
"dialPlanSchema": "CS-P-HcsGenericSiteFRADP-V2-SCH",
"scope": "Site"
},
{
"usage": "Add Site",
"country": "Spain",
"dialPlanSchema": "HcsGenericCustomerESPDP-V1-SCH",
"scope": "Customer"
},
{
"usage": "Add Site",
"country": "Spain",
"dialPlanSchema": "CS-P-HcsGenericSiteESPDP-V1-SCH",
"scope": "Site"
},
{
"usage": "Add Site",
"country": "Switzerland",
"dialPlanSchema": "HcsGenericCustomerCHEDP-V1-SCH",
"scope": "Customer"
},
{
"usage": "Add Site",
"country": "Switzerland",
"dialPlanSchema": "CS-P-HcsGenericSiteCHEDP-V1-SCH",
"scope": "Site"
},
{
"usage": "Add Site",
"country": "Portugal",
"dialPlanSchema": "HcsGenericCustomerCHEDP-V1-SCH",
"scope": "Customer"
},
{
"usage": "Add Site",
"country": "Portugal",
"dialPlanSchema": "CS-P-HcsGenericSitePRTDP-V1-SCH",
"scope": "Site"
},
{
"usage": "Add Site",
"country": "Australia",
"dialPlanSchema": "HcsGenericCustomerAUSDP-V2-SCH",
"scope": "Customer"
},
{
"usage": "Add Site",
"country": "Australia",
"dialPlanSchema": "CS-P-HcsGenericSiteAUSDP-V2-SCH",
"scope": "Site"
},
{
"usage": "Add Site",
"country": "New Zealand",
"dialPlanSchema": "HcsGenericCustomerNZLDP-V2-SCH",
"scope": "Customer"
},
{
"usage": "Add Site",
"country": "New Zealand",
"dialPlanSchema": "CS-P-HcsGenericSiteNZLDP-V2-SCH",
"scope": "Site"
},
{
"usage": "Add Site",
"country": "China",
"dialPlanSchema": "HcsGenericCustomerCHNDP-V1-SCH",
"scope": "Customer"
},
{
"usage": "Add Site",
"country": "China",
"dialPlanSchema": "CS-P-HcsGenericSiteCHNDP-V1-SCH",
"scope": "Site"
}
],
"customWorkflows": [
{
"event": "preAddSite",
"workflow": "HcsDpBootstrapCucmClusterPWF"
},
{
"event": "addSite",
"workflow": "HcsDpAddSiteSystemDataPWF"
},
{
"event": "updateSite",
"workflow": "HcsDpUpdateSitePubEmerNumPWF"
},
{
"event": "updateSite",
"workflow": "HcsDpUpdateSiteE164MasksPWF"
},
{
"event": "updateSite",
"workflow": "HcsDpUpdateSiteAreaCodesPWF"
},
{
"event": "removeSite",
"workflow": "HcsDpDelSiteSystemDataPWF"
},
{
"event": "addVoiceMailPilotNumber",
"workflow": "HcsDpVmPilotAddCustomPWF"
},
{
"event": "removeVoiceMailPilotNumber",
"workflow": "HcsDpVmPilotDelCustomPWF"
},
{
"event": "associateVoiceMailServiceToCustomer",
"workflow": "HcsDpAssociateVmSvcToCustCustomPWF"
},
{
"event": "disassociateVoiceMailServiceFromCustomer",
"workflow": "HcsDpDisassociateVmSvcFromCustCustomPWF"
},
{
"event": "addDnInventory",
"workflow": "HcsAddType4DnPWF"
},
{
"event": "associateVoiceMailPilotNumberToSite",
"workflow": "HcsDpAssociateVmPilotToSiteCustomPWF"
},
{
"event": "disassociateVoiceMailPilotNumberFromSite",
"workflow": "HcsDpDisassociateVmPilotFromSiteCustomPWF"
},
{
"event": "addE164Inventory",
"workflow": "HcsAddTypeXE164PWF"
},
{
"event": "associateE164ToDn",
"workflow": "HcsAssociateDNToE164TypeXPWF"
},
{
"event": "unassociateE164ToDn",
"workflow": "HcsUnAssociateDNToE164TypeXPWF"
},
{
"event": "associateE164ToSingleDn",
"workflow": "HcsAssociateDNToMultiE164TypeXPWF"
},
{
"event": "unassociateE164ToSingleDn",
"workflow": "HcsUnassociateDNToMultiE164TypeXPWF"
},
{
"event": "associateLboGateway",
"workflow": "HcsDefaultAddLBOGatewayPWF"
},
{
"event": "unassociateLboGateway",
"workflow": "HcsDefaultDelLBOGatewayPWF"
}
],
"name": "AB_Group Type 4 Schema Group",
"members": [
{
"usage": "Add Site",
"scope": "Customer",
"dialPlanSchema": "HcsDefaultAddCustomerSchema"
},
{
"usage": "Add Site",
"scope": "Site",
"dialPlanSchema": "HcsDefaultAddSiteType4Schema"
},
{
"usage": "Add Site Short Code",
"scope": "Site",
"dialPlanSchema": "HcsDefaultAddSiteShortCodeSchema"
},
{
"usage": "Add Site Short Code Use Orig CSS",
"scope": "Site",
"dialPlanSchema": "HcsDefaultAddSiteShortCodeUseOrigCssSchema"
},
{
"usage": "Add Directory Number Range",
"scope": "Site",
"dialPlanSchema": "HcsDefaultAddDnRangeSchema"
},
{
"usage": "Add Voice Mail Pilot Number",
"scope": "Customer",
"dialPlanSchema": "HcsDefaultAddVoiceMailPilotNumberSchema"
},
{
"usage": "Add E164 Number to VoiceMail Service",
"scope": "Site",
"dialPlanSchema": "HcsDefaultAddVoiceMailE164NumberSchema"
}
],
"featureMembers": [
{
"usage": "Add Site",
"scope": "Customer",
"dialPlanSchema": "CustomerCallScreening-Feature-V1-SCH"
},
{
"usage": "Add Site",
"scope": "Customer",
"dialPlanSchema": "CustomerToDCLIPR-Feature-V2-SCH"
},
{
"usage": "Add Site",
"scope": "Customer",
"dialPlanSchema": "CustomerFONet-Feature-V2-SCH"
},
{
"usage": "Add Site",
"scope": "Customer",
"dialPlanSchema": "FACnCMC-Feature-V1-SCH"
}
],
"hierarchy_friendly_name": "AB_Group (Customer)",
"hierarchy_path": "sys.hcs.CS-P.CS-AB.AB_Group"
},
"meta": {
"model_type": "data/HcsDpDialPlanSchemaGroupDAT",
"summary_attrs": [
{
"name": "name",
"title": "Dial Plan Schema Group Name"
},
{
"name": "hierarchy_friendly_name",
"title": "Located At",
"allow_filtering": true
}
],
"tagged_versions": [],
"tags": [],
"title": "title format",
"business_key": {
"hierarchy": true,
"unique": [
"name"
]
},
"api_version": "21.2",
"cached": true,
"references": {
"device": [
{
"href": "",
"pkid": ""
}
],
"owner": [
{
"pkid": ""
}
],
"parent": [
{
"pkid": "5a86cc291360b6206c49e71e",
"href": "/api/data/HierarchyNode/5a86cc291360b6206c49e71e"
}
],
"foreign_key": [
{
"pkid": "5a7c4ba71360b64cc8bf1e3d",
"path": "members.0.usage",
"model_type": "data/HcsDpDialPlanSchemaUsageDAT"
},
{
"pkid": "5a866ff667ea6f20399322ff",
"path": "members.0.dialPlanSchema",
"model_type": "data/HcsDpDialPlanSchemaDAT"
},
{
"pkid": "5a7c4ba71360b64cc8bf1e3d",
"path": "members.1.usage",
"model_type": "data/HcsDpDialPlanSchemaUsageDAT"
},
{
"pkid": "5a866ff567ea6f20399322d0",
"path": "members.1.dialPlanSchema",
"model_type": "data/HcsDpDialPlanSchemaDAT"
},
{
"pkid": "5a7c4ba81360b64cc8bf1e46",
"path": "members.2.usage",
"model_type": "data/HcsDpDialPlanSchemaUsageDAT"
},
{
"pkid": "5a866ff767ea6f203993232e",
"path": "members.2.dialPlanSchema",
"model_type": "data/HcsDpDialPlanSchemaDAT"
},
{
"pkid": "5a7c4ba81360b64cc8bf1e49",
"path": "members.3.usage",
"model_type": "data/HcsDpDialPlanSchemaUsageDAT"
},
{
"pkid": "5a866ff70085ec1f7f30db7b",
"path": "members.3.dialPlanSchema",
"model_type": "data/HcsDpDialPlanSchemaDAT"
},
{
"pkid": "5a7c4ba81360b64cc8bf1e4c",
"path": "members.4.usage",
"model_type": "data/HcsDpDialPlanSchemaUsageDAT"
},
{
"pkid": "5a866ff80085ec1f7f30db89",
"path": "members.4.dialPlanSchema",
"model_type": "data/HcsDpDialPlanSchemaDAT"
},
{
"pkid": "5a7c4ba9939cd15d8c4293e5",
"path": "members.5.usage",
"model_type": "data/HcsDpDialPlanSchemaUsageDAT"
},
{
"pkid": "5a867017b12a1c20228be64c",
"path": "members.5.dialPlanSchema",
"model_type": "data/HcsDpDialPlanSchemaDAT"
},
{
"pkid": "5a7c4baa1360b64cc8bf1e4f",
"path": "members.6.usage",
"model_type": "data/HcsDpDialPlanSchemaUsageDAT"
},
{
"pkid": "5a867017939cd122e184a45c",
"path": "members.6.dialPlanSchema",
"model_type": "data/HcsDpDialPlanSchemaDAT"
},
{
"pkid": "5a7c4ba71360b64cc8bf1e3d",
"path": "featureMembers.0.usage",
"model_type": "data/HcsDpDialPlanSchemaUsageDAT"
},
{
"pkid": "5a866ff80085ec1f7f30db97",
"path": "featureMembers.0.dialPlanSchema",
"model_type": "data/HcsDpDialPlanSchemaDAT"
},
{
"pkid": "5a7c4ba71360b64cc8bf1e3d",
"path": "featureMembers.1.usage",
"model_type": "data/HcsDpDialPlanSchemaUsageDAT"
},
{
"pkid": "5a866ff9939cd122e184a432",
"path": "featureMembers.1.dialPlanSchema",
"model_type": "data/HcsDpDialPlanSchemaDAT"
},
{
"pkid": "5a7c4ba71360b64cc8bf1e3d",
"path": "featureMembers.2.usage",
"model_type": "data/HcsDpDialPlanSchemaUsageDAT"
},
{
"pkid": "5a866ff90085ec1f7f30dba5",
"path": "featureMembers.2.dialPlanSchema",
"model_type": "data/HcsDpDialPlanSchemaDAT"
},
{
"pkid": "5a7c4ba71360b64cc8bf1e3d",
"path": "featureMembers.3.usage",
"model_type": "data/HcsDpDialPlanSchemaUsageDAT"
},
{
"pkid": "5a866ffab12a1c20228be622",
"path": "featureMembers.3.dialPlanSchema",
"model_type": "data/HcsDpDialPlanSchemaDAT"
},
{
"pkid": "5a7c4ba71360b64cc8bf1e3d",
"path": "countryMembers.0.usage",
"model_type": "data/HcsDpDialPlanSchemaUsageDAT"
},
{
"pkid": "5a8672bd939cd122e184a875",
"path": "countryMembers.0.country",
"model_type": "data/Countries"
},
{
"pkid": "5a867202939cd122e184a6dd",
"path": "countryMembers.0.dialPlanSchema",
"model_type": "data/HcsDpDialPlanSchemaDAT"
},
{
"pkid": "5a7c4ba71360b64cc8bf1e3d",
"path": "countryMembers.1.usage",
"model_type": "data/HcsDpDialPlanSchemaUsageDAT"
},
{
"pkid": "5a8672bd939cd122e184a875",
"path": "countryMembers.1.country",
"model_type": "data/Countries"
},
{
"pkid": "5a86724a939cd122e184a7e2",
"path": "countryMembers.1.dialPlanSchema",
"model_type": "data/HcsDpDialPlanSchemaDAT"
},
{
"pkid": "5a7c4ba71360b64cc8bf1e3d",
"path": "countryMembers.2.usage",
"model_type": "data/HcsDpDialPlanSchemaUsageDAT"
},
{
"pkid": "5a8672bd939cd122e184a872",
"path": "countryMembers.2.country",
"model_type": "data/Countries"
},
{
"pkid": "5a8671e8b12a1c20228bf410",
"path": "countryMembers.2.dialPlanSchema",
"model_type": "data/HcsDpDialPlanSchemaDAT"
},
{
"pkid": "5a7c4ba71360b64cc8bf1e3d",
"path": "countryMembers.3.usage",
"model_type": "data/HcsDpDialPlanSchemaUsageDAT"
},
{
"pkid": "5a8672bd939cd122e184a872",
"path": "countryMembers.3.country",
"model_type": "data/Countries"
},
{
"pkid": "5a867248b12a1c20228bf597",
"path": "countryMembers.3.dialPlanSchema",
"model_type": "data/HcsDpDialPlanSchemaDAT"
},
{
"pkid": "5a7c4ba71360b64cc8bf1e3d",
"path": "countryMembers.4.usage",
"model_type": "data/HcsDpDialPlanSchemaUsageDAT"
},
{
"pkid": "5a8672b1939cd122e184a84c",
"path": "countryMembers.4.country",
"model_type": "data/Countries"
},
{
"pkid": "5a8671c067ea6f203993318f",
"path": "countryMembers.4.dialPlanSchema",
"model_type": "data/HcsDpDialPlanSchemaDAT"
},
{
"pkid": "5a7c4ba71360b64cc8bf1e3d",
"path": "countryMembers.5.usage",
"model_type": "data/HcsDpDialPlanSchemaUsageDAT"
},
{
"pkid": "5a8672b1939cd122e184a84c",
"path": "countryMembers.5.country",
"model_type": "data/Countries"
},
{
"pkid": "5a867244b12a1c20228bf56d",
"path": "countryMembers.5.dialPlanSchema",
"model_type": "data/HcsDpDialPlanSchemaDAT"
},
{
"pkid": "5a7c4ba71360b64cc8bf1e3d",
"path": "countryMembers.6.usage",
"model_type": "data/HcsDpDialPlanSchemaUsageDAT"
},
{
"pkid": "5a7c47d80085ec4f1d7214fe",
"path": "countryMembers.6.country",
"model_type": "data/Countries"
},
{
"pkid": "5a8671ce142896209a5f30f5",
"path": "countryMembers.6.dialPlanSchema",
"model_type": "data/HcsDpDialPlanSchemaDAT"
},
{
"pkid": "5a7c4ba71360b64cc8bf1e3d",
"path": "countryMembers.7.usage",
"model_type": "data/HcsDpDialPlanSchemaUsageDAT"
},
{
"pkid": "5a7c47d80085ec4f1d7214fe",
"path": "countryMembers.7.country",
"model_type": "data/Countries"
},
{
"pkid": "5a867246b12a1c20228bf57b",
"path": "countryMembers.7.dialPlanSchema",
"model_type": "data/HcsDpDialPlanSchemaDAT"
},
{
"pkid": "5a7c4ba71360b64cc8bf1e3d",
"path": "countryMembers.8.usage",
"model_type": "data/HcsDpDialPlanSchemaUsageDAT"
},
{
"pkid": "5a7c47d90085ec4f1d721501",
"path": "countryMembers.8.country",
"model_type": "data/Countries"
},
{
"pkid": "5a8671df1360b6206c48906d",
"path": "countryMembers.8.dialPlanSchema",
"model_type": "data/HcsDpDialPlanSchemaDAT"
},
{
"pkid": "5a7c4ba71360b64cc8bf1e3d",
"path": "countryMembers.9.usage",
"model_type": "data/HcsDpDialPlanSchemaUsageDAT"
},
{
"pkid": "5a7c47d90085ec4f1d721501",
"path": "countryMembers.9.country",
"model_type": "data/Countries"
},
{
"pkid": "5a867248b12a1c20228bf589",
"path": "countryMembers.9.dialPlanSchema",
"model_type": "data/HcsDpDialPlanSchemaDAT"
},
{
"pkid": "5a7c4ba71360b64cc8bf1e3d",
"path": "countryMembers.10.usage",
"model_type": "data/HcsDpDialPlanSchemaUsageDAT"
},
{
"pkid": "5a7c47d91428964fcc842086",
"path": "countryMembers.10.country",
"model_type": "data/Countries"
},
{
"pkid": "5a8671d8b12a1c20228bf3bb",
"path": "countryMembers.10.dialPlanSchema",
"model_type": "data/HcsDpDialPlanSchemaDAT"
},
{
"pkid": "5a7c4ba71360b64cc8bf1e3d",
"path": "countryMembers.11.usage",
"model_type": "data/HcsDpDialPlanSchemaUsageDAT"
},
{
"pkid": "5a7c47d91428964fcc842086",
"path": "countryMembers.11.country",
"model_type": "data/Countries"
},
{
"pkid": "5a8672471360b6206c489153",
"path": "countryMembers.11.dialPlanSchema",
"model_type": "data/HcsDpDialPlanSchemaDAT"
},
{
"pkid": "5a7c4ba71360b64cc8bf1e3d",
"path": "countryMembers.12.usage",
"model_type": "data/HcsDpDialPlanSchemaUsageDAT"
},
{
"pkid": "5a7c47d81428964fcc842080",
"path": "countryMembers.12.country",
"model_type": "data/Countries"
},
{
"pkid": "5a8671c3939cd122e184a65d",
"path": "countryMembers.12.dialPlanSchema",
"model_type": "data/HcsDpDialPlanSchemaDAT"
},
{
"pkid": "5a7c4ba71360b64cc8bf1e3d",
"path": "countryMembers.13.usage",
"model_type": "data/HcsDpDialPlanSchemaUsageDAT"
},
{
"pkid": "5a7c47d81428964fcc842080",
"path": "countryMembers.13.country",
"model_type": "data/Countries"
},
{
"pkid": "5a8672440085ec1f7f30e797",
"path": "countryMembers.13.dialPlanSchema",
"model_type": "data/HcsDpDialPlanSchemaDAT"
},
{
"pkid": "5a7c4ba71360b64cc8bf1e3d",
"path": "countryMembers.14.usage",
"model_type": "data/HcsDpDialPlanSchemaUsageDAT"
},
{
"pkid": "5a7c47da939cd15d8c428aa3",
"path": "countryMembers.14.country",
"model_type": "data/Countries"
},
{
"pkid": "5a8671c3939cd122e184a65d",
"path": "countryMembers.14.dialPlanSchema",
"model_type": "data/HcsDpDialPlanSchemaDAT"
},
{
"pkid": "5a7c4ba71360b64cc8bf1e3d",
"path": "countryMembers.15.usage",
"model_type": "data/HcsDpDialPlanSchemaUsageDAT"
},
{
"pkid": "5a7c47da939cd15d8c428aa3",
"path": "countryMembers.15.country",
"model_type": "data/Countries"
},
{
"pkid": "5a8672490085ec1f7f30e7a5",
"path": "countryMembers.15.dialPlanSchema",
"model_type": "data/HcsDpDialPlanSchemaDAT"
},
{
"pkid": "5a7c4ba71360b64cc8bf1e3d",
"path": "countryMembers.16.usage",
"model_type": "data/HcsDpDialPlanSchemaUsageDAT"
},
{
"pkid": "5a7c47d70085ec4f1d7214fb",
"path": "countryMembers.16.country",
"model_type": "data/Countries"
},
{
"pkid": "5a8671ba67ea6f203993318a",
"path": "countryMembers.16.dialPlanSchema",
"model_type": "data/HcsDpDialPlanSchemaDAT"
},
{
"pkid": "5a7c4ba71360b64cc8bf1e3d",
"path": "countryMembers.17.usage",
"model_type": "data/HcsDpDialPlanSchemaUsageDAT"
},
{
"pkid": "5a7c47d70085ec4f1d7214fb",
"path": "countryMembers.17.country",
"model_type": "data/Countries"
},
{
"pkid": "5a867243b12a1c20228bf55f",
"path": "countryMembers.17.dialPlanSchema",
"model_type": "data/HcsDpDialPlanSchemaDAT"
},
{
"pkid": "5a7c4ba71360b64cc8bf1e3d",
"path": "countryMembers.18.usage",
"model_type": "data/HcsDpDialPlanSchemaUsageDAT"
},
{
"pkid": "5a7c47d9b12a1c4e4285bbd1",
"path": "countryMembers.18.country",
"model_type": "data/Countries"
},
{
"pkid": "5a8671f7142896209a5f3125",
"path": "countryMembers.18.dialPlanSchema",
"model_type": "data/HcsDpDialPlanSchemaDAT"
},
{
"pkid": "5a7c4ba71360b64cc8bf1e3d",
"path": "countryMembers.19.usage",
"model_type": "data/HcsDpDialPlanSchemaUsageDAT"
},
{
"pkid": "5a7c47d9b12a1c4e4285bbd1",
"path": "countryMembers.19.country",
"model_type": "data/Countries"
},
{
"pkid": "5a867249b12a1c20228bf5a5",
"path": "countryMembers.19.dialPlanSchema",
"model_type": "data/HcsDpDialPlanSchemaDAT"
},
{
"pkid": "5a7c4ba71360b64cc8bf1e3d",
"path": "countryMembers.20.usage",
"model_type": "data/HcsDpDialPlanSchemaUsageDAT"
},
{
"pkid": "5a7c47d81428964fcc842083",
"path": "countryMembers.20.country",
"model_type": "data/Countries"
},
{
"pkid": "5a8671c7b12a1c20228bf38f",
"path": "countryMembers.20.dialPlanSchema",
"model_type": "data/HcsDpDialPlanSchemaDAT"
},
{
"pkid": "5a7c4ba71360b64cc8bf1e3d",
"path": "countryMembers.21.usage",
"model_type": "data/HcsDpDialPlanSchemaUsageDAT"
},
{
"pkid": "5a7c47d81428964fcc842083",
"path": "countryMembers.21.country",
"model_type": "data/Countries"
},
{
"pkid": "5a86724567ea6f2039933355",
"path": "countryMembers.21.dialPlanSchema",
"model_type": "data/HcsDpDialPlanSchemaDAT"
},
{
"pkid": "5a7c4beb1428964fcc8425e1",
"path": "customWorkflows.0.event",
"model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT"
},
{
"path": "customWorkflows.0.workflow",
"model_type": "data/ProvisioningWorkflow"
},
{
"pkid": "5a7c4be81428964fcc8425db",
"path": "customWorkflows.1.event",
"model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT"
},
{
"path": "customWorkflows.1.workflow",
"model_type": "data/ProvisioningWorkflow"
},
{
"pkid": "5a7c4bea67ea6f4d51f6206c",
"path": "customWorkflows.2.event",
"model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT"
},
{
"path": "customWorkflows.2.workflow",
"model_type": "data/ProvisioningWorkflow"
},
{
"pkid": "5a7c4bea67ea6f4d51f6206c",
"path": "customWorkflows.3.event",
"model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT"
},
{
"path": "customWorkflows.3.workflow",
"model_type": "data/ProvisioningWorkflow"
},
{
"pkid": "5a7c4bea67ea6f4d51f6206c",
"path": "customWorkflows.4.event",
"model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT"
},
{
"path": "customWorkflows.4.workflow",
"model_type": "data/ProvisioningWorkflow"
},
{
"pkid": "5a7c4be9939cd15d8c42949e",
"path": "customWorkflows.5.event",
"model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT"
},
{
"path": "customWorkflows.5.workflow",
"model_type": "data/ProvisioningWorkflow"
},
{
"pkid": "5a7c4be90085ec4f1d721a90",
"path": "customWorkflows.6.event",
"model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT"
},
{
"path": "customWorkflows.6.workflow",
"model_type": "data/ProvisioningWorkflow"
},
{
"pkid": "5a7c4be91360b64cc8bf1f3f",
"path": "customWorkflows.7.event",
"model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT"
},
{
"path": "customWorkflows.7.workflow",
"model_type": "data/ProvisioningWorkflow"
},
{
"pkid": "5a7c4bea939cd15d8c4294a1",
"path": "customWorkflows.8.event",
"model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT"
},
{
"path": "customWorkflows.8.workflow",
"model_type": "data/ProvisioningWorkflow"
},
{
"pkid": "5a7c4beb1360b64cc8bf1f42",
"path": "customWorkflows.9.event",
"model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT"
},
{
"path": "customWorkflows.9.workflow",
"model_type": "data/ProvisioningWorkflow"
},
{
"pkid": "5a7c4beb1360b64cc8bf1f45",
"path": "customWorkflows.10.event",
"model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT"
},
{
"path": "customWorkflows.10.workflow",
"model_type": "data/ProvisioningWorkflow"
},
{
"pkid": "5a7c4bef939cd15d8c4294aa",
"path": "customWorkflows.11.event",
"model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT"
},
{
"path": "customWorkflows.11.workflow",
"model_type": "data/ProvisioningWorkflow"
},
{
"pkid": "5a7c4bef1360b64cc8bf1f4b",
"path": "customWorkflows.12.event",
"model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT"
},
{
"path": "customWorkflows.12.workflow",
"model_type": "data/ProvisioningWorkflow"
},
{
"pkid": "5a7c4bec939cd15d8c4294a4",
"path": "customWorkflows.13.event",
"model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT"
},
{
"path": "customWorkflows.13.workflow",
"model_type": "data/ProvisioningWorkflow"
},
{
"pkid": "5a7c4bed1428964fcc8425e7",
"path": "customWorkflows.14.event",
"model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT"
},
{
"path": "customWorkflows.14.workflow",
"model_type": "data/ProvisioningWorkflow"
},
{
"pkid": "5a7c4bed939cd15d8c4294a7",
"path": "customWorkflows.15.event",
"model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT"
},
{
"path": "customWorkflows.15.workflow",
"model_type": "data/ProvisioningWorkflow"
},
{
"pkid": "5a7c4bed0085ec4f1d721a96",
"path": "customWorkflows.16.event",
"model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT"
},
{
"path": "customWorkflows.16.workflow",
"model_type": "data/ProvisioningWorkflow"
},
{
"pkid": "5a7c4bee1360b64cc8bf1f48",
"path": "customWorkflows.17.event",
"model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT"
},
{
"path": "customWorkflows.17.workflow",
"model_type": "data/ProvisioningWorkflow"
},
{
"pkid": "5a7c4bee1428964fcc8425ea",
"path": "customWorkflows.18.event",
"model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT"
},
{
"path": "customWorkflows.18.workflow",
"model_type": "data/ProvisioningWorkflow"
},
{
"pkid": "5a7c4bee0085ec4f1d721a99",
"path": "customWorkflows.19.event",
"model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT"
},
{
"path": "customWorkflows.19.workflow",
"model_type": "data/ProvisioningWorkflow"
}
],
"self": [
{
"href": "/api/data/HcsDpDialPlanSchemaGroupDAT/5a86cc9f1360b6206c49e740/",
"pkid": "5a86cc9f1360b6206c49e740"
}
]
},
"path": [
"6t0ggef2c0deab00hb595101",
"5a7c462e1360b64cc8bf16e5",
"5a866fd11360b6206c488deb",
"5a86704db12a1c20228be944",
"5a86cc291360b6206c49e71e",
"5a86cc9f1360b6206c49e740"
],
"schema_version": "2.2",
"actions": [
{
"update": {
"method": "PUT",
"class": "update",
"href": "/api/data/HcsDpDialPlanSchemaGroupDAT/5a86cc9f1360b6206c49e740/",
"support_async": true,
"title": "Modify"
}
},
{
"remove": {
"method": "DELETE",
"class": "delete",
"href": "/api/data/HcsDpDialPlanSchemaGroupDAT/5a86cc9f1360b6206c49e740/",
"support_async": true,
"title": "Delete"
}
},
{
"clone": {
"method": "GET",
"class": "clone",
"href": "/api/data/HcsDpDialPlanSchemaGroupDAT/5a86cc9f1360b6206c49e740/clone/?schema=&schema_rules=true",
"support_async": false,
"title": "Clone"
}
},
{
"export": {
"method": "GET",
"class": "export",
"href": "/api/data/HcsDpDialPlanSchemaGroupDAT/5a86cc9f1360b6206c49e740/export/",
"support_async": false,
"title": "Export",
"view": "/api/view/ExportData/add/",
"submit": "payload"
}
},
{
"get": {
"method": "GET",
"class": "get",
"href": "/api/data/HcsDpDialPlanSchemaGroupDAT/5a86cc9f1360b6206c49e740/",
"support_async": false,
"title": "Get"
}
},
{
"help": {
"method": "GET",
"class": "help",
"href": "/api/data/HcsDpDialPlanSchemaGroupDAT/5a86cc9f1360b6206c49e740/help",
"support_async": false,
"title": "Help"
}
}
],
"summary": "false"
},
"pkid": "5a86cc9f1360b6206c49e740"
},
{
"data": {
"siteDefaultsDoc": {
"defaultDevicePool": "Default",
"defaultCucmGroup": "{{ macro.DEFAULT_CUCM_GROUP }}",
"defaultCucmRegion": "{{ macro.HcsDpDefaultSiteRegionMCR }}"
},
"pkid": "5a86701f142896209a5f221f",
"name": "Cisco Shell Schema Group",
"customWorkflows": [
{
"event": "addDnInventory",
"workflow": "HcsAddType4DnPWF"
},
{
"event": "addE164Inventory",
"workflow": "HcsAddTypeXE164PWF"
},
{
"event": "associateE164ToDn",
"workflow": "HcsAssociateDNToE164CustomPWF"
},
{
"event": "unassociateE164ToDn",
"workflow": "HcsUnassociateDNToE164CustomPWF"
},
{
"event": "associateE164ToSingleDn",
"workflow": "HcsAssociateDNToMultiE164CustomPWF"
},
{
"event": "unassociateE164ToSingleDn",
"workflow": "HcsUnassociateDNToMultiE164CustomPWF"
}
],
"description": "Schema group for use with custom or bring-your-own-dial-plan customers. This \"shell\" schema group will not deploy any elements on CUCM or CUCxn by default. This schema group will allow DN and E164 inventory to be created for the customer that takes this schema group into use. An admin can clone this schema group as a starting point for defining their own custom schema group.. Cloned instance version 0.1.2 from sys.hcs.",
"hierarchy_friendly_name": "CS-P (Provider)",
"hierarchy_path": "sys.hcs.CS-P"
},
"meta": {
"model_type": "data/HcsDpDialPlanSchemaGroupDAT",
"summary_attrs": [
{
"name": "name",
"title": "Dial Plan Schema Group Name"
},
{
"name": "hierarchy_friendly_name",
"title": "Located At",
"allow_filtering": true
}
],
"tagged_versions": [],
"tags": [],
"title": "title format",
"business_key": {
"hierarchy": true,
"unique": [
"name"
]
},
"api_version": "21.2",
"cached": true,
"references": {
"device": [
{
"href": "",
"pkid": ""
}
],
"owner": [
{
"pkid": ""
}
],
"parent": [
{
"pkid": "5a866fd11360b6206c488deb",
"href": "/api/data/HierarchyNode/5a866fd11360b6206c488deb"
}
],
"foreign_key": [
{
"pkid": "5a7c4beb1360b64cc8bf1f45",
"path": "customWorkflows.0.event",
"model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT"
},
{
"path": "customWorkflows.0.workflow",
"model_type": "data/ProvisioningWorkflow"
},
{
"pkid": "5a7c4bec939cd15d8c4294a4",
"path": "customWorkflows.1.event",
"model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT"
},
{
"path": "customWorkflows.1.workflow",
"model_type": "data/ProvisioningWorkflow"
},
{
"pkid": "5a7c4bed1428964fcc8425e7",
"path": "customWorkflows.2.event",
"model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT"
},
{
"path": "customWorkflows.2.workflow",
"model_type": "data/ProvisioningWorkflow"
},
{
"pkid": "5a7c4bed939cd15d8c4294a7",
"path": "customWorkflows.3.event",
"model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT"
},
{
"path": "customWorkflows.3.workflow",
"model_type": "data/ProvisioningWorkflow"
},
{
"pkid": "5a7c4bed0085ec4f1d721a96",
"path": "customWorkflows.4.event",
"model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT"
},
{
"path": "customWorkflows.4.workflow",
"model_type": "data/ProvisioningWorkflow"
},
{
"pkid": "5a7c4bee1360b64cc8bf1f48",
"path": "customWorkflows.5.event",
"model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT"
},
{
"path": "customWorkflows.5.workflow",
"model_type": "data/ProvisioningWorkflow"
}
],
"self": [
{
"href": "/api/data/HcsDpDialPlanSchemaGroupDAT/5a86701f142896209a5f2206/",
"pkid": "5a86701f142896209a5f2206"
}
]
},
"path": [
"6t0ggef2c0deab00hb595101",
"5a7c462e1360b64cc8bf16e5",
"5a866fd11360b6206c488deb",
"5a86701f142896209a5f2206"
],
"schema_version": "2.2",
"actions": [
{
"update": {
"method": "PUT",
"class": "update",
"href": "/api/data/HcsDpDialPlanSchemaGroupDAT/5a86701f142896209a5f2206/",
"support_async": true,
"title": "Modify"
}
},
{
"remove": {
"method": "DELETE",
"class": "delete",
"href": "/api/data/HcsDpDialPlanSchemaGroupDAT/5a86701f142896209a5f2206/",
"support_async": true,
"title": "Delete"
}
},
{
"clone": {
"method": "GET",
"class": "clone",
"href": "/api/data/HcsDpDialPlanSchemaGroupDAT/5a86701f142896209a5f2206/clone/?schema=&schema_rules=true",
"support_async": false,
"title": "Clone"
}
},
{
"export": {
"method": "GET",
"class": "export",
"href": "/api/data/HcsDpDialPlanSchemaGroupDAT/5a86701f142896209a5f2206/export/",
"support_async": false,
"title": "Export",
"view": "/api/view/ExportData/add/",
"submit": "payload"
}
},
{
"get": {
"method": "GET",
"class": "get",
"href": "/api/data/HcsDpDialPlanSchemaGroupDAT/5a86701f142896209a5f2206/",
"support_async": false,
"title": "Get"
}
},
{
"help": {
"method": "GET",
"class": "help",
"href": "/api/data/HcsDpDialPlanSchemaGroupDAT/5a86701f142896209a5f2206/help",
"support_async": false,
"title": "Help"
}
}
],
"summary": "false"
},
"pkid": "5a86701f142896209a5f2206"
}
]
}
(Show the first instance)
{
"data": {
"siteDefaultsDoc": {
"defaultCucmPhoneSubscriberCss": "{{macro.HcsDpUniqueSitePrefixMCR}}-InternalOnly-CSS",
"defaultCucmPhoneLineE164Mask": "{{ macro.HcsDpSitePublishedNumberMCR }}",
"defaultLocation": "{{ macro.HcsDpDefaultSiteLocationMCR }}",
"defaultCucmLineCallFwdCss": "{{macro.HcsDpUniqueSitePrefixMCR}}-Natl24HrsStd-CSS",
"defaultCucmRdpLineE164Mask": "{{ macro.HcsDpSitePublishedNumberMCR }}",
"defaultCallParkPartition": "{{ macro.DP_SITE_FEATURE_PT }}",
"defaultCucmGroup": "Default",
"defaultCucmLineCallFwdOnFailureInternalCss": "{{macro.HcsDpUniqueSitePrefixMCR}}-Natl24HrsStd-CSS",
"defaultCucmLineCallFwdSecondaryCss": "{{macro.HcsDpUniqueSitePrefixMCR}}-Natl24HrsStd-CSS",
"defaultCucmAltEnterprisePt": "{{macro.HcsDpUniqueSitePrefixMCR}}-Feature-PT",
"defaultCucmRegion": "{{ macro.HcsDpDefaultSiteRegionMCR }}",
"defaultCucmLineCallFwdBusyInternalCss": "{{macro.HcsDpUniqueSitePrefixMCR}}-Natl24HrsStd-CSS",
"defaultCucmLineCallFwdNoAnswerInternalCss": "{{macro.HcsDpUniqueSitePrefixMCR}}-Natl24HrsStd-CSS",
"defaultCucmLineCallFwdNoCoverageInternalCss": "{{macro.HcsDpUniqueSitePrefixMCR}}-Natl24HrsStd-CSS",
"defaultMeetMePartition": "{{ macro.DP_SITE_FEATURE_PT }}",
"defaultCucmHuntPilotPt": "{{ macro.DP_CUST_DIR_NUMBER_PT }}",
"defaultPlarCss": "{{macro.HcsDpUniqueSitePrefixMCR}}-InternalOnly-CSS",
"defaultCallPickupPartition": "{{ macro.DP_SITE_FEATURE_PT }}",
"defaultCucmLineCallFwdNoAnswerCss": "{{macro.HcsDpUniqueSitePrefixMCR}}-Natl24HrsStd-CSS",
"defaultCucmLineCallFwdOnFailureCss": "{{macro.HcsDpUniqueSitePrefixMCR}}-Natl24HrsStd-CSS",
"defaultCucmLineCallFwdNoCoverageCss": "{{macro.HcsDpUniqueSitePrefixMCR}}-Natl24HrsStd-CSS",
"defaultLinePartition": "{{ macro.DP_CUST_DIR_NUMBER_PT }}",
"defaultCucmLineCallFwdAllCss": "{{macro.HcsDpUniqueSitePrefixMCR}}-Natl24HrsStd-CSS",
"defaultCucmDeviceProfileEmccCss": "{{macro.HcsDpUniqueSitePrefixMCR}}-Natl24HrsStd-CSS",
"defaultCucmLineCallFwdBusyCss": "{{macro.HcsDpUniqueSitePrefixMCR}}-Natl24HrsStd-CSS",
"defaultCucmLineCallFwdNotRegisteredCss": "{{macro.HcsDpUniqueSitePrefixMCR}}-Natl24HrsStd-CSS",
"defaultLineCss": "{{macro.HcsDpUniqueSitePrefixMCR}}-Natl24HrsStd-CSS",
"defaultDevicePool": "{{ macro.HcsDpDefaultSiteDevicePoolMCR }}",
"defaultDeviceCss": "{{ macro.DP_SITE_DEFAULT_DEVICE_CSS_WRAPPER }}",
"defaultCucmRdpCss": "{{macro.HcsDpUniqueSitePrefixMCR}}-Natl24HrsStd-CSS",
"defaultCucmRdpReroutingCss": "{{macro.HcsDpUniqueSitePrefixMCR}}-Natl24HrsStd-CSS",
"defaultCucmLineAlternateE164Pt": "{{macro.HcsDpUniqueSitePrefixMCR}}-GDPR-PT",
"defaultCucmLineCallFwdAlternatePartyCss": "{{macro.HcsDpUniqueSitePrefixMCR}}-Natl24HrsStd-CSS",
"defaultCucmUserSubscriberCss": "{{macro.HcsDpUniqueSitePrefixMCR}}-InternalOnly-CSS",
"defaultCucmDeviceProfileE164Mask": "{{ macro.HcsDpSitePublishedNumberMCR }}"
},
"name": "AAAGlobal Type 4 Schema Group",
"countryMembers": [
{
"usage": "Add Site",
"country": "United States of America",
"dialPlanSchema": "HcsGenericCustomerUSADP-V10-SCH",
"scope": "Customer"
},
{
"usage": "Add Site",
"country": "United States of America",
"dialPlanSchema": "CS-P-HcsGenericSiteUSADP-V11-SCH",
"scope": "Site"
},
{
"usage": "Add Site",
"country": "United Kingdom",
"dialPlanSchema": "HcsGenericCustomerGBRDP-V5-SCH",
"scope": "Customer"
},
{
"usage": "Add Site",
"country": "United Kingdom",
"dialPlanSchema": "CS-P-HcsGenericSiteGBRDP-V6-SCH",
"scope": "Site"
},
{
"usage": "Add Site",
"country": "Canada",
"dialPlanSchema": "HcsGenericCustomerCANDP-V2-SCH",
"scope": "Customer"
},
{
"usage": "Add Site",
"country": "Canada",
"dialPlanSchema": "CS-P-HcsGenericSiteCANDP-V2-SCH",
"scope": "Site"
},
{
"usage": "Add Site",
"country": "Germany",
"dialPlanSchema": "HcsGenericCustomerDEUDP-V3-SCH",
"scope": "Customer"
},
{
"usage": "Add Site",
"country": "Germany",
"dialPlanSchema": "CS-P-HcsGenericSiteDEUDP-V3-SCH",
"scope": "Site"
},
{
"usage": "Add Site",
"country": "France",
"dialPlanSchema": "HcsGenericCustomerFRADP-V2-SCH",
"scope": "Customer"
},
{
"usage": "Add Site",
"country": "France",
"dialPlanSchema": "CS-P-HcsGenericSiteFRADP-V2-SCH",
"scope": "Site"
},
{
"usage": "Add Site",
"country": "Spain",
"dialPlanSchema": "HcsGenericCustomerESPDP-V1-SCH",
"scope": "Customer"
},
{
"usage": "Add Site",
"country": "Spain",
"dialPlanSchema": "CS-P-HcsGenericSiteESPDP-V1-SCH",
"scope": "Site"
},
{
"usage": "Add Site",
"country": "Switzerland",
"dialPlanSchema": "HcsGenericCustomerCHEDP-V1-SCH",
"scope": "Customer"
},
{
"usage": "Add Site",
"country": "Switzerland",
"dialPlanSchema": "CS-P-HcsGenericSiteCHEDP-V1-SCH",
"scope": "Site"
},
{
"usage": "Add Site",
"country": "Portugal",
"dialPlanSchema": "HcsGenericCustomerCHEDP-V1-SCH",
"scope": "Customer"
},
{
"usage": "Add Site",
"country": "Portugal",
"dialPlanSchema": "CS-P-HcsGenericSitePRTDP-V1-SCH",
"scope": "Site"
},
{
"usage": "Add Site",
"country": "Australia",
"dialPlanSchema": "HcsGenericCustomerAUSDP-V2-SCH",
"scope": "Customer"
},
{
"usage": "Add Site",
"country": "Australia",
"dialPlanSchema": "CS-P-HcsGenericSiteAUSDP-V2-SCH",
"scope": "Site"
},
{
"usage": "Add Site",
"country": "New Zealand",
"dialPlanSchema": "HcsGenericCustomerNZLDP-V2-SCH",
"scope": "Customer"
},
{
"usage": "Add Site",
"country": "New Zealand",
"dialPlanSchema": "CS-P-HcsGenericSiteNZLDP-V2-SCH",
"scope": "Site"
},
{
"usage": "Add Site",
"country": "China",
"dialPlanSchema": "HcsGenericCustomerCHNDP-V1-SCH",
"scope": "Customer"
},
{
"usage": "Add Site",
"country": "China",
"dialPlanSchema": "CS-P-HcsGenericSiteCHNDP-V1-SCH",
"scope": "Site"
}
],
"description": "AAAGlobal Type 4 Schema Group - Cloned from CS-P Type4 - 9 Jun 2016",
"customWorkflows": [
{
"event": "preAddSite",
"workflow": "HcsDpBootstrapCucmClusterPWF"
},
{
"event": "addSite",
"workflow": "HcsDpAddSiteSystemDataPWF"
},
{
"event": "updateSite",
"workflow": "HcsDpUpdateSitePubEmerNumPWF"
},
{
"event": "updateSite",
"workflow": "HcsDpUpdateSiteE164MasksPWF"
},
{
"event": "updateSite",
"workflow": "HcsDpUpdateSiteAreaCodesPWF"
},
{
"event": "removeSite",
"workflow": "HcsDpDelSiteSystemDataPWF"
},
{
"event": "addVoiceMailPilotNumber",
"workflow": "HcsDpVmPilotAddCustomPWF"
},
{
"event": "removeVoiceMailPilotNumber",
"workflow": "HcsDpVmPilotDelCustomPWF"
},
{
"event": "associateVoiceMailServiceToCustomer",
"workflow": "HcsDpAssociateVmSvcToCustCustomPWF"
},
{
"event": "disassociateVoiceMailServiceFromCustomer",
"workflow": "HcsDpDisassociateVmSvcFromCustCustomPWF"
},
{
"event": "addDnInventory",
"workflow": "HcsAddType4DnPWF"
},
{
"event": "associateVoiceMailPilotNumberToSite",
"workflow": "HcsDpAssociateVmPilotToSiteCustomPWF"
},
{
"event": "disassociateVoiceMailPilotNumberFromSite",
"workflow": "HcsDpDisassociateVmPilotFromSiteCustomPWF"
},
{
"event": "addE164Inventory",
"workflow": "HcsAddTypeXE164PWF"
},
{
"event": "associateE164ToDn",
"workflow": "HcsAssociateDNToE164TypeXPWF"
},
{
"event": "unassociateE164ToDn",
"workflow": "HcsUnAssociateDNToE164TypeXPWF"
},
{
"event": "associateE164ToSingleDn",
"workflow": "HcsAssociateDNToMultiE164TypeXPWF"
},
{
"event": "unassociateE164ToSingleDn",
"workflow": "HcsUnassociateDNToMultiE164TypeXPWF"
},
{
"event": "associateLboGateway",
"workflow": "HcsDefaultAddLBOGatewayPWF"
},
{
"event": "unassociateLboGateway",
"workflow": "HcsDefaultDelLBOGatewayPWF"
}
],
"members": [
{
"usage": "Add Site",
"scope": "Customer",
"dialPlanSchema": "HcsDefaultAddCustomerSchema"
},
{
"usage": "Add Site",
"scope": "Site",
"dialPlanSchema": "HcsDefaultAddSiteType4Schema"
},
{
"usage": "Add Site Short Code",
"scope": "Site",
"dialPlanSchema": "HcsDefaultAddSiteShortCodeSchema"
},
{
"usage": "Add Site Short Code Use Orig CSS",
"scope": "Site",
"dialPlanSchema": "HcsDefaultAddSiteShortCodeUseOrigCssSchema"
},
{
"usage": "Add Directory Number Range",
"scope": "Site",
"dialPlanSchema": "HcsDefaultAddDnRangeSchema"
},
{
"usage": "Add Voice Mail Pilot Number",
"scope": "Customer",
"dialPlanSchema": "HcsDefaultAddVoiceMailPilotNumberSchema"
},
{
"usage": "Add E164 Number to VoiceMail Service",
"scope": "Site",
"dialPlanSchema": "HcsDefaultAddVoiceMailE164NumberSchema"
}
],
"featureMembers": [
{
"usage": "Add Site",
"scope": "Customer",
"dialPlanSchema": "CustomerCallScreening-Feature-V1-SCH"
},
{
"usage": "Add Site",
"scope": "Customer",
"dialPlanSchema": "CustomerToDCLIPR-Feature-V2-SCH"
},
{
"usage": "Add Site",
"scope": "Customer",
"dialPlanSchema": "CustomerFONet-Feature-V2-SCH"
},
{
"usage": "Add Site",
"scope": "Customer",
"dialPlanSchema": "FACnCMC-Feature-V1-SCH"
}
],
"pkid": "5a867317b12a1c20228bfa44"
},
"meta": {
"model_type": "data/HcsDpDialPlanSchemaGroupDAT",
"summary_attrs": [
{
"name": "name",
"title": "Dial Plan Schema Group Name"
},
{
"name": "hierarchy_friendly_name",
"title": "Located At",
"allow_filtering": true
}
],
"tagged_versions": [],
"tags": [],
"title": "title format",
"business_key": {
"unique": [
"name"
],
"hierarchy": true
},
"api_version": "21.2",
"cached": false,
"references": {
"device": [
{
"href": "",
"pkid": ""
}
],
"owner": [
{
"pkid": ""
}
],
"parent": [
{
"href": "/api/data/HierarchyNode/5a8673030085ec1f7f30e906",
"pkid": "5a8673030085ec1f7f30e906"
}
],
"foreign_key": [
{
"pkid": "5a7c4ba71360b64cc8bf1e3d",
"path": "members.0.usage",
"model_type": "data/HcsDpDialPlanSchemaUsageDAT"
},
{
"pkid": "5a866ff667ea6f20399322ff",
"path": "members.0.dialPlanSchema",
"model_type": "data/HcsDpDialPlanSchemaDAT"
},
{
"pkid": "5a7c4ba71360b64cc8bf1e3d",
"path": "members.1.usage",
"model_type": "data/HcsDpDialPlanSchemaUsageDAT"
},
{
"pkid": "5a866ff567ea6f20399322d0",
"path": "members.1.dialPlanSchema",
"model_type": "data/HcsDpDialPlanSchemaDAT"
},
{
"pkid": "5a7c4ba81360b64cc8bf1e46",
"path": "members.2.usage",
"model_type": "data/HcsDpDialPlanSchemaUsageDAT"
},
{
"pkid": "5a866ff767ea6f203993232e",
"path": "members.2.dialPlanSchema",
"model_type": "data/HcsDpDialPlanSchemaDAT"
},
{
"pkid": "5a7c4ba81360b64cc8bf1e49",
"path": "members.3.usage",
"model_type": "data/HcsDpDialPlanSchemaUsageDAT"
},
{
"pkid": "5a866ff70085ec1f7f30db7b",
"path": "members.3.dialPlanSchema",
"model_type": "data/HcsDpDialPlanSchemaDAT"
},
{
"pkid": "5a7c4ba81360b64cc8bf1e4c",
"path": "members.4.usage",
"model_type": "data/HcsDpDialPlanSchemaUsageDAT"
},
{
"pkid": "5a866ff80085ec1f7f30db89",
"path": "members.4.dialPlanSchema",
"model_type": "data/HcsDpDialPlanSchemaDAT"
},
{
"pkid": "5a7c4ba9939cd15d8c4293e5",
"path": "members.5.usage",
"model_type": "data/HcsDpDialPlanSchemaUsageDAT"
},
{
"pkid": "5a867017b12a1c20228be64c",
"path": "members.5.dialPlanSchema",
"model_type": "data/HcsDpDialPlanSchemaDAT"
},
{
"pkid": "5a7c4baa1360b64cc8bf1e4f",
"path": "members.6.usage",
"model_type": "data/HcsDpDialPlanSchemaUsageDAT"
},
{
"pkid": "5a867017939cd122e184a45c",
"path": "members.6.dialPlanSchema",
"model_type": "data/HcsDpDialPlanSchemaDAT"
},
{
"pkid": "5a7c4ba71360b64cc8bf1e3d",
"path": "featureMembers.0.usage",
"model_type": "data/HcsDpDialPlanSchemaUsageDAT"
},
{
"pkid": "5a866ff80085ec1f7f30db97",
"path": "featureMembers.0.dialPlanSchema",
"model_type": "data/HcsDpDialPlanSchemaDAT"
},
{
"pkid": "5a7c4ba71360b64cc8bf1e3d",
"path": "featureMembers.1.usage",
"model_type": "data/HcsDpDialPlanSchemaUsageDAT"
},
{
"pkid": "5a866ff9939cd122e184a432",
"path": "featureMembers.1.dialPlanSchema",
"model_type": "data/HcsDpDialPlanSchemaDAT"
},
{
"pkid": "5a7c4ba71360b64cc8bf1e3d",
"path": "featureMembers.2.usage",
"model_type": "data/HcsDpDialPlanSchemaUsageDAT"
},
{
"pkid": "5a866ff90085ec1f7f30dba5",
"path": "featureMembers.2.dialPlanSchema",
"model_type": "data/HcsDpDialPlanSchemaDAT"
},
{
"pkid": "5a7c4ba71360b64cc8bf1e3d",
"path": "featureMembers.3.usage",
"model_type": "data/HcsDpDialPlanSchemaUsageDAT"
},
{
"pkid": "5a866ffab12a1c20228be622",
"path": "featureMembers.3.dialPlanSchema",
"model_type": "data/HcsDpDialPlanSchemaDAT"
},
{
"pkid": "5a7c4ba71360b64cc8bf1e3d",
"path": "countryMembers.0.usage",
"model_type": "data/HcsDpDialPlanSchemaUsageDAT"
},
{
"pkid": "5a8672bd939cd122e184a875",
"path": "countryMembers.0.country",
"model_type": "data/Countries"
},
{
"pkid": "5a867202939cd122e184a6dd",
"path": "countryMembers.0.dialPlanSchema",
"model_type": "data/HcsDpDialPlanSchemaDAT"
},
{
"pkid": "5a7c4ba71360b64cc8bf1e3d",
"path": "countryMembers.1.usage",
"model_type": "data/HcsDpDialPlanSchemaUsageDAT"
},
{
"pkid": "5a8672bd939cd122e184a875",
"path": "countryMembers.1.country",
"model_type": "data/Countries"
},
{
"pkid": "5a86724a939cd122e184a7e2",
"path": "countryMembers.1.dialPlanSchema",
"model_type": "data/HcsDpDialPlanSchemaDAT"
},
{
"pkid": "5a7c4ba71360b64cc8bf1e3d",
"path": "countryMembers.2.usage",
"model_type": "data/HcsDpDialPlanSchemaUsageDAT"
},
{
"pkid": "5a8672bd939cd122e184a872",
"path": "countryMembers.2.country",
"model_type": "data/Countries"
},
{
"pkid": "5a8671e8b12a1c20228bf410",
"path": "countryMembers.2.dialPlanSchema",
"model_type": "data/HcsDpDialPlanSchemaDAT"
},
{
"pkid": "5a7c4ba71360b64cc8bf1e3d",
"path": "countryMembers.3.usage",
"model_type": "data/HcsDpDialPlanSchemaUsageDAT"
},
{
"pkid": "5a8672bd939cd122e184a872",
"path": "countryMembers.3.country",
"model_type": "data/Countries"
},
{
"pkid": "5a867248b12a1c20228bf597",
"path": "countryMembers.3.dialPlanSchema",
"model_type": "data/HcsDpDialPlanSchemaDAT"
},
{
"pkid": "5a7c4ba71360b64cc8bf1e3d",
"path": "countryMembers.4.usage",
"model_type": "data/HcsDpDialPlanSchemaUsageDAT"
},
{
"pkid": "5a8672b1939cd122e184a84c",
"path": "countryMembers.4.country",
"model_type": "data/Countries"
},
{
"pkid": "5a8671c067ea6f203993318f",
"path": "countryMembers.4.dialPlanSchema",
"model_type": "data/HcsDpDialPlanSchemaDAT"
},
{
"pkid": "5a7c4ba71360b64cc8bf1e3d",
"path": "countryMembers.5.usage",
"model_type": "data/HcsDpDialPlanSchemaUsageDAT"
},
{
"pkid": "5a8672b1939cd122e184a84c",
"path": "countryMembers.5.country",
"model_type": "data/Countries"
},
{
"pkid": "5a867244b12a1c20228bf56d",
"path": "countryMembers.5.dialPlanSchema",
"model_type": "data/HcsDpDialPlanSchemaDAT"
},
{
"pkid": "5a7c4ba71360b64cc8bf1e3d",
"path": "countryMembers.6.usage",
"model_type": "data/HcsDpDialPlanSchemaUsageDAT"
},
{
"pkid": "5a7c47d80085ec4f1d7214fe",
"path": "countryMembers.6.country",
"model_type": "data/Countries"
},
{
"pkid": "5a8671ce142896209a5f30f5",
"path": "countryMembers.6.dialPlanSchema",
"model_type": "data/HcsDpDialPlanSchemaDAT"
},
{
"pkid": "5a7c4ba71360b64cc8bf1e3d",
"path": "countryMembers.7.usage",
"model_type": "data/HcsDpDialPlanSchemaUsageDAT"
},
{
"pkid": "5a7c47d80085ec4f1d7214fe",
"path": "countryMembers.7.country",
"model_type": "data/Countries"
},
{
"pkid": "5a867246b12a1c20228bf57b",
"path": "countryMembers.7.dialPlanSchema",
"model_type": "data/HcsDpDialPlanSchemaDAT"
},
{
"pkid": "5a7c4ba71360b64cc8bf1e3d",
"path": "countryMembers.8.usage",
"model_type": "data/HcsDpDialPlanSchemaUsageDAT"
},
{
"pkid": "5a7c47d90085ec4f1d721501",
"path": "countryMembers.8.country",
"model_type": "data/Countries"
},
{
"pkid": "5a8671df1360b6206c48906d",
"path": "countryMembers.8.dialPlanSchema",
"model_type": "data/HcsDpDialPlanSchemaDAT"
},
{
"pkid": "5a7c4ba71360b64cc8bf1e3d",
"path": "countryMembers.9.usage",
"model_type": "data/HcsDpDialPlanSchemaUsageDAT"
},
{
"pkid": "5a7c47d90085ec4f1d721501",
"path": "countryMembers.9.country",
"model_type": "data/Countries"
},
{
"pkid": "5a867248b12a1c20228bf589",
"path": "countryMembers.9.dialPlanSchema",
"model_type": "data/HcsDpDialPlanSchemaDAT"
},
{
"pkid": "5a7c4ba71360b64cc8bf1e3d",
"path": "countryMembers.10.usage",
"model_type": "data/HcsDpDialPlanSchemaUsageDAT"
},
{
"pkid": "5a7c47d91428964fcc842086",
"path": "countryMembers.10.country",
"model_type": "data/Countries"
},
{
"pkid": "5a8671d8b12a1c20228bf3bb",
"path": "countryMembers.10.dialPlanSchema",
"model_type": "data/HcsDpDialPlanSchemaDAT"
},
{
"pkid": "5a7c4ba71360b64cc8bf1e3d",
"path": "countryMembers.11.usage",
"model_type": "data/HcsDpDialPlanSchemaUsageDAT"
},
{
"pkid": "5a7c47d91428964fcc842086",
"path": "countryMembers.11.country",
"model_type": "data/Countries"
},
{
"pkid": "5a8672471360b6206c489153",
"path": "countryMembers.11.dialPlanSchema",
"model_type": "data/HcsDpDialPlanSchemaDAT"
},
{
"pkid": "5a7c4ba71360b64cc8bf1e3d",
"path": "countryMembers.12.usage",
"model_type": "data/HcsDpDialPlanSchemaUsageDAT"
},
{
"pkid": "5a7c47d81428964fcc842080",
"path": "countryMembers.12.country",
"model_type": "data/Countries"
},
{
"pkid": "5a8671c3939cd122e184a65d",
"path": "countryMembers.12.dialPlanSchema",
"model_type": "data/HcsDpDialPlanSchemaDAT"
},
{
"pkid": "5a7c4ba71360b64cc8bf1e3d",
"path": "countryMembers.13.usage",
"model_type": "data/HcsDpDialPlanSchemaUsageDAT"
},
{
"pkid": "5a7c47d81428964fcc842080",
"path": "countryMembers.13.country",
"model_type": "data/Countries"
},
{
"pkid": "5a8672440085ec1f7f30e797",
"path": "countryMembers.13.dialPlanSchema",
"model_type": "data/HcsDpDialPlanSchemaDAT"
},
{
"pkid": "5a7c4ba71360b64cc8bf1e3d",
"path": "countryMembers.14.usage",
"model_type": "data/HcsDpDialPlanSchemaUsageDAT"
},
{
"pkid": "5a7c47da939cd15d8c428aa3",
"path": "countryMembers.14.country",
"model_type": "data/Countries"
},
{
"pkid": "5a8671c3939cd122e184a65d",
"path": "countryMembers.14.dialPlanSchema",
"model_type": "data/HcsDpDialPlanSchemaDAT"
},
{
"pkid": "5a7c4ba71360b64cc8bf1e3d",
"path": "countryMembers.15.usage",
"model_type": "data/HcsDpDialPlanSchemaUsageDAT"
},
{
"pkid": "5a7c47da939cd15d8c428aa3",
"path": "countryMembers.15.country",
"model_type": "data/Countries"
},
{
"pkid": "5a8672490085ec1f7f30e7a5",
"path": "countryMembers.15.dialPlanSchema",
"model_type": "data/HcsDpDialPlanSchemaDAT"
},
{
"pkid": "5a7c4ba71360b64cc8bf1e3d",
"path": "countryMembers.16.usage",
"model_type": "data/HcsDpDialPlanSchemaUsageDAT"
},
{
"pkid": "5a7c47d70085ec4f1d7214fb",
"path": "countryMembers.16.country",
"model_type": "data/Countries"
},
{
"pkid": "5a8671ba67ea6f203993318a",
"path": "countryMembers.16.dialPlanSchema",
"model_type": "data/HcsDpDialPlanSchemaDAT"
},
{
"pkid": "5a7c4ba71360b64cc8bf1e3d",
"path": "countryMembers.17.usage",
"model_type": "data/HcsDpDialPlanSchemaUsageDAT"
},
{
"pkid": "5a7c47d70085ec4f1d7214fb",
"path": "countryMembers.17.country",
"model_type": "data/Countries"
},
{
"pkid": "5a867243b12a1c20228bf55f",
"path": "countryMembers.17.dialPlanSchema",
"model_type": "data/HcsDpDialPlanSchemaDAT"
},
{
"pkid": "5a7c4ba71360b64cc8bf1e3d",
"path": "countryMembers.18.usage",
"model_type": "data/HcsDpDialPlanSchemaUsageDAT"
},
{
"pkid": "5a7c47d9b12a1c4e4285bbd1",
"path": "countryMembers.18.country",
"model_type": "data/Countries"
},
{
"pkid": "5a8671f7142896209a5f3125",
"path": "countryMembers.18.dialPlanSchema",
"model_type": "data/HcsDpDialPlanSchemaDAT"
},
{
"pkid": "5a7c4ba71360b64cc8bf1e3d",
"path": "countryMembers.19.usage",
"model_type": "data/HcsDpDialPlanSchemaUsageDAT"
},
{
"pkid": "5a7c47d9b12a1c4e4285bbd1",
"path": "countryMembers.19.country",
"model_type": "data/Countries"
},
{
"pkid": "5a867249b12a1c20228bf5a5",
"path": "countryMembers.19.dialPlanSchema",
"model_type": "data/HcsDpDialPlanSchemaDAT"
},
{
"pkid": "5a7c4ba71360b64cc8bf1e3d",
"path": "countryMembers.20.usage",
"model_type": "data/HcsDpDialPlanSchemaUsageDAT"
},
{
"pkid": "5a7c47d81428964fcc842083",
"path": "countryMembers.20.country",
"model_type": "data/Countries"
},
{
"pkid": "5a8671c7b12a1c20228bf38f",
"path": "countryMembers.20.dialPlanSchema",
"model_type": "data/HcsDpDialPlanSchemaDAT"
},
{
"pkid": "5a7c4ba71360b64cc8bf1e3d",
"path": "countryMembers.21.usage",
"model_type": "data/HcsDpDialPlanSchemaUsageDAT"
},
{
"pkid": "5a7c47d81428964fcc842083",
"path": "countryMembers.21.country",
"model_type": "data/Countries"
},
{
"pkid": "5a86724567ea6f2039933355",
"path": "countryMembers.21.dialPlanSchema",
"model_type": "data/HcsDpDialPlanSchemaDAT"
},
{
"pkid": "5a7c4beb1428964fcc8425e1",
"path": "customWorkflows.0.event",
"model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT"
},
{
"path": "customWorkflows.0.workflow",
"model_type": "data/ProvisioningWorkflow"
},
{
"pkid": "5a7c4be81428964fcc8425db",
"path": "customWorkflows.1.event",
"model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT"
},
{
"path": "customWorkflows.1.workflow",
"model_type": "data/ProvisioningWorkflow"
},
{
"pkid": "5a7c4bea67ea6f4d51f6206c",
"path": "customWorkflows.2.event",
"model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT"
},
{
"path": "customWorkflows.2.workflow",
"model_type": "data/ProvisioningWorkflow"
},
{
"pkid": "5a7c4bea67ea6f4d51f6206c",
"path": "customWorkflows.3.event",
"model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT"
},
{
"path": "customWorkflows.3.workflow",
"model_type": "data/ProvisioningWorkflow"
},
{
"pkid": "5a7c4bea67ea6f4d51f6206c",
"path": "customWorkflows.4.event",
"model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT"
},
{
"path": "customWorkflows.4.workflow",
"model_type": "data/ProvisioningWorkflow"
},
{
"pkid": "5a7c4be9939cd15d8c42949e",
"path": "customWorkflows.5.event",
"model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT"
},
{
"path": "customWorkflows.5.workflow",
"model_type": "data/ProvisioningWorkflow"
},
{
"pkid": "5a7c4be90085ec4f1d721a90",
"path": "customWorkflows.6.event",
"model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT"
},
{
"path": "customWorkflows.6.workflow",
"model_type": "data/ProvisioningWorkflow"
},
{
"pkid": "5a7c4be91360b64cc8bf1f3f",
"path": "customWorkflows.7.event",
"model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT"
},
{
"path": "customWorkflows.7.workflow",
"model_type": "data/ProvisioningWorkflow"
},
{
"pkid": "5a7c4bea939cd15d8c4294a1",
"path": "customWorkflows.8.event",
"model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT"
},
{
"path": "customWorkflows.8.workflow",
"model_type": "data/ProvisioningWorkflow"
},
{
"pkid": "5a7c4beb1360b64cc8bf1f42",
"path": "customWorkflows.9.event",
"model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT"
},
{
"path": "customWorkflows.9.workflow",
"model_type": "data/ProvisioningWorkflow"
},
{
"pkid": "5a7c4beb1360b64cc8bf1f45",
"path": "customWorkflows.10.event",
"model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT"
},
{
"path": "customWorkflows.10.workflow",
"model_type": "data/ProvisioningWorkflow"
},
{
"pkid": "5a7c4bef939cd15d8c4294aa",
"path": "customWorkflows.11.event",
"model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT"
},
{
"path": "customWorkflows.11.workflow",
"model_type": "data/ProvisioningWorkflow"
},
{
"pkid": "5a7c4bef1360b64cc8bf1f4b",
"path": "customWorkflows.12.event",
"model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT"
},
{
"path": "customWorkflows.12.workflow",
"model_type": "data/ProvisioningWorkflow"
},
{
"pkid": "5a7c4bec939cd15d8c4294a4",
"path": "customWorkflows.13.event",
"model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT"
},
{
"path": "customWorkflows.13.workflow",
"model_type": "data/ProvisioningWorkflow"
},
{
"pkid": "5a7c4bed1428964fcc8425e7",
"path": "customWorkflows.14.event",
"model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT"
},
{
"path": "customWorkflows.14.workflow",
"model_type": "data/ProvisioningWorkflow"
},
{
"pkid": "5a7c4bed939cd15d8c4294a7",
"path": "customWorkflows.15.event",
"model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT"
},
{
"path": "customWorkflows.15.workflow",
"model_type": "data/ProvisioningWorkflow"
},
{
"pkid": "5a7c4bed0085ec4f1d721a96",
"path": "customWorkflows.16.event",
"model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT"
},
{
"path": "customWorkflows.16.workflow",
"model_type": "data/ProvisioningWorkflow"
},
{
"pkid": "5a7c4bee1360b64cc8bf1f48",
"path": "customWorkflows.17.event",
"model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT"
},
{
"path": "customWorkflows.17.workflow",
"model_type": "data/ProvisioningWorkflow"
},
{
"pkid": "5a7c4bee1428964fcc8425ea",
"path": "customWorkflows.18.event",
"model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT"
},
{
"path": "customWorkflows.18.workflow",
"model_type": "data/ProvisioningWorkflow"
},
{
"pkid": "5a7c4bee0085ec4f1d721a99",
"path": "customWorkflows.19.event",
"model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT"
},
{
"path": "customWorkflows.19.workflow",
"model_type": "data/ProvisioningWorkflow"
}
],
"children": [],
"self": [
{
"href": "/api/data/HcsDpDialPlanSchemaGroupDAT/5a867315b12a1c20228bf943/",
"pkid": "5a867315b12a1c20228bf943"
}
]
},
"path": [
"6t0ggef2c0deab00hb595101",
"5a7c462e1360b64cc8bf16e5",
"5a866fd11360b6206c488deb",
"5a86702067ea6f203993285d",
"5a8673030085ec1f7f30e906",
"5a867315b12a1c20228bf943"
],
"schema_version": "2.2",
"actions": [
{
"update": {
"method": "PUT",
"class": "update",
"href": "/api/data/HcsDpDialPlanSchemaGroupDAT/5a867315b12a1c20228bf943/?hierarchy=[hierarchy]",
"support_async": true,
"title": "Modify"
}
},
{
"remove": {
"method": "DELETE",
"class": "delete",
"href": "/api/data/HcsDpDialPlanSchemaGroupDAT/5a867315b12a1c20228bf943/?hierarchy=[hierarchy]",
"support_async": true,
"title": "Delete"
}
},
{
"clone": {
"method": "GET",
"class": "clone",
"href": "/api/data/HcsDpDialPlanSchemaGroupDAT/5a867315b12a1c20228bf943/clone/?hierarchy=[hierarchy]&schema=&schema_rules=true",
"support_async": false,
"title": "Clone"
}
},
{
"export": {
"method": "GET",
"class": "export",
"href": "/api/data/HcsDpDialPlanSchemaGroupDAT/5a867315b12a1c20228bf943/export/?hierarchy=[hierarchy]",
"support_async": false,
"title": "Export",
"view": "/api/view/ExportData/add/?auth_token=[authtoken],
"submit": "payload"
}
},
{
"get": {
"method": "GET",
"class": "get",
"href": "/api/data/HcsDpDialPlanSchemaGroupDAT/5a867315b12a1c20228bf943/?hierarchy=[hierarchy]",
"support_async": false,
"title": "Get"
}
},
{
"help": {
"method": "GET",
"class": "help",
"href": "/api/data/HcsDpDialPlanSchemaGroupDAT/5a867315b12a1c20228bf943/help?hierarchy=[hierarchy]",
"support_async": false,
"title": "Help"
}
}
]
},
"pkid": "5a867315b12a1c20228bf943"
}
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Get the on-line Help for data/HcsDpDialPlanSchemaGroupDAT. | GET | /api/data/HcsDpDialPlanSchemaGroupDAT/help | hierarchy=[hierarchy] | On-line help of Model ref.: data/HcsDpDialPlanSchemaGroupDAT as HTML |
| Task | Call | URL | Parameters | Payload |
|---|---|---|---|---|
| Modify | PUT | /api/data/HcsDpDialPlanSchemaGroupDAT/[pkid] | hierarchy=[hierarchy] | (For payload specification) |
For Bulk modification, refer to the Bulk Modify section.
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Delete | DELETE | /api/data/HcsDpDialPlanSchemaGroupDAT/[pkid] | hierarchy=[hierarchy] |
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Clone instance with [pkid]. The schema rules are applied. | GET | /api/data/HcsDpDialPlanSchemaGroupDAT/[pkid]/clone/?schema=&schema_rules=true |
|
A JSON payload with:
|
GET http://[host-proxy]/api/data/HcsDpDialPlanSchemaGroupDAT/?hierarchy=[hierarchy]&format=json
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Get a selected [export_format] of the schema and a single instance with [pkid] of data/HcsDpDialPlanSchemaGroupDAT; optionally with tag_version at [version] and Configuration Template as [configtemplate]. | GET | /api/data/HcsDpDialPlanSchemaGroupDAT/[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/HcsDpDialPlanSchemaGroupDAT and the JSON format can be used to import instances of data/HcsDpDialPlanSchemaGroupDAT.
For Bulk Export, refer to the Bulk Export section.
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Get | GET | /api/data/HcsDpDialPlanSchemaGroupDAT/[pkid] | hierarchy=[hierarchy] | The data/HcsDpDialPlanSchemaGroupDAT instance with [pkid]. |
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Help | GET | /api/data/HcsDpDialPlanSchemaGroupDAT/[pkid]/help | hierarchy=[hierarchy] | The on-line Help for data/HcsDpDialPlanSchemaGroupDAT. |