getSiteDeviceConfigCmd
GET https://{{host}}/api/v1/sites/:site_id/devices/:deivce_id/config_cmd
For a brown-field switch deployment where we adopted the switch through Adoption Command, we do not wipe out / overwrite the existing config automatically. Instead, we generate CLI commands that we would have generated. The user can inspect, modify, and incorporate this into their existing config manually.
Once they feel comfortable about the config we generate, they can enable allowmistconfig where we will take full control of their config like a claimed switch
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
sort | null | Make output cmds sorted (for better readability) or not. False by default |