GET /api/v1/sites/{site_id}/devices/{device_id}/config_cmd
Summary: getSiteDeviceConfigCmd
Operation ID: getSiteDeviceConfigCmd
Auth: unknown
Operation ID: getSiteDeviceConfigCmd
Auth: unknown
Description
Get Config CLI Commands 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 allow_mist_config where we will take full control of their config like a claimed switch
Parameters (3)
device_id
(string, path, required)
site_id
(string, path, required)
sort
(string, query, optional, default: false)
Make output cmds sorted (for better readability) or not.
Constraints: {'enum': ['true', 'false']}
No probe data for this endpoint yet.