Attach callback to virtual machine
POST/core/virtual-machines/:vm_id/attach-callback
Creates a callback URL for a specified virtual machine, enabling the posting of action events executed on the virtual machine to the specified URL. Provide the callback URL in the request body and the ID of the virtual machine to which it is being attached in the path. For more details on virtual machine callback URLs,.
Request
Responses
- 200
- 400
- 401
- 404
- 500
Callback URL successfully attached to your virtual machine. Any action events on your virtual machine will be posted to the provided URL
Bad Request
Unauthorized
Not Found
Internal Server Error
Was this page helpful?