## stress_read()


Read a stress test resource by ID.


Usage


``` python
stress_read(id)
```


## Parameters


`id: int`  
The identifier of the resource to read.


## Returns


`dict`  
A dictionary with the resource data.


## Examples


``` python
    >>> stress_read(1)
```

    {'id': 1, 'data': 'loaded'}
