Hide Forgot
Cloned from launchpad blueprint https://blueprints.launchpad.net/ceilometer/+spec/monitoring-network-from-opendaylight. Description: == Summary == This feture is driver of the monitoring-network that collects network info from OpenDayLight via Statistics REST API, Toporogy REST API and Switch Manager REST API. == Uses REST APIs == * Topology REST API https://jenkins.opendaylight.org/controller/job/controller-merge/lastSuccessfulBuild/artifact/opendaylight/northbound/topology/target/site/wsdocs/index.html * Statistics REST API https://jenkins.opendaylight.org/controller/job/controller-merge/lastSuccessfulBuild/artifact/opendaylight/northbound/statistics/target/site/wsdocs/index.html * Switch Manager REST API https://jenkins.opendaylight.org/controller/job/controller-merge/lastSuccessfulBuild/artifact/opendaylight/northbound/switchmanager/target/site/wsdocs/index.html == Endpoint == OpenDayLight REST APIs endpoints are in resources in pipeline.yaml. e.g. pipeline.yaml - name: meter_pipeline interval: 600 meters: - "*" resources: - opendaylight://10.3.3.3:8080/controller/nb/v2/ transformers: publishers: - rpc:// Specification URL (additional information): None