On Wed, Apr 3, 2019 at 02:47 PM, Chandra wrote: > > Hi , > Is there any API in AAI which just provides the count of individual objects by
Hi Chandra, Looking at the ONAP documentation on readthedocs, you can find the "format" query parameter value "count": - https://docs.onap.org/en/casablanca/submodules/aai/aai-common.git/docs/AAI%20REST%20API%20Documentation/nodesQuery.html#format - https://docs.onap.org/en/casablanca/submodules/aai/aai-common.git/docs/AAI%20REST%20API%20Documentation/AAIRESTAPI_CASABLANCA.html#count which produces output like this: { "results": [ { "pnf": 4, "p-interface": 5, "l-interface": 3, "pserver": 1 } ] } Keong -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#16465): https://lists.onap.org/g/onap-discuss/message/16465 Mute This Topic: https://lists.onap.org/mt/30889857/21656 Group Owner: [email protected] Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
