The products and tenants onboarded within Jarvis can be checked using the following URL:
http://<Jarvis Server>:8080/onboarding/tenants(product_id='ao')
The output will be in JSON format. Here is an example showing the default tenant and one additional tenant "Test":
{
"tenants": [
{
"tenant_id": "TEST-USERSTORE",
"creation_time": 1522750346934,
"product_id": "ao"
},
{
"tenant_id": "DEFAULTORG",
"creation_time": 1522750122132,
"product_id": "ao"
}
]
}
Please note the "creation_time" is a Unix timestamp and can be converted to a human readable format using:
https://www.epochconverter.com/