diff --git a/src/content/docs/analytics/graphql-api/migration-guides/network-analytics-v2/index.mdx b/src/content/docs/analytics/graphql-api/migration-guides/network-analytics-v2/index.mdx index 1a55405fade0c07..c55361b1e038f30 100644 --- a/src/content/docs/analytics/graphql-api/migration-guides/network-analytics-v2/index.mdx +++ b/src/content/docs/analytics/graphql-api/migration-guides/network-analytics-v2/index.mdx @@ -1,4 +1,70 @@ ---- +---{ + "errors": [ + { + "code": 1000, + "message": "message", + "documentation_url": "documentation_url", + "source": { + "pointer": "pointer" + } + } + ], + "messages": [ + { + "code": 1000, + "message": "message", + "documentation_url": "documentation_url", + "source": { + "pointer": "pointer" + } + } + ], + "result": { + "id": "372e67954025e0ba6aaa6d586b9e0b59", + "action": { + "mode": "challenge", + "response": { + "body": "This request has been rate-limited.", + "content_type": "text/xml" + }, + "timeout": 86400 + }, + "bypass": [ + { + "name": "url", + "value": "api.example.com/*" + } + ], + "description": "Prevent multiple login failures to mitigate brute force attacks", + "disabled": false, + "match": { + "headers": [ + { + "name": "Cf-Cache-Status", + "op": "ne", + "value": "HIT" + } + ], + "request": { + "methods": [ + "GET", + "POST" + ], + "schemes": [ + "HTTP", + "HTTPS" + ], + "url": "*.example.org/path*" + }, + "response": { + "origin_traffic": true + } + }, + "period": 900, + "threshold": 60 + }, + "success": true +} pcx_content_type: reference title: Network Analytics v1 to Network Analytics v2