GET api/historical/GetHistoricalDomainGroupNodeMap/{scanId}
Gets the node map for the histoical trackermap aggreggation.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| scanId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of TrackermapRecord| Name | Description | Type | Additional information |
|---|---|---|---|
| Key | string |
None. |
|
| CountryId | integer |
None. |
|
| IsRoot | boolean |
None. |
|
| CompanyId | integer |
None. |
|
| CompanyAppId | integer |
None. |
|
| UrlHost | string |
None. |
|
| UrlDomain | string |
None. |
|
| UrlPath | string |
None. |
|
| UrlProtocol | integer |
None. |
|
| ObjectHost | string |
None. |
|
| ObjectDomain | string |
None. |
|
| ObjectPath | string |
None. |
|
| ObjectProtocol | integer |
None. |
|
| Latency | integer |
None. |
|
| LoadTimestamp | integer |
None. |
|
| Count | integer |
None. |
|
| Date | string |
None. |
|
| ObjDate | integer |
None. |
|
| HashKey | string |
None. |
|
| ParentHashKey | string |
None. |
|
| ObjN | integer |
None. |
|
| ParentN | integer |
None. |
|
| LatencySampleCount | integer |
None. |
|
| IncrementalLatency | integer |
None. |
|
| DistanceFromRoot | integer |
None. |
|
| PanelLatency | integer |
None. |
|
| PanelLatencySampleCount | integer |
None. |
|
| PanelCount | integer |
None. |
|
| DomainHash | integer |
None. |
|
| PathHash | integer |
None. |
|
| ParentAppId | integer |
None. |
|
| ParentHost | string |
None. |
|
| ObjAsync | boolean |
None. |
|
| ChildLatency | integer |
None. |
|
| Render | boolean |
None. |
|
| Secure | boolean |
None. |
|
| EdgeWeight | integer |
None. |
|
| AverageIncrementalLatency | integer |
None. |
|
| RecordCount | integer |
None. |
|
| QueryParams | string |
None. |
|
| FinalRootUrl | string |
None. |
|
| Ignore | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Ignore": true,
"Key": "sample string 1",
"CountryId": 2,
"IsRoot": true,
"CompanyId": 4,
"CompanyAppId": 5,
"UrlHost": "sample string 6",
"UrlDomain": "sample string 7",
"UrlPath": "sample string 8",
"UrlProtocol": 9,
"ObjectHost": "sample string 10",
"ObjectDomain": "sample string 11",
"ObjectPath": "sample string 12",
"ObjectProtocol": 13,
"Latency": 14,
"LoadTimestamp": 15,
"Count": 16,
"Date": "sample string 17",
"ObjDate": 18,
"HashKey": "sample string 19",
"ParentHashKey": "sample string 20",
"ObjN": 21,
"ParentN": 1,
"LatencySampleCount": 22,
"IncrementalLatency": 23,
"DistanceFromRoot": 24,
"PanelLatency": 25,
"PanelLatencySampleCount": 26,
"PanelCount": 27,
"DomainHash": 28,
"PathHash": 1,
"ParentAppId": 1,
"ParentHost": "sample string 29",
"ObjAsync": true,
"ChildLatency": 31,
"Render": true,
"Secure": true,
"EdgeWeight": 34,
"AverageIncrementalLatency": 35,
"RecordCount": 36,
"QueryParams": "sample string 37",
"FinalRootUrl": "sample string 38"
},
{
"Ignore": true,
"Key": "sample string 1",
"CountryId": 2,
"IsRoot": true,
"CompanyId": 4,
"CompanyAppId": 5,
"UrlHost": "sample string 6",
"UrlDomain": "sample string 7",
"UrlPath": "sample string 8",
"UrlProtocol": 9,
"ObjectHost": "sample string 10",
"ObjectDomain": "sample string 11",
"ObjectPath": "sample string 12",
"ObjectProtocol": 13,
"Latency": 14,
"LoadTimestamp": 15,
"Count": 16,
"Date": "sample string 17",
"ObjDate": 18,
"HashKey": "sample string 19",
"ParentHashKey": "sample string 20",
"ObjN": 21,
"ParentN": 1,
"LatencySampleCount": 22,
"IncrementalLatency": 23,
"DistanceFromRoot": 24,
"PanelLatency": 25,
"PanelLatencySampleCount": 26,
"PanelCount": 27,
"DomainHash": 28,
"PathHash": 1,
"ParentAppId": 1,
"ParentHost": "sample string 29",
"ObjAsync": true,
"ChildLatency": 31,
"Render": true,
"Secure": true,
"EdgeWeight": 34,
"AverageIncrementalLatency": 35,
"RecordCount": 36,
"QueryParams": "sample string 37",
"FinalRootUrl": "sample string 38"
}
]
application/xml, text/xml
Sample:
<ArrayOfTrackermapRecord xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TrackerMapLive.Business.Models.Data">
<TrackermapRecord>
<AverageIncrementalLatency>35</AverageIncrementalLatency>
<ChildLatency>31</ChildLatency>
<CompanyAppId>5</CompanyAppId>
<CompanyId>4</CompanyId>
<Count>16</Count>
<CountryId>2</CountryId>
<Date>sample string 17</Date>
<DistanceFromRoot>24</DistanceFromRoot>
<DomainHash>28</DomainHash>
<EdgeWeight>34</EdgeWeight>
<FinalRootUrl>sample string 38</FinalRootUrl>
<HashKey>sample string 19</HashKey>
<Ignore>true</Ignore>
<IncrementalLatency>23</IncrementalLatency>
<IsRoot>true</IsRoot>
<Key>sample string 1</Key>
<Latency>14</Latency>
<LatencySampleCount>22</LatencySampleCount>
<LoadTimestamp>15</LoadTimestamp>
<ObjAsync>true</ObjAsync>
<ObjDate>18</ObjDate>
<ObjN>21</ObjN>
<ObjectDomain>sample string 11</ObjectDomain>
<ObjectHost>sample string 10</ObjectHost>
<ObjectPath>sample string 12</ObjectPath>
<ObjectProtocol>13</ObjectProtocol>
<PanelCount>27</PanelCount>
<PanelLatency>25</PanelLatency>
<PanelLatencySampleCount>26</PanelLatencySampleCount>
<ParentAppId>1</ParentAppId>
<ParentHashKey>sample string 20</ParentHashKey>
<ParentHost>sample string 29</ParentHost>
<ParentN>1</ParentN>
<PathHash>1</PathHash>
<QueryParams>sample string 37</QueryParams>
<RecordCount>36</RecordCount>
<Render>true</Render>
<Secure>true</Secure>
<UrlDomain>sample string 7</UrlDomain>
<UrlHost>sample string 6</UrlHost>
<UrlPath>sample string 8</UrlPath>
<UrlProtocol>9</UrlProtocol>
</TrackermapRecord>
<TrackermapRecord>
<AverageIncrementalLatency>35</AverageIncrementalLatency>
<ChildLatency>31</ChildLatency>
<CompanyAppId>5</CompanyAppId>
<CompanyId>4</CompanyId>
<Count>16</Count>
<CountryId>2</CountryId>
<Date>sample string 17</Date>
<DistanceFromRoot>24</DistanceFromRoot>
<DomainHash>28</DomainHash>
<EdgeWeight>34</EdgeWeight>
<FinalRootUrl>sample string 38</FinalRootUrl>
<HashKey>sample string 19</HashKey>
<Ignore>true</Ignore>
<IncrementalLatency>23</IncrementalLatency>
<IsRoot>true</IsRoot>
<Key>sample string 1</Key>
<Latency>14</Latency>
<LatencySampleCount>22</LatencySampleCount>
<LoadTimestamp>15</LoadTimestamp>
<ObjAsync>true</ObjAsync>
<ObjDate>18</ObjDate>
<ObjN>21</ObjN>
<ObjectDomain>sample string 11</ObjectDomain>
<ObjectHost>sample string 10</ObjectHost>
<ObjectPath>sample string 12</ObjectPath>
<ObjectProtocol>13</ObjectProtocol>
<PanelCount>27</PanelCount>
<PanelLatency>25</PanelLatency>
<PanelLatencySampleCount>26</PanelLatencySampleCount>
<ParentAppId>1</ParentAppId>
<ParentHashKey>sample string 20</ParentHashKey>
<ParentHost>sample string 29</ParentHost>
<ParentN>1</ParentN>
<PathHash>1</PathHash>
<QueryParams>sample string 37</QueryParams>
<RecordCount>36</RecordCount>
<Render>true</Render>
<Secure>true</Secure>
<UrlDomain>sample string 7</UrlDomain>
<UrlHost>sample string 6</UrlHost>
<UrlPath>sample string 8</UrlPath>
<UrlProtocol>9</UrlProtocol>
</TrackermapRecord>
</ArrayOfTrackermapRecord>