HomeGuidesAPI Reference
GuidesAPI ReferenceGitHubAirheads Developer CommunityLog In
API Reference

Copy a local configuration

Copy a configuration to another one on the device.

This URI is not supported by Notifications or NAE.

Path Params
string
required

Destination configuration name. Possible values are: 'running-config', 'startup-config' or any non-existing checkpoint configuration name

Query Params
string
required

Source configuration name as a full URL (i.e. /rest/'version'/configs/startup-config, where 'version' matches the current API version). Possible valures are 'running-config', 'startup-config' or any other checkpoint name. Having the same origin and destination results in failure. Note: it's not possible to have two checkpoints with the same configuration

Responses
200

OK

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

500

Internal Server Error

Language
Response
Click Try It! to start a request and see the response here!