DC Cloud Console
CONSelf-Service Management
The DC Cloud Console is the management surface of the platform. Organizations operate inside quota-bounded Virtual Data Centers; teams self-provision freely inside quotas while approval workflows review the actions you designate. Usage is metered continuously into transparent billing, and everything the console does is available through the REST API.
Key Features
Virtual Data Centers with vCPU, memory, storage, and IP quotas
Resource groups with delegated quotas and role scoping
Approval workflows for designated actions
Continuous usage metering with budgets and alerts
Open REST API with 100% console parity
Architecture Overview
Pricing
Priced to your configuration
DC Cloud Console is scoped and priced against your workload requirements. Standardized public packages are being finalized.
Common Use Cases
Departmental self-service
Subsidiary tenant delegation
Cost-center reporting by tag
Governed production changes
Getting Started
# Check VDC quota consumption
curl -s "https://api.daakyicloud.com/v1/vdcs/vdc-main/quota" \
-H "Authorization: Bearer $TOKEN"
# { "vcpu": {"used": 86, "limit": 128},
# "memory_gb": {"used": 312, "limit": 512},
# "storage_gb": {"used": 9400, "limit": 20000} }
# Pull current-month usage for finance
curl -s "https://api.daakyicloud.com/v1/billing/usage?period=current" \
-H "Authorization: Bearer $TOKEN"Security Features
- Hard tenant isolation
- Approval audit records
- Role-scoped visibility
Frameworks Referenced
Our security program is designed with these frameworks in mind — not a certification claim.
Documentation
Frequently Asked Questions
Related Services
Ready to Use DC Cloud Console?
Talk to our team about running it on DAAKYI Cloud.
