forked from edgexfoundry/device-onvif-camera
-
Notifications
You must be signed in to change notification settings - Fork 0
/
onvif.postman_environment.json
63 lines (63 loc) · 1.95 KB
/
onvif.postman_environment.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
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
{
"id": "e089647f-7748-40b2-8677-33bca8e7e4a0",
"name": "onvif",
"values": [
{
"key": "WS_USERNAME",
"value": "administrator",
"enabled": true
},
{
"key": "WS_NONCE",
"value": "abcd",
"type": "default",
"enabled": true
},
{
"key": "WS_UTC_TIME",
"value": "2022-06-06T12:26:37.769698Z",
"type": "default",
"enabled": true
},
{
"key": "WS_PASSWORD_DIGEST",
"value": "QtTkoSQ9q6wfQP0r20X3VauLMuc=",
"type": "default",
"enabled": true
},
{
"key": "DEVICE_ENDPOINT",
"value": "http://192.168.12.123/onvif/device_service",
"enabled": true
},
{
"key": "MEDIA_ENDPOINT",
"value": "http://192.168.12.123/onvif/Media",
"enabled": true
},
{
"key": "EVENT_ENDPOINT",
"value": "http://192.168.12.123/onvif/Events",
"enabled": true
},
{
"key": "MEDIA_PROFILE",
"value": "Profile_1",
"enabled": true
},
{
"key": "MEDIA_CONFIG_TOKEN",
"value": "MetaDataToken",
"enabled": true
},
{
"key": "SECURITY_HEADER",
"value": "\n <soap-env:Header>\n <Security xmlns=\"http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd\">\n <UsernameToken>\n <Username>{{WS_USERNAME}}</Username>\n <Password Type=\"http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordDigest\">{{WS_PASSWORD_DIGEST}}</Password>\n <Nonce EncodingType=\"http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Base64Binary\">{{WS_NONCE}}</Nonce>\n <Created xmlns=\"http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd\">{{WS_UTC_TIME}}</Created>\n </UsernameToken>\n </Security>\n </soap-env:Header>\n",
"type": "any",
"enabled": true
}
],
"_postman_variable_scope": "environment",
"_postman_exported_at": "2022-06-07T06:07:36.951Z",
"_postman_exported_using": "Postman/9.20.3"
}