forked from dCache/dcache
-
Notifications
You must be signed in to change notification settings - Fork 0
/
http-client.private.env.json
35 lines (32 loc) · 1 KB
/
http-client.private.env.json
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
{
"Test": {
"user_name": "admin",
"passwd" : "dickerelch",
"incorrect_passwd" : "password",
"webdav-door" : "https://store-door-svc:8083",
"frontend-door" : "https://store-door-svc:3881",
"endpoint": "/api/v1",
"qos-management": "/qos-management/qos",
"migrations": "/migrations",
"pools": "/pools",
"qos-policy": "/qos-policy",
"namespace": "/namespace",
"labels": "/labels",
"sourcePool" : "pool-a",
"target": "hsm",
"targetPools": "pool-b",
"osm_targetPools": "\"osm\"",
"wrong_src_pool_name" : "wrong_src_pool_name",
"wrong_target_pool_name" : "wrong_target_pool_name",
"excludePools" : "pool_res1",
"includePools": "\"pool_sm\"",
"refresh" : "2",
"size" : "0..74",
"accessed" : "60..3000000",
"pnfsid" : "\"000044CE270AED9A46B4836AD79FF3335224\",\"0000A054084D4BC248A18911AFFE18338FAA\"",
"owners" : "\"sandro\",\"tigran\"",
"storage" : "\"test:default\"" ,
"pool_name" : "pool_write",
"job_id": "1"
}
}