Skip to main content

ComplianceModelFields

idinteger

Unique numeric identifier.

Example: 9876
gpu_modelstring

GPU model name (for example, RTX-A4000).

Example: RTX-A4000
resource_typestring

Type of resource the limit applies to, one of CPU, HDD, RAM.

Example: CPU
base_valueinteger

Baseline allowance against which usage is compared.

Example: 100
variation_mininteger

Lower bound (inclusive) of allowed deviation from base_value.

Example: 0
variation_maxinteger

Upper bound (inclusive) of allowed deviation from base_value.

Example: 200
variation_unitinteger

Granularity of variation in integer units.

Example: 1
ComplianceModelFields
{
"id": 9876,
"gpu_model": "RTX-A4000",
"resource_type": "CPU",
"base_value": 100,
"variation_min": 0,
"variation_max": 200,
"variation_unit": 1
}