snowmonkey
Get current Snow Monkey config
Get current Snow Monkey config
get/api/snowmonkey/config
Response
Successful operation
Example response
{
"chaosConfig": {
"badResponsesFaultConfig": {
"ratio": 42.2,
"responses": [
{
"body": "a string value",
"headers": {
"key": "value"
},
"status": 123123
}
]
},
"enabled": true,
"largeRequestFaultConfig": {
"additionalRequestSize": 123123,
"ratio": 42.2
},
"largeResponseFaultConfig": {
"additionalRequestSize": 123123,
"ratio": 42.2
},
"latencyInjectionFaultConfig": {
"from": 123123,
"ratio": 42.2,
"to": 123123
}
},
"dryRun": true,
"enabled": true,
"includeUserFacingDescriptors": true,
"outageDurationFrom": 123123,
"outageDurationTo": 123123,
"startTime": "17:32:28.000",
"stopTime": "17:32:28.000",
"targetGroups": [
"a string value"
],
"timesPerDay": 123123
}