blob: ffcea4db9cd7cef9b2d907001a227acb4e8db2a2 [file] [log] [blame]
{
"name" : "Default",
"type" : "Environment",
"children" : {
"type" : "Project",
"attribute" : "Name",
"query" : "/projects",
"children" : {
"type" : "Pool",
"attribute" : "Name",
"query" : "/pools?filter=Project.Id eq \"{Project.Id}\"",
"children" : {
"type" : "Test",
"attribute" : "Name",
"query" : "/tests?filter=Pool.Id eq \"{Pool.Id}\"",
"children" : {
"type" : "TestStep",
"attribute" : "Name",
"query" : "/teststeps?filter=Test.Id eq \"{Test.Id}\"",
"children" : {
"type" : "Measurement",
"attribute" : "Name",
"query" : "/measurements?filter=TestStep.Id eq \"{TestStep.Id}\"",
"children" : {
"type" : "ChannelGroup",
"attribute" : "Name",
"query" : "/channelgroups?filter=Measurement.Id eq \"{Measurement.Id}\"",
"caption" : "ChannelGroup.Name",
"children" : {
"type" : "Channel",
"attribute" : "Name",
"query" : "/channels?filter=ChannelGroup.Id eq \"{ChannelGroup.Id}\""
}
}
}
}
}
}
}
}