Syncplicity Support

Search our knowledgebase to get the help you need, today

Follow

Content insights

The Content Insight report presents a breakdown of your transferred data for your given job. Where applicable, DataHub will use the content modified date when supported by a given platform. This ensures accurate modified date timestamps when viewing the Content Insights charts.

Important information about transfer limits

DataHub uses standard base-2 conversion for transfer values. Only transferred content counts towards the licensed Transfer Limit (bytes under management). Simulation Jobs do not count towards the licensed transfer limit until they are converted to jobs and actually transfer data.

Related:

Job Content Insights Report

This report provides detailed content information for the individual job.

Use the drop-down options to change the chart views

REST API - File Size Breakdown

This bar graph breaks down your content by file size into the top 5 buckets    

GET {{url}}v1/transfers/{{job}}/stats/by_size

REST API - File Type Breakdown

This bar graph breaks down your content by file type into the top 5 buckets   

GET {{url}}v1/transfers/{{job}}/stats/by_content_category

REST API - File Attributes Breakdown

Each chart is broken down into the top 5 buckets; with the remaining items captured into the "other" or "older" bucket. 

Extensions Chart

GET {{url}}v1/transfers/{{job}}/stats/by_ext

Modified Date Chart

GET {{url}}v1/transfers/{{job}}/stats/by_age

Folder Depth Chart

GET {{url}}v1/transfers/{{job}}/stats/by_depth

File Version Count Chart

GET {{url}}v1/transfers/{{job}}/stats/by_versions

REST API  Content Analysis

Content Analysis section will break down your top largest files and folders

Largest Files

GET {{url}}v1/transfers/{{job}}/items?&fields=id,name,source.path,source.bytes&sort=source.bytes+desc&offset=0&limit=5

Largest Folders

GET {{url}}v1/transfers/{{job}}/folders?&fields=id,name,source.path,source.bytes&sort=source.bytes+desc&offset=0&limit=5

REST API - List All Content Categories (File Types)

To view your entire content breakdown by category, use the following:

List All Content Category by fields

GET {{url}}v1/transfers/stats/by_content_category

Example Response

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112

{
    "status": 200,
    "meta": {
        "offset": 0
    },
    "item": {
        "0aacaf433f5c43a48426f77953d2ecd9": {
            "id": "0aacaf433f5c43a48426f77953d2ecd9",
            "name": "Documents",
            "description": "Document Files (*.rtf, *.docx, etc.)",
            "source": {
                "bytes": 2217236987,
                "files": 7392
            },
            "destination": {
                "bytes": 2232578235,
                "files": 7393
            }
        },
        "6761680c05784e0dab1fb7b5650b5477": {
            "id": "6761680c05784e0dab1fb7b5650b5477",
            "name": "Windows",
            "description": "Windows OS/DB Files (.lnk; .db...)",
            "source": {
                "bytes": 80343,
                "files": 56
            },
            "destination": {
                "bytes": 80343,
                "files": 56
            }
        },
        "67fd6f27c4764bf2ab332786ef1b464e": {
            "id": "67fd6f27c4764bf2ab332786ef1b464e",
            "name": "Executables",
            "description": "Executables and Programs (.exe; .msi...)",
            "source": {
                "bytes": 1484575602,
                "files": 576
            },
            "destination": {
                "bytes": 1484575596,
                "files": 575
            }
        },
        "85fde96a6ce74d949c706a3b6e3daf87": {
            "id": "85fde96a6ce74d949c706a3b6e3daf87",
            "name": "Images",
            "description": "Image Files (.jpg; .png...)",
            "source": {
                "bytes": 741025661,
                "files": 2133
            },
            "destination": {
                "bytes": 741046106,
                "files": 2134
            }
        },
        "b705e699f43e48c2b0fd15e7e8f40b5d": {
            "id": "b705e699f43e48c2b0fd15e7e8f40b5d",
            "name": "Other",
            "description": "Other Files",
            "source": {
                "bytes": 6387220903,
                "files": 161814
            },
            "destination": {
                "bytes": 6388215363,
                "files": 161812
            }
        },
        "d14553e198a54a55ad036bcd63d4b5d4": {
            "id": "d14553e198a54a55ad036bcd63d4b5d4",
            "name": "Temporary",
            "description": "Temporary Files (*.tmp, *.temp, ~$*.docx, ~$*.xlsx, etc.)",
            "source": {
                "bytes": 162,
                "files": 1
            },
            "destination": {
                "bytes": 162,
                "files": 1
            }
        },
        "dd7c79007f5f4f5cb2ec12955ccb9a4f": {
            "id": "dd7c79007f5f4f5cb2ec12955ccb9a4f",
            "name": "Audio",
            "description": "Audio Files (.mp3; .wma; .wav...)",
            "source": {
                "bytes": 37351672,
                "files": 7
            },
            "destination": {
                "bytes": 37351672,
                "files": 7
            }
        },
        "fc13668fd8694287a285a6c4b605d5a1": {
            "id": "fc13668fd8694287a285a6c4b605d5a1",
            "name": "Movies",
            "description": "Movie Files (.wmv; .mov...)",
            "source": {
                "bytes": 199850982,
                "files": 42
            },
            "destination": {
                "bytes": 199850982,
                "files": 42
            }
        }
    }
}

 

Powered by Zendesk