Adding config endpoint
This commit is contained in:
committed by
Magel, Denis
parent
2a165c91b6
commit
579c62319c
14
src/config/config.http
Normal file
14
src/config/config.http
Normal file
@@ -0,0 +1,14 @@
|
||||
POST http://127.0.0.1:8000/config
|
||||
Content-Type: application/json
|
||||
|
||||
{
|
||||
"cluster_list": [
|
||||
{
|
||||
"hostname": "cluster1.demo.netapp.com",
|
||||
"username": "admin",
|
||||
"password": "Netapp1!"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
###
|
||||
Reference in New Issue
Block a user