Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

How To: Know if Application is Hybrid Enabled using REST API

edited Nov 15, 2024 8:16AM in Financial Consolidation and Close 1 comment

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>

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!