-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Expand file tree
/
Copy pathWafPolicy_Create.json
More file actions
63 lines (63 loc) · 2.06 KB
/
Copy pathWafPolicy_Create.json
File metadata and controls
63 lines (63 loc) · 2.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"parameters": {
"api-version": "2025-11-01",
"deploymentName": "myDeployment",
"requestBody": {
"properties": {
"content": "QUJDREVGR0g=",
"filepath": "/etc/nginx/waf/policy.conf"
}
},
"resourceGroupName": "myResourceGroup",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"wafPolicyName": "myWafPolicy"
},
"responses": {
"200": {
"body": {
"name": "myWafPolicy",
"type": "Nginx.NginxPlus/nginxDeployments/wafPolicies",
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Nginx.NginxPlus/nginxDeployments/myDeployment/wafPolicies/myWafPolicy",
"properties": {
"applyingState": {
"code": "NotApplied",
"displayStatus": "Not Applied",
"time": "2025-03-02T10:05:00.000Z"
},
"compilingState": {
"code": "Succeeded",
"displayStatus": "Succeeded",
"time": "2025-03-02T10:05:00.000Z"
},
"content": "QUJDREVGR0g=",
"filepath": "/etc/nginx/waf/policy.conf",
"provisioningState": "Succeeded"
}
}
},
"201": {
"body": {
"name": "myWafPolicy",
"type": "Nginx.NginxPlus/nginxDeployments/wafPolicies",
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Nginx.NginxPlus/nginxDeployments/myDeployment/wafPolicies/myWafPolicy",
"properties": {
"applyingState": {
"code": "NotStarted",
"displayStatus": "Not Started",
"time": "2025-03-02T10:05:00.000Z"
},
"compilingState": {
"code": "NotStarted",
"displayStatus": "Not Started",
"time": "2025-03-02T10:05:00.000Z"
},
"content": "QUJDREVGR0g=",
"filepath": "/etc/nginx/waf/policy.conf",
"provisioningState": "Accepted"
}
}
}
},
"operationId": "WafPolicy_Create",
"title": "WafPolicy_Create"
}