{ "__inputs": [ { "description": "", "label": "Prometheus", "name": "DS_PROMETHEUS", "pluginId": "prometheus", "pluginName": "Prometheus", "type": "datasource" } ], "__requires": [ { "id": "grafana", "name": "Grafana", "type": "grafana", "version": "8.1.8" }, { "id": "prometheus", "name": "Prometheus", "type": "datasource", "version": "1.0.0" }, { "id": "stat", "name": "Stat", "type": "panel", "version": "" }, { "id": "table", "name": "Table", "type": "panel", "version": "" } ], "annotations": { "list": [ { "builtIn": 1, "datasource": "-- Grafana --", "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "name": "Annotations & Alerts", "target": { "limit": 100, "matchAny": false, "tags": [], "type": "dashboard" }, "type": "dashboard" } ] }, "description": "", "editable": true, "gnetId": null, "graphTooltip": 1, "id": null, "iteration": 1762156242841, "links": [ { "asDropdown": true, "icon": "external link", "includeVars": true, "keepTime": true, "tags": [ "asar2" ], "targetBlank": false, "title": "Related Dashboards", "tooltip": "", "type": "dashboards", "url": "" } ], "panels": [ { "collapsed": false, "datasource": "${DS_PROMETHEUS}", "gridPos": { "h": 1, "w": 24, "x": 0, "y": 0 }, "id": 2, "panels": [], "title": "Highlights", "type": "row" }, { "cacheTimeout": null, "datasource": "${DS_PROMETHEUS}", "description": "Number of storage units.", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [ { "options": { "match": "null", "result": { "color": "rgb(21, 118, 171)", "text": "0" } }, "type": "special" } ], "noValue": "0", "thresholds": { "mode": "absolute", "steps": [ { "color": "rgb(21, 118, 171)", "value": null } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 5, "w": 4, "x": 0, "y": 1 }, "id": 3, "links": [], "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "center", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "8.1.8", "targets": [ { "expr": "count(storage_unit_labels{cluster=~\"$Cluster\",datacenter=~\"$Datacenter\"})", "format": "table", "hide": false, "instant": true, "interval": "", "intervalFactor": 1, "legendFormat": "", "refId": "A" } ], "timeFrom": null, "timeShift": null, "title": "Storage Units", "type": "stat" }, { "cacheTimeout": null, "datasource": "${DS_PROMETHEUS}", "description": "Number of available space in Cluster.", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [ { "options": { "match": "null", "result": { "color": "rgb(21, 118, 171)", "text": "0" } }, "type": "special" } ], "noValue": "0", "thresholds": { "mode": "absolute", "steps": [ { "color": "rgb(21, 118, 171)", "value": null } ] }, "unit": "bytes" }, "overrides": [] }, "gridPos": { "h": 5, "w": 4, "x": 4, "y": 1 }, "id": 4, "links": [], "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "center", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "8.1.8", "targets": [ { "expr": "cluster_space_available{cluster=~\"$Cluster\",datacenter=~\"$Datacenter\"}", "format": "table", "hide": false, "instant": true, "interval": "", "intervalFactor": 1, "legendFormat": "", "refId": "A" } ], "timeFrom": null, "timeShift": null, "title": "Available", "type": "stat" }, { "cacheTimeout": null, "datasource": "${DS_PROMETHEUS}", "description": "Number of online storage units.", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "noValue": "0", "thresholds": { "mode": "absolute", "steps": [ { "color": "semi-dark-green", "value": null } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 5, "w": 4, "x": 8, "y": 1 }, "id": 5, "links": [], "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "center", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "8.1.8", "targets": [ { "expr": "count(storage_unit_labels{cluster=~\"$Cluster\",datacenter=~\"$Datacenter\",state=~\"online\"})", "format": "table", "hide": false, "instant": true, "interval": "", "intervalFactor": 1, "legendFormat": "", "refId": "A" } ], "timeFrom": null, "timeShift": null, "title": "Online", "type": "stat" }, { "cacheTimeout": null, "datasource": "${DS_PROMETHEUS}", "description": "Number of offline storage units.", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "noValue": "0", "thresholds": { "mode": "absolute", "steps": [ { "color": "semi-dark-red", "value": null } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 5, "w": 4, "x": 12, "y": 1 }, "id": 6, "links": [], "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "center", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "8.1.8", "targets": [ { "expr": "count(storage_unit_labels{cluster=~\"$Cluster\",datacenter=~\"$Datacenter\",state=~\"offline\"})", "format": "table", "hide": false, "instant": true, "interval": "", "intervalFactor": 1, "legendFormat": "", "refId": "A" } ], "timeFrom": null, "timeShift": null, "title": "Offline", "type": "stat" }, { "cacheTimeout": null, "datasource": "${DS_PROMETHEUS}", "description": "Number of SCSI.", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "noValue": "0", "thresholds": { "mode": "absolute", "steps": [ { "color": "rgb(21, 118, 171)", "value": null } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 5, "w": 4, "x": 16, "y": 1 }, "id": 7, "links": [], "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "center", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "8.1.8", "targets": [ { "expr": "count(igroup_labels{cluster=~\"$Cluster\",datacenter=~\"$Datacenter\"})", "format": "table", "hide": false, "instant": true, "interval": "", "intervalFactor": 1, "legendFormat": "", "refId": "A" } ], "timeFrom": null, "timeShift": null, "title": "SCSI", "type": "stat" }, { "collapsed": true, "datasource": "${DS_PROMETHEUS}", "gridPos": { "h": 1, "w": 24, "x": 0, "y": 6 }, "id": 9, "panels": [ { "datasource": "${DS_PROMETHEUS}", "description": "Storage unit details.", "fieldConfig": { "defaults": { "custom": { "align": "left", "displayMode": "auto", "filterable": true }, "mappings": [], "noValue": "-", "thresholds": { "mode": "absolute", "steps": [ { "color": "rgb(31, 176, 196)", "value": null } ] }, "unit": "none" }, "overrides": [ { "matcher": { "id": "byName", "options": "storage_unit" }, "properties": [ { "id": "displayName", "value": "Storage Unit" } ] }, { "matcher": { "id": "byName", "options": "svm" }, "properties": [ { "id": "displayName", "value": "SVM" }, { "id": "links", "value": [ { "targetBlank": true, "title": "", "url": "/d/cdot-svm/ontap-svm?orgId=1&${Datacenter:queryparam}&${Cluster:queryparam}&${__url_time_range}&var-SVM=${__value.raw}" } ] } ] }, { "matcher": { "id": "byName", "options": "datacenter" }, "properties": [ { "id": "displayName", "value": "Datacenter" }, { "id": "links", "value": [ { "targetBlank": true, "title": "", "url": "/d/cdot-datacenter/ontap-datacenter?orgId=1&${__url_time_range}&var-Datacenter=${__value.raw}" } ] } ] }, { "matcher": { "id": "byName", "options": "cluster" }, "properties": [ { "id": "displayName", "value": "Cluster" }, { "id": "links", "value": [ { "targetBlank": true, "title": "", "url": "/d/cdot-cluster/ontap-cluster?orgId=1&${Datacenter:queryparam}&${__url_time_range}&var-Cluster=${__value.raw}" } ] } ] }, { "matcher": { "id": "byName", "options": "Capacity" }, "properties": [ { "id": "unit", "value": "bytes" }, { "id": "decimals", "value": 1 } ] }, { "matcher": { "id": "byName", "options": "Used" }, "properties": [ { "id": "unit", "value": "bytes" }, { "id": "decimals", "value": 1 } ] }, { "matcher": { "id": "byName", "options": "Data Reduction" }, "properties": [ { "id": "unit", "value": "to 1" } ] }, { "matcher": { "id": "byName", "options": "Physical Used Space" }, "properties": [ { "id": "unit", "value": "bytes" }, { "id": "decimals", "value": 1 } ] }, { "matcher": { "id": "byName", "options": "type" }, "properties": [ { "id": "displayName", "value": "Type" }, { "id": "mappings", "value": [ { "options": { "lun": { "index": 0, "text": "LUN" } }, "type": "value" } ] } ] }, { "matcher": { "id": "byName", "options": "os_type" }, "properties": [ { "id": "displayName", "value": "Host Operating System" }, { "id": "mappings", "value": [ { "options": { "linux": { "index": 0, "text": "Linux" } }, "type": "value" } ] } ] }, { "matcher": { "id": "byName", "options": "arw_state" }, "properties": [ { "id": "displayName", "value": "Autonomous Ransomware Protection" }, { "id": "mappings", "value": [ { "options": { "disabled": { "index": 0, "text": "Disabled" } }, "type": "value" } ] } ] }, { "matcher": { "id": "byName", "options": "Latency" }, "properties": [ { "id": "unit", "value": "µs" }, { "id": "decimals", "value": 2 }, { "id": "thresholds", "value": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "orange", "value": 20000 }, { "color": "red", "value": 30000 } ] } }, { "id": "custom.displayMode", "value": "color-background" } ] }, { "matcher": { "id": "byName", "options": "IOPs" }, "properties": [ { "id": "unit", "value": "iops" }, { "id": "decimals", "value": 2 } ] }, { "matcher": { "id": "byName", "options": "Throughput" }, "properties": [ { "id": "unit", "value": "Bps" }, { "id": "decimals", "value": 2 } ] }, { "matcher": { "id": "byName", "options": "state" }, "properties": [ { "id": "displayName", "value": "State" }, { "id": "mappings", "value": [ { "options": { "offline": { "color": "red", "index": 1, "text": "Offline" }, "online": { "color": "green", "index": 0, "text": "Online" } }, "type": "value" } ] }, { "id": "custom.displayMode", "value": "color-background" } ] } ] }, "gridPos": { "h": 9, "w": 24, "x": 0, "y": 7 }, "id": 10, "interval": "1m", "maxDataPoints": 2, "options": { "showHeader": true, "sortBy": [ { "desc": true, "displayName": "Used" } ] }, "pluginVersion": "8.1.8", "targets": [ { "expr": "storage_unit_labels{cluster=~\"$Cluster\",datacenter=~\"$Datacenter\",host_group=~\"$HostGroup\",storage_unit=~\"$StorageUnit\",svm=~\"$SVM\"}", "format": "table", "instant": true, "interval": "", "intervalFactor": 1, "legendFormat": "", "refId": "A" }, { "exemplar": false, "expr": "storage_unit_space_size{cluster=~\"$Cluster\",datacenter=~\"$Datacenter\",host_group=~\"$HostGroup\",storage_unit=~\"$StorageUnit\",svm=~\"$SVM\"}", "format": "table", "hide": false, "instant": true, "interval": "", "legendFormat": "", "refId": "B" }, { "exemplar": false, "expr": "storage_unit_space_used{cluster=~\"$Cluster\",datacenter=~\"$Datacenter\",host_group=~\"$HostGroup\",storage_unit=~\"$StorageUnit\",svm=~\"$SVM\"}", "format": "table", "hide": false, "instant": true, "interval": "", "legendFormat": "", "refId": "C" }, { "exemplar": false, "expr": "storage_unit_space_efficiency_ratio{cluster=~\"$Cluster\",datacenter=~\"$Datacenter\",host_group=~\"$HostGroup\",storage_unit=~\"$StorageUnit\",svm=~\"$SVM\"}", "format": "table", "hide": false, "instant": true, "interval": "", "legendFormat": "", "refId": "D" }, { "exemplar": false, "expr": "storage_unit_space_physical_used{cluster=~\"$Cluster\",datacenter=~\"$Datacenter\",host_group=~\"$HostGroup\",storage_unit=~\"$StorageUnit\",svm=~\"$SVM\"}", "format": "table", "hide": false, "instant": true, "interval": "", "legendFormat": "", "refId": "E" }, { "exemplar": false, "expr": "storage_unit_avg_latency{cluster=~\"$Cluster\",datacenter=~\"$Datacenter\",host_group=~\"$HostGroup\",storage_unit=~\"$StorageUnit\",svm=~\"$SVM\"}", "format": "table", "hide": false, "instant": true, "interval": "", "legendFormat": "", "refId": "F" }, { "exemplar": false, "expr": "storage_unit_total_data{cluster=~\"$Cluster\",datacenter=~\"$Datacenter\",host_group=~\"$HostGroup\",storage_unit=~\"$StorageUnit\",svm=~\"$SVM\"}", "format": "table", "hide": false, "instant": true, "interval": "", "legendFormat": "", "refId": "G" }, { "exemplar": false, "expr": "storage_unit_total_ops{cluster=~\"$Cluster\",datacenter=~\"$Datacenter\",host_group=~\"$HostGroup\",storage_unit=~\"$StorageUnit\",svm=~\"$SVM\"}", "format": "table", "hide": false, "instant": true, "interval": "", "legendFormat": "", "refId": "H" } ], "timeFrom": null, "timeShift": null, "title": "Storage Units in Cluster", "transformations": [ { "id": "filterFieldsByName", "options": { "include": { "names": [ "arw_state", "cluster", "datacenter", "host_group", "storage_unit", "os_type", "state", "svm", "type", "Value #B", "Value #C", "Value #D", "Value #E", "cg_name", "Value #F", "Value #G", "Value #H" ] } } }, { "id": "merge", "options": {} }, { "id": "organize", "options": { "excludeByName": { "Time": true, "Value": true, "Value #C": false, "__name__": true, "cg_name": false, "cluster": false, "datacenter": false, "instance": true, "job": true, "state": false, "type": false }, "indexByName": { "Value #B": 6, "Value #C": 7, "Value #D": 9, "Value #E": 8, "arw_state": 13, "cg_name": 5, "cluster": 1, "datacenter": 0, "host_group": 10, "os_type": 11, "state": 4, "storage_unit": 3, "svm": 2, "type": 12 }, "renameByName": { "Value #B": "Capacity", "Value #C": "Used", "Value #D": "Data Reduction", "Value #E": "Physical Used Space", "Value #F": "Latency", "Value #G": "Throughput", "Value #H": "IOPs", "cg_name": "Consistency Group", "host_group": "Host Group" } } } ], "type": "table" } ], "title": "Storage Units", "type": "row" }, { "collapsed": true, "datasource": "${DS_PROMETHEUS}", "gridPos": { "h": 1, "w": 24, "x": 0, "y": 7 }, "id": 11, "panels": [ { "datasource": "${DS_PROMETHEUS}", "description": "SAN initiator groups.", "fieldConfig": { "defaults": { "custom": { "align": "left", "displayMode": "auto", "filterable": true }, "mappings": [], "noValue": "-", "thresholds": { "mode": "absolute", "steps": [ { "color": "rgb(31, 176, 196)", "value": null } ] }, "unit": "none" }, "overrides": [ { "matcher": { "id": "byName", "options": "igroup" }, "properties": [ { "id": "displayName", "value": "Igroup" } ] }, { "matcher": { "id": "byName", "options": "svm" }, "properties": [ { "id": "displayName", "value": "SVM" }, { "id": "links", "value": [ { "targetBlank": true, "title": "", "url": "/d/cdot-svm/ontap-svm?orgId=1&${Datacenter:queryparam}&${Cluster:queryparam}&${__url_time_range}&var-SVM=${__value.raw}" } ] } ] }, { "matcher": { "id": "byName", "options": "datacenter" }, "properties": [ { "id": "displayName", "value": "Datacenter" }, { "id": "links", "value": [ { "targetBlank": true, "title": "", "url": "/d/cdot-datacenter/ontap-datacenter?orgId=1&${__url_time_range}&var-Datacenter=${__value.raw}" } ] } ] }, { "matcher": { "id": "byName", "options": "cluster" }, "properties": [ { "id": "displayName", "value": "Cluster" }, { "id": "links", "value": [ { "targetBlank": true, "title": "", "url": "/d/cdot-cluster/ontap-cluster?orgId=1&${Datacenter:queryparam}&${__url_time_range}&var-Cluster=${__value.raw}" } ] } ] }, { "matcher": { "id": "byName", "options": "os_type" }, "properties": [ { "id": "displayName", "value": "Type" }, { "id": "mappings", "value": [ { "options": { "linux": { "index": 0, "text": "Linux" } }, "type": "value" }, { "options": { "vmware": { "index": 1, "text": "VMware" } }, "type": "value" }, { "options": { "aix": { "index": 2, "text": "AIX" } }, "type": "value" } ] } ] }, { "matcher": { "id": "byName", "options": "protocol" }, "properties": [ { "id": "displayName", "value": "Protocol" }, { "id": "mappings", "value": [ { "options": { "fcp": { "index": 0, "text": "FC" } }, "type": "value" }, { "options": { "mixed": { "index": 1, "text": "Mixed (iSCSI & FC)" } }, "type": "value" } ] } ] }, { "matcher": { "id": "byName", "options": "Connection Status" }, "properties": [ { "id": "mappings", "value": [ { "options": { "full": { "color": "green", "index": 3, "text": "OK" }, "no_initiators": { "color": "text", "index": 4, "text": "No initiators added" }, "no_lun_maps": { "color": "text", "index": 1, "text": "No LUNs mapped" }, "none": { "color": "dark-orange", "index": 2, "text": "None connected" }, "partial": { "color": "dark-orange", "index": 0, "text": "Partially connected" } }, "type": "value" } ] }, { "id": "custom.displayMode", "value": "color-text" } ] } ] }, "gridPos": { "h": 13, "w": 24, "x": 0, "y": 8 }, "id": 13, "interval": "1m", "maxDataPoints": 2, "options": { "showHeader": true, "sortBy": [ { "desc": true, "displayName": "Connection Status" } ] }, "pluginVersion": "8.1.8", "targets": [ { "expr": "igroup_labels{cluster=~\"$Cluster\",datacenter=~\"$Datacenter\",svm=~\"$SVM\"}", "format": "table", "instant": true, "interval": "", "intervalFactor": 1, "legendFormat": "", "refId": "A" } ], "timeFrom": null, "timeShift": null, "title": "SAN initiator groups", "transformations": [ { "id": "filterFieldsByName", "options": { "include": { "names": [ "cluster", "datacenter", "igroup", "initiator", "os_type", "protocol", "svm", "connection_state" ] } } }, { "id": "organize", "options": { "excludeByName": { "Time": true, "Value": true, "Value #C": false, "__name__": true, "cg_name": false, "cluster": false, "datacenter": false, "instance": true, "job": true, "state": false, "type": false }, "indexByName": { "cluster": 1, "connection_state": 4, "datacenter": 0, "igroup": 3, "initiator": 7, "os_type": 5, "protocol": 6, "svm": 2 }, "renameByName": { "connection_state": "Connection Status", "initiator": "Initiator" } } } ], "type": "table" } ], "title": "Hosts", "type": "row" } ], "refresh": "", "schemaVersion": 30, "style": "dark", "tags": [ "harvest", "ontap", "asar2" ], "templating": { "list": [ { "current": { "selected": false, "text": "Prometheus", "value": "Prometheus" }, "description": null, "error": null, "hide": 2, "includeAll": false, "label": "Data Source", "multi": false, "name": "DS_PROMETHEUS", "options": [], "query": "prometheus", "refresh": 2, "regex": "", "skipUrlSync": false, "type": "datasource" }, { "allValue": ".*", "current": {}, "datasource": "${DS_PROMETHEUS}", "definition": "label_values(storage_unit_labels{system_type!=\"7mode\"}, datacenter)", "description": null, "error": null, "hide": 0, "includeAll": true, "label": null, "multi": true, "name": "Datacenter", "options": [], "query": { "query": "label_values(storage_unit_labels{system_type!=\"7mode\"}, datacenter)", "refId": "StandardVariableQuery" }, "refresh": 2, "regex": "", "skipUrlSync": false, "sort": 7, "tagValuesQuery": "", "tagsQuery": "", "type": "query", "useTags": false }, { "allValue": ".*", "current": {}, "datasource": "${DS_PROMETHEUS}", "definition": "label_values(storage_unit_labels{system_type!=\"7mode\",datacenter=~\"$Datacenter\"}, cluster)", "description": null, "error": null, "hide": 0, "includeAll": true, "label": null, "multi": true, "name": "Cluster", "options": [], "query": { "query": "label_values(storage_unit_labels{system_type!=\"7mode\",datacenter=~\"$Datacenter\"}, cluster)", "refId": "StandardVariableQuery" }, "refresh": 2, "regex": "", "skipUrlSync": false, "sort": 7, "tagValuesQuery": "", "tagsQuery": "", "type": "query", "useTags": false }, { "allValue": ".*", "current": {}, "datasource": "${DS_PROMETHEUS}", "definition": "label_values(storage_unit_labels{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\"}, svm)", "description": null, "error": null, "hide": 0, "includeAll": true, "label": null, "multi": true, "name": "SVM", "options": [], "query": { "query": "label_values(storage_unit_labels{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\"}, svm)", "refId": "StandardVariableQuery" }, "refresh": 2, "regex": "", "skipUrlSync": false, "sort": 7, "tagValuesQuery": "", "tagsQuery": "", "type": "query", "useTags": false }, { "allValue": ".*", "current": {}, "datasource": "${DS_PROMETHEUS}", "definition": "label_values(storage_unit_labels{datacenter=~\"$Datacenter\", cluster=~\"$Cluster\", svm=~\"$SVM\"},host_group)", "description": null, "error": null, "hide": 0, "includeAll": true, "label": null, "multi": true, "name": "HostGroup", "options": [], "query": { "qryType": 1, "query": "label_values(storage_unit_labels{datacenter=~\"$Datacenter\", cluster=~\"$Cluster\", svm=~\"$SVM\"},host_group)", "refId": "PrometheusVariableQueryEditor-VariableQuery" }, "refresh": 2, "regex": "", "skipUrlSync": false, "sort": 7, "tagValuesQuery": "", "tagsQuery": "", "type": "query", "useTags": false }, { "allValue": ".*", "current": {}, "datasource": "${DS_PROMETHEUS}", "definition": "label_values(storage_unit_labels{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\"}, storage_unit)", "description": null, "error": null, "hide": 0, "includeAll": true, "label": null, "multi": true, "name": "StorageUnit", "options": [], "query": { "query": "label_values(storage_unit_labels{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\"}, storage_unit)", "refId": "StandardVariableQuery" }, "refresh": 2, "regex": "", "skipUrlSync": false, "sort": 7, "tagValuesQuery": "", "tagsQuery": "", "type": "query", "useTags": false } ] }, "time": { "from": "now-3h", "to": "now" }, "timepicker": { "refresh_intervals": [ "10s", "30s", "1m", "5m", "15m", "30m", "1h", "2h", "1d" ] }, "timezone": "", "title": "ASAr2: Overview", "uid": "asar2-overview", "version": 1 }