A test notification is sent to ensure the correct configuration of the Destination. If the notification cannot be delivered, the update will fail. The payload of the test notification is of type ResourceCreated for the resourceTypeId subscription. The status will change to Healthy, if it isn't already.

interface SubscriptionChangeDestinationAction {
    action: "changeDestination";
    destination: Destination;
}

Properties

Properties

action: "changeDestination"
destination: Destination

New value to set. Must not be empty.