Skip to content

Commit d84b9a4

Browse files
Update index.mdx
الهجره الى كندا انا من اليمن
1 parent 074540c commit d84b9a4

File tree

1 file changed

+67
-1
lines changed
  • src/content/docs/analytics/graphql-api/migration-guides/network-analytics-v2

1 file changed

+67
-1
lines changed

src/content/docs/analytics/graphql-api/migration-guides/network-analytics-v2/index.mdx

Lines changed: 67 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,70 @@
1-
---
1+
---{
2+
"errors": [
3+
{
4+
"code": 1000,
5+
"message": "message",
6+
"documentation_url": "documentation_url",
7+
"source": {
8+
"pointer": "pointer"
9+
}
10+
}
11+
],
12+
"messages": [
13+
{
14+
"code": 1000,
15+
"message": "message",
16+
"documentation_url": "documentation_url",
17+
"source": {
18+
"pointer": "pointer"
19+
}
20+
}
21+
],
22+
"result": {
23+
"id": "372e67954025e0ba6aaa6d586b9e0b59",
24+
"action": {
25+
"mode": "challenge",
26+
"response": {
27+
"body": "<error>This request has been rate-limited.</error>",
28+
"content_type": "text/xml"
29+
},
30+
"timeout": 86400
31+
},
32+
"bypass": [
33+
{
34+
"name": "url",
35+
"value": "api.example.com/*"
36+
}
37+
],
38+
"description": "Prevent multiple login failures to mitigate brute force attacks",
39+
"disabled": false,
40+
"match": {
41+
"headers": [
42+
{
43+
"name": "Cf-Cache-Status",
44+
"op": "ne",
45+
"value": "HIT"
46+
}
47+
],
48+
"request": {
49+
"methods": [
50+
"GET",
51+
"POST"
52+
],
53+
"schemes": [
54+
"HTTP",
55+
"HTTPS"
56+
],
57+
"url": "*.example.org/path*"
58+
},
59+
"response": {
60+
"origin_traffic": true
61+
}
62+
},
63+
"period": 900,
64+
"threshold": 60
65+
},
66+
"success": true
67+
}
268

369
pcx_content_type: reference
470
title: Network Analytics v1 to Network Analytics v2

0 commit comments

Comments
 (0)