Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Support for Event Broker Subscriptions #194

Open
kclinden opened this issue Feb 5, 2019 · 2 comments
Open

Add Support for Event Broker Subscriptions #194

kclinden opened this issue Feb 5, 2019 · 2 comments

Comments

@kclinden
Copy link
Contributor

kclinden commented Feb 5, 2019

Add support for working with Event Broker Subscriptions.

#Get all event broker subscriptions for current user's tenant
Get-vRASubscription 

#Create new event broker subscription from JSON
New-vRASubscription -body $body

#Update event broker subscription with JSON body
Update-vRASubscription -SubscriptionId $sub -body $body

#Remove event broker subscription
Remove-vRASubscription -Subscription $sub
@jonathanmedd
Copy link
Contributor

@kclinden Is this something you are planning to contribute for us?

@kclinden
Copy link
Contributor Author

kclinden commented Feb 6, 2019

I may, but I am not sure when I will get to it. I am working with vRealize Lifecycle Manager right now, and I took the framework that you guys have for PowervRA and applied it to that. That can be found here: https://github.com/kclinden/PowervLCM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants