How to retrieve all the tenants that are enabled via swagger?
This article provides step-by-step instructions on accessing tenant details through the Orchestrator Swagger UI. By following these steps, it is possible to effectively manage and retrieve tenant information within the Orchestrator platform.
Note: To make tenant requests, you must be a host administrator.
Steps:
- Log in to Host Tenant: Use system admin credentials to log in to the host tenant of the Orchestrator platform
- Access Orchestrator Swagger UI: Once logged in, navigate to the Orchestrator URL and append "/swagger" to access the Swagger UI. For example, if the Orchestrator URL is https://orchestrator.example.com, the Swagger UI URL would be https://orchestrator.example.com/swagger.
- Authorize Swagger UI: In the Swagger UI, locate the authentication section and click on the "Authorize" button. This will prompt you to enter authentication credentials.
- Execute API: Once authorized, navigate to the desired endpoint for fetching tenant details. This typically involves locating the appropriate API endpoint under the "Tenants" section.
- Fetch Tenant Details: Execute the API request by clicking on the corresponding endpoint and then selecting the "Try it out" button. This will send the request to the Orchestrator server and retrieve the tenant details.
Conclusion:
By following these steps, it is possible to seamlessly access and retrieve tenant details through the Orchestrator Swagger UI. This streamlined process enhances efficiency in managing tenant information and facilitates smooth operations within the Orchestrator platform.