Files
generic_api_endpoint/src/config/config.http
2025-09-18 14:13:50 +02:00

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!"
}
]
}
###