Checks if a Subscription exists for a given Query Predicate. Returns a 200 OK status if any Subscriptions match the Query Predicate or a 404 Not Found otherwise.
A test notification is sent to ensure the correct configuration of the Destination. If the notification cannot be delivered, the Subscription will not be created. The payload of the test notification is of type ResourceCreated for the resourceTypeIdsubscription.
Checks if a Subscription exists for a given Query Predicate. Returns a
200 OK
status if any Subscriptions match the Query Predicate or a404 Not Found
otherwise.