Icinga Basic Request
This commit is contained in:
parent
4a748b8a01
commit
d1b57bcf67
11
IcingaHome/Basic Status.bru
Normal file
11
IcingaHome/Basic Status.bru
Normal file
@ -0,0 +1,11 @@
|
||||
meta {
|
||||
name: Basic Status
|
||||
type: http
|
||||
seq: 2
|
||||
}
|
||||
|
||||
get {
|
||||
url: https://192.168.200.11:5665/v1/status
|
||||
body: none
|
||||
auth: inherit
|
||||
}
|
||||
9
IcingaHome/bruno.json
Normal file
9
IcingaHome/bruno.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"version": "1",
|
||||
"name": "IcingaHome",
|
||||
"type": "collection",
|
||||
"ignore": [
|
||||
"node_modules",
|
||||
".git"
|
||||
]
|
||||
}
|
||||
12
IcingaHome/collection.bru
Normal file
12
IcingaHome/collection.bru
Normal file
@ -0,0 +1,12 @@
|
||||
headers {
|
||||
Accept: application/json
|
||||
}
|
||||
|
||||
auth {
|
||||
mode: basic
|
||||
}
|
||||
|
||||
auth:basic {
|
||||
username: nodered
|
||||
password: noderedpassword
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user