Retrieve apps using XML API

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Retrieve apps using XML API

L5 Sessionator

Hi, all

I'm trying to retrieve application datail information which can be seen in CLI 'show predefined application' by using XML API.

Is there any way to retrieve predefined informations?

Regards,

Emr

6 REPLIES 6

L6 Presenter

This query is working for me on 5.0:

http://hostname/esp/restapi.esp?key=keyvalue&type=config&action=get&xpath=/config/predefined/application

I would like to query for apps belonging to subcategory=database or technology=peer-2-peer.  I tried these paths, and the result is success but no contents.

xpath=/config/predefined/application-filter

xpath=/config/predefined/application-filter/database

xpath=/config/predefined/application-filter=peer-to-peer

The API returns a full list, or a specific app. For other type of filtering, you need to do it as post-processing of the returned data.

Like what you see?

Show your appreciation!

Click Like if a post is helpful to you or if you just want to show your support.

Click Accept as Solution to acknowledge that the answer to your question has been provided.

The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!

These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!

The LIVEcommunity thanks you for your participation!