When creating a new vmGroup, you do not have to set an ID.
POST:
{
"description": "string",
"name": "TEST",
"namedVmGroupReferences": []
}
will create an empty vmGoup. In the response you see the new created vmGroup and the generated id
When creating a new vmGroup, you do not have to set an ID.
POST:
{
"description": "string",
"name": "TEST",
"namedVmGroupReferences": []
}
will create an empty vmGoup. In the response you see the new created vmGroup and the generated id