File tree Expand file tree Collapse file tree
plugins/Checkly/v1/dataStreams Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 "baseDataSourceName" : " httpRequestUnscoped" ,
88 "config" : {
99 "httpMethod" : " get" ,
10- "paging" : {},
10+ "paging" : {
11+ "mode" : " none"
12+ },
1113 "expandInnerObjects" : true ,
1214 "endpointPath" : " check-statuses" ,
1315 "getArgs" : [],
2628 },
2729 {
2830 "name" : " status" ,
29- "valueExpression" : " {{ $['isDegraded'] ? 'error' : 'success' }}" ,
3031 "shape" : [
3132 " state" ,
3233 {
3334 "map" : {
34- "warning" : [],
35- "unmonitored" : [],
36- "error" : [],
37- "success" : [],
38- "unknown" : []
35+ "unmonitored" : [],
36+ "unknown" : [],
37+ "error" : [
38+ " true"
39+ ],
40+ "warning" : [],
41+ "success" : [
42+ " false"
43+ ]
3944 }
4045 }
4146 ],
42- "computed" : true ,
4347 "displayName" : " Status"
4448 },
4549 {
Original file line number Diff line number Diff line change 1414 "required" : false
1515 },
1616 "placeholder" : " tag" ,
17+ "defaultValue" : " " ,
1718 "isMulti" : true ,
18- "defaultValue" : [],
1919 "allowCustomValues" : true
2020 }
2121 ],
3838 },
3939 {
4040 "key" : " filterByTags" ,
41- "value" : " {{tags}}"
41+ "value" : " {{tags ? tags : [] }}"
4242 }
4343 ],
4444 "headers" : []
You can’t perform that action at this time.
0 commit comments