adapter-automation_gateway

On this page:

netmikoSendConfig

Summary

wrapper of send_config_set of netmiko

Description

wrapper of send_config_set of netmiko

Route

POST /automationgateway/netmiko/send_config

Roles

admin

Parameters

DetailsExampleSchema
Name Type Required Description
netmikoSendConfigParameters object yes connection and config information https://ktbyers.github.io/netmiko/docs/netmiko/base_connection.html: {"config_commands": "array", "connection_options": {"device_type": "string", "password": "string", "port": 123, "username": "string"}, "host": "string"}

Return

DetailsExampleSchema
Name Type Description
result object A JSON Object containing status, code and the result