How To: Know if Application is Hybrid Enabled using REST API
Summary:
This tip helps to identify if an application is Hybrid Enabled using REST API.
Content (please ensure you mask any confidential information):
Use REST API Get Applications, and supply application name in {application}
/HyperionPlanning/rest/{api_version}/applications/{application}
"hybrid" property is available. This REST API can be invoked via Groovy business rule.
Hope this helps others.
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):
Curl Command format:
curl -G -H Content-Type:application/json -u <username>:>password> https://<hostname>/HyperionPlanning/rest/v3/applications/<appname>