diff --git a/blazemeter/assets/account_config.json b/blazemeter/assets/account_config.json new file mode 100644 index 0000000000000..94336ebfed3d0 --- /dev/null +++ b/blazemeter/assets/account_config.json @@ -0,0 +1,51 @@ +{ + "supported_auth_methods": [ + { + "auth_name": "API Key ID and Secret", + "basic": { + "user_setting": { + "key": "api_key_id", + "label": "API key ID", + "editable": true, + "required": true, + "text": {} + }, + "password_setting": { + "key": "api_key_secret", + "label": "API key secret", + "editable": true, + "required": true, + "password": {} + } + } + } + ], + "supported_connection_methods": [ + { + "name": "BlazeMeter", + "fixed": { + "fixed_base_url": "https://a.blazemeter.com/api" + } + } + ], + "dataflow_config": [ + { + "dataflow_id": "blazemeter-metrics" + } + ], + "health_probe": { + "http_method": "POST", + "path": "/v4/search", + "http_headers": [ + { + "name": "Content-Type", + "value": "application/json" + }, + { + "name": "Accept", + "value": "application/json" + } + ], + "request_body": "{\"entity\":\"master\",\"limit\":1,\"skip\":0,\"fields\":[\"id\"]}" + } +}