Create_Profile_Payload
data objectrequired
The data object containing the configuration details of the virtual machine profile being created.
property name*string
namestringrequired
Name of the profile being created. Maximum length: 50 characters.
descriptionstring
Optional description for the profile being created. Maximum length: 150 characters.
Create_Profile_Payload
{
"data": {},
"name": "string",
"description": "string"
}
Was this page helpful?