cancel
Showing results for 
Search instead for 
Did you mean: 

Get the application URL of a subscribed application

0 Kudos

Hi,

We need to create a HCP destination (using Neo CLI commands) whose URL will be the application URL of a subscribed application in an HCP account.

As the subscribed application is a multi-tenant application, and the application URL will vary based on the tenant, I would like to know if there is a Neo CLI command to retrieve the application URL of a subscribed application?

I see that the application URL always follow the pattern:

http://<<appName>><<providerAccName>>-<<TenantAccountName>>.<<landscape_host>>

If its not possible via Neo CLI, Is it a good way to follow this pattern  and derive the URL ?

Thanks,

Lavanya

Accepted Solutions (0)

Answers (1)

Answers (1)

ChrisPaine
Active Contributor
0 Kudos

There is command line syntax to get a list of subscribed applications, and I'm guessing you would be creating the subscription yourself too? so you could use either to get the subscribed account. But yes in practice all subscriptions run with https://<your pattern as above>

Good luck,


Chris

0 Kudos

Hi Chris,

I already tried the "list-subscribed-applications" neo CLI command referring the SAP HANA Cloud Platform . But the result doesn't contain the URL that I look for.

Did you also refer the same command ?

Thanks,

Lavanya