Skip to content

Commit 8c716b3

Browse files
authored
Create watch-api-def.json
1 parent 7cea996 commit 8c716b3

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"general_data": {
3+
"name": "CI",
4+
"description": "Creating a watch policy using API",
5+
"active": true
6+
},
7+
"project_resources": {
8+
"resources": [
9+
{
10+
"type": "all-repos",
11+
"bin_mgr_id": "default"
12+
}
13+
]
14+
},
15+
"assigned_policies": [
16+
{
17+
"name": "myproject_security_policy",
18+
"type": "security"
19+
},
20+
{
21+
"name": "myproject_license_policy",
22+
"type": "license"
23+
}
24+
]
25+
}

0 commit comments

Comments
 (0)