[Index]
Data model to capture Model list and instance counts under a certain hierarchy.
Model ref.: data/ModelReport
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": {
"title": {
"title": "Report Title",
"description": "Title of the report.",
"type": "string",
"readonly": false
},
"status": {
"title": "Status",
"description": "Running status.",
"type": "string",
"readonly": false
},
"timestamp": {
"title": "Time Stamp",
"type": "string",
"required": true,
"readonly": false
},
"data_models": {
"title": "DATA Models",
"description": "DATA Model instance count.",
"type": "array",
"readonly": false,
"items": {
"type": "object",
"properties": {
"modeltype": {
"title": "Model Type",
"description": "Model Type.",
"type": "string"
},
"count": {
"title": "Count",
"description": "Instance count of the model type.",
"type": "string"
}
}
}
},
"cucm_models": {
"title": "CUCM Models",
"description": "CUCM Model instance count.",
"type": "array",
"readonly": false,
"items": {
"type": "object",
"properties": {
"modeltype": {
"title": "Model Type",
"description": "Model Type.",
"type": "string"
},
"count": {
"title": "Count",
"description": "Instance count of the model type.",
"type": "string"
}
}
}
},
"cuc_models": {
"title": "CUC Models",
"description": "CUC Model instance count.",
"type": "array",
"readonly": false,
"items": {
"type": "object",
"properties": {
"modeltype": {
"title": "Model Type",
"description": "Model Type.",
"type": "string"
},
"count": {
"title": "Count",
"description": "Instance count of the model type.",
"type": "string"
}
}
}
},
"ldap_models": {
"title": "LDAP Models",
"description": "LDAP Model instance count.",
"type": "array",
"readonly": false,
"items": {
"type": "object",
"properties": {
"modeltype": {
"title": "Model Type",
"description": "Model Type.",
"type": "string"
},
"count": {
"title": "Count",
"description": "Instance count of the model type.",
"type": "string"
}
}
}
},
"id": {
"title": "ID",
"description": "Unique ID of the report.",
"type": "string",
"required": true,
"readonly": false
}
},
"schema_version": "1.0"
}
| Task | Call | URL | Parameters | Payload |
|---|---|---|---|---|
| Bulk delete [pkid1],[pkid2]... | DELETE | /api/data/ModelReport/ | hierarchy=[hierarchy] | {"hrefs":["/api/data/ModelReport/[pkid1]", "/api/data/ModelReport/[pkid2]", ...]} |
GET http://[host-proxy]/api/data/ModelReport/?hierarchy=[hierarchy]&format=json
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| List | GET | /api/data/ModelReport/ |
|
The data/ModelReport schema and all instances as JSON. |
(The list will return 0 to 3 data/ModelReport instances)
{
"pagination": {
"skip": 0,
"limit": 3,
"maximum_limit": 2000,
"total": 1,
"total_limit": null,
"order_by": "id",
"direction": "asc",
"current": "/api/data/ModelReport/?skip=0&limit=3&order_by=id&direction=asc&traversal=down"
},
"operations": [
"help",
"remove",
"move",
"get",
"export",
"migration",
"list",
"field_display_policy",
"update",
"bulk_update_form",
"export_bulkload_template",
"configuration_template",
"transform",
"add"
],
"meta": {
"model_type": "data/ModelReport",
"summary_attrs": [
{
"name": "id",
"title": "ID"
},
{
"name": "status",
"title": "Status"
},
{
"name": "timestamp",
"title": "Time Stamp"
},
{
"name": "hierarchy_friendly_name",
"title": "Located At",
"allow_filtering": true
}
],
"tagged_versions": [],
"tags": [],
"title": "",
"business_key": {},
"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",
"help",
"list",
"remove"
],
"schema_version": "1.0",
"actions": [
{
"remove": {
"method": "DELETE",
"class": "delete",
"href": "/api/data/ModelReport/?hierarchy=[hierarchy]",
"support_async": true,
"title": "Delete"
}
},
{
"list": {
"method": "GET",
"class": "list",
"href": "/api/data/ModelReport/?hierarchy=[hierarchy]",
"support_async": false,
"title": "List"
}
},
{
"help": {
"method": "GET",
"class": "help",
"href": "/api/data/ModelReport/help?hierarchy=[hierarchy]",
"support_async": false,
"title": "Help"
}
}
]
},
"resources": [
{
"data": {
"status": "Done",
"hcmf_models": [
{
"count": "4",
"modeltype": "device/hcmf/CUCM"
},
{
"count": "4",
"modeltype": "device/hcmf/CUCMCluster"
},
{
"count": "4",
"modeltype": "device/hcmf/CUCxn"
},
{
"count": "4",
"modeltype": "device/hcmf/CUCxnCluster"
},
{
"count": "4",
"modeltype": "device/hcmf/Customer"
},
{
"count": "6",
"modeltype": "device/hcmf/CustomerEquipment"
},
{
"count": "65",
"modeltype": "device/hcmf/CustomerLocation"
},
{
"count": "1",
"modeltype": "device/hcmf/DirectoryDomain"
},
{
"count": "4",
"modeltype": "device/hcmf/Reseller"
},
{
"count": "1",
"modeltype": "device/hcmf/ServiceProvider"
}
],
"data_models": [
{
"count": "11",
"modeltype": "data/Alert"
},
{
"count": "4",
"modeltype": "data/BaseCustomerDAT"
},
{
"count": "64",
"modeltype": "data/BaseSiteDAT"
},
{
"count": "30",
"modeltype": "data/CUCLanguage"
},
{
"count": "11",
"modeltype": "data/CUCTimeZone"
},
{
"count": "4",
"modeltype": "data/CallManager"
},
{
"count": "9",
"modeltype": "data/ClassOfService"
},
{
"count": "159",
"modeltype": "data/ConfigurationTemplate"
},
{
"count": "43",
"modeltype": "data/DataSync"
},
{
"count": "4",
"modeltype": "data/DeviceChanges"
},
{
"count": "4",
"modeltype": "data/DpCustomer"
},
{
"count": "58",
"modeltype": "data/DpSite"
},
{
"count": "4",
"modeltype": "data/GenericCucm"
},
{
"count": "39",
"modeltype": "data/HcsAdminUserDAT"
},
{
"count": "6",
"modeltype": "data/HcsAnalogGatewayDAT"
},
{
"count": "6",
"modeltype": "data/HcsCUCMScheduleDAT"
},
{
"count": "4",
"modeltype": "data/HcsCUCxnScheduleDAT"
},
{
"count": "27",
"modeltype": "data/HcsCommandDAT"
},
{
"count": "8",
"modeltype": "data/HcsDeviceGroupDAT"
},
{
"count": "4",
"modeltype": "data/HcsDpAssociateSchemaGroupToCustomerDAT"
},
{
"count": "52",
"modeltype": "data/HcsDpAssociateVmPilotToSiteDAT"
},
{
"count": "6",
"modeltype": "data/HcsDpAssociateVmSvcToCustomerDAT"
},
{
"count": "442",
"modeltype": "data/HcsDpClassOfServiceDAT"
},
{
"count": "22",
"modeltype": "data/HcsDpCustPstnBreakoutCountryMapDAT"
},
{
"count": "58",
"modeltype": "data/HcsDpDNE164AssociateDAT"
},
{
"count": "136",
"modeltype": "data/HcsDpDialPlanSchemaDAT"
},
{
"count": "9",
"modeltype": "data/HcsDpDialPlanSchemaGroupDAT"
},
{
"count": "13",
"modeltype": "data/HcsDpDnRangeDAT"
},
{
"count": "3129",
"modeltype": "data/HcsDpE164InventoryDAT"
},
{
"count": "21",
"modeltype": "data/HcsDpSlcDAT"
},
{
"count": "6",
"modeltype": "data/HcsDpVmPilotDAT"
},
{
"count": "7",
"modeltype": "data/HcsDpVmServiceDAT"
},
{
"count": "2",
"modeltype": "data/HcsEntitlementCatalogDAT"
},
{
"count": "32",
"modeltype": "data/HcsEntitlementProfileDAT"
},
{
"count": "6",
"modeltype": "data/HcsIOSDeviceDAT"
},
{
"count": "4",
"modeltype": "data/HcsLdapScheduleDAT"
},
{
"count": "4",
"modeltype": "data/HcsLdapServerDAT"
},
{
"count": "4",
"modeltype": "data/HcsLdapUserSyncDAT"
},
{
"count": "249",
"modeltype": "data/HcsRoleDAT"
},
{
"count": "23",
"modeltype": "data/HcsUserManagementLogDAT"
},
{
"count": "181",
"modeltype": "data/HcsUserProvisioningStatusDAT"
},
{
"count": "4",
"modeltype": "data/HcsVossCUCMClusterDAT"
},
{
"count": "4",
"modeltype": "data/HcsVossCUCxnClusterDAT"
},
{
"count": "4",
"modeltype": "data/HcsVossCustomerDAT"
},
{
"count": "64",
"modeltype": "data/HcsVossNdlrDAT"
},
{
"count": "1",
"modeltype": "data/HcsVossProviderDAT"
},
{
"count": "4",
"modeltype": "data/HcsVossResellerDAT"
},
{
"count": "64",
"modeltype": "data/HcsVossSiteDAT"
},
{
"count": "76",
"modeltype": "data/HierarchyNode"
},
{
"count": "5071",
"modeltype": "data/InternalNumberInventory"
},
{
"count": "6",
"modeltype": "data/Ios"
},
{
"count": "4",
"modeltype": "data/Ldap"
},
{
"count": "127",
"modeltype": "data/LdapUser"
},
{
"count": "4",
"modeltype": "data/Macro"
},
{
"count": "137",
"modeltype": "data/MetricResourceCount"
},
{
"count": "4",
"modeltype": "data/ModelInstanceFilter"
},
{
"count": "8",
"modeltype": "data/ModelTypeList"
},
{
"count": "10",
"modeltype": "data/MonitoringCucm"
},
{
"count": "22",
"modeltype": "data/MonitoringQueue"
},
{
"count": "13",
"modeltype": "data/NetworkDeviceList"
},
{
"count": "64",
"modeltype": "data/NetworkDeviceListReference"
},
{
"count": "181",
"modeltype": "data/NormalizedUser"
},
{
"count": "56",
"modeltype": "data/QuickAddGroups"
},
{
"count": "249",
"modeltype": "data/Role"
},
{
"count": "14",
"modeltype": "data/Schedule"
},
{
"count": "64",
"modeltype": "data/SiteDefaultsDoc"
},
{
"count": "1",
"modeltype": "data/Theme"
},
{
"count": "4",
"modeltype": "data/UnityConnection"
},
{
"count": "220",
"modeltype": "data/User"
},
{
"count": "1",
"modeltype": "data/UserSavedSearch"
},
{
"count": "1",
"modeltype": "data/WebEx"
}
],
"title": "Model instance count [sys.hcs.CS-P] for model types [DATA, CUCM, CUC, LDAP, HCMF]",
"pkid": "60c83a004e53350016f73452",
"timestamp": "2021-06-15 07:26:24.101723",
"cucm_models": [
{
"count": "144",
"modeltype": "device/cucm/Announcement"
},
{
"count": "4",
"modeltype": "device/cucm/Annunciator"
},
{
"count": "47",
"modeltype": "device/cucm/AppUser"
},
{
"count": "8",
"modeltype": "device/cucm/AudioCodecPreferenceList"
},
{
"count": "4",
"modeltype": "device/cucm/CallManager"
},
{
"count": "12",
"modeltype": "device/cucm/CallManagerGroup"
},
{
"count": "30",
"modeltype": "device/cucm/CallPickupGroup"
},
{
"count": "96",
"modeltype": "device/cucm/CallingPartyTransformationPattern"
},
{
"count": "4",
"modeltype": "device/cucm/CommonPhoneConfig"
},
{
"count": "4",
"modeltype": "device/cucm/ConferenceBridge"
},
{
"count": "337",
"modeltype": "device/cucm/Country"
},
{
"count": "5",
"modeltype": "device/cucm/CredentialPolicy"
},
{
"count": "12",
"modeltype": "device/cucm/CredentialPolicyDefault"
},
{
"count": "693",
"modeltype": "device/cucm/Css"
},
{
"count": "1",
"modeltype": "device/cucm/CtiRoutePoint"
},
{
"count": "22",
"modeltype": "device/cucm/DateTimeGroup"
},
{
"count": "124",
"modeltype": "device/cucm/Ddi"
},
{
"count": "43",
"modeltype": "device/cucm/DefaultDeviceProfile"
},
{
"count": "212",
"modeltype": "device/cucm/DeviceDefaults"
},
{
"count": "65",
"modeltype": "device/cucm/DevicePool"
},
{
"count": "90",
"modeltype": "device/cucm/DeviceProfile"
},
{
"count": "4",
"modeltype": "device/cucm/DialPlan"
},
{
"count": "84",
"modeltype": "device/cucm/DialPlanTag"
},
{
"count": "1",
"modeltype": "device/cucm/DirNumberAliasLookupandSync"
},
{
"count": "124",
"modeltype": "device/cucm/DiscardDigitInstruction"
},
{
"count": "5305",
"modeltype": "device/cucm/EnterpriseFeatureAccessConfiguration"
},
{
"count": "4",
"modeltype": "device/cucm/FeatureGroupTemplate"
},
{
"count": "6",
"modeltype": "device/cucm/Gateway"
},
{
"count": "33",
"modeltype": "device/cucm/GatewayEndpointType"
},
{
"count": "3",
"modeltype": "device/cucm/GatewaySccpEndpoints"
},
{
"count": "224",
"modeltype": "device/cucm/GatewayType"
},
{
"count": "4",
"modeltype": "device/cucm/GeoLocation"
},
{
"count": "153",
"modeltype": "device/cucm/HcsLicense"
},
{
"count": "32",
"modeltype": "device/cucm/IpPhoneServices"
},
{
"count": "1",
"modeltype": "device/cucm/LdapDirectory"
},
{
"count": "4",
"modeltype": "device/cucm/LdapSystem"
},
{
"count": "8",
"modeltype": "device/cucm/LicensedUser"
},
{
"count": "267",
"modeltype": "device/cucm/LicensingResourceUsage"
},
{
"count": "212",
"modeltype": "device/cucm/Line"
},
{
"count": "48",
"modeltype": "device/cucm/LocalRouteGroup"
},
{
"count": "72",
"modeltype": "device/cucm/Location"
},
{
"count": "1",
"modeltype": "device/cucm/MeetMe"
},
{
"count": "4",
"modeltype": "device/cucm/MlppDomain"
},
{
"count": "4",
"modeltype": "device/cucm/MobileSmartClientProfile"
},
{
"count": "4",
"modeltype": "device/cucm/MohAudioSource"
},
{
"count": "4",
"modeltype": "device/cucm/MohServer"
},
{
"count": "4",
"modeltype": "device/cucm/Mtp"
},
{
"count": "355",
"modeltype": "device/cucm/Phone"
},
{
"count": "732",
"modeltype": "device/cucm/PhoneButtonTemplate"
},
{
"count": "738",
"modeltype": "device/cucm/PhoneSecurityProfile"
},
{
"count": "591",
"modeltype": "device/cucm/PhoneType"
},
{
"count": "4",
"modeltype": "device/cucm/PresenceGroup"
},
{
"count": "8",
"modeltype": "device/cucm/ProcessNode"
},
{
"count": "303",
"modeltype": "device/cucm/ProcessNodeService"
},
{
"count": "64",
"modeltype": "device/cucm/Region"
},
{
"count": "109",
"modeltype": "device/cucm/RemoteDestination"
},
{
"count": "39",
"modeltype": "device/cucm/RemoteDestinationProfile"
},
{
"count": "8",
"modeltype": "device/cucm/RouteGroup"
},
{
"count": "338",
"modeltype": "device/cucm/RouteList"
},
{
"count": "625",
"modeltype": "device/cucm/RoutePartition"
},
{
"count": "1699",
"modeltype": "device/cucm/RoutePattern"
},
{
"count": "5305",
"modeltype": "device/cucm/RoutePlan"
},
{
"count": "31",
"modeltype": "device/cucm/SIPNormalizationScript"
},
{
"count": "4",
"modeltype": "device/cucm/SdpTransparencyProfile"
},
{
"count": "3836",
"modeltype": "device/cucm/ServiceParameter"
},
{
"count": "1",
"modeltype": "device/cucm/SipDialRules"
},
{
"count": "24",
"modeltype": "device/cucm/SipProfile"
},
{
"count": "9",
"modeltype": "device/cucm/SipTrunk"
},
{
"count": "14",
"modeltype": "device/cucm/SipTrunkSecurityProfile"
},
{
"count": "182",
"modeltype": "device/cucm/SoftKey"
},
{
"count": "48",
"modeltype": "device/cucm/SoftKeyCallState"
},
{
"count": "34",
"modeltype": "device/cucm/SoftKeySet"
},
{
"count": "34",
"modeltype": "device/cucm/SoftKeyTemplate"
},
{
"count": "8",
"modeltype": "device/cucm/Srst"
},
{
"count": "32",
"modeltype": "device/cucm/TimePeriod"
},
{
"count": "25",
"modeltype": "device/cucm/TimeSchedule"
},
{
"count": "109",
"modeltype": "device/cucm/TodAccess"
},
{
"count": "3263",
"modeltype": "device/cucm/TransPattern"
},
{
"count": "62",
"modeltype": "device/cucm/TvsCertificate"
},
{
"count": "138",
"modeltype": "device/cucm/UnassignedPresenceUsers"
},
{
"count": "11",
"modeltype": "device/cucm/UniversalDeviceTemplate"
},
{
"count": "4",
"modeltype": "device/cucm/UniversalLineTemplate"
},
{
"count": "177",
"modeltype": "device/cucm/User"
},
{
"count": "113",
"modeltype": "device/cucm/UserGroup"
},
{
"count": "8",
"modeltype": "device/cucm/UserLocale"
},
{
"count": "5",
"modeltype": "device/cucm/UserProfileProvision"
},
{
"count": "6",
"modeltype": "device/cucm/VoiceMailPilot"
},
{
"count": "14",
"modeltype": "device/cucm/VoiceMailProfile"
}
],
"cuc_models": [
{
"count": "8",
"modeltype": "device/cuc/AuthenticationRule"
},
{
"count": "139",
"modeltype": "device/cuc/Callhandler"
},
{
"count": "1668",
"modeltype": "device/cuc/CallhandlerMenuEntry"
},
{
"count": "14",
"modeltype": "device/cuc/CallhandlerPrimaryTemplate"
},
{
"count": "8",
"modeltype": "device/cuc/CallhandlerTemplate"
},
{
"count": "417",
"modeltype": "device/cuc/CallhandlerTransferOption"
},
{
"count": "4",
"modeltype": "device/cuc/Cluster"
},
{
"count": "2317",
"modeltype": "device/cuc/ConfigurationValue"
},
{
"count": "4",
"modeltype": "device/cuc/ConnectionLocation"
},
{
"count": "192",
"modeltype": "device/cuc/Conversation"
},
{
"count": "12",
"modeltype": "device/cuc/Cos"
},
{
"count": "8",
"modeltype": "device/cuc/CredentialPolicy"
},
{
"count": "18",
"modeltype": "device/cuc/DefaultUserTemplate"
},
{
"count": "8",
"modeltype": "device/cuc/DirectoryHandler"
},
{
"count": "16",
"modeltype": "device/cuc/DistributionList"
},
{
"count": "16",
"modeltype": "device/cuc/DistributionListMember"
},
{
"count": "139",
"modeltype": "device/cuc/DtmfAccessId"
},
{
"count": "7",
"modeltype": "device/cuc/ExternalService"
},
{
"count": "4",
"modeltype": "device/cuc/FaxServer"
},
{
"count": "115",
"modeltype": "device/cuc/GlobalUser"
},
{
"count": "973",
"modeltype": "device/cuc/Greeting"
},
{
"count": "139",
"modeltype": "device/cuc/HtmlDevice"
},
{
"count": "1",
"modeltype": "device/cuc/ImportUser"
},
{
"count": "6",
"modeltype": "device/cuc/InstalledLanguage"
},
{
"count": "4",
"modeltype": "device/cuc/InterviewHandler"
},
{
"count": "596",
"modeltype": "device/cuc/LanguageMapping"
},
{
"count": "20",
"modeltype": "device/cuc/LicenseStatus"
},
{
"count": "4",
"modeltype": "device/cuc/LocalLocation"
},
{
"count": "8",
"modeltype": "device/cuc/MailboxQuotaText"
},
{
"count": "4",
"modeltype": "device/cuc/MailboxStore"
},
{
"count": "8",
"modeltype": "device/cuc/MessageAgingPolicy"
},
{
"count": "40",
"modeltype": "device/cuc/MessageAgingText"
},
{
"count": "115",
"modeltype": "device/cuc/MessageHandler"
},
{
"count": "20",
"modeltype": "device/cuc/NotificationTemplate"
},
{
"count": "115",
"modeltype": "device/cuc/PagerDevice"
},
{
"count": "14",
"modeltype": "device/cuc/Partition"
},
{
"count": "345",
"modeltype": "device/cuc/PhoneDevice"
},
{
"count": "8",
"modeltype": "device/cuc/PhoneSystem"
},
{
"count": "12",
"modeltype": "device/cuc/PhoneSystemAssociation"
},
{
"count": "12",
"modeltype": "device/cuc/Policy"
},
{
"count": "18",
"modeltype": "device/cuc/Port"
},
{
"count": "6",
"modeltype": "device/cuc/PortGroup"
},
{
"count": "12",
"modeltype": "device/cuc/PortGroupCodec"
},
{
"count": "6",
"modeltype": "device/cuc/PortGroupServer"
},
{
"count": "12",
"modeltype": "device/cuc/PortGroupTemplate"
},
{
"count": "20",
"modeltype": "device/cuc/RestrictionTable"
},
{
"count": "41",
"modeltype": "device/cuc/Role"
},
{
"count": "36",
"modeltype": "device/cuc/RoutingRule"
},
{
"count": "24",
"modeltype": "device/cuc/RoutingRuleCondition"
},
{
"count": "21",
"modeltype": "device/cuc/RtpCodecDef"
},
{
"count": "139",
"modeltype": "device/cuc/Schedule"
},
{
"count": "16",
"modeltype": "device/cuc/ScheduleDetail"
},
{
"count": "16",
"modeltype": "device/cuc/ScheduleSet"
},
{
"count": "24",
"modeltype": "device/cuc/ScheduleSetMember"
},
{
"count": "14",
"modeltype": "device/cuc/SearchSpace"
},
{
"count": "18",
"modeltype": "device/cuc/SearchSpaceMember"
},
{
"count": "18",
"modeltype": "device/cuc/SearchSpacesMember"
},
{
"count": "14",
"modeltype": "device/cuc/SipSecurityProfile"
},
{
"count": "2",
"modeltype": "device/cuc/SmppProvider"
},
{
"count": "115",
"modeltype": "device/cuc/SmtpDevice"
},
{
"count": "4",
"modeltype": "device/cuc/SubscriberDependency"
},
{
"count": "4",
"modeltype": "device/cuc/SystemConfiguration"
},
{
"count": "56",
"modeltype": "device/cuc/TemplateGreeting"
},
{
"count": "96",
"modeltype": "device/cuc/TemplateMenuEntry"
},
{
"count": "24",
"modeltype": "device/cuc/TemplateTransferOption"
},
{
"count": "4",
"modeltype": "device/cuc/Tenant"
},
{
"count": "1902",
"modeltype": "device/cuc/TimeZone"
},
{
"count": "115",
"modeltype": "device/cuc/User"
},
{
"count": "46",
"modeltype": "device/cuc/UserLicense"
},
{
"count": "115",
"modeltype": "device/cuc/UserPassword"
},
{
"count": "115",
"modeltype": "device/cuc/UserPin"
},
{
"count": "14",
"modeltype": "device/cuc/UserTemplate"
},
{
"count": "24",
"modeltype": "device/cuc/UserTemplateHtmlDevice"
},
{
"count": "14",
"modeltype": "device/cuc/UserTemplateMessageAction"
},
{
"count": "94",
"modeltype": "device/cuc/UserTemplateNotificationDevice"
},
{
"count": "14",
"modeltype": "device/cuc/UserTemplatePagerDevice"
},
{
"count": "14",
"modeltype": "device/cuc/UserTemplatePassword"
},
{
"count": "42",
"modeltype": "device/cuc/UserTemplatePhoneDevice"
},
{
"count": "14",
"modeltype": "device/cuc/UserTemplatePin"
},
{
"count": "14",
"modeltype": "device/cuc/UserTemplateSmtpDevice"
},
{
"count": "4",
"modeltype": "device/cuc/VersionInformation"
},
{
"count": "4",
"modeltype": "device/cuc/VmsServer"
},
{
"count": "4",
"modeltype": "device/cuc/VnmapLocationHttps"
},
{
"count": "24",
"modeltype": "device/cuc/WaveFormat"
}
],
"id": "1",
"hierarchy_friendly_name": "sys (System)",
"hierarchy_path": "sys"
},
"meta": {
"model_type": "data/ModelReport",
"summary_attrs": [
{
"name": "id",
"title": "ID"
},
{
"name": "status",
"title": "Status"
},
{
"name": "timestamp",
"title": "Time Stamp"
},
{
"name": "hierarchy_friendly_name",
"title": "Located At",
"allow_filtering": true
}
],
"tagged_versions": [],
"tags": [],
"title": "Model instance count [sys.hcs.CS-P] for model types [DATA, CUCM, CUC, LDAP, HCMF]",
"business_key": {},
"api_version": "21.2",
"cached": true,
"references": {
"device": [
{
"href": "",
"pkid": ""
}
],
"owner": [
{
"pkid": ""
}
],
"parent": [
{
"pkid": "6t0ggef2c0deab00hb595101",
"href": "/api/data/HierarchyNode/6t0ggef2c0deab00hb595101"
}
],
"foreign_key": [],
"self": [
{
"href": "/api/data/ModelReport/60c83a004e53350016f73451/",
"pkid": "60c83a004e53350016f73451"
}
]
},
"path": [
"6t0ggef2c0deab00hb595101",
"60c83a004e53350016f73451"
],
"schema_version": "1.0",
"actions": [
{
"remove": {
"method": "DELETE",
"class": "delete",
"href": "/api/data/ModelReport/60c83a004e53350016f73451/",
"support_async": true,
"title": "Delete"
}
},
{
"get": {
"method": "GET",
"class": "get",
"href": "/api/data/ModelReport/60c83a004e53350016f73451/",
"support_async": false,
"title": "Get"
}
},
{
"help": {
"method": "GET",
"class": "help",
"href": "/api/data/ModelReport/60c83a004e53350016f73451/help",
"support_async": false,
"title": "Help"
}
}
],
"summary": "false"
},
"pkid": "60c83a004e53350016f73451"
}
]
}
(Show the first instance)
{
"data": {
"status": "Done",
"data_models": [
{
"count": "11",
"modeltype": "data/Alert"
},
{
"count": "4",
"modeltype": "data/BaseCustomerDAT"
},
{
"count": "64",
"modeltype": "data/BaseSiteDAT"
},
{
"count": "30",
"modeltype": "data/CUCLanguage"
},
{
"count": "11",
"modeltype": "data/CUCTimeZone"
},
{
"count": "4",
"modeltype": "data/CallManager"
},
{
"count": "9",
"modeltype": "data/ClassOfService"
},
{
"count": "159",
"modeltype": "data/ConfigurationTemplate"
},
{
"count": "43",
"modeltype": "data/DataSync"
},
{
"count": "4",
"modeltype": "data/DeviceChanges"
},
{
"count": "4",
"modeltype": "data/DpCustomer"
},
{
"count": "58",
"modeltype": "data/DpSite"
},
{
"count": "4",
"modeltype": "data/GenericCucm"
},
{
"count": "39",
"modeltype": "data/HcsAdminUserDAT"
},
{
"count": "6",
"modeltype": "data/HcsAnalogGatewayDAT"
},
{
"count": "6",
"modeltype": "data/HcsCUCMScheduleDAT"
},
{
"count": "4",
"modeltype": "data/HcsCUCxnScheduleDAT"
},
{
"count": "27",
"modeltype": "data/HcsCommandDAT"
},
{
"count": "8",
"modeltype": "data/HcsDeviceGroupDAT"
},
{
"count": "4",
"modeltype": "data/HcsDpAssociateSchemaGroupToCustomerDAT"
},
{
"count": "52",
"modeltype": "data/HcsDpAssociateVmPilotToSiteDAT"
},
{
"count": "6",
"modeltype": "data/HcsDpAssociateVmSvcToCustomerDAT"
},
{
"count": "442",
"modeltype": "data/HcsDpClassOfServiceDAT"
},
{
"count": "22",
"modeltype": "data/HcsDpCustPstnBreakoutCountryMapDAT"
},
{
"count": "58",
"modeltype": "data/HcsDpDNE164AssociateDAT"
},
{
"count": "136",
"modeltype": "data/HcsDpDialPlanSchemaDAT"
},
{
"count": "9",
"modeltype": "data/HcsDpDialPlanSchemaGroupDAT"
},
{
"count": "13",
"modeltype": "data/HcsDpDnRangeDAT"
},
{
"count": "3129",
"modeltype": "data/HcsDpE164InventoryDAT"
},
{
"count": "21",
"modeltype": "data/HcsDpSlcDAT"
},
{
"count": "6",
"modeltype": "data/HcsDpVmPilotDAT"
},
{
"count": "7",
"modeltype": "data/HcsDpVmServiceDAT"
},
{
"count": "2",
"modeltype": "data/HcsEntitlementCatalogDAT"
},
{
"count": "32",
"modeltype": "data/HcsEntitlementProfileDAT"
},
{
"count": "6",
"modeltype": "data/HcsIOSDeviceDAT"
},
{
"count": "4",
"modeltype": "data/HcsLdapScheduleDAT"
},
{
"count": "4",
"modeltype": "data/HcsLdapServerDAT"
},
{
"count": "4",
"modeltype": "data/HcsLdapUserSyncDAT"
},
{
"count": "249",
"modeltype": "data/HcsRoleDAT"
},
{
"count": "23",
"modeltype": "data/HcsUserManagementLogDAT"
},
{
"count": "181",
"modeltype": "data/HcsUserProvisioningStatusDAT"
},
{
"count": "4",
"modeltype": "data/HcsVossCUCMClusterDAT"
},
{
"count": "4",
"modeltype": "data/HcsVossCUCxnClusterDAT"
},
{
"count": "4",
"modeltype": "data/HcsVossCustomerDAT"
},
{
"count": "64",
"modeltype": "data/HcsVossNdlrDAT"
},
{
"count": "1",
"modeltype": "data/HcsVossProviderDAT"
},
{
"count": "4",
"modeltype": "data/HcsVossResellerDAT"
},
{
"count": "64",
"modeltype": "data/HcsVossSiteDAT"
},
{
"count": "76",
"modeltype": "data/HierarchyNode"
},
{
"count": "5071",
"modeltype": "data/InternalNumberInventory"
},
{
"count": "6",
"modeltype": "data/Ios"
},
{
"count": "4",
"modeltype": "data/Ldap"
},
{
"count": "127",
"modeltype": "data/LdapUser"
},
{
"count": "4",
"modeltype": "data/Macro"
},
{
"count": "137",
"modeltype": "data/MetricResourceCount"
},
{
"count": "4",
"modeltype": "data/ModelInstanceFilter"
},
{
"count": "8",
"modeltype": "data/ModelTypeList"
},
{
"count": "10",
"modeltype": "data/MonitoringCucm"
},
{
"count": "22",
"modeltype": "data/MonitoringQueue"
},
{
"count": "13",
"modeltype": "data/NetworkDeviceList"
},
{
"count": "64",
"modeltype": "data/NetworkDeviceListReference"
},
{
"count": "181",
"modeltype": "data/NormalizedUser"
},
{
"count": "56",
"modeltype": "data/QuickAddGroups"
},
{
"count": "249",
"modeltype": "data/Role"
},
{
"count": "14",
"modeltype": "data/Schedule"
},
{
"count": "64",
"modeltype": "data/SiteDefaultsDoc"
},
{
"count": "1",
"modeltype": "data/Theme"
},
{
"count": "4",
"modeltype": "data/UnityConnection"
},
{
"count": "220",
"modeltype": "data/User"
},
{
"count": "1",
"modeltype": "data/UserSavedSearch"
},
{
"count": "1",
"modeltype": "data/WebEx"
}
],
"title": "Model instance count [sys.hcs.CS-P] for model types [DATA, CUCM, CUC, LDAP, HCMF]",
"timestamp": "2021-06-15 07:26:24.101723",
"cucm_models": [
{
"count": "144",
"modeltype": "device/cucm/Announcement"
},
{
"count": "4",
"modeltype": "device/cucm/Annunciator"
},
{
"count": "47",
"modeltype": "device/cucm/AppUser"
},
{
"count": "8",
"modeltype": "device/cucm/AudioCodecPreferenceList"
},
{
"count": "4",
"modeltype": "device/cucm/CallManager"
},
{
"count": "12",
"modeltype": "device/cucm/CallManagerGroup"
},
{
"count": "30",
"modeltype": "device/cucm/CallPickupGroup"
},
{
"count": "96",
"modeltype": "device/cucm/CallingPartyTransformationPattern"
},
{
"count": "4",
"modeltype": "device/cucm/CommonPhoneConfig"
},
{
"count": "4",
"modeltype": "device/cucm/ConferenceBridge"
},
{
"count": "337",
"modeltype": "device/cucm/Country"
},
{
"count": "5",
"modeltype": "device/cucm/CredentialPolicy"
},
{
"count": "12",
"modeltype": "device/cucm/CredentialPolicyDefault"
},
{
"count": "693",
"modeltype": "device/cucm/Css"
},
{
"count": "1",
"modeltype": "device/cucm/CtiRoutePoint"
},
{
"count": "22",
"modeltype": "device/cucm/DateTimeGroup"
},
{
"count": "124",
"modeltype": "device/cucm/Ddi"
},
{
"count": "43",
"modeltype": "device/cucm/DefaultDeviceProfile"
},
{
"count": "212",
"modeltype": "device/cucm/DeviceDefaults"
},
{
"count": "65",
"modeltype": "device/cucm/DevicePool"
},
{
"count": "90",
"modeltype": "device/cucm/DeviceProfile"
},
{
"count": "4",
"modeltype": "device/cucm/DialPlan"
},
{
"count": "84",
"modeltype": "device/cucm/DialPlanTag"
},
{
"count": "1",
"modeltype": "device/cucm/DirNumberAliasLookupandSync"
},
{
"count": "124",
"modeltype": "device/cucm/DiscardDigitInstruction"
},
{
"count": "5305",
"modeltype": "device/cucm/EnterpriseFeatureAccessConfiguration"
},
{
"count": "4",
"modeltype": "device/cucm/FeatureGroupTemplate"
},
{
"count": "6",
"modeltype": "device/cucm/Gateway"
},
{
"count": "33",
"modeltype": "device/cucm/GatewayEndpointType"
},
{
"count": "3",
"modeltype": "device/cucm/GatewaySccpEndpoints"
},
{
"count": "224",
"modeltype": "device/cucm/GatewayType"
},
{
"count": "4",
"modeltype": "device/cucm/GeoLocation"
},
{
"count": "153",
"modeltype": "device/cucm/HcsLicense"
},
{
"count": "32",
"modeltype": "device/cucm/IpPhoneServices"
},
{
"count": "1",
"modeltype": "device/cucm/LdapDirectory"
},
{
"count": "4",
"modeltype": "device/cucm/LdapSystem"
},
{
"count": "8",
"modeltype": "device/cucm/LicensedUser"
},
{
"count": "267",
"modeltype": "device/cucm/LicensingResourceUsage"
},
{
"count": "212",
"modeltype": "device/cucm/Line"
},
{
"count": "48",
"modeltype": "device/cucm/LocalRouteGroup"
},
{
"count": "72",
"modeltype": "device/cucm/Location"
},
{
"count": "1",
"modeltype": "device/cucm/MeetMe"
},
{
"count": "4",
"modeltype": "device/cucm/MlppDomain"
},
{
"count": "4",
"modeltype": "device/cucm/MobileSmartClientProfile"
},
{
"count": "4",
"modeltype": "device/cucm/MohAudioSource"
},
{
"count": "4",
"modeltype": "device/cucm/MohServer"
},
{
"count": "4",
"modeltype": "device/cucm/Mtp"
},
{
"count": "355",
"modeltype": "device/cucm/Phone"
},
{
"count": "732",
"modeltype": "device/cucm/PhoneButtonTemplate"
},
{
"count": "738",
"modeltype": "device/cucm/PhoneSecurityProfile"
},
{
"count": "591",
"modeltype": "device/cucm/PhoneType"
},
{
"count": "4",
"modeltype": "device/cucm/PresenceGroup"
},
{
"count": "8",
"modeltype": "device/cucm/ProcessNode"
},
{
"count": "303",
"modeltype": "device/cucm/ProcessNodeService"
},
{
"count": "64",
"modeltype": "device/cucm/Region"
},
{
"count": "109",
"modeltype": "device/cucm/RemoteDestination"
},
{
"count": "39",
"modeltype": "device/cucm/RemoteDestinationProfile"
},
{
"count": "8",
"modeltype": "device/cucm/RouteGroup"
},
{
"count": "338",
"modeltype": "device/cucm/RouteList"
},
{
"count": "625",
"modeltype": "device/cucm/RoutePartition"
},
{
"count": "1699",
"modeltype": "device/cucm/RoutePattern"
},
{
"count": "5305",
"modeltype": "device/cucm/RoutePlan"
},
{
"count": "31",
"modeltype": "device/cucm/SIPNormalizationScript"
},
{
"count": "4",
"modeltype": "device/cucm/SdpTransparencyProfile"
},
{
"count": "3836",
"modeltype": "device/cucm/ServiceParameter"
},
{
"count": "1",
"modeltype": "device/cucm/SipDialRules"
},
{
"count": "24",
"modeltype": "device/cucm/SipProfile"
},
{
"count": "9",
"modeltype": "device/cucm/SipTrunk"
},
{
"count": "14",
"modeltype": "device/cucm/SipTrunkSecurityProfile"
},
{
"count": "182",
"modeltype": "device/cucm/SoftKey"
},
{
"count": "48",
"modeltype": "device/cucm/SoftKeyCallState"
},
{
"count": "34",
"modeltype": "device/cucm/SoftKeySet"
},
{
"count": "34",
"modeltype": "device/cucm/SoftKeyTemplate"
},
{
"count": "8",
"modeltype": "device/cucm/Srst"
},
{
"count": "32",
"modeltype": "device/cucm/TimePeriod"
},
{
"count": "25",
"modeltype": "device/cucm/TimeSchedule"
},
{
"count": "109",
"modeltype": "device/cucm/TodAccess"
},
{
"count": "3263",
"modeltype": "device/cucm/TransPattern"
},
{
"count": "62",
"modeltype": "device/cucm/TvsCertificate"
},
{
"count": "138",
"modeltype": "device/cucm/UnassignedPresenceUsers"
},
{
"count": "11",
"modeltype": "device/cucm/UniversalDeviceTemplate"
},
{
"count": "4",
"modeltype": "device/cucm/UniversalLineTemplate"
},
{
"count": "177",
"modeltype": "device/cucm/User"
},
{
"count": "113",
"modeltype": "device/cucm/UserGroup"
},
{
"count": "8",
"modeltype": "device/cucm/UserLocale"
},
{
"count": "5",
"modeltype": "device/cucm/UserProfileProvision"
},
{
"count": "6",
"modeltype": "device/cucm/VoiceMailPilot"
},
{
"count": "14",
"modeltype": "device/cucm/VoiceMailProfile"
}
],
"cuc_models": [
{
"count": "8",
"modeltype": "device/cuc/AuthenticationRule"
},
{
"count": "139",
"modeltype": "device/cuc/Callhandler"
},
{
"count": "1668",
"modeltype": "device/cuc/CallhandlerMenuEntry"
},
{
"count": "14",
"modeltype": "device/cuc/CallhandlerPrimaryTemplate"
},
{
"count": "8",
"modeltype": "device/cuc/CallhandlerTemplate"
},
{
"count": "417",
"modeltype": "device/cuc/CallhandlerTransferOption"
},
{
"count": "4",
"modeltype": "device/cuc/Cluster"
},
{
"count": "2317",
"modeltype": "device/cuc/ConfigurationValue"
},
{
"count": "4",
"modeltype": "device/cuc/ConnectionLocation"
},
{
"count": "192",
"modeltype": "device/cuc/Conversation"
},
{
"count": "12",
"modeltype": "device/cuc/Cos"
},
{
"count": "8",
"modeltype": "device/cuc/CredentialPolicy"
},
{
"count": "18",
"modeltype": "device/cuc/DefaultUserTemplate"
},
{
"count": "8",
"modeltype": "device/cuc/DirectoryHandler"
},
{
"count": "16",
"modeltype": "device/cuc/DistributionList"
},
{
"count": "16",
"modeltype": "device/cuc/DistributionListMember"
},
{
"count": "139",
"modeltype": "device/cuc/DtmfAccessId"
},
{
"count": "7",
"modeltype": "device/cuc/ExternalService"
},
{
"count": "4",
"modeltype": "device/cuc/FaxServer"
},
{
"count": "115",
"modeltype": "device/cuc/GlobalUser"
},
{
"count": "973",
"modeltype": "device/cuc/Greeting"
},
{
"count": "139",
"modeltype": "device/cuc/HtmlDevice"
},
{
"count": "1",
"modeltype": "device/cuc/ImportUser"
},
{
"count": "6",
"modeltype": "device/cuc/InstalledLanguage"
},
{
"count": "4",
"modeltype": "device/cuc/InterviewHandler"
},
{
"count": "596",
"modeltype": "device/cuc/LanguageMapping"
},
{
"count": "20",
"modeltype": "device/cuc/LicenseStatus"
},
{
"count": "4",
"modeltype": "device/cuc/LocalLocation"
},
{
"count": "8",
"modeltype": "device/cuc/MailboxQuotaText"
},
{
"count": "4",
"modeltype": "device/cuc/MailboxStore"
},
{
"count": "8",
"modeltype": "device/cuc/MessageAgingPolicy"
},
{
"count": "40",
"modeltype": "device/cuc/MessageAgingText"
},
{
"count": "115",
"modeltype": "device/cuc/MessageHandler"
},
{
"count": "20",
"modeltype": "device/cuc/NotificationTemplate"
},
{
"count": "115",
"modeltype": "device/cuc/PagerDevice"
},
{
"count": "14",
"modeltype": "device/cuc/Partition"
},
{
"count": "345",
"modeltype": "device/cuc/PhoneDevice"
},
{
"count": "8",
"modeltype": "device/cuc/PhoneSystem"
},
{
"count": "12",
"modeltype": "device/cuc/PhoneSystemAssociation"
},
{
"count": "12",
"modeltype": "device/cuc/Policy"
},
{
"count": "18",
"modeltype": "device/cuc/Port"
},
{
"count": "6",
"modeltype": "device/cuc/PortGroup"
},
{
"count": "12",
"modeltype": "device/cuc/PortGroupCodec"
},
{
"count": "6",
"modeltype": "device/cuc/PortGroupServer"
},
{
"count": "12",
"modeltype": "device/cuc/PortGroupTemplate"
},
{
"count": "20",
"modeltype": "device/cuc/RestrictionTable"
},
{
"count": "41",
"modeltype": "device/cuc/Role"
},
{
"count": "36",
"modeltype": "device/cuc/RoutingRule"
},
{
"count": "24",
"modeltype": "device/cuc/RoutingRuleCondition"
},
{
"count": "21",
"modeltype": "device/cuc/RtpCodecDef"
},
{
"count": "139",
"modeltype": "device/cuc/Schedule"
},
{
"count": "16",
"modeltype": "device/cuc/ScheduleDetail"
},
{
"count": "16",
"modeltype": "device/cuc/ScheduleSet"
},
{
"count": "24",
"modeltype": "device/cuc/ScheduleSetMember"
},
{
"count": "14",
"modeltype": "device/cuc/SearchSpace"
},
{
"count": "18",
"modeltype": "device/cuc/SearchSpaceMember"
},
{
"count": "18",
"modeltype": "device/cuc/SearchSpacesMember"
},
{
"count": "14",
"modeltype": "device/cuc/SipSecurityProfile"
},
{
"count": "2",
"modeltype": "device/cuc/SmppProvider"
},
{
"count": "115",
"modeltype": "device/cuc/SmtpDevice"
},
{
"count": "4",
"modeltype": "device/cuc/SubscriberDependency"
},
{
"count": "4",
"modeltype": "device/cuc/SystemConfiguration"
},
{
"count": "56",
"modeltype": "device/cuc/TemplateGreeting"
},
{
"count": "96",
"modeltype": "device/cuc/TemplateMenuEntry"
},
{
"count": "24",
"modeltype": "device/cuc/TemplateTransferOption"
},
{
"count": "4",
"modeltype": "device/cuc/Tenant"
},
{
"count": "1902",
"modeltype": "device/cuc/TimeZone"
},
{
"count": "115",
"modeltype": "device/cuc/User"
},
{
"count": "46",
"modeltype": "device/cuc/UserLicense"
},
{
"count": "115",
"modeltype": "device/cuc/UserPassword"
},
{
"count": "115",
"modeltype": "device/cuc/UserPin"
},
{
"count": "14",
"modeltype": "device/cuc/UserTemplate"
},
{
"count": "24",
"modeltype": "device/cuc/UserTemplateHtmlDevice"
},
{
"count": "14",
"modeltype": "device/cuc/UserTemplateMessageAction"
},
{
"count": "94",
"modeltype": "device/cuc/UserTemplateNotificationDevice"
},
{
"count": "14",
"modeltype": "device/cuc/UserTemplatePagerDevice"
},
{
"count": "14",
"modeltype": "device/cuc/UserTemplatePassword"
},
{
"count": "42",
"modeltype": "device/cuc/UserTemplatePhoneDevice"
},
{
"count": "14",
"modeltype": "device/cuc/UserTemplatePin"
},
{
"count": "14",
"modeltype": "device/cuc/UserTemplateSmtpDevice"
},
{
"count": "4",
"modeltype": "device/cuc/VersionInformation"
},
{
"count": "4",
"modeltype": "device/cuc/VmsServer"
},
{
"count": "4",
"modeltype": "device/cuc/VnmapLocationHttps"
},
{
"count": "24",
"modeltype": "device/cuc/WaveFormat"
}
],
"id": "1",
"pkid": "60c83a004e53350016f73452"
},
"meta": {
"model_type": "data/ModelReport",
"summary_attrs": [
{
"name": "id",
"title": "ID"
},
{
"name": "status",
"title": "Status"
},
{
"name": "timestamp",
"title": "Time Stamp"
},
{
"name": "hierarchy_friendly_name",
"title": "Located At",
"allow_filtering": true
}
],
"tagged_versions": [],
"tags": [],
"title": "Model instance count [sys.hcs.CS-P] for model types [DATA, CUCM, CUC, LDAP, HCMF]",
"business_key": {},
"api_version": "21.2",
"cached": false,
"references": {
"device": [
{
"href": "",
"pkid": ""
}
],
"owner": [
{
"pkid": ""
}
],
"parent": [
{
"href": "/api/data/HierarchyNode/6t0ggef2c0deab00hb595101",
"pkid": "6t0ggef2c0deab00hb595101"
}
],
"foreign_key": [],
"children": [],
"self": [
{
"href": "/api/data/ModelReport/60c83a004e53350016f73451/",
"pkid": "60c83a004e53350016f73451"
}
]
},
"path": [
"6t0ggef2c0deab00hb595101",
"60c83a004e53350016f73451"
],
"schema_version": "1.0",
"actions": [
{
"remove": {
"method": "DELETE",
"class": "delete",
"href": "/api/data/ModelReport/60c83a004e53350016f73451/?hierarchy=[hierarchy]",
"support_async": true,
"title": "Delete"
}
},
{
"get": {
"method": "GET",
"class": "get",
"href": "/api/data/ModelReport/60c83a004e53350016f73451/?hierarchy=[hierarchy]",
"support_async": false,
"title": "Get"
}
},
{
"help": {
"method": "GET",
"class": "help",
"href": "/api/data/ModelReport/60c83a004e53350016f73451/help?hierarchy=[hierarchy]",
"support_async": false,
"title": "Help"
}
}
]
},
"pkid": "60c83a004e53350016f73451"
}
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Get the on-line Help for data/ModelReport. | GET | /api/data/ModelReport/help | hierarchy=[hierarchy] | On-line help of Model ref.: data/ModelReport as HTML |
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Delete | DELETE | /api/data/ModelReport/[pkid] | hierarchy=[hierarchy] |
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Get | GET | /api/data/ModelReport/[pkid] | hierarchy=[hierarchy] | The data/ModelReport instance with [pkid]. |
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Help | GET | /api/data/ModelReport/[pkid]/help | hierarchy=[hierarchy] | The on-line Help for data/ModelReport. |