cURL
curl --request GET \ --url http://localhost:{port}/namespace/{namespace}/bigPeer/{big_peer_name}/app
{ "meta": { "page": 1, "size": 2, "totalPages": 1 }, "data": [ { "name": "minimal", "appId": "ad349e91-3e4c-44bb-9278-fc5bb80239b5" }, { "name": "my-app", "appId": "cb692760-9786-44c3-b040-019bec5a1b77" } ] }
Lists all apps associated with a particular Big Peer instance.
list of apps associated with a big peer instance
Show child attributes
Was this page helpful?