IBM / restconf-driver

A lifecycle driver used to communicate with CISCO CNC using RESTCONF

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RESTCONF Driver for CP4NA

Introduction

RESTCONF uses HTTP methods to provide CRUD operations on a conceptual datastore containing YANG-defined data, which is compatible with a server that implements NETCONF datastores. The RESTCONF protocol operates on a hierarchy of resources, starting with the top-level API resource itself. Each resource represents a manageable component within the device.

Installation of the driver

For information on how to install and configure the driver for use with CP4NA, please see the Installation Guide

Connecting to a RESTCONF server:

For information on how to configure the connection details for a RestConf server within ALM, please see the guide on Adding a Deployment Location, please see the Adding a Deployment Location

Creating a Resource Package

For information on how to create a resource package to load into CP4NA, please see the guide on Creating a Resource Package

About

A lifecycle driver used to communicate with CISCO CNC using RESTCONF

License:Apache License 2.0


Languages

Language:Java 97.0%Language:Shell 2.6%Language:Dockerfile 0.4%