CloudStack v2.2.13 - 2.2.14 Domain Admin API Reference

listResourceLimits

Lists resource limits.

Request parameters

Parameter NameDescriptionRequired
idLists resource limits by ID.false
projectidlist firewall rules by projectfalse
resourcetypeType of resource to update. Values are 0, 1, 2, 3, and 4. 0 - Instance. Number of instances a user can create. 1 - IP. Number of public IP addresses a user can own. 2 - Volume. Number of disk volumes a user can create.3 - Snapshot. Number of snapshots a user can create.4 - Template. Number of templates that a user can register/create.false

Response Tags

Response NameDescription
accountthe account of the resource limit
domainthe domain name of the resource limit
domainidthe domain ID of the resource limit
maxthe maximum number of the resource. A -1 means the resource currently has no limit.
projectthe project name of the resource limit
projectidthe project id of the resource limit
resourcetyperesource type. Values include 0, 1, 2, 3, 4. See the resourceType parameter for more information on these values.