Managing project quotas and limits
| projectID required | string Project ID |
| resource | Array of strings filter by resources |
{- "quotas": {
- "property1": [
- {
- "value": 0,
- "zone": "string"
}
], - "property2": [
- {
- "value": 0,
- "zone": "string"
}
]
}
}| projectID required | string project ID |
| resource | Array of strings filter by resources |
{- "error": {
- "code": 0,
- "errors": [
- {
- "code": 0,
- "message": "string",
- "resource": "string",
- "zone": "string"
}
], - "message": "string"
}, - "quotas": {
- "property1": [
- {
- "used": 0,
- "value": 0,
- "zone": "string"
}
], - "property2": [
- {
- "used": 0,
- "value": 0,
- "zone": "string"
}
]
}
}| projectID required | string Project ID |
Quotas data
object (types.QuotasSet) | |||||||||
| |||||||||
{- "quotas": {
- "property1": [
- {
- "value": 0,
- "zone": "string"
}
], - "property2": [
- {
- "value": 0,
- "zone": "string"
}
]
}
}{- "error": {
- "code": 0,
- "errors": [
- {
- "code": 0,
- "message": "string",
- "resource": "string",
- "zone": "string"
}
], - "message": "string"
}, - "quotas": {
- "property1": [
- {
- "value": 0,
- "zone": "string"
}
], - "property2": [
- {
- "value": 0,
- "zone": "string"
}
]
}
}