Search…
TVO-4.2
About TrilioVault for OpenStack
TrilioVault for OpenStack Architecture
TrilioVault 4.2 Release Notes
Deployment Guide
Support Matrix
Requirements
TrilioVault network considerations
Preparing the installation
Spinning up the TrilioVault VM
Installing TrilioVault Components
Configuring TrilioVault
Apply the TrilioVault license
Advanced Ceph configurations
Post Installation Health-Check
Uninstall TrilioVault
Upgrade TrilioVault
Multi-IP NFS Backup target mapping file configuration
Enabling TVO 4.1 or older backups when using NFS backup target
Install workloadmgr CLI client
Switch Backup Target on Kolla-ansible
Switch NFS Backing file
TrilioVault Appliance Administration Guide
Set TrilioVault GUI login banner
TrilioVault Appliance Dashboard
Set network accessibility of TrilioVault GUI
Reconfigure the TrilioVault Cluster
Change the TrilioVault GUI password
Reset the TrilioVault GUI password
Reinitialize TrilioVault
Download TrilioVault logs
Change Certificates used by TrilioVault
Restart TrilioVault Services
Shutdown/Restart the TrilioVault cluster
Clean up TrilioVault database
User Guide
Workloads
Snapshots
Restores
File Search
Snapshot Mount
Schedulers
E-Mail Notifications
Admin Guide
Backups-Admin Area
Workload Policies
Workload Quotas
Managing Trusts
Workload Import & Migration
Disaster Recovery
Migrating encrypted Workloads
Rebasing existing workloads
Troubleshooting
General Troubleshooting Tips
Using the workloadmgr CLI tool on the Triliovault Appliance
Healthcheck of TrilioVault
Important log files
API GUIDE
Workloads
Snapshots
Restores
File Search
Snapshot Mount
Schedulers
E-Mail Notification Settings
Workload Policies
Workload Quotas
Managing Trusts
Workload Import and Migration
Powered By
GitBook
Workload Quotas
get
https://$(tvm_address):8780/v1/$(tenant_id)
/projects_quota_types
List Quota Types
get
https://$(tvm_address):8780/v1/$(tenant_id)
/projects_quota_types/<quota_type_id>
Show Quota Type
post
https://$(tvm_address):8780/v1/$(tenant_id)
/project_allowed_quotas/<project_id>
Create allowed Quota
Body Format
1
{
2
"allowed_quotas":[
3
{
4
"project_id":"<project_id>",
5
"quota_type_id":"<quota_type_id>",
6
"allowed_value":"<integer>",
7
"high_watermark":"<Integer>"
8
}
9
]
10
}
Copied!
get
https://$(tvm_address):8780/v1/$(tenant_id)
/project_allowed_quotas/<project_id>
List allowed Quota
get
https://$(tvm_address):8780/v1/$(tenant_id)
/project_allowed_quota/<allowed_quota_id>
Show allowed Quota
put
https://$(tvm_address):8780/v1/$(tenant_id)
/update_allowed_quota/<allowed_quota_id>
Update allowed Quota
Body Format
1
{
2
"allowed_quotas":{
3
"project_id":"c76b3355a164498aa95ddbc960adc238",
4
"allowed_value":"20000",
5
"high_watermark":"18000"
6
}
7
}
Copied!
delete
https://$(tvm_address):8780/v1/$(tenant_id)
/project_allowed_quotas/<allowed_quota_id>
Delete allowed Quota
API GUIDE - Previous
Workload Policies
Next - API GUIDE
Managing Trusts
Last modified
8mo ago
Export as PDF
Copy link
Contents
get
List Quota Types
get
Show Quota Type
post
Create allowed Quota
Body Format
get
List allowed Quota
get
Show allowed Quota
put
Update allowed Quota
Body Format
delete
Delete allowed Quota