Skip to content

Rulvar API reference


Rulvar API reference / @rulvar/rulvar / AdmissionRequest

Interface: AdmissionRequest

Defined in: packages/core/dist/index.d.ts

Properties

PropertyTypeDescriptionDefined in
emergency?booleanHost-flagged emergency work; admitted from the reserve fraction.packages/core/dist/index.d.ts
generationstringThe unit's incarnation token (RunMeta.genesis, typically).packages/core/dist/index.d.ts
reservationAdmissionReservation-packages/core/dist/index.d.ts
resolvedTenant?stringThe RESOLVED effective tenant, computed by exactly the tenantFrom resolution the limiter request uses: the engine-configured tenant by default, the scope's under quota.tenantFrom: 'scope'. Carried as its own field so the two seams debit the SAME identity.packages/core/dist/index.d.ts
scope?AdmissionScopeDimensions-packages/core/dist/index.d.ts
tenantFromScope?booleanTrue when the deployment declared tenantFrom: 'scope', the one configuration in which a disagreement between resolvedTenant and scope.tenant has a documented meaning; outside it the disagreement refuses typed (RFC section 4.1, item 1).packages/core/dist/index.d.ts
unitIdstringCaller-minted unit identity: the run id, typically.packages/core/dist/index.d.ts
weight?numberFairness weight of the member; positive, default 1.packages/core/dist/index.d.ts