mirror of https://github.com/MISP/misp-training
add: postman training collection with basic endpoints
parent
009894d89a
commit
f4107e8099
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,54 @@
|
|||
{
|
||||
"id": "01c7f4a3-eb70-4a3c-913a-74a4ae6a8084",
|
||||
"name": "MISP-training",
|
||||
"values": [
|
||||
{
|
||||
"key": "base_url",
|
||||
"value": "https://localhost:8443",
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"key": "api_auth_key",
|
||||
"value": "",
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"key": "event_id",
|
||||
"value": "",
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"key": "attribute_id",
|
||||
"value": "",
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"key": "sighting_id",
|
||||
"value": "",
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"key": "warning_list_id",
|
||||
"value": "",
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"key": "user_id",
|
||||
"value": "",
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"key": "feed_id",
|
||||
"value": "",
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"key": "server_id",
|
||||
"value": "",
|
||||
"enabled": true
|
||||
}
|
||||
],
|
||||
"_postman_variable_scope": "environment",
|
||||
"_postman_exported_at": "2021-11-23T13:47:52.338Z",
|
||||
"_postman_exported_using": "Postman/9.1.5"
|
||||
}
|
Loading…
Reference in New Issue