container-service-extension
container-service-extension copied to clipboard
Capture CSE RabbitMQ events
Hi folks
is there any way in which we can monitor the following CSE events on RabbitMQ:
- cluster creation
- cluster modification (mostly upscaling)
We are looking to automate NSX configuration (rules/SGs auto-creation, etc.) following a cluster creation or resize. We would use (likely) vRO to read messages in RabbitMQ and filter what we need. Rather than going by trial and error, it would nice to know if any doc already exists detailing the specs of CSE RabbitMQ messages?
Thanks!
Hi cohizzle86,
Neither we have any formal documentation on filtering CSE requests in RabbitMQ nor we have attempted doing this before. You can look into particular amqp exchange or topic that is specified in the config.yaml for CSE related messages
Thanks sahithi!
Btw I know it's OT, but is any documentation available for CSE API instead? From vCD API, we can see the endpoint ../api/cse (i.e. /cluster) exists. It would be of some use to use REST for some of our CSE tasks like periodic deployments, fecthing clusters status etc. like we do with vCloud already.
Hi @cohizzle86, We currently do not have any CSE API documentation available.