Attach_Callback_Response
statusboolean
Whether the request succeeded.
Example:
truemessagestring
Human-readable description of the result.
Example:
Callback URL successfully attached to VM 'example-vm'. Any action events on your instance will be posted to the provided URL.urlstring
Webhook URL Hyperstack calls when the resource changes state.
Example:
https://example.com/example-webhookAttach_Callback_Response
{
"status": true,
"message": "Callback URL successfully attached to VM 'example-vm'. Any action events on your instance will be posted to the provided URL.",
"url": "https://example.com/example-webhook"
}
Was this page helpful?