v1

latestSwagger 2.02026-07-17421084.8 KB
actor-runtime

actor allocation

Allocate the language-level state for the specified actor instance

Causes the language-level actor runtime to allocate storage for the actor instance and to invoke its initialization/activation method if one is provided. This operation must be successfully completed before any POST operations on this actor instance are performed.

get/impl/v1/actor/{actorType}/{actorId}

Path parameters

actorTypestring required

The actor type

actorIdstring required

The actor instance id

Query parameters

sessionstring

The session is an opaque string used by the KAR runtime to enable reentrancy for nested actor calls and to track caller-callee relationships for failure recovery

Response

A success message.