15 lines
213 B
HTTP
15 lines
213 B
HTTP
POST http://127.0.0.1:8000/config
|
|
Content-Type: application/json
|
|
|
|
{
|
|
"cluster_list": [
|
|
{
|
|
"hostname": "cluster1.demo.netapp.com",
|
|
"username": "admin",
|
|
"password": "Netapp1!"
|
|
}
|
|
]
|
|
}
|
|
|
|
###
|