Is your feature request related to a problem? Please describe.
I would like to replicate tagging across multiple vCenter Server instances.
If I am unable to create a category with the same ID as the source, then the linkage of the tags to categories needs to be manually adjusted.
Describe the solution you'd like
https://developer.broadcom.com/xapis/vsphere-automation-api/latest/cis/api/cis/tagging/category/post/
This mentions an optional category_id parameter.
I would like to be able to provide that to the CreateCategory request.
I believe currently it excludes that value in the create struct.
Describe alternatives you've considered
Alternatively I just manually make the REST calls.
Is your feature request related to a problem? Please describe.
I would like to replicate tagging across multiple vCenter Server instances.
If I am unable to create a category with the same ID as the source, then the linkage of the tags to categories needs to be manually adjusted.
Describe the solution you'd like
https://developer.broadcom.com/xapis/vsphere-automation-api/latest/cis/api/cis/tagging/category/post/
This mentions an optional category_id parameter.
I would like to be able to provide that to the CreateCategory request.
I believe currently it excludes that value in the create struct.
Describe alternatives you've considered
Alternatively I just manually make the REST calls.