Get a Single Health Config

The following example shows how to get the health configuration FE00000A/Digi TX64 :

/ws/v1/health_configs/inventory/FE000002/Digi%20TX64

Response

{
    "customer_id": 57639,
    "enabled": true,
    "id": "FE00000A/DIGI TX64",
    "last_modified": "2022-04-06T23:21:23.246Z",
    "rules": [
        {
            "categories": [
                "mobile rx/tx"
            ],
            "description": "Mobile Network: number of bytes received on all interfaces during the sample period",
            "enabled": false,
            "name": "All mobile bytes received",
            "stream": "DataPoint/*/metrics/all/cellular/rx/bytes",
            "threshold": {
                "error": {
                    "ranges": [
                        {
                            "lower": 129600000000,
                            "lower_bound_type": "CLOSED",
                            "upper_bound_type": "CLOSED"
                        }
                    ]
                },
                "normal": {
                    "ranges": [
                        {
                            "lower_bound_type": "CLOSED",
                            "upper": 115200000000,
                            "upper_bound_type": "CLOSED"
                        }
                    ]
                },
                "warning": {
                    "ranges": [
                        {
                            "lower": 115200000000,
                            "lower_bound_type": "OPEN",
                            "upper": 129600000000,
                            "upper_bound_type": "OPEN"
                        }
                    ]
                }
            },
            "type": "LONG",
            "units": "bytes"
        },
      ...etc...
    ]
}