{"componentChunkName":"component---src-templates-docs-js","path":"/guides/onboarding","result":{"data":{"site":{"siteMetadata":{"title":"Documentation | LoadFocus","docsLocation":""}},"mdx":{"fields":{"id":"665c0bd1-4343-5f6d-b822-6647aed11c60","title":"LoadFocus Onboarding","slug":"/guides/onboarding","locale":"en-GB"},"body":"var _excluded = [\"components\"];\nfunction _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }\nfunction _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var n = Object.getOwnPropertySymbols(e); for (r = 0; r < n.length; r++) o = n[r], -1 === t.indexOf(o) && {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }\nfunction _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (-1 !== e.indexOf(n)) continue; t[n] = r[n]; } return t; }\n/* @jsxRuntime classic */\n/* @jsx mdx */\n\nvar _frontmatter = {\n  \"title\": \"LoadFocus Onboarding\",\n  \"metaTitle\": \"LoadFocus Onboarding | Guides | LoadFocus\",\n  \"metaDescription\": \"Day-one onboarding for LoadFocus — sign up, invite your team, run your first Load Test, JMeter, K6, Page Speed Monitoring and API Monitoring check.\",\n  \"order\": 0\n};\nvar layoutProps = {\n  _frontmatter: _frontmatter\n};\nvar MDXLayout = \"wrapper\";\nreturn function MDXContent(_ref) {\n  var components = _ref.components,\n    props = _objectWithoutProperties(_ref, _excluded);\n  return mdx(MDXLayout, _extends({}, layoutProps, props, {\n    components: components,\n    mdxType: \"MDXLayout\"\n  }), mdx(\"p\", null, \"Welcome to LoadFocus. This onboarding guide walks you through everything you need to do on day one: creating your account, inviting your team, and running your first tests across each service in your plan.\"), mdx(\"p\", null, \"It takes about 10 minutes end-to-end.\"), mdx(\"h2\", null, \"1. Create your LoadFocus account\"), mdx(\"p\", null, \"The first account you create becomes the \", mdx(\"strong\", {\n    parentName: \"p\"\n  }, \"team owner\"), \" and is tied to billing. Use a long-lived business email (for example \", mdx(\"inlineCode\", {\n    parentName: \"p\"\n  }, \"ops@yourcompany.com\"), \") rather than a personal address.\"), mdx(\"p\", null, \"Sign up here:\"), mdx(\"p\", null, mdx(\"a\", {\n    parentName: \"p\",\n    \"href\": \"https://loadfocus.com/signup?plan=load_free\"\n  }, \"https://loadfocus.com/signup?plan=load_free\")), mdx(\"p\", null, \"If you have already subscribed to a paid plan (Load Testing Pro, Page Speed Monitoring Pro, etc.), the plan is attached automatically once you log in for the first time \\u2014 you do not need to re-purchase from inside the app.\"), mdx(\"h2\", null, \"2. Invite your team\"), mdx(\"p\", null, \"LoadFocus is built around teams. Tests, monitors, reports, and integrations all live inside a team, so the next step is to add your colleagues.\"), mdx(\"p\", null, \"Open the teams console:\"), mdx(\"p\", null, mdx(\"a\", {\n    parentName: \"p\",\n    \"href\": \"https://teams.loadfocus.com\"\n  }, \"https://teams.loadfocus.com\")), mdx(\"p\", null, \"From there you can:\"), mdx(\"ul\", null, mdx(\"li\", {\n    parentName: \"ul\"\n  }, \"Create or rename your team.\"), mdx(\"li\", {\n    parentName: \"ul\"\n  }, \"Invite members by email and assign them a role.\"), mdx(\"li\", {\n    parentName: \"ul\"\n  }, \"Switch between teams if you belong to more than one.\"), mdx(\"li\", {\n    parentName: \"ul\"\n  }, \"Manage SSO and API access for the team.\")), mdx(\"p\", null, \"Full reference: \", mdx(\"a\", {\n    parentName: \"p\",\n    \"href\": \"/docs/guides/teams\"\n  }, \"Teams and Members guide\"), \".\"), mdx(\"h2\", null, \"3. Get started with Load Testing\"), mdx(\"p\", null, \"Your Pro plan covers \", mdx(\"strong\", {\n    parentName: \"p\"\n  }, \"three\"), \" load testing engines on the same dashboard. Pick the one that matches your stack \\u2014 you can use all three at any time.\"), mdx(\"h3\", null, \"3.1 Load Testing for Websites and APIs (HTTP)\"), mdx(\"p\", null, \"The fastest path: paste a URL, choose virtual users and duration, and run a cloud load test from multiple geographic regions.\"), mdx(\"ul\", null, mdx(\"li\", {\n    parentName: \"ul\"\n  }, \"Overview: \", mdx(\"a\", {\n    parentName: \"li\",\n    \"href\": \"/docs/guides/load-testing\"\n  }, \"/guides/load-testing\")), mdx(\"li\", {\n    parentName: \"ul\"\n  }, \"Run your first test: \", mdx(\"a\", {\n    parentName: \"li\",\n    \"href\": \"/docs/guides/load-testing/how-to-run-new-load-test\"\n  }, \"/guides/load-testing/how-to-run-new-load-test\")), mdx(\"li\", {\n    parentName: \"ul\"\n  }, \"The 30-second wizard: \", mdx(\"a\", {\n    parentName: \"li\",\n    \"href\": \"/docs/guides/load-testing/getting-started\"\n  }, \"/guides/load-testing/getting-started\")), mdx(\"li\", {\n    parentName: \"ul\"\n  }, \"Reading the results: \", mdx(\"a\", {\n    parentName: \"li\",\n    \"href\": \"/docs/guides/load-testing/analyzing-load-test-results\"\n  }, \"/guides/load-testing/analyzing-load-test-results\"))), mdx(\"p\", null, \"Use this when you want to load test a website, a single API endpoint, or a short multi-step user flow without writing a script.\"), mdx(\"h3\", null, \"3.2 Load Testing with JMeter\"), mdx(\"p\", null, \"Bring your existing \", mdx(\"inlineCode\", {\n    parentName: \"p\"\n  }, \".jmx\"), \" test plans to LoadFocus and run them at scale from the cloud \\u2014 no JMeter master/slave infrastructure to maintain.\"), mdx(\"ul\", null, mdx(\"li\", {\n    parentName: \"ul\"\n  }, \"Overview: \", mdx(\"a\", {\n    parentName: \"li\",\n    \"href\": \"/docs/guides/jmeter-load-testing\"\n  }, \"/guides/jmeter-load-testing\")), mdx(\"li\", {\n    parentName: \"ul\"\n  }, \"Upload your first \", mdx(\"inlineCode\", {\n    parentName: \"li\"\n  }, \".jmx\"), \" file: see the JMeter section under \", mdx(\"a\", {\n    parentName: \"li\",\n    \"href\": \"/docs/guides/jmeter-load-testing\"\n  }, \"/guides/jmeter-load-testing\"))), mdx(\"p\", null, \"Use this when your team already has JMeter expertise or pre-built test plans you want to reuse.\"), mdx(\"h3\", null, \"3.3 Load Testing with K6\"), mdx(\"p\", null, \"Run K6 JavaScript test scripts from the LoadFocus cloud and view the results in the same dashboard as the other engines.\"), mdx(\"ul\", null, mdx(\"li\", {\n    parentName: \"ul\"\n  }, \"Overview: \", mdx(\"a\", {\n    parentName: \"li\",\n    \"href\": \"/docs/guides/k6-load-testing\"\n  }, \"/guides/k6-load-testing\")), mdx(\"li\", {\n    parentName: \"ul\"\n  }, \"Write and upload a K6 script: see the K6 section under \", mdx(\"a\", {\n    parentName: \"li\",\n    \"href\": \"/docs/guides/k6-load-testing\"\n  }, \"/guides/k6-load-testing\"))), mdx(\"p\", null, \"Use this when you prefer modern, code-based load tests written in JavaScript and want goals, thresholds, and scenarios as code.\"), mdx(\"blockquote\", null, mdx(\"p\", {\n    parentName: \"blockquote\"\n  }, mdx(\"strong\", {\n    parentName: \"p\"\n  }, \"Tip.\"), \" All three engines share the same project, team, and reporting surface. Tests appear side by side in your test history, regardless of engine.\")), mdx(\"h2\", null, \"4. Get started with Page Speed Monitoring\"), mdx(\"p\", null, \"Page Speed Monitoring runs scheduled Lighthouse-based checks on your pages and tracks \", mdx(\"strong\", {\n    parentName: \"p\"\n  }, \"Performance\"), \", \", mdx(\"strong\", {\n    parentName: \"p\"\n  }, \"SEO\"), \", \", mdx(\"strong\", {\n    parentName: \"p\"\n  }, \"Best Practices\"), \", and other audit scores over time, so you can catch regressions when you ship new features.\"), mdx(\"ul\", null, mdx(\"li\", {\n    parentName: \"ul\"\n  }, \"Overview and onboarding: \", mdx(\"a\", {\n    parentName: \"li\",\n    \"href\": \"/docs/guides/monitor-website-performance\"\n  }, \"/guides/monitor-website-performance\"))), mdx(\"p\", null, \"Your Page Speed Pro plan unlocks higher check frequency, more monitored URLs, more locations, and longer history retention.\"), mdx(\"p\", null, \"A good first setup:\"), mdx(\"ol\", null, mdx(\"li\", {\n    parentName: \"ol\"\n  }, \"Add your most important page (home, pricing, or top landing page).\"), mdx(\"li\", {\n    parentName: \"ol\"\n  }, \"Add alert channels (email, Slack, or Microsoft Teams).\"), mdx(\"li\", {\n    parentName: \"ol\"\n  }, \"Schedule the monitor to run every few hours.\"), mdx(\"li\", {\n    parentName: \"ol\"\n  }, \"Add alerts on the metrics you care about (Performance score, SEO score, etc.) so you hear about regressions without checking the dashboard.\")), mdx(\"h2\", null, \"5. Get started with API Monitoring\"), mdx(\"p\", null, \"API Monitoring runs scheduled uptime and functional checks against your API endpoints from multiple locations worldwide and alerts you when an assertion breaks (response status, body content, headers, or response time).\"), mdx(\"ul\", null, mdx(\"li\", {\n    parentName: \"ul\"\n  }, \"Overview and onboarding: \", mdx(\"a\", {\n    parentName: \"li\",\n    \"href\": \"/docs/guides/api-monitoring\"\n  }, \"/guides/api-monitoring\"))), mdx(\"p\", null, \"A good first setup:\"), mdx(\"ol\", null, mdx(\"li\", {\n    parentName: \"ol\"\n  }, \"Add your most critical API endpoint (login, checkout, or a health endpoint).\"), mdx(\"li\", {\n    parentName: \"ol\"\n  }, \"Add assertions for status code, response body, and response time.\"), mdx(\"li\", {\n    parentName: \"ol\"\n  }, \"Set the check frequency (every 1\\u20135 minutes for production, less often for staging).\"), mdx(\"li\", {\n    parentName: \"ol\"\n  }, \"Pick the locations that match where your customers are.\"), mdx(\"li\", {\n    parentName: \"ol\"\n  }, \"Wire alerts into the channel your on-call team actually watches (email, Slack, Microsoft Teams).\")), mdx(\"h2\", null, \"6. Where to go next\"), mdx(\"ul\", null, mdx(\"li\", {\n    parentName: \"ul\"\n  }, \"Browse the full \", mdx(\"a\", {\n    parentName: \"li\",\n    \"href\": \"/docs/guides\"\n  }, \"How-To Guides\"), \" \\u2014 one short article per task.\"), mdx(\"li\", {\n    parentName: \"ul\"\n  }, \"Read the \", mdx(\"a\", {\n    parentName: \"li\",\n    \"href\": \"/docs/knowledge-base\"\n  }, \"Knowledge Base\"), \" for deeper concepts (response times, samples, granularity, baselines).\"), mdx(\"li\", {\n    parentName: \"ul\"\n  }, \"Compare your usage against plan limits on the \", mdx(\"a\", {\n    parentName: \"li\",\n    \"href\": \"https://loadfocus.com/pricing\"\n  }, \"Pricing page\"), \".\")), mdx(\"p\", null, \"If anything in this guide is unclear, use the support widget on \", mdx(\"a\", {\n    parentName: \"p\",\n    \"href\": \"https://loadfocus.com\"\n  }, \"loadfocus.com\"), \" \\u2014 we read every message.\"));\n}\n;\nMDXContent.isMDXComponent = true;","tableOfContents":{"items":[{"url":"#1-create-your-loadfocus-account","title":"1. Create your LoadFocus account"},{"url":"#2-invite-your-team","title":"2. Invite your team"},{"url":"#3-get-started-with-load-testing","title":"3. Get started with Load Testing","items":[{"url":"#31-load-testing-for-websites-and-apis-http","title":"3.1 Load Testing for Websites and APIs (HTTP)"},{"url":"#32-load-testing-with-jmeter","title":"3.2 Load Testing with JMeter"},{"url":"#33-load-testing-with-k6","title":"3.3 Load Testing with K6"}]},{"url":"#4-get-started-with-page-speed-monitoring","title":"4. Get started with Page Speed Monitoring"},{"url":"#5-get-started-with-api-monitoring","title":"5. Get started with API Monitoring"},{"url":"#6-where-to-go-next","title":"6. Where to go next"}]},"parent":{"__typename":"File","relativePath":"en/guides/onboarding.md"},"frontmatter":{"metaTitle":"LoadFocus Onboarding | Guides | LoadFocus","metaDescription":"Day-one onboarding for LoadFocus — sign up, invite your team, run your first Load Test, JMeter, K6, Page Speed Monitoring and API Monitoring check.","order":0}},"allMdx":{"edges":[{"node":{"fields":{"slug":"/","title":"Welcome to the New LoadFocus Documentation"}}},{"node":{"fields":{"slug":"/guides","title":"How-To Guides"}}},{"node":{"fields":{"slug":"/knowledge-base","title":"Knowledge Base"}}},{"node":{"fields":{"slug":"/pricing","title":"Pricing FAQs"}}},{"node":{"fields":{"slug":"/knowledge-base/understanding-declined-card-payments","title":"Why has my card payment been declined?"}}},{"node":{"fields":{"slug":"/knowledge-base/how-to-update-card-details","title":"How to Update Card Details for Failed Payments"}}},{"node":{"fields":{"slug":"/guides/api-monitoring","title":"API Monitoring"}}},{"node":{"fields":{"slug":"/knowledge-base/understanding-differences-between-http-and-https","title":"Differences between HTTP and HTTPS"}}},{"node":{"fields":{"slug":"/knowledge-base/using-3rd-party-tools-to-load-test-website-locally","title":"How to load testing locally hosted website or API"}}},{"node":{"fields":{"slug":"/guides/external-reports","title":"External Reporting"}}},{"node":{"fields":{"slug":"/knowledge-base/using-google-analytics-and-no-requests-while-load-testing","title":"No traffic in Google Analytics while load testing"}}},{"node":{"fields":{"slug":"/knowledge-base/using-query-parameters","title":"How to Use URL Query Parameters"}}},{"node":{"fields":{"slug":"/knowledge-base/using-valid-url-endpoints","title":"What is a Valid URL for a Load Test"}}},{"node":{"fields":{"slug":"/knowledge-base/what-is-an-http-method","title":"What is an HTTP request method"}}},{"node":{"fields":{"slug":"/guides/jmeter-load-testing","title":"Load Testing with Apache JMeter"}}},{"node":{"fields":{"slug":"/guides/k6-load-testing","title":"k6 Load Testing"}}},{"node":{"fields":{"slug":"/guides/load-testing","title":"Load Testing"}}},{"node":{"fields":{"slug":"/guides/monitor-website-performance","title":"Monitor Website Performance"}}},{"node":{"fields":{"slug":"/guides/onboarding","title":"LoadFocus Onboarding"}}},{"node":{"fields":{"slug":"/guides/teams","title":"Teams Management"}}},{"node":{"fields":{"slug":"/guides/external-reports/azure-app-insights-integration","title":"Azure App Insights Integration"}}},{"node":{"fields":{"slug":"/guides/jmeter-load-testing/downloading-jmx-csv-files","title":"Downloading .JMX and .CSV Files in LoadFocus"}}},{"node":{"fields":{"slug":"/guides/k6-load-testing/analyzing-k6-test-results","title":"Analyzing k6 Load Test Results"}}},{"node":{"fields":{"slug":"/guides/load-testing/ai-credits","title":"AI Credits"}}},{"node":{"fields":{"slug":"/guides/monitor-website-performance/alert-configuration","title":"Alert Configuration"}}},{"node":{"fields":{"slug":"/guides/api-monitoring/api-check-results","title":"Understanding API Check Results"}}},{"node":{"fields":{"slug":"/guides/external-reports/datadog-integration","title":"Datadog Integration"}}},{"node":{"fields":{"slug":"/guides/jmeter-load-testing/how-to-run-new-apache-jmeter-load-test","title":"How to Run a New Apache JMeter Load Test"}}},{"node":{"fields":{"slug":"/guides/k6-load-testing/how-to-run-k6-load-test","title":"How to Run a New k6 Load Test"}}},{"node":{"fields":{"slug":"/guides/load-testing/analyzing-load-test-results","title":"How to Check Load Test Results"}}},{"node":{"fields":{"slug":"/guides/monitor-website-performance/alert-metrics","title":"Alert Metrics"}}},{"node":{"fields":{"slug":"/guides/load-testing/authorization-code-grant-type-oauth-2-0","title":"Authorization Code Grant Type in OAuth 2.0"}}},{"node":{"fields":{"slug":"/guides/monitor-website-performance/core-web-vitals-metrics","title":"What are the Core Web Vitals?"}}},{"node":{"fields":{"slug":"/guides/api-monitoring/new-api-check","title":"How to Create a New API Check"}}},{"node":{"fields":{"slug":"/guides/load-testing/baseline-comparison-between-load-tests","title":"Baseline Comparison Between Load Tests"}}},{"node":{"fields":{"slug":"/guides/monitor-website-performance/getting-started","title":"Getting Started"}}},{"node":{"fields":{"slug":"/guides/jmeter-load-testing/jmeter-integration-ci-cd","title":"Load Testing API Integration"}}},{"node":{"fields":{"slug":"/guides/jmeter-load-testing/load-generators-hardware-infrastructure-jmeter","title":"What are the hardware resources allocated to my account for load generators?"}}},{"node":{"fields":{"slug":"/guides/monitor-website-performance/how-to-create-new-alert","title":"Create a New Alert"}}},{"node":{"fields":{"slug":"/guides/load-testing/client-credentials-grant-type-oauth-2-0","title":"Client Credentials Grant Type in OAuth 2.0"}}},{"node":{"fields":{"slug":"/guides/load-testing/common-http-error-codes","title":"Common HTTP Error status codes"}}},{"node":{"fields":{"slug":"/guides/jmeter-load-testing/load-testing-anomalies","title":"Load Testing Anomalies"}}},{"node":{"fields":{"slug":"/guides/jmeter-load-testing/load-testing-engine-health-monitoring","title":"Engine Health Monitoring"}}},{"node":{"fields":{"slug":"/guides/load-testing/crafting-perfect-test-names","title":"Crafting Perfect Test Names"}}},{"node":{"fields":{"slug":"/guides/monitor-website-performance/largest-contentful-paint","title":"Largest Contentful Paint (LCP)"}}},{"node":{"fields":{"slug":"/guides/monitor-website-performance/how-to-run-new-website-performance-test","title":"Create New Website Performance Test"}}},{"node":{"fields":{"slug":"/guides/jmeter-load-testing/load-testing-error-analysis","title":"Error Analysis"}}},{"node":{"fields":{"slug":"/guides/load-testing/decoding-average-response-times","title":"Decoding Average Response Time"}}},{"node":{"fields":{"slug":"/guides/jmeter-load-testing/load-testing-insights","title":"Load Testing Insights"}}},{"node":{"fields":{"slug":"/guides/load-testing/deep-dive-samples-in-load-testing","title":"What are Samples in Load Testing?"}}},{"node":{"fields":{"slug":"/guides/load-testing/demo","title":"Demo"}}},{"node":{"fields":{"slug":"/guides/jmeter-load-testing/load-testing-jtl-file-analysis","title":"Logs & JTL File Analysis"}}},{"node":{"fields":{"slug":"/guides/jmeter-load-testing/load-testing-jtl-jmeter-log-file-analysis","title":"JMeter Log File Analysis"}}},{"node":{"fields":{"slug":"/guides/load-testing/end-time-in-load-testing","title":"Understanding the Significance of 'End Time' in Load Testing"}}},{"node":{"fields":{"slug":"/guides/jmeter-load-testing/load-testing-timeline-analysis","title":"Timeline View"}}},{"node":{"fields":{"slug":"/guides/load-testing/erros-and-reponse-codes","title":"Errors and Response Codes"}}},{"node":{"fields":{"slug":"/guides/jmeter-load-testing/uploading-jmeter-files-step-by-step-guide","title":"Uploading JMeter Files to LoadFocus: A Step-by-Step Guide"}}},{"node":{"fields":{"slug":"/guides/load-testing/geographical-test-location-in-load-testing","title":"Geographical Test Location in Load Testing"}}},{"node":{"fields":{"slug":"/guides/jmeter-load-testing/using-multiple-csv-files-with-jmeter-engines","title":"Using Multiple CSV Files with JMeter Engines in LoadFocus"}}},{"node":{"fields":{"slug":"/guides/load-testing/getting-started","title":"Getting Started"}}},{"node":{"fields":{"slug":"/guides/load-testing/granularity-in-load-test-results-and-charts","title":"Granularity in Load Test Results and Chart Display"}}},{"node":{"fields":{"slug":"/guides/load-testing/headers-and-manage-presets","title":"Headers and Header Presets"}}},{"node":{"fields":{"slug":"/guides/load-testing/how-to-run-new-load-test","title":"How to Run a New Load Test"}}},{"node":{"fields":{"slug":"/guides/load-testing/how-to-url-query-parameters","title":"Query Parameters"}}},{"node":{"fields":{"slug":"/guides/load-testing/http-methods-overview-load-testing","title":"HTTP Methods: An Overview"}}},{"node":{"fields":{"slug":"/guides/load-testing/load-generators-hardware-infrastructure","title":"What are the hardware resources allocated to my account for load generators?"}}},{"node":{"fields":{"slug":"/guides/load-testing/implicit-grant-type-oauth-2-0","title":"Implicit Grant Type in OAuth 2.0"}}},{"node":{"fields":{"slug":"/guides/load-testing/load-test-result-ai-analysis","title":"Load Testing Results AI Analysis"}}},{"node":{"fields":{"slug":"/guides/load-testing/password-credentials-grant-type-oauth-2-0","title":"Password Credentials Grant Type in OAuth 2.0"}}},{"node":{"fields":{"slug":"/guides/load-testing/refresh-token-grant-type-oauth-2-0","title":"Refresh Token Grant Type in OAuth 2.0"}}},{"node":{"fields":{"slug":"/guides/load-testing/start-time-in-load-testing","title":"Understanding the Significance of Start Time in Load Testing"}}},{"node":{"fields":{"slug":"/guides/load-testing/use-cases","title":"Use Cases"}}},{"node":{"fields":{"slug":"/guides/load-testing/using-cookies","title":"Using Cookies"}}},{"node":{"fields":{"slug":"/guides/load-testing/what-are-iterations-load-testing","title":"Mastering Iterations in Load Testing: A Deep Dive"}}},{"node":{"fields":{"slug":"/guides/load-testing/what-are-virtual-users-load-testing","title":"What are Virtual Users in Load Testing"}}},{"node":{"fields":{"slug":"/guides/load-testing/what-is-duration-in-load-testing","title":"What is Duration in Load Testing"}}},{"node":{"fields":{"slug":"/guides/load-testing/what-is-delay-when-running-a-load-test","title":"What is Delay when running a Load Test?"}}},{"node":{"fields":{"slug":"/guides/load-testing/what-is-grant-type","title":"What is a Grant Type?"}}},{"node":{"fields":{"slug":"/guides/load-testing/what-is-ramp-up-steps-in-load-testing","title":"What is Ramp Up Steps in Load Testing"}}},{"node":{"fields":{"slug":"/guides/load-testing/what-is-oauth-2-0-authorization","title":"OAuth 2.0 Authorization"}}},{"node":{"fields":{"slug":"/guides/load-testing/what-is-test-run-id","title":"What is a Test Run Id?"}}},{"node":{"fields":{"slug":"/guides/load-testing/what-is-ramp-up-time-in-load-testing","title":"What is Ramp Up Time in Load Testing"}}},{"node":{"fields":{"slug":"/guides/api-monitoring/new-api-check/activate-deactivate","title":"Activate/Deactivate"}}},{"node":{"fields":{"slug":"/guides/api-monitoring/new-api-check/alert-channels","title":"Alert Channels"}}},{"node":{"fields":{"slug":"/guides/api-monitoring/new-api-check/assertions","title":"Assertions"}}},{"node":{"fields":{"slug":"/guides/api-monitoring/new-api-check/frequency","title":"Frequency"}}},{"node":{"fields":{"slug":"/guides/api-monitoring/new-api-check/friendly-check-name","title":"Friendly Check Name"}}},{"node":{"fields":{"slug":"/guides/api-monitoring/new-api-check/locations","title":"Locations"}}},{"node":{"fields":{"slug":"/guides/api-monitoring/new-api-check/mute-unmute","title":"Mute/Unmute"}}},{"node":{"fields":{"slug":"/guides/api-monitoring/new-api-check/request-preview","title":"Request Preview"}}},{"node":{"fields":{"slug":"/guides/api-monitoring/new-api-check/response-time-limits","title":"Response Time Limits"}}},{"node":{"fields":{"slug":"/guides/api-monitoring/new-api-check/save-run","title":"Save and Run"}}},{"node":{"fields":{"slug":"/guides/api-monitoring/new-api-check/request-configuration","title":"Request Configuration"}}},{"node":{"fields":{"slug":"/guides/jmeter-load-testing/jmeter-integration-ci-cd/azure-devops","title":"Azure DevOps"}}},{"node":{"fields":{"slug":"/guides/jmeter-load-testing/jmeter-integration-ci-cd/github-actions","title":"GitHub Actions"}}},{"node":{"fields":{"slug":"/guides/jmeter-load-testing/jmeter-integration-ci-cd/gitlab-ci-cd","title":"GitLab CI/CD"}}},{"node":{"fields":{"slug":"/guides/jmeter-load-testing/jmeter-integration-ci-cd/jenkins","title":"Jenkins"}}},{"node":{"fields":{"slug":"/guides/jmeter-load-testing/jmeter-integration-ci-cd/overview","title":"Integrating JMeter API Client with CI/CD Pipelines"}}},{"node":{"fields":{"slug":"/guides/jmeter-load-testing/jmeter-integration-ci-cd/circleci","title":"CircleCI"}}}]}},"pageContext":{"id":"665c0bd1-4343-5f6d-b822-6647aed11c60","locale":"en-GB"}},"staticQueryHashes":["361965504","361965504","417421954","417421954","445494767","445494767"]}