Hi,
I have following custom group exported from vrops 6.7 and trying to import into another vrops instance 6.6 .
But it is failing saying "Failed to import custom group from: {resName=Storage Arrays, resKind=Storage Arrays, adKind=Container}, reason: Cannot find ResourceKind by provided ResourceKindKey". I believe it is not importing because there is no group type called Storage Arrays. Is vrops 6.6 will not create group type automatically if i import customgroup from 6.7?
vrops 6.7 CustomGroup Export File:
{ "customGroups": [{
"resourceKind": "Storage Arrays",
"membershipDefinition": {"ruleGroups": [{
"resourceKind": "StorageArray",
"adapterKind": "VceAdapter",
"rules": []
}]},
"adapterKind": "Container",
"autoResolveMembership": false,
"name": "Storage Arrays",
"description": "",
"started": true
}],
"customGroupTypes": [{
"resourceKind": "Storage Arrays",
"localization": [{
"resourceKindName": "Storage Arrays",
"locale": "en"
}]
}]
}
{
"customGroups": [{
"resourceKind": "Storage Arrays",
"membershipDefinition": {"ruleGroups": [{
"resourceKind": "StorageArray",
"adapterKind": "VceAdapter",
"rules": []
}]},
"adapterKind": "Container",
"autoResolveMembership": false,
"name": "Storage Arrays",
"description": "",
"started": true
}],
"customGroupTypes": [{
"resourceKind": "Storage Arrays",
"localization": [{
"resourceKindName": "Storage Arrays",
"locale": "en"
}]
}]
}