Subscribe
Subscribe to events for the specified resource target type and UUID.
POST
/api/v1/eventsub/subscribeOperation ID
SubscribeSince
1.0.0Execution Mode
SynchronousAuth Context
Auth RequiredAuth Context
Send these values as request headers when calling this API.
AuthorizationstringRequiredBearer Token
X-Tenant-IDstringX-Tenant-ID
Request Inputs
application/jsonBody Fields
targetTypeStringRequiredType of the target resource to subscribe events for (e.g. vm, cluster)
Example: vm
targetUuidStringRequiredUUID of the specific resource instance to subscribe events for
Example: vm-abc-001
authTypeStringRequiredAuthentication type for the callback endpoint (hmac, token, basic)
Example: hmac
