Skip to main content

Attach_Callback_Response

statusboolean

Whether the request succeeded.

Example: true
messagestring

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-webhook
Attach_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"
}