[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, "default": "Default" }, "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.1" }
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": 11, "total_limit": null, "order_by": "name", "direction": "asc", "current": "/api/data/HcsDpDialPlanSchemaGroupDAT/?skip=0&limit=3&order_by=name&direction=asc&traversal=fulltree" }, "operations": [ "list", "help", "bulk_update_form", "field_display_policy", "get", "configuration_template", "update", "migration", "remove", "move", "add", "export", "export_bulkload_template", "transform" ], "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.1", "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", "defaultCucmLineCallFwdNoCoverageCss": "{{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", "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", "defaultCucmLineCallFwdNoAnswerCss": "{{macro.HcsDpUniqueSitePrefixMCR}}-Natl24HrsStd-CSS", "defaultCallPickupPartition": "{{ macro.DP_SITE_FEATURE_PT }}", "defaultCucmLineCallFwdOnFailureCss": "{{macro.HcsDpUniqueSitePrefixMCR}}-Natl24HrsStd-CSS", "defaultCucmAltEnterprisePt": "{{macro.HcsDpUniqueSitePrefixMCR}}-Feature-PT", "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", "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" } ], "pkid": "5df0b679ce894e001275ae02", "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": "5df0b66bce894e001275a913", "href": "/api/data/HierarchyNode/5df0b66bce894e001275a913" } ], "foreign_key": [ { "pkid": "5da4c97bce894e001222828e", "path": "members.0.usage", "model_type": "data/HcsDpDialPlanSchemaUsageDAT" }, { "pkid": "5df0b378ce894e0012755d21", "path": "members.0.dialPlanSchema", "model_type": "data/HcsDpDialPlanSchemaDAT" }, { "pkid": "5da4c97bce894e001222828e", "path": "members.1.usage", "model_type": "data/HcsDpDialPlanSchemaUsageDAT" }, { "pkid": "5df0b36cce894e0012755bd8", "path": "members.1.dialPlanSchema", "model_type": "data/HcsDpDialPlanSchemaDAT" }, { "pkid": "5da4c97cce894e00122282a0", "path": "members.2.usage", "model_type": "data/HcsDpDialPlanSchemaUsageDAT" }, { "pkid": "5df0b375ce894e0012755cf2", "path": "members.2.dialPlanSchema", "model_type": "data/HcsDpDialPlanSchemaDAT" }, { "pkid": "5da4c97cce894e0012228297", "path": "members.3.usage", "model_type": "data/HcsDpDialPlanSchemaUsageDAT" }, { "pkid": "5df0b366ce894e0012755abe", "path": "members.3.dialPlanSchema", "model_type": "data/HcsDpDialPlanSchemaDAT" }, { "pkid": "5da4c97cce894e001222829d", "path": "members.4.usage", "model_type": "data/HcsDpDialPlanSchemaUsageDAT" }, { "pkid": "5df0b35bce894e00127558b9", "path": "members.4.dialPlanSchema", "model_type": "data/HcsDpDialPlanSchemaDAT" }, { "pkid": "5da4c97bce894e0012228291", "path": "members.5.usage", "model_type": "data/HcsDpDialPlanSchemaUsageDAT" }, { "pkid": "5df0b370ce894e0012755c65", "path": "members.5.dialPlanSchema", "model_type": "data/HcsDpDialPlanSchemaDAT" }, { "pkid": "5da4c97bce894e001222828b", "path": "members.6.usage", "model_type": "data/HcsDpDialPlanSchemaUsageDAT" }, { "pkid": "5df0b35fce894e00127559d3", "path": "members.6.dialPlanSchema", "model_type": "data/HcsDpDialPlanSchemaDAT" }, { "pkid": "5da4c97bce894e001222828e", "path": "featureMembers.0.usage", "model_type": "data/HcsDpDialPlanSchemaUsageDAT" }, { "pkid": "5df0b374ce894e0012755cc3", "path": "featureMembers.0.dialPlanSchema", "model_type": "data/HcsDpDialPlanSchemaDAT" }, { "pkid": "5da4c97bce894e001222828e", "path": "featureMembers.1.usage", "model_type": "data/HcsDpDialPlanSchemaUsageDAT" }, { "pkid": "5df0b35ece894e0012755975", "path": "featureMembers.1.dialPlanSchema", "model_type": "data/HcsDpDialPlanSchemaDAT" }, { "pkid": "5da4c97bce894e001222828e", "path": "featureMembers.2.usage", "model_type": "data/HcsDpDialPlanSchemaUsageDAT" }, { "pkid": "5df0b379ce894e0012755d7f", "path": "featureMembers.2.dialPlanSchema", "model_type": "data/HcsDpDialPlanSchemaDAT" }, { "pkid": "5da4c97bce894e001222828e", "path": "featureMembers.3.usage", "model_type": "data/HcsDpDialPlanSchemaUsageDAT" }, { "pkid": "5df0b35fce894e00127559a4", "path": "featureMembers.3.dialPlanSchema", "model_type": "data/HcsDpDialPlanSchemaDAT" }, { "pkid": "5da4c97bce894e001222828e", "path": "countryMembers.0.usage", "model_type": "data/HcsDpDialPlanSchemaUsageDAT" }, { "pkid": "5df0b62bce894e001275a60f", "path": "countryMembers.0.country", "model_type": "data/Countries" }, { "pkid": "5df0b5a8ce894e0012759c78", "path": "countryMembers.0.dialPlanSchema", "model_type": "data/HcsDpDialPlanSchemaDAT" }, { "pkid": "5da4c97bce894e001222828e", "path": "countryMembers.1.usage", "model_type": "data/HcsDpDialPlanSchemaUsageDAT" }, { "pkid": "5df0b62bce894e001275a60f", "path": "countryMembers.1.country", "model_type": "data/Countries" }, { "pkid": "5df0b5e6ce894e001275a352", "path": "countryMembers.1.dialPlanSchema", "model_type": "data/HcsDpDialPlanSchemaDAT" }, { "pkid": "5da4c97bce894e001222828e", "path": "countryMembers.2.usage", "model_type": "data/HcsDpDialPlanSchemaUsageDAT" }, { "pkid": "5df0b62bce894e001275a606", "path": "countryMembers.2.country", "model_type": "data/Countries" }, { "pkid": "5df0b591ce894e0012759b99", "path": "countryMembers.2.dialPlanSchema", "model_type": "data/HcsDpDialPlanSchemaDAT" }, { "pkid": "5da4c97bce894e001222828e", "path": "countryMembers.3.usage", "model_type": "data/HcsDpDialPlanSchemaUsageDAT" }, { "pkid": "5df0b62bce894e001275a606", "path": "countryMembers.3.country", "model_type": "data/Countries" }, { "pkid": "5df0b5e4ce894e001275a328", "path": "countryMembers.3.dialPlanSchema", "model_type": "data/HcsDpDialPlanSchemaDAT" }, { "pkid": "5da4c97bce894e001222828e", "path": "countryMembers.4.usage", "model_type": "data/HcsDpDialPlanSchemaUsageDAT" }, { "pkid": "5df0b622ce894e001275a4d4", "path": "countryMembers.4.country", "model_type": "data/Countries" }, { "pkid": "5df0b568ce894e00127599b0", "path": "countryMembers.4.dialPlanSchema", "model_type": "data/HcsDpDialPlanSchemaDAT" }, { "pkid": "5da4c97bce894e001222828e", "path": "countryMembers.5.usage", "model_type": "data/HcsDpDialPlanSchemaUsageDAT" }, { "pkid": "5df0b622ce894e001275a4d4", "path": "countryMembers.5.country", "model_type": "data/Countries" }, { "pkid": "5df0b5e1ce894e001275a2c6", "path": "countryMembers.5.dialPlanSchema", "model_type": "data/HcsDpDialPlanSchemaDAT" }, { "pkid": "5da4c97bce894e001222828e", "path": "countryMembers.6.usage", "model_type": "data/HcsDpDialPlanSchemaUsageDAT" }, { "pkid": "5da4c974ce894e001222823d", "path": "countryMembers.6.country", "model_type": "data/Countries" }, { "pkid": "5df0b577ce894e0012759a62", "path": "countryMembers.6.dialPlanSchema", "model_type": "data/HcsDpDialPlanSchemaDAT" }, { "pkid": "5da4c97bce894e001222828e", "path": "countryMembers.7.usage", "model_type": "data/HcsDpDialPlanSchemaUsageDAT" }, { "pkid": "5da4c974ce894e001222823d", "path": "countryMembers.7.country", "model_type": "data/Countries" }, { "pkid": "5df0b5e2ce894e001275a2f0", "path": "countryMembers.7.dialPlanSchema", "model_type": "data/HcsDpDialPlanSchemaDAT" }, { "pkid": "5da4c97bce894e001222828e", "path": "countryMembers.8.usage", "model_type": "data/HcsDpDialPlanSchemaUsageDAT" }, { "pkid": "5da4c976ce894e0012228252", "path": "countryMembers.8.country", "model_type": "data/Countries" }, { "pkid": "5df0b589ce894e0012759b40", "path": "countryMembers.8.dialPlanSchema", "model_type": "data/HcsDpDialPlanSchemaDAT" }, { "pkid": "5da4c97bce894e001222828e", "path": "countryMembers.9.usage", "model_type": "data/HcsDpDialPlanSchemaUsageDAT" }, { "pkid": "5da4c976ce894e0012228252", "path": "countryMembers.9.country", "model_type": "data/Countries" }, { "pkid": "5df0b5e4ce894e001275a31a", "path": "countryMembers.9.dialPlanSchema", "model_type": "data/HcsDpDialPlanSchemaDAT" }, { "pkid": "5da4c97bce894e001222828e", "path": "countryMembers.10.usage", "model_type": "data/HcsDpDialPlanSchemaUsageDAT" }, { "pkid": "5da4c974ce894e0012228243", "path": "countryMembers.10.country", "model_type": "data/Countries" }, { "pkid": "5df0b582ce894e0012759ae7", "path": "countryMembers.10.dialPlanSchema", "model_type": "data/HcsDpDialPlanSchemaDAT" }, { "pkid": "5da4c97bce894e001222828e", "path": "countryMembers.11.usage", "model_type": "data/HcsDpDialPlanSchemaUsageDAT" }, { "pkid": "5da4c974ce894e0012228243", "path": "countryMembers.11.country", "model_type": "data/Countries" }, { "pkid": "5df0b5e3ce894e001275a30c", "path": "countryMembers.11.dialPlanSchema", "model_type": "data/HcsDpDialPlanSchemaDAT" }, { "pkid": "5da4c97bce894e001222828e", "path": "countryMembers.12.usage", "model_type": "data/HcsDpDialPlanSchemaUsageDAT" }, { "pkid": "5da4c975ce894e0012228249", "path": "countryMembers.12.country", "model_type": "data/Countries" }, { "pkid": "5df0b56cce894e00127599dc", "path": "countryMembers.12.dialPlanSchema", "model_type": "data/HcsDpDialPlanSchemaDAT" }, { "pkid": "5da4c97bce894e001222828e", "path": "countryMembers.13.usage", "model_type": "data/HcsDpDialPlanSchemaUsageDAT" }, { "pkid": "5da4c975ce894e0012228249", "path": "countryMembers.13.country", "model_type": "data/Countries" }, { "pkid": "5df0b5e1ce894e001275a2d4", "path": "countryMembers.13.dialPlanSchema", "model_type": "data/HcsDpDialPlanSchemaDAT" }, { "pkid": "5da4c97bce894e001222828e", "path": "countryMembers.14.usage", "model_type": "data/HcsDpDialPlanSchemaUsageDAT" }, { "pkid": "5da4c975ce894e001222824c", "path": "countryMembers.14.country", "model_type": "data/Countries" }, { "pkid": "5df0b56cce894e00127599dc", "path": "countryMembers.14.dialPlanSchema", "model_type": "data/HcsDpDialPlanSchemaDAT" }, { "pkid": "5da4c97bce894e001222828e", "path": "countryMembers.15.usage", "model_type": "data/HcsDpDialPlanSchemaUsageDAT" }, { "pkid": "5da4c975ce894e001222824c", "path": "countryMembers.15.country", "model_type": "data/Countries" }, { "pkid": "5df0b5e5ce894e001275a344", "path": "countryMembers.15.dialPlanSchema", "model_type": "data/HcsDpDialPlanSchemaDAT" }, { "pkid": "5da4c97bce894e001222828e", "path": "countryMembers.16.usage", "model_type": "data/HcsDpDialPlanSchemaUsageDAT" }, { "pkid": "5da4c976ce894e001222824f", "path": "countryMembers.16.country", "model_type": "data/Countries" }, { "pkid": "5df0b563ce894e0012759983", "path": "countryMembers.16.dialPlanSchema", "model_type": "data/HcsDpDialPlanSchemaDAT" }, { "pkid": "5da4c97bce894e001222828e", "path": "countryMembers.17.usage", "model_type": "data/HcsDpDialPlanSchemaUsageDAT" }, { "pkid": "5da4c976ce894e001222824f", "path": "countryMembers.17.country", "model_type": "data/Countries" }, { "pkid": "5df0b5e0ce894e001275a2b8", "path": "countryMembers.17.dialPlanSchema", "model_type": "data/HcsDpDialPlanSchemaDAT" }, { "pkid": "5da4c97bce894e001222828e", "path": "countryMembers.18.usage", "model_type": "data/HcsDpDialPlanSchemaUsageDAT" }, { "pkid": "5da4c974ce894e0012228240", "path": "countryMembers.18.country", "model_type": "data/Countries" }, { "pkid": "5df0b59fce894e0012759c1e", "path": "countryMembers.18.dialPlanSchema", "model_type": "data/HcsDpDialPlanSchemaDAT" }, { "pkid": "5da4c97bce894e001222828e", "path": "countryMembers.19.usage", "model_type": "data/HcsDpDialPlanSchemaUsageDAT" }, { "pkid": "5da4c974ce894e0012228240", "path": "countryMembers.19.country", "model_type": "data/Countries" }, { "pkid": "5df0b5e5ce894e001275a336", "path": "countryMembers.19.dialPlanSchema", "model_type": "data/HcsDpDialPlanSchemaDAT" }, { "pkid": "5da4c97bce894e001222828e", "path": "countryMembers.20.usage", "model_type": "data/HcsDpDialPlanSchemaUsageDAT" }, { "pkid": "5da4c975ce894e0012228246", "path": "countryMembers.20.country", "model_type": "data/Countries" }, { "pkid": "5df0b570ce894e0012759a09", "path": "countryMembers.20.dialPlanSchema", "model_type": "data/HcsDpDialPlanSchemaDAT" }, { "pkid": "5da4c97bce894e001222828e", "path": "countryMembers.21.usage", "model_type": "data/HcsDpDialPlanSchemaUsageDAT" }, { "pkid": "5da4c975ce894e0012228246", "path": "countryMembers.21.country", "model_type": "data/Countries" }, { "pkid": "5df0b5e2ce894e001275a2e2", "path": "countryMembers.21.dialPlanSchema", "model_type": "data/HcsDpDialPlanSchemaDAT" }, { "pkid": "5da4c9c1ce894e00122284d3", "path": "customWorkflows.0.event", "model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT" }, { "path": "customWorkflows.0.workflow", "model_type": "data/ProvisioningWorkflow" }, { "pkid": "5da4c9bfce894e00122284bb", "path": "customWorkflows.1.event", "model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT" }, { "path": "customWorkflows.1.workflow", "model_type": "data/ProvisioningWorkflow" }, { "pkid": "5da4c9c4ce894e00122284f1", "path": "customWorkflows.2.event", "model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT" }, { "path": "customWorkflows.2.workflow", "model_type": "data/ProvisioningWorkflow" }, { "pkid": "5da4c9c4ce894e00122284f1", "path": "customWorkflows.3.event", "model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT" }, { "path": "customWorkflows.3.workflow", "model_type": "data/ProvisioningWorkflow" }, { "pkid": "5da4c9c4ce894e00122284f1", "path": "customWorkflows.4.event", "model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT" }, { "path": "customWorkflows.4.workflow", "model_type": "data/ProvisioningWorkflow" }, { "pkid": "5da4c9c5ce894e00122284fa", "path": "customWorkflows.5.event", "model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT" }, { "path": "customWorkflows.5.workflow", "model_type": "data/ProvisioningWorkflow" }, { "pkid": "5da4c9c3ce894e00122284e5", "path": "customWorkflows.6.event", "model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT" }, { "path": "customWorkflows.6.workflow", "model_type": "data/ProvisioningWorkflow" }, { "pkid": "5da4c9c0ce894e00122284c4", "path": "customWorkflows.7.event", "model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT" }, { "path": "customWorkflows.7.workflow", "model_type": "data/ProvisioningWorkflow" }, { "pkid": "5da4c9c3ce894e00122284e8", "path": "customWorkflows.8.event", "model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT" }, { "path": "customWorkflows.8.workflow", "model_type": "data/ProvisioningWorkflow" }, { "pkid": "5da4c9c4ce894e00122284ee", "path": "customWorkflows.9.event", "model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT" }, { "path": "customWorkflows.9.workflow", "model_type": "data/ProvisioningWorkflow" }, { "pkid": "5da4c9c1ce894e00122284d6", "path": "customWorkflows.10.event", "model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT" }, { "path": "customWorkflows.10.workflow", "model_type": "data/ProvisioningWorkflow" }, { "pkid": "5da4c9c5ce894e00122284fd", "path": "customWorkflows.11.event", "model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT" }, { "path": "customWorkflows.11.workflow", "model_type": "data/ProvisioningWorkflow" }, { "pkid": "5da4c9c0ce894e00122284c7", "path": "customWorkflows.12.event", "model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT" }, { "path": "customWorkflows.12.workflow", "model_type": "data/ProvisioningWorkflow" }, { "pkid": "5da4c9c0ce894e00122284be", "path": "customWorkflows.13.event", "model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT" }, { "path": "customWorkflows.13.workflow", "model_type": "data/ProvisioningWorkflow" }, { "pkid": "5da4c9c2ce894e00122284df", "path": "customWorkflows.14.event", "model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT" }, { "path": "customWorkflows.14.workflow", "model_type": "data/ProvisioningWorkflow" }, { "pkid": "5da4c9c1ce894e00122284d0", "path": "customWorkflows.15.event", "model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT" }, { "path": "customWorkflows.15.workflow", "model_type": "data/ProvisioningWorkflow" }, { "pkid": "5da4c9c0ce894e00122284c1", "path": "customWorkflows.16.event", "model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT" }, { "path": "customWorkflows.16.workflow", "model_type": "data/ProvisioningWorkflow" }, { "pkid": "5da4c9c4ce894e00122284f4", "path": "customWorkflows.17.event", "model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT" }, { "path": "customWorkflows.17.workflow", "model_type": "data/ProvisioningWorkflow" }, { "pkid": "5da4c9c3ce894e00122284e2", "path": "customWorkflows.18.event", "model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT" }, { "path": "customWorkflows.18.workflow", "model_type": "data/ProvisioningWorkflow" }, { "pkid": "5da4c9c1ce894e00122284cd", "path": "customWorkflows.19.event", "model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT" }, { "path": "customWorkflows.19.workflow", "model_type": "data/ProvisioningWorkflow" } ], "self": [ { "href": "/api/data/HcsDpDialPlanSchemaGroupDAT/5df0b678ce894e001275ad01/", "pkid": "5df0b678ce894e001275ad01" } ] }, "path": [ "6t0ggef2c0deab00hb595101", "5da4c643ce894e0012225c90", "5df0b338ce894e001275535c", "5df0b3a3ce894e0012756904", "5df0b66bce894e001275a913", "5df0b678ce894e001275ad01" ], "schema_version": "2.1", "actions": [ { "update": { "method": "PUT", "class": "update", "href": "/api/data/HcsDpDialPlanSchemaGroupDAT/5df0b678ce894e001275ad01/", "support_async": true, "title": "Modify" } }, { "remove": { "method": "DELETE", "class": "delete", "href": "/api/data/HcsDpDialPlanSchemaGroupDAT/5df0b678ce894e001275ad01/", "support_async": true, "title": "Delete" } }, { "clone": { "method": "GET", "class": "clone", "href": "/api/data/HcsDpDialPlanSchemaGroupDAT/5df0b678ce894e001275ad01/clone/?schema=&schema_rules=true", "support_async": false, "title": "Clone" } }, { "export": { "method": "GET", "class": "export", "href": "/api/data/HcsDpDialPlanSchemaGroupDAT/5df0b678ce894e001275ad01/export/", "support_async": false, "title": "Export", "view": "/api/view/ExportData/add/", "submit": "payload" } }, { "get": { "method": "GET", "class": "get", "href": "/api/data/HcsDpDialPlanSchemaGroupDAT/5df0b678ce894e001275ad01/", "support_async": false, "title": "Get" } }, { "help": { "method": "GET", "class": "help", "href": "/api/data/HcsDpDialPlanSchemaGroupDAT/5df0b678ce894e001275ad01/help", "support_async": false, "title": "Help" } } ], "summary": "false" }, "pkid": "5df0b678ce894e001275ad01" }, { "data": { "siteDefaultsDoc": { "defaultDevicePool": "Default", "defaultCucmGroup": "{{ macro.DEFAULT_CUCM_GROUP }}" }, "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.", "pkid": "5da4cbadce894e0012229e0a", "hierarchy_friendly_name": "hcs (Hcs)", "hierarchy_path": "sys.hcs" }, "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": [ "HcsDialPlanCoreSchema", "V4UC", "ba_CommonOverlay" ], "title": "title format", "business_key": { "hierarchy": true, "unique": [ "name" ] }, "api_version": "21.2", "cached": true, "references": { "device": [ { "href": "", "pkid": "" } ], "owner": [ { "pkid": "" } ], "parent": [ { "pkid": "5da4c643ce894e0012225c90", "href": "/api/data/HierarchyNode/5da4c643ce894e0012225c90" } ], "foreign_key": [ { "pkid": "5da4c9c1ce894e00122284d6", "path": "customWorkflows.0.event", "model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT" }, { "path": "customWorkflows.0.workflow", "model_type": "data/ProvisioningWorkflow" }, { "pkid": "5da4c9c0ce894e00122284be", "path": "customWorkflows.1.event", "model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT" }, { "path": "customWorkflows.1.workflow", "model_type": "data/ProvisioningWorkflow" }, { "pkid": "5da4c9c2ce894e00122284df", "path": "customWorkflows.2.event", "model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT" }, { "path": "customWorkflows.2.workflow", "model_type": "data/ProvisioningWorkflow" }, { "pkid": "5da4c9c1ce894e00122284d0", "path": "customWorkflows.3.event", "model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT" }, { "path": "customWorkflows.3.workflow", "model_type": "data/ProvisioningWorkflow" }, { "pkid": "5da4c9c0ce894e00122284c1", "path": "customWorkflows.4.event", "model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT" }, { "path": "customWorkflows.4.workflow", "model_type": "data/ProvisioningWorkflow" }, { "pkid": "5da4c9c4ce894e00122284f4", "path": "customWorkflows.5.event", "model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT" }, { "path": "customWorkflows.5.workflow", "model_type": "data/ProvisioningWorkflow" } ], "self": [ { "href": "/api/data/HcsDpDialPlanSchemaGroupDAT/5da4cbadce894e0012229df1/", "pkid": "5da4cbadce894e0012229df1" } ] }, "path": [ "6t0ggef2c0deab00hb595101", "5da4c643ce894e0012225c90", "5da4cbadce894e0012229df1" ], "schema_version": "2.1", "actions": [ { "update": { "method": "PUT", "class": "update", "href": "/api/data/HcsDpDialPlanSchemaGroupDAT/5da4cbadce894e0012229df1/", "support_async": true, "title": "Modify" } }, { "remove": { "method": "DELETE", "class": "delete", "href": "/api/data/HcsDpDialPlanSchemaGroupDAT/5da4cbadce894e0012229df1/", "support_async": true, "title": "Delete" } }, { "clone": { "method": "GET", "class": "clone", "href": "/api/data/HcsDpDialPlanSchemaGroupDAT/5da4cbadce894e0012229df1/clone/?schema=&schema_rules=true", "support_async": false, "title": "Clone" } }, { "export": { "method": "GET", "class": "export", "href": "/api/data/HcsDpDialPlanSchemaGroupDAT/5da4cbadce894e0012229df1/export/", "support_async": false, "title": "Export", "view": "/api/view/ExportData/add/", "submit": "payload" } }, { "get": { "method": "GET", "class": "get", "href": "/api/data/HcsDpDialPlanSchemaGroupDAT/5da4cbadce894e0012229df1/", "support_async": false, "title": "Get" } }, { "help": { "method": "GET", "class": "help", "href": "/api/data/HcsDpDialPlanSchemaGroupDAT/5da4cbadce894e0012229df1/help", "support_async": false, "title": "Help" } } ], "summary": "false" }, "pkid": "5da4cbadce894e0012229df1" }, { "data": { "siteDefaultsDoc": { "defaultDevicePool": "Default", "defaultCucmGroup": "{{ macro.DEFAULT_CUCM_GROUP }}" }, "pkid": "5df0b37fce894e0012756014", "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 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": "5df0b338ce894e001275535c", "href": "/api/data/HierarchyNode/5df0b338ce894e001275535c" } ], "foreign_key": [ { "pkid": "5da4c9c1ce894e00122284d6", "path": "customWorkflows.0.event", "model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT" }, { "path": "customWorkflows.0.workflow", "model_type": "data/ProvisioningWorkflow" }, { "pkid": "5da4c9c0ce894e00122284be", "path": "customWorkflows.1.event", "model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT" }, { "path": "customWorkflows.1.workflow", "model_type": "data/ProvisioningWorkflow" }, { "pkid": "5da4c9c2ce894e00122284df", "path": "customWorkflows.2.event", "model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT" }, { "path": "customWorkflows.2.workflow", "model_type": "data/ProvisioningWorkflow" }, { "pkid": "5da4c9c1ce894e00122284d0", "path": "customWorkflows.3.event", "model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT" }, { "path": "customWorkflows.3.workflow", "model_type": "data/ProvisioningWorkflow" }, { "pkid": "5da4c9c0ce894e00122284c1", "path": "customWorkflows.4.event", "model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT" }, { "path": "customWorkflows.4.workflow", "model_type": "data/ProvisioningWorkflow" }, { "pkid": "5da4c9c4ce894e00122284f4", "path": "customWorkflows.5.event", "model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT" }, { "path": "customWorkflows.5.workflow", "model_type": "data/ProvisioningWorkflow" } ], "self": [ { "href": "/api/data/HcsDpDialPlanSchemaGroupDAT/5df0b37fce894e0012755ffb/", "pkid": "5df0b37fce894e0012755ffb" } ] }, "path": [ "6t0ggef2c0deab00hb595101", "5da4c643ce894e0012225c90", "5df0b338ce894e001275535c", "5df0b37fce894e0012755ffb" ], "schema_version": "2.1", "actions": [ { "update": { "method": "PUT", "class": "update", "href": "/api/data/HcsDpDialPlanSchemaGroupDAT/5df0b37fce894e0012755ffb/", "support_async": true, "title": "Modify" } }, { "remove": { "method": "DELETE", "class": "delete", "href": "/api/data/HcsDpDialPlanSchemaGroupDAT/5df0b37fce894e0012755ffb/", "support_async": true, "title": "Delete" } }, { "clone": { "method": "GET", "class": "clone", "href": "/api/data/HcsDpDialPlanSchemaGroupDAT/5df0b37fce894e0012755ffb/clone/?schema=&schema_rules=true", "support_async": false, "title": "Clone" } }, { "export": { "method": "GET", "class": "export", "href": "/api/data/HcsDpDialPlanSchemaGroupDAT/5df0b37fce894e0012755ffb/export/", "support_async": false, "title": "Export", "view": "/api/view/ExportData/add/", "submit": "payload" } }, { "get": { "method": "GET", "class": "get", "href": "/api/data/HcsDpDialPlanSchemaGroupDAT/5df0b37fce894e0012755ffb/", "support_async": false, "title": "Get" } }, { "help": { "method": "GET", "class": "help", "href": "/api/data/HcsDpDialPlanSchemaGroupDAT/5df0b37fce894e0012755ffb/help", "support_async": false, "title": "Help" } } ], "summary": "false" }, "pkid": "5df0b37fce894e0012755ffb" } ] }
(Show the first instance)
{ "data": { "siteDefaultsDoc": { "defaultCucmPhoneSubscriberCss": "{{macro.HcsDpUniqueSitePrefixMCR}}-InternalOnly-CSS", "defaultCucmPhoneLineE164Mask": "{{ macro.HcsDpSitePublishedNumberMCR }}", "defaultLocation": "{{ macro.HcsDpDefaultSiteLocationMCR }}", "defaultCucmLineCallFwdCss": "{{macro.HcsDpUniqueSitePrefixMCR}}-Natl24HrsStd-CSS", "defaultCucmLineCallFwdNoCoverageCss": "{{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", "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", "defaultCucmLineCallFwdNoAnswerCss": "{{macro.HcsDpUniqueSitePrefixMCR}}-Natl24HrsStd-CSS", "defaultCallPickupPartition": "{{ macro.DP_SITE_FEATURE_PT }}", "defaultCucmLineCallFwdOnFailureCss": "{{macro.HcsDpUniqueSitePrefixMCR}}-Natl24HrsStd-CSS", "defaultCucmAltEnterprisePt": "{{macro.HcsDpUniqueSitePrefixMCR}}-Feature-PT", "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", "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" } ], "pkid": "5df0b679ce894e001275ae02" }, "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/5df0b66bce894e001275a913", "pkid": "5df0b66bce894e001275a913" } ], "foreign_key": [ { "pkid": "5da4c97bce894e001222828e", "path": "members.0.usage", "model_type": "data/HcsDpDialPlanSchemaUsageDAT" }, { "pkid": "5df0b378ce894e0012755d21", "path": "members.0.dialPlanSchema", "model_type": "data/HcsDpDialPlanSchemaDAT" }, { "pkid": "5da4c97bce894e001222828e", "path": "members.1.usage", "model_type": "data/HcsDpDialPlanSchemaUsageDAT" }, { "pkid": "5df0b36cce894e0012755bd8", "path": "members.1.dialPlanSchema", "model_type": "data/HcsDpDialPlanSchemaDAT" }, { "pkid": "5da4c97cce894e00122282a0", "path": "members.2.usage", "model_type": "data/HcsDpDialPlanSchemaUsageDAT" }, { "pkid": "5df0b375ce894e0012755cf2", "path": "members.2.dialPlanSchema", "model_type": "data/HcsDpDialPlanSchemaDAT" }, { "pkid": "5da4c97cce894e0012228297", "path": "members.3.usage", "model_type": "data/HcsDpDialPlanSchemaUsageDAT" }, { "pkid": "5df0b366ce894e0012755abe", "path": "members.3.dialPlanSchema", "model_type": "data/HcsDpDialPlanSchemaDAT" }, { "pkid": "5da4c97cce894e001222829d", "path": "members.4.usage", "model_type": "data/HcsDpDialPlanSchemaUsageDAT" }, { "pkid": "5df0b35bce894e00127558b9", "path": "members.4.dialPlanSchema", "model_type": "data/HcsDpDialPlanSchemaDAT" }, { "pkid": "5da4c97bce894e0012228291", "path": "members.5.usage", "model_type": "data/HcsDpDialPlanSchemaUsageDAT" }, { "pkid": "5df0b370ce894e0012755c65", "path": "members.5.dialPlanSchema", "model_type": "data/HcsDpDialPlanSchemaDAT" }, { "pkid": "5da4c97bce894e001222828b", "path": "members.6.usage", "model_type": "data/HcsDpDialPlanSchemaUsageDAT" }, { "pkid": "5df0b35fce894e00127559d3", "path": "members.6.dialPlanSchema", "model_type": "data/HcsDpDialPlanSchemaDAT" }, { "pkid": "5da4c97bce894e001222828e", "path": "featureMembers.0.usage", "model_type": "data/HcsDpDialPlanSchemaUsageDAT" }, { "pkid": "5df0b374ce894e0012755cc3", "path": "featureMembers.0.dialPlanSchema", "model_type": "data/HcsDpDialPlanSchemaDAT" }, { "pkid": "5da4c97bce894e001222828e", "path": "featureMembers.1.usage", "model_type": "data/HcsDpDialPlanSchemaUsageDAT" }, { "pkid": "5df0b35ece894e0012755975", "path": "featureMembers.1.dialPlanSchema", "model_type": "data/HcsDpDialPlanSchemaDAT" }, { "pkid": "5da4c97bce894e001222828e", "path": "featureMembers.2.usage", "model_type": "data/HcsDpDialPlanSchemaUsageDAT" }, { "pkid": "5df0b379ce894e0012755d7f", "path": "featureMembers.2.dialPlanSchema", "model_type": "data/HcsDpDialPlanSchemaDAT" }, { "pkid": "5da4c97bce894e001222828e", "path": "featureMembers.3.usage", "model_type": "data/HcsDpDialPlanSchemaUsageDAT" }, { "pkid": "5df0b35fce894e00127559a4", "path": "featureMembers.3.dialPlanSchema", "model_type": "data/HcsDpDialPlanSchemaDAT" }, { "pkid": "5da4c97bce894e001222828e", "path": "countryMembers.0.usage", "model_type": "data/HcsDpDialPlanSchemaUsageDAT" }, { "pkid": "5df0b62bce894e001275a60f", "path": "countryMembers.0.country", "model_type": "data/Countries" }, { "pkid": "5df0b5a8ce894e0012759c78", "path": "countryMembers.0.dialPlanSchema", "model_type": "data/HcsDpDialPlanSchemaDAT" }, { "pkid": "5da4c97bce894e001222828e", "path": "countryMembers.1.usage", "model_type": "data/HcsDpDialPlanSchemaUsageDAT" }, { "pkid": "5df0b62bce894e001275a60f", "path": "countryMembers.1.country", "model_type": "data/Countries" }, { "pkid": "5df0b5e6ce894e001275a352", "path": "countryMembers.1.dialPlanSchema", "model_type": "data/HcsDpDialPlanSchemaDAT" }, { "pkid": "5da4c97bce894e001222828e", "path": "countryMembers.2.usage", "model_type": "data/HcsDpDialPlanSchemaUsageDAT" }, { "pkid": "5df0b62bce894e001275a606", "path": "countryMembers.2.country", "model_type": "data/Countries" }, { "pkid": "5df0b591ce894e0012759b99", "path": "countryMembers.2.dialPlanSchema", "model_type": "data/HcsDpDialPlanSchemaDAT" }, { "pkid": "5da4c97bce894e001222828e", "path": "countryMembers.3.usage", "model_type": "data/HcsDpDialPlanSchemaUsageDAT" }, { "pkid": "5df0b62bce894e001275a606", "path": "countryMembers.3.country", "model_type": "data/Countries" }, { "pkid": "5df0b5e4ce894e001275a328", "path": "countryMembers.3.dialPlanSchema", "model_type": "data/HcsDpDialPlanSchemaDAT" }, { "pkid": "5da4c97bce894e001222828e", "path": "countryMembers.4.usage", "model_type": "data/HcsDpDialPlanSchemaUsageDAT" }, { "pkid": "5df0b622ce894e001275a4d4", "path": "countryMembers.4.country", "model_type": "data/Countries" }, { "pkid": "5df0b568ce894e00127599b0", "path": "countryMembers.4.dialPlanSchema", "model_type": "data/HcsDpDialPlanSchemaDAT" }, { "pkid": "5da4c97bce894e001222828e", "path": "countryMembers.5.usage", "model_type": "data/HcsDpDialPlanSchemaUsageDAT" }, { "pkid": "5df0b622ce894e001275a4d4", "path": "countryMembers.5.country", "model_type": "data/Countries" }, { "pkid": "5df0b5e1ce894e001275a2c6", "path": "countryMembers.5.dialPlanSchema", "model_type": "data/HcsDpDialPlanSchemaDAT" }, { "pkid": "5da4c97bce894e001222828e", "path": "countryMembers.6.usage", "model_type": "data/HcsDpDialPlanSchemaUsageDAT" }, { "pkid": "5da4c974ce894e001222823d", "path": "countryMembers.6.country", "model_type": "data/Countries" }, { "pkid": "5df0b577ce894e0012759a62", "path": "countryMembers.6.dialPlanSchema", "model_type": "data/HcsDpDialPlanSchemaDAT" }, { "pkid": "5da4c97bce894e001222828e", "path": "countryMembers.7.usage", "model_type": "data/HcsDpDialPlanSchemaUsageDAT" }, { "pkid": "5da4c974ce894e001222823d", "path": "countryMembers.7.country", "model_type": "data/Countries" }, { "pkid": "5df0b5e2ce894e001275a2f0", "path": "countryMembers.7.dialPlanSchema", "model_type": "data/HcsDpDialPlanSchemaDAT" }, { "pkid": "5da4c97bce894e001222828e", "path": "countryMembers.8.usage", "model_type": "data/HcsDpDialPlanSchemaUsageDAT" }, { "pkid": "5da4c976ce894e0012228252", "path": "countryMembers.8.country", "model_type": "data/Countries" }, { "pkid": "5df0b589ce894e0012759b40", "path": "countryMembers.8.dialPlanSchema", "model_type": "data/HcsDpDialPlanSchemaDAT" }, { "pkid": "5da4c97bce894e001222828e", "path": "countryMembers.9.usage", "model_type": "data/HcsDpDialPlanSchemaUsageDAT" }, { "pkid": "5da4c976ce894e0012228252", "path": "countryMembers.9.country", "model_type": "data/Countries" }, { "pkid": "5df0b5e4ce894e001275a31a", "path": "countryMembers.9.dialPlanSchema", "model_type": "data/HcsDpDialPlanSchemaDAT" }, { "pkid": "5da4c97bce894e001222828e", "path": "countryMembers.10.usage", "model_type": "data/HcsDpDialPlanSchemaUsageDAT" }, { "pkid": "5da4c974ce894e0012228243", "path": "countryMembers.10.country", "model_type": "data/Countries" }, { "pkid": "5df0b582ce894e0012759ae7", "path": "countryMembers.10.dialPlanSchema", "model_type": "data/HcsDpDialPlanSchemaDAT" }, { "pkid": "5da4c97bce894e001222828e", "path": "countryMembers.11.usage", "model_type": "data/HcsDpDialPlanSchemaUsageDAT" }, { "pkid": "5da4c974ce894e0012228243", "path": "countryMembers.11.country", "model_type": "data/Countries" }, { "pkid": "5df0b5e3ce894e001275a30c", "path": "countryMembers.11.dialPlanSchema", "model_type": "data/HcsDpDialPlanSchemaDAT" }, { "pkid": "5da4c97bce894e001222828e", "path": "countryMembers.12.usage", "model_type": "data/HcsDpDialPlanSchemaUsageDAT" }, { "pkid": "5da4c975ce894e0012228249", "path": "countryMembers.12.country", "model_type": "data/Countries" }, { "pkid": "5df0b56cce894e00127599dc", "path": "countryMembers.12.dialPlanSchema", "model_type": "data/HcsDpDialPlanSchemaDAT" }, { "pkid": "5da4c97bce894e001222828e", "path": "countryMembers.13.usage", "model_type": "data/HcsDpDialPlanSchemaUsageDAT" }, { "pkid": "5da4c975ce894e0012228249", "path": "countryMembers.13.country", "model_type": "data/Countries" }, { "pkid": "5df0b5e1ce894e001275a2d4", "path": "countryMembers.13.dialPlanSchema", "model_type": "data/HcsDpDialPlanSchemaDAT" }, { "pkid": "5da4c97bce894e001222828e", "path": "countryMembers.14.usage", "model_type": "data/HcsDpDialPlanSchemaUsageDAT" }, { "pkid": "5da4c975ce894e001222824c", "path": "countryMembers.14.country", "model_type": "data/Countries" }, { "pkid": "5df0b56cce894e00127599dc", "path": "countryMembers.14.dialPlanSchema", "model_type": "data/HcsDpDialPlanSchemaDAT" }, { "pkid": "5da4c97bce894e001222828e", "path": "countryMembers.15.usage", "model_type": "data/HcsDpDialPlanSchemaUsageDAT" }, { "pkid": "5da4c975ce894e001222824c", "path": "countryMembers.15.country", "model_type": "data/Countries" }, { "pkid": "5df0b5e5ce894e001275a344", "path": "countryMembers.15.dialPlanSchema", "model_type": "data/HcsDpDialPlanSchemaDAT" }, { "pkid": "5da4c97bce894e001222828e", "path": "countryMembers.16.usage", "model_type": "data/HcsDpDialPlanSchemaUsageDAT" }, { "pkid": "5da4c976ce894e001222824f", "path": "countryMembers.16.country", "model_type": "data/Countries" }, { "pkid": "5df0b563ce894e0012759983", "path": "countryMembers.16.dialPlanSchema", "model_type": "data/HcsDpDialPlanSchemaDAT" }, { "pkid": "5da4c97bce894e001222828e", "path": "countryMembers.17.usage", "model_type": "data/HcsDpDialPlanSchemaUsageDAT" }, { "pkid": "5da4c976ce894e001222824f", "path": "countryMembers.17.country", "model_type": "data/Countries" }, { "pkid": "5df0b5e0ce894e001275a2b8", "path": "countryMembers.17.dialPlanSchema", "model_type": "data/HcsDpDialPlanSchemaDAT" }, { "pkid": "5da4c97bce894e001222828e", "path": "countryMembers.18.usage", "model_type": "data/HcsDpDialPlanSchemaUsageDAT" }, { "pkid": "5da4c974ce894e0012228240", "path": "countryMembers.18.country", "model_type": "data/Countries" }, { "pkid": "5df0b59fce894e0012759c1e", "path": "countryMembers.18.dialPlanSchema", "model_type": "data/HcsDpDialPlanSchemaDAT" }, { "pkid": "5da4c97bce894e001222828e", "path": "countryMembers.19.usage", "model_type": "data/HcsDpDialPlanSchemaUsageDAT" }, { "pkid": "5da4c974ce894e0012228240", "path": "countryMembers.19.country", "model_type": "data/Countries" }, { "pkid": "5df0b5e5ce894e001275a336", "path": "countryMembers.19.dialPlanSchema", "model_type": "data/HcsDpDialPlanSchemaDAT" }, { "pkid": "5da4c97bce894e001222828e", "path": "countryMembers.20.usage", "model_type": "data/HcsDpDialPlanSchemaUsageDAT" }, { "pkid": "5da4c975ce894e0012228246", "path": "countryMembers.20.country", "model_type": "data/Countries" }, { "pkid": "5df0b570ce894e0012759a09", "path": "countryMembers.20.dialPlanSchema", "model_type": "data/HcsDpDialPlanSchemaDAT" }, { "pkid": "5da4c97bce894e001222828e", "path": "countryMembers.21.usage", "model_type": "data/HcsDpDialPlanSchemaUsageDAT" }, { "pkid": "5da4c975ce894e0012228246", "path": "countryMembers.21.country", "model_type": "data/Countries" }, { "pkid": "5df0b5e2ce894e001275a2e2", "path": "countryMembers.21.dialPlanSchema", "model_type": "data/HcsDpDialPlanSchemaDAT" }, { "pkid": "5da4c9c1ce894e00122284d3", "path": "customWorkflows.0.event", "model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT" }, { "path": "customWorkflows.0.workflow", "model_type": "data/ProvisioningWorkflow" }, { "pkid": "5da4c9bfce894e00122284bb", "path": "customWorkflows.1.event", "model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT" }, { "path": "customWorkflows.1.workflow", "model_type": "data/ProvisioningWorkflow" }, { "pkid": "5da4c9c4ce894e00122284f1", "path": "customWorkflows.2.event", "model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT" }, { "path": "customWorkflows.2.workflow", "model_type": "data/ProvisioningWorkflow" }, { "pkid": "5da4c9c4ce894e00122284f1", "path": "customWorkflows.3.event", "model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT" }, { "path": "customWorkflows.3.workflow", "model_type": "data/ProvisioningWorkflow" }, { "pkid": "5da4c9c4ce894e00122284f1", "path": "customWorkflows.4.event", "model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT" }, { "path": "customWorkflows.4.workflow", "model_type": "data/ProvisioningWorkflow" }, { "pkid": "5da4c9c5ce894e00122284fa", "path": "customWorkflows.5.event", "model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT" }, { "path": "customWorkflows.5.workflow", "model_type": "data/ProvisioningWorkflow" }, { "pkid": "5da4c9c3ce894e00122284e5", "path": "customWorkflows.6.event", "model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT" }, { "path": "customWorkflows.6.workflow", "model_type": "data/ProvisioningWorkflow" }, { "pkid": "5da4c9c0ce894e00122284c4", "path": "customWorkflows.7.event", "model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT" }, { "path": "customWorkflows.7.workflow", "model_type": "data/ProvisioningWorkflow" }, { "pkid": "5da4c9c3ce894e00122284e8", "path": "customWorkflows.8.event", "model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT" }, { "path": "customWorkflows.8.workflow", "model_type": "data/ProvisioningWorkflow" }, { "pkid": "5da4c9c4ce894e00122284ee", "path": "customWorkflows.9.event", "model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT" }, { "path": "customWorkflows.9.workflow", "model_type": "data/ProvisioningWorkflow" }, { "pkid": "5da4c9c1ce894e00122284d6", "path": "customWorkflows.10.event", "model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT" }, { "path": "customWorkflows.10.workflow", "model_type": "data/ProvisioningWorkflow" }, { "pkid": "5da4c9c5ce894e00122284fd", "path": "customWorkflows.11.event", "model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT" }, { "path": "customWorkflows.11.workflow", "model_type": "data/ProvisioningWorkflow" }, { "pkid": "5da4c9c0ce894e00122284c7", "path": "customWorkflows.12.event", "model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT" }, { "path": "customWorkflows.12.workflow", "model_type": "data/ProvisioningWorkflow" }, { "pkid": "5da4c9c0ce894e00122284be", "path": "customWorkflows.13.event", "model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT" }, { "path": "customWorkflows.13.workflow", "model_type": "data/ProvisioningWorkflow" }, { "pkid": "5da4c9c2ce894e00122284df", "path": "customWorkflows.14.event", "model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT" }, { "path": "customWorkflows.14.workflow", "model_type": "data/ProvisioningWorkflow" }, { "pkid": "5da4c9c1ce894e00122284d0", "path": "customWorkflows.15.event", "model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT" }, { "path": "customWorkflows.15.workflow", "model_type": "data/ProvisioningWorkflow" }, { "pkid": "5da4c9c0ce894e00122284c1", "path": "customWorkflows.16.event", "model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT" }, { "path": "customWorkflows.16.workflow", "model_type": "data/ProvisioningWorkflow" }, { "pkid": "5da4c9c4ce894e00122284f4", "path": "customWorkflows.17.event", "model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT" }, { "path": "customWorkflows.17.workflow", "model_type": "data/ProvisioningWorkflow" }, { "pkid": "5da4c9c3ce894e00122284e2", "path": "customWorkflows.18.event", "model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT" }, { "path": "customWorkflows.18.workflow", "model_type": "data/ProvisioningWorkflow" }, { "pkid": "5da4c9c1ce894e00122284cd", "path": "customWorkflows.19.event", "model_type": "data/HcsDpDialPlanSchemaCustomWorkflowEventDAT" }, { "path": "customWorkflows.19.workflow", "model_type": "data/ProvisioningWorkflow" } ], "children": [], "self": [ { "href": "/api/data/HcsDpDialPlanSchemaGroupDAT/5df0b678ce894e001275ad01/", "pkid": "5df0b678ce894e001275ad01" } ] }, "path": [ "6t0ggef2c0deab00hb595101", "5da4c643ce894e0012225c90", "5df0b338ce894e001275535c", "5df0b3a3ce894e0012756904", "5df0b66bce894e001275a913", "5df0b678ce894e001275ad01" ], "schema_version": "2.1", "actions": [ { "update": { "method": "PUT", "class": "update", "href": "/api/data/HcsDpDialPlanSchemaGroupDAT/5df0b678ce894e001275ad01/?hierarchy=[hierarchy]", "support_async": true, "title": "Modify" } }, { "remove": { "method": "DELETE", "class": "delete", "href": "/api/data/HcsDpDialPlanSchemaGroupDAT/5df0b678ce894e001275ad01/?hierarchy=[hierarchy]", "support_async": true, "title": "Delete" } }, { "clone": { "method": "GET", "class": "clone", "href": "/api/data/HcsDpDialPlanSchemaGroupDAT/5df0b678ce894e001275ad01/clone/?hierarchy=[hierarchy]&schema=&schema_rules=true", "support_async": false, "title": "Clone" } }, { "export": { "method": "GET", "class": "export", "href": "/api/data/HcsDpDialPlanSchemaGroupDAT/5df0b678ce894e001275ad01/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/5df0b678ce894e001275ad01/?hierarchy=[hierarchy]", "support_async": false, "title": "Get" } }, { "help": { "method": "GET", "class": "help", "href": "/api/data/HcsDpDialPlanSchemaGroupDAT/5df0b678ce894e001275ad01/help?hierarchy=[hierarchy]", "support_async": false, "title": "Help" } } ] }, "pkid": "5df0b678ce894e001275ad01" }
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. |