You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Several DCAE components have their own APIs for status reporting and operations.

DCAE Controller 

The DCAE Controller exposes several APIs.  The base URL is:  http://{username}:{password}@{controller_ip}:9998/

DCAE Reports API

APIMethodURLHeaderDataDescription
VM StatusPUTBASE/gui

-H "Content-type: application/json"

-H "action: getTable"

 -d '{"path":"/reports/dcae/vms","start":"-24hour","end":"now"}'

list of status of DCAE VMs
Service Instance StatusPUTBASE/gui

-H "Content-type: application/json"

-H "action: getTable"

 d '{"path":"/reports/dcae/serviceinstances","start":"-24hour","end":"now"}'

list of status of DCAE Service Instances

DCAE resource API

APIMethodURLHeaderDataDescription
resourcesGETBASE/resources


 N/A

list of status of DCAE resources

DMaaP Message Router

The message router implements an API for various operations.  Base URL is:  http://{message-router-ip}:3904

APIMethodURLHeaderDataDescription
list topicsGETBASE/topics

N/A

 N/A

list topics
list particular topicGETBASE/topics/{topic_name}

N/A

 N/A

list info about topic {topic_name}



  • No labels