Jump to: navigation, search

Tacker/API

< Tacker
Revision as of 17:52, 11 March 2015 by Sridhar Ramaswamy (talk | contribs) (Tacker VNF Manager API)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Tacker API

This page documents the API for the proposed new direction of Tacker as a VNF Manager

API

VNF Catalog Management

API Description Sample
define_vnf() The uber API to define a new VNF define_vnf('http://fileserver.acme.com/images/vrouter.img', vnf-parameters)
Example Example Example


VNF Life Cycle Management

API Description Sample
start_vnf() API to define a start VNF instance start_vnf(vnf-id, vnf-constraints)
Example Example Example

VNF Health Monitoring

API Description Sample
vnf_register_health_monitor() API to receive events on a given VNF instance's health vnf_register_health_monitor(vnf-instance-id, callback)
Example Example Example