ComplianceResponse
statusboolean
Whether the request succeeded.
Example:
truemessagestring
Human-readable description of the result.
Example:
Getting compliance successful.compliance object
Compliance limits for GPU resource consumption.
gpu_modelstring
GPU model name (for example, RTX-A4000).
cpuinteger[]
The number of virtual CPU cores in the flavor.
raminteger[]
The amount of RAM (in gigabytes) in the flavor.
hddinteger[]
List of compliance certifications applicable to disk storage.
ComplianceResponse
{
"status": true,
"message": "Getting compliance successful.",
"compliance": {
"gpu_model": "string",
"cpu": [
0
],
"ram": [
0
],
"hdd": [
0
]
}
}
Was this page helpful?