-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsoap.postman_collection.json
78 lines (78 loc) · 1.81 KB
/
soap.postman_collection.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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"info": {
"_postman_id": "da451553-6640-4ba3-baf9-e93a8bad7fde",
"name": "Stealthwatch Enterprise - SOAP API",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
},
"item": [
{
"name": "Get Host Snapshot",
"request": {
"auth": {
"type": "basic",
"basic": [
{
"key": "password",
"value": "{{password}}",
"type": "string"
},
{
"key": "username",
"value": "{{username}}",
"type": "string"
}
]
},
"method": "POST",
"header": [
{
"key": "Content-Type",
"name": "Content-Type",
"value": "application/xml",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\">\n <soapenv:Body>\n <getHostSnapshot>\n <host-filter domain-id=\"{{tenant-id}}\">\n <host-selection>\n <ip-address-selection value=\"10.10.101.24\"/>\n </host-selection>\n </host-filter>\n </getHostSnapshot>\n </soapenv:Body>\n</soapenv:Envelope>"
},
"url": {
"raw": "https://{{STEALTHWATCH-SMC}}/smc/swsService/hosts",
"protocol": "https",
"host": [
"{{STEALTHWATCH-SMC}}"
],
"path": [
"smc",
"swsService",
"hosts"
]
}
},
"response": []
}
],
"event": [
{
"listen": "prerequest",
"script": {
"id": "86024b4f-5fe0-4e9d-9b86-003c8b68fae9",
"type": "text/javascript",
"exec": [
""
]
}
},
{
"listen": "test",
"script": {
"id": "80e277b2-106f-445c-9427-8812c82c53f4",
"type": "text/javascript",
"exec": [
""
]
}
}
],
"protocolProfileBehavior": {}
}