Project health snapshot
High-level view of resources tied to {{ selectedProject.name }}.
{{ projectMetrics.documents }} docs · {{ projectMetrics.storage }}
Success rate {{ projectMetrics.lambdaSuccess }} · Median {{ projectMetrics.lambdaLatency }}
{{ projectMetrics.storageUsage }}
{{ projectMetrics.queueLag }}
Activity timeline
-
{{ event.title }}{{ event.time }} · {{ event.actor }}
API coverage
Based on OpenAPI specs-
{{ endpoint.method }}
{{ endpoint.path }}— {{ endpoint.note }}
Operational checklist
Validate sensitive keys and feature flags before next deployment.
Confirm TTL indexes in InceptionDB align with compliance policies.
Run smoke tests against the latest lambda deployments.
Projects
Create and orchestrate Hola Cloud projects. Each resource belongs to a project.
Configure approvals, deletion workflows and project templates to streamline onboarding.
{{ selectedProject.name }}
Created {{ formatUnix(selectedProject.create_timestamp) }} · Updated {{ formatUnix(selectedProject.update_timestamp) }}
- {{ owner }}
- {{ key }}{{ value }}
- {{ key }}{{ value }}
Includes InstantLogs, Tailon queue and lambda consumer wiring.
Provision InceptionDB cluster and file export buckets.
Route traffic to lambda functions secured with project auth.
Configuration registry
Map configuration items from /v0/configs and /v0/configs/{configId}.
{{ activeConfig.name }}
Last updated {{ activeConfig.updated }} · ID {{ activeConfig.id }}
{{ activeConfig.description }}
Use PATCH /v0/configs/{{ activeConfig.id }} to update keys incrementally.
| Key | Value | Notes |
|---|---|---|
| {{ entry.key }} | {{ entry.value }} | {{ entry.note }} |
- {{ version.label }} {{ version.at }}
Object storage
Manage buckets via /v1/buckets and files under /v1/buckets/{bucket_id}/files.
{{ activeBucket.name }}
ID {{ activeBucket.id }} · Owned by {{ activeBucket.owners.join(', ') }}
| Object | Size | Checksum | Updated | Status |
|---|---|---|---|---|
| {{ file.name }} | {{ formatBytes(file.size) }} | md5 {{ file.hash_md5 }} | {{ formatUnix(file.updated_timestamp) }} | {{ file.status }} |
Attached to project policy {{ selectedProject.name }}.
- • Signed URL expiry: 15 minutes
- • Encryption: AES-256
- • Replication: EU → US
InceptionDB
Document database control plane using /v1/databases and nested collection endpoints.
{{ activeDatabase.name }}
Created {{ activeDatabase.creation_date }} · Owners {{ activeDatabase.owners.join(', ') }}
-
{{ index.name }}{{ index.type }} · fields {{ index.fields.join(', ') }}
Use POST /v1/databases/{{ activeDatabase.id }}/collections/{collection}:insertStream to push batched events.
https://api.hola.cloud/inceptiondb/v1/databases/{{ activeDatabase.id }}/collections/events:insertStream
| Name | Documents | Indexes | Defaults | Actions |
|---|---|---|---|---|
| {{ collection.name }} | {{ formatNumber(collection.total) }} | {{ collection.indexes.length }} indexes | {{ summarizeDefaults(collection.defaults) }} |
| Name | Key | Created | Secret |
|---|---|---|---|
| {{ apiKey.name }} | {{ apiKey.key }} | {{ apiKey.creation_date }} | {{ apiKey.secret || '••••••••' }} |
-
{{ owner }}Remove via POST /v1/databases/{{ activeDatabase.id }}:deleteOwner
{{ JSON.stringify(activeDatabase.sampleQueries.find, null, 2) }}
{{ JSON.stringify(activeDatabase.sampleQueries.insert, null, 2) }}
InstantLogs
Real-time log streaming via /v1/loggers, ingestion, filters and stats.
{{ activeLogger.name }}
Created {{ activeLogger.creation_date }} · Owners {{ activeLogger.owners.join(', ') }}
-
{{ filter.name }} Last run {{ filter.lastRun }}{{ filter.expression }}
| Name | Key | Created |
|---|---|---|
| {{ apiKey.name }} | {{ apiKey.key }} | {{ apiKey.creation_date }} |
Lambda
Manage serverless functions with /api/v0/lambdas and /api/v0/run/{lambda_id}.
{{ activeLambda.name }}
{{ activeLambda.method }} {{ activeLambda.path }} · Runtime {{ activeLambda.language }}
-
{{ binding.detail }}{{ binding.name }}{{ binding.type }}
- {{ trigger }}
{{ activeLambda.code }}
{{ activeLambda.testResult }}
| Version | Published | Checksum | Notes |
|---|---|---|---|
| {{ version.id }} | {{ version.published }} | {{ version.hash }} | {{ version.notes }} |
Reads from {{ activeLambda.integration.config }}
{{ activeLambda.integration.queue }}
{{ activeLambda.integration.route }}
Tailon
Queue management via /v1/queues, /v1/queues/{queue_id}:read and :write.
{{ activeQueue.name }}
Ready {{ activeQueue.metrics.ready }} · Inflight {{ activeQueue.metrics.inflight }} · Dead {{ activeQueue.metrics.dead }}
{{ JSON.stringify(activeQueue.sampleMessage, null, 2) }}
Use POST /v1/queues/{{ activeQueue.id }}:write to enqueue messages.
| Client | Last seen | Lag | Ack rate |
|---|---|---|---|
| {{ client.name }} | {{ client.lastSeen }} | {{ client.lag }} | {{ client.ackRate }} |
-
{{ message.id }} · {{ message.enqueued }}{{ message.body }}
Use POST /v1/queues/{{ activeQueue.id }}:read to pull messages, then POST :write to requeue.
- {{ producer }}
- {{ consumer }}
Linked to project {{ selectedProject.name }} edge router for fan-out.