HomeGuidesAPI Reference
GuidesAPI ReferenceGitHubAirheads Developer CommunityLog In
API Reference

Copy to/from running-config or startup-config

Copy local configurations.

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 full URL (i.e. /rest/'version'/fullconfigs/startup-config, where 'version' matches the current API version). Possible values are 'runnig-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

503

Service Unavailable

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