# Functions
AutomateNetwork receives a network automation profile file in yaml(?) format and initializes the job
Testing with curl:
curl -X POST http://localhost:3000/v1/network/populate \ -F "file=@/tmp/test.yaml" \ -H "Content-Type: multipart/form-data".
Ping is simple keep-alive/ping handler Ping godoc @Summary Service check @Description Check if the service is alive @Success 200 {string} response "OK" @Router /ping [get].
PopulateNetwork receives a network definition file in yaml(?) format and initializes the job
Testing with curl:
curl -X POST http://localhost:3000/v1/network/populate \ -F "file=@/tmp/test.yaml" \ -H "Content-Type: multipart/form-data".
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author