I have a question about creating a tenant. The process is easy but, i has encountered a problem (or maybe it is my fault, for sure).
When i create a Tenant, usually the REST api sends me a task as return value. This task, has a link to the EntityRef of the tenant who it creates.
I had found sometimes this:
Code: Select all
<?xml version="1.0" encoding="utf-8"?><Task Type="Task" Href="http://192.168.100.23:9399/api/tasks/task-27" xmlns="http://www.veeam.com/ent/v1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><Links><Link Href="http://192.168.100.23:9399/api/tasks/task-27" Type="Task" Rel="Delete"/></Links><TaskId>task-27</TaskId><State>Running</State><Operation>CreateCloudTenant</Operation></Task>
Thanks.