Jump to: navigation, search

Tacker/API

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 APIs 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