engine/sdks/rust/api-full/rust/docs/ActorsCreateApi.md
All URIs are relative to http://localhost
| Method | HTTP request | Description |
|---|---|---|
| actors_create | POST /actors | ## Datacenter Round Trips |
models::ActorsCreateResponse actors_create(namespace, actors_create_request)
If actor is created in the current datacenter: 2 round trips: - namespace::ops::resolve_for_name_global - [pegboard::workflows::actor] Create actor workflow (includes Epoxy key allocation) If actor is created in a different datacenter: 3 round trips: - namespace::ops::resolve_for_name_global - POST /actors to remote datacenter - [pegboard::workflows::actor] Create actor workflow (includes Epoxy key allocation) actor::get will always be in the same datacenter.
| Name | Type | Description | Required | Notes |
|---|---|---|---|---|
| namespace | String | [required] | ||
| actors_create_request | ActorsCreateRequest | [required] |
[Back to top] [Back to API list] [Back to Model list] [Back to README]