We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d7b367 commit cb60870Copy full SHA for cb60870
1 file changed
README.md
@@ -42,7 +42,10 @@ gremlinapi.login(email='kyle@gremlin.com',
42
43
## Launching Attacks
44
45
-#### Request Body
+#### Example 1
46
+
47
+This will launch a 100ms latency attack, limited to ICMP traffic, against a single random container
48
+with the ECS container-name `swissknife`
49
50
```python
51
from gremlinapi.config import GremlinAPIConfig as config
@@ -51,7 +54,7 @@ config.bearer_token = 'Bearer MU....ziTk....40z...c='
54
config.team_guid = '9676868b-60d2-5ebe-aa66-c1de8162ff9d'
52
55
body = {
53
56
'target': {
- 'type': "Random",
57
+ 'type': 'Random',
58
'containers': {
59
'multiSelectLabels': {
60
"com.amazonaws.ecs.container-name": [
0 commit comments