Basic Tools
1. set_tenant(tenant_id)
This Service demands tenant_id in most parts. Before getting into use other interface, you're supposed to set it first. You can get the id from the istack.cloud instance.
Parameters:
| Name | Type | Description |
|---|---|---|
| tenant_id | string | the tenant id that will be used by followed service |
Return value: None
2. set_admin_tenant(admin)
Some parts need admin_tenant, which will come up when you get to them. And then, don't forget to set it.
Parameters:
| Name | Type | Description |
|---|---|---|
| admin | string | admin tenant id that will be used by some service |
Return value: None