{"type":"api","title":"Generate Bootstrap Config For Vedges","meta":{"id":"/apps/pubhub/media/cisco-catalyst-sd-wan-api-guide-20-18/1c4807bcb76af36988ebb37dc2e455b1787a155e/744a8207-9965-344e-aed3-d3ef846a4950","info":{"title":"Others","description":"Other APIs\n- Include APIs that do not belong to other categories\n","contact":{"email":"vmanage@cisco.com"},"version":"20.18 - 2025-08-15"},"openapi":"3.1.0","servers":[{"url":"/dataservice"}]},"spec":{"tags":["Configuration - Device Inventory"],"description":"Create bootstrap config for software vEdges","operationId":"generateBootstrapConfigForVedges","requestBody":{"description":"Request body for Device bootstrap configuration","content":{"application/json":{"schema":{"type":"object","properties":{"bootstrapConfigType":{"type":"string"},"uuid":{"type":"array","items":{"type":"string"}}},"$$ref":"#/components/schemas/VEdgeBootstrapConfig"},"examples":{"Example Value":{"description":"Example Value","value":{"bootstrapConfig":"#cloud-config\\ninitparam:\\n - uuid : ESR-6300-LIC-K9-FAUSTEST126\\n - vbond : 10.0.12.26\\n - org : vIPtela Inc Regression\\n"},"$$ref":"#/components/examples/ComViptelaVmanageServerBootstrapDevicelifecycleapiRequestExamplePostbootstrapdevices"}}}},"required":true},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","example":"b1af2563-cfa0-4ebb-989b-4d5e87f92d45"}},"$$ref":"#/components/schemas/GenerateBootstrapConfigForVedgesResponse"},"examples":{"Device bootstrap configuration":{"description":"Device bootstrap configuration","value":{"id":"b1af2563-cfa0-4ebb-989b-4d5e87f92d45"},"$$ref":"#/components/examples/ComViptelaVmanageServerBootstrapDevicelifecycleapiResponseExamplePostbootstrapdevicesresp"}}}}},"400":{"description":"Bad Request"},"403":{"description":"Forbidden"},"500":{"description":"Internal Server Error"}},"method":"post","path":"/system/device/bootstrap/devices"}}