You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for working with Event Broker Subscriptions.
#Get all event broker subscriptions for current user's tenantGet-vRASubscription#Create new event broker subscription from JSONNew-vRASubscription-body $body#Update event broker subscription with JSON bodyUpdate-vRASubscription-SubscriptionId $sub-body $body#Remove event broker subscriptionRemove-vRASubscription-Subscription $sub
The text was updated successfully, but these errors were encountered:
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
Add support for working with Event Broker Subscriptions.
The text was updated successfully, but these errors were encountered: