JSON API Fields have different lengths

I’m recieving the following error when trying to retrive specfic information from the following source:

https://services.nvd.nist.gov/rest/json/cves/1.0/

I’m using the following JSONPath field to query the data.

$.result.CVE_Items[*].cve.CVE_data_meta.ID

This returns a Query error → Fields have different lengths.

If I run the same query using this link it works without any problems

JSONPath Online Evaluator - jsonpath.com

Any anybody advise on what I’m doing wrong or how I can resolve this please?

welcome

which plugin are you using in grafana?

Hi there- I’m using JSON API.

Thank you that’s working now :slight_smile:

So is the error invoked if a particular set of data doesn’t exist?