Profile_Fields
idinteger
Unique numeric identifier for the profile.
Example:
1402namestring
Name of the profile.
Example:
new-profiledescriptionstring
Description of the profile.
Example:
exampledatastring
Virtual machine configuration saved in the profile.
Example:
{"name": "focused-tesla", "environment_name": "default-NORWAY-1", "image_name": "Ubuntu Server 22.04 LTS R535 CUDA 12.2", "volume_name": "", "flavor_name": "n1-cpu-large", "assign_floating_ip": false, "security_rules": [], "key_name": "example-key", "user_data": "", "labels": [], "count": 1}created_atstring<date-time>
ISO 8601 UTC timestamp marking when the profile was created.
Example:
2026-05-06T16:04:09ZProfile_Fields
{
"id": 1402,
"name": "new-profile",
"description": "example",
"data": "{\"name\": \"focused-tesla\", \"environment_name\": \"default-NORWAY-1\", \"image_name\": \"Ubuntu Server 22.04 LTS R535 CUDA 12.2\", \"volume_name\": \"\", \"flavor_name\": \"n1-cpu-large\", \"assign_floating_ip\": false, \"security_rules\": [], \"key_name\": \"example-key\", \"user_data\": \"\", \"labels\": [], \"count\": 1}",
"created_at": "2026-05-06T16:04:09Z"
}
Was this page helpful?