actors::create
## Datacenter Round Trips
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.
post/actors
Query parameters
namespacestring required